Trace number 4394643

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 parallelWrong Opt.83 527.497 84.5171

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4394643-1568426300.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394643-1568426300.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
5.96/1.78	c solve instance...
33.15/6.60	o 96 
33.15/6.61	o 96 
49.89/9.16	o 91 
59.69/15.68	o 90 
116.42/25.88	o 84 
526.81/84.49	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (52/62)
526.81/84.49		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
526.81/84.49		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
526.81/84.49		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
526.81/84.49		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
526.81/84.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
526.81/84.49	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (52/62)
526.81/84.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
526.81/84.49		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
526.81/84.49		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
526.81/84.49		at org.chocosolver.solver.Solver.repair(Solver.java:443)
526.81/84.49		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
526.81/84.49		at org.chocosolver.solver.Solver.solve(Solver.java:262)
526.81/84.49		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
526.81/84.49		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
526.81/84.49		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
526.81/84.49		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
526.81/84.49		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
526.81/84.49		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
526.81/84.49		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
526.81/84.49		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
526.81/84.49		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
526.81/84.49		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
526.81/84.49	o 83 
526.81/84.50	s OPTIMUM FOUND
526.81/84.50	v <instantiation>
526.81/84.50	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] </list>
526.81/84.50	v 	<values>0 1 3 7 16 24 36 46 64 78 83 </values>
526.81/84.50	v </instantiation>

Verifier Data

OK	83

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394643-1568426300/watcher-4394643-1568426300 -o /tmp/evaluation-result-4394643-1568426300/solver-4394643-1568426300 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1989767482 HOME/instance-4394643-1568426300.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=15085, runsolver pid=15082

[startup+0.100189 s]*
/proc/loadavg: 6.22 7.24 7.78 3/211 15106
/proc/meminfo: memFree=31512332/32770624 swapFree=66995692/67108860
[pid=15085] ppid=15082 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15085/stat : 15085 (xcsp3-exec) S 15082 15085 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881487 115843072 363 33554432000 4194304 5098028 140732479456320 140732479454424 139787577336444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17305600 140732479460213 140732479460457 140732479460457 140732479463370 0
/proc/15085/statm: 28282 363 304 221 0 87 0
[pid=15087] ppid=15085 vsize=28227388 memory=30096 CPUtime=0.12 cores=0-7
/proc/15087/stat : 15087 (java) S 15085 15085 7170 0 -1 1077944320 5920 0 0 0 11 1 0 0 20 0 20 0 418881487 28904845312 7524 33554432000 4194304 4196468 140730156550112 140730156532656 140367026175735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
/proc/15087/statm: 7056847 7524 3152 1 0 7019032 0
[pid=15087/tid=15088] ppid=15085 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/15087/task/15088/stat : 15088 (java) R 15085 15085 7170 0 -1 4202560 3843 0 0 0 8 1 0 0 20 0 20 0 418881487 28904845312 7524 33554432000 4194304 4196468 140730156550112 140367030403968 140367004174300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15089] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15089/stat : 15089 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366982727952 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15090] ppid=15085 vsize=28227388 memory=139836248860549 CPUtime=0 cores=0-7
/proc/15087/task/15090/stat : 15090 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366981675408 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15091] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15091/stat : 15091 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366575688208 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15092] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15092/stat : 15092 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366574635664 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15093] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15093/stat : 15093 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366573583120 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15094] ppid=15085 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15087/task/15094/stat : 15094 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366572530576 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15095] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15095/stat : 15095 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366571478032 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15096] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15096/stat : 15096 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 7524 33554432000 4194304 4196468 140730156550112 140366570425488 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15097] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15097/stat : 15097 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881490 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365221795824 140367026186882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15098] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15098/stat : 15098 (java) S 15085 15085 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418881490 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365220742048 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15099] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15099/stat : 15099 (java) S 15085 15085 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418881490 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365219689456 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15100] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15100/stat : 15100 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365218638032 140367026194331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15101] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15101/stat : 15101 (java) S 15085 15085 7170 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365217585648 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15102] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15102/stat : 15102 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365216533104 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15103] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15103/stat : 15103 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365215480560 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15104] ppid=15085 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/15087/task/15104/stat : 15104 (java) R 15085 15085 7170 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 20 0 418881493 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365214428016 140367005442928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15105] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15105/stat : 15105 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365213374688 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15106] ppid=15085 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15087/task/15106/stat : 15106 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 7524 33554432000 4194304 4196468 140730156550112 140365212322224 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31548 KiB

[startup+0.210141 s]*
/proc/loadavg: 6.22 7.24 7.78 4/211 15106
/proc/meminfo: memFree=31498816/32770624 swapFree=66995692/67108860
[pid=15085] ppid=15082 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15085/stat : 15085 (xcsp3-exec) S 15082 15085 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881487 115843072 363 33554432000 4194304 5098028 140732479456320 140732479454424 139787577336444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17305600 140732479460213 140732479460457 140732479460457 140732479463370 0
/proc/15085/statm: 28282 363 304 221 0 87 0
[pid=15087] ppid=15085 vsize=28227388 memory=40648 CPUtime=0.33 cores=0-7
/proc/15087/stat : 15087 (java) S 15085 15085 7170 0 -1 1077944320 9498 0 0 0 30 3 0 0 20 0 20 0 418881487 28904845312 10162 33554432000 4194304 4196468 140730156550112 140730156532656 140367026175735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
/proc/15087/statm: 7056847 10162 3194 1 0 7019032 0
[pid=15087/tid=15088] ppid=15085 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15087/task/15088/stat : 15088 (java) R 15085 15085 7170 0 -1 4202560 6663 0 0 0 17 2 0 0 20 0 20 0 418881487 28904845312 10162 33554432000 4194304 4196468 140730156550112 140367030409680 140367026187670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15089] ppid=15085 vsize=28227388 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/15087/task/15089/stat : 15089 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366982727952 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15090] ppid=15085 vsize=28227388 memory=3760986593570420384 CPUtime=0 cores=0-7
/proc/15087/task/15090/stat : 15090 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366981675408 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15091] ppid=15085 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15087/task/15091/stat : 15091 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366575688208 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15092] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15092/stat : 15092 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366574635664 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15093] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15093/stat : 15093 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366573583120 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15094] ppid=15085 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15087/task/15094/stat : 15094 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366572530576 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15095] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15095/stat : 15095 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366571478032 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15096] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15096/stat : 15096 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28904845312 10162 33554432000 4194304 4196468 140730156550112 140366570425488 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15097] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15097/stat : 15097 (java) S 15085 15085 7170 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418881490 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365221795824 140367026186882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15098] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15098/stat : 15098 (java) S 15085 15085 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418881490 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365220742048 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15099] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15099/stat : 15099 (java) S 15085 15085 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418881490 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365219689456 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15100] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15100/stat : 15100 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365218638032 140367026194331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15101] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15101/stat : 15101 (java) S 15085 15085 7170 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365217585648 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15102] ppid=15085 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15087/task/15102/stat : 15102 (java) S 15085 15085 7170 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 418881493 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365216533104 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15103] ppid=15085 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/15087/task/15103/stat : 15103 (java) S 15085 15085 7170 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 418881493 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365215480560 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15104] ppid=15085 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/15087/task/15104/stat : 15104 (java) R 15085 15085 7170 0 -1 4202560 743 0 0 0 7 0 0 0 20 0 20 0 418881493 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365214428016 140367004308474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15105] ppid=15085 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15105/stat : 15105 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365213374688 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15106] ppid=15085 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15087/task/15106/stat : 15106 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881493 28904845312 10162 33554432000 4194304 4196468 140730156550112 140365212322224 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42100 KiB

[startup+0.3094 s]*
/proc/loadavg: 6.22 7.24 7.78 6/211 15106
/proc/meminfo: memFree=31492680/32770624 swapFree=66995692/67108860
[pid=15085] ppid=15082 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15085/stat : 15085 (xcsp3-exec) S 15082 15085 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881487 115843072 363 33554432000 4194304 5098028 140732479456320 140732479454424 139787577336444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17305600 140732479460213 140732479460457 140732479460457 140732479463370 0
/proc/15085/statm: 28282 363 304 221 0 87 0
[pid=15087] ppid=15085 vsize=28231644 memory=49868 CPUtime=0.52 cores=0-7
/proc/15087/stat : 15087 (java) S 15085 15085 7170 0 -1 1077944320 10851 0 0 0 48 4 0 0 20 0 20 0 418881487 28909203456 12467 33554432000 4194304 4196468 140730156550112 140730156532656 140367026175735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
/proc/15087/statm: 7057911 12467 3344 1 0 7019032 0
[pid=15087/tid=15088] ppid=15085 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/15087/task/15088/stat : 15088 (java) R 15085 15085 7170 0 -1 4202560 7793 0 0 0 26 3 0 0 20 0 20 0 418881487 28909203456 12498 33554432000 4194304 4196468 140730156550112 140367030409520 140367010256222 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15089] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15089/stat : 15089 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366982727952 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15090] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15090/stat : 15090 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366981675408 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15091] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15091/stat : 15091 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366575688208 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15092] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15092/stat : 15092 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366574635664 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15093] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15093/stat : 15093 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366573583120 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15094] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15094/stat : 15094 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366572530576 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15095] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15095/stat : 15095 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366571478032 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15096] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15096/stat : 15096 (java) S 15085 15085 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418881488 28909203456 12498 33554432000 4194304 4196468 140730156550112 140366570425488 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15097] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15097/stat : 15097 (java) S 15085 15085 7170 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418881490 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365221795824 140367026186882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15098] ppid=15085 vsize=28231644 memory=279672298610048 CPUtime=0 cores=0-7
/proc/15087/task/15098/stat : 15098 (java) S 15085 15085 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418881490 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365220742048 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15099] ppid=15085 vsize=28231644 memory=279672298614656 CPUtime=0 cores=0-7
/proc/15087/task/15099/stat : 15099 (java) S 15085 15085 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418881490 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365219689456 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15100] ppid=15085 vsize=28231644 memory=279672298619264 CPUtime=0 cores=0-7
/proc/15087/task/15100/stat : 15100 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881493 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365218638032 140367026194331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15101] ppid=15085 vsize=28231644 memory=279672298623872 CPUtime=0.02 cores=0-7
/proc/15087/task/15101/stat : 15101 (java) R 15085 15085 7170 0 -1 4202560 569 0 0 0 2 0 0 0 20 0 20 0 418881493 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365217585648 140367005423392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15102] ppid=15085 vsize=28231644 memory=279672298628480 CPUtime=0.03 cores=0-7
/proc/15087/task/15102/stat : 15102 (java) S 15085 15085 7170 0 -1 1077944384 276 0 0 0 3 0 0 0 20 0 20 0 418881493 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365216533104 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15103] ppid=15085 vsize=28231644 memory=279672298633088 CPUtime=0.02 cores=0-7
/proc/15087/task/15103/stat : 15103 (java) S 15085 15085 7170 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 20 0 418881493 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365215480560 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15104] ppid=15085 vsize=28231644 memory=279672298637696 CPUtime=0.12 cores=0-7
/proc/15087/task/15104/stat : 15104 (java) S 15085 15085 7170 0 -1 1077944384 847 0 0 0 12 0 0 0 20 0 20 0 418881493 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365214428016 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15105] ppid=15085 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15105/stat : 15105 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418881493 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365213374688 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15106] ppid=15085 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/15087/task/15106/stat : 15106 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881493 28909203456 12498 33554432000 4194304 4196468 140730156550112 140365212322224 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51320 KiB

[startup+0.700908 s]
/proc/loadavg: 6.22 7.24 7.78 5/211 15106
/proc/meminfo: memFree=31467544/32770624 swapFree=66995692/67108860
[pid=15085] ppid=15082 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15085/stat : 15085 (xcsp3-exec) S 15082 15085 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881487 115843072 363 33554432000 4194304 5098028 140732479456320 140732479454424 139787577336444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17305600 140732479460213 140732479460457 140732479460457 140732479463370 0
/proc/15085/statm: 28282 363 304 221 0 87 0
[pid=15087] ppid=15085 vsize=28233768 memory=92296 CPUtime=1.81 cores=0-7
/proc/15087/stat : 15087 (java) S 15085 15085 7170 0 -1 1077944320 15205 0 0 0 174 7 0 0 20 0 20 0 418881487 28911378432 23074 33554432000 4194304 4196468 140730156550112 140730156532656 140367026175735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
/proc/15087/statm: 7058442 23074 3455 1 0 7019544 0
[pid=15087/tid=15088] ppid=15085 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/15087/task/15088/stat : 15088 (java) R 15085 15085 7170 0 -1 4202560 9215 0 0 0 63 4 0 0 20 0 20 0 418881487 28911378432 23074 33554432000 4194304 4196468 140730156550112 140367030412976 140366666240572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15089] ppid=15085 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15089/stat : 15089 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28911378432 23074 33554432000 4194304 4196468 140730156550112 140366982727952 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15090] ppid=15085 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/15087/task/15090/stat : 15090 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28911378432 23074 33554432000 4194304 4196468 140730156550112 140366981675408 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15091] ppid=15085 vsize=28233768 memory=8556 CPUtime=0 cores=0-7
/proc/15087/task/15091/stat : 15091 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418881488 28911378432 23074 33554432000 4194304 4196468 140730156550112 140366575688208 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0

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

[pid=15087/tid=15090] ppid=15085 vsize=28768328 memory=1616 CPUtime=1.15 cores=0-7
/proc/15087/task/15090/stat : 15090 (java) S 15085 15085 7170 0 -1 1077944384 1592 0 0 0 101 14 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366981675408 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15091] ppid=15085 vsize=28768328 memory=8317482817917895235 CPUtime=1.17 cores=0-7
/proc/15087/task/15091/stat : 15091 (java) S 15085 15085 7170 0 -1 1077944384 1088 0 0 0 102 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366575688208 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15092] ppid=15085 vsize=28768328 memory=928 CPUtime=1.12 cores=0-7
/proc/15087/task/15092/stat : 15092 (java) S 15085 15085 7170 0 -1 1077944384 701 0 0 0 97 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366574635664 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15093] ppid=15085 vsize=28768328 memory=1604 CPUtime=1.16 cores=0-7
/proc/15087/task/15093/stat : 15093 (java) S 15085 15085 7170 0 -1 1077944384 1017 0 0 0 102 14 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366573583120 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15094] ppid=15085 vsize=28768328 memory=1980 CPUtime=1.17 cores=0-7
/proc/15087/task/15094/stat : 15094 (java) S 15085 15085 7170 0 -1 1077944384 1522 0 0 0 102 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366572530576 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15095] ppid=15085 vsize=28768328 memory=2356 CPUtime=1.17 cores=0-7
/proc/15087/task/15095/stat : 15095 (java) S 15085 15085 7170 0 -1 1077944384 842 0 0 0 102 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366571478032 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15096] ppid=15085 vsize=28768328 memory=1440 CPUtime=1.15 cores=0-7
/proc/15087/task/15096/stat : 15096 (java) S 15085 15085 7170 0 -1 1077944384 505 0 0 0 100 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366570425488 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15097] ppid=15085 vsize=28768328 memory=808 CPUtime=0.25 cores=0-7
/proc/15087/task/15097/stat : 15097 (java) S 15085 15085 7170 0 -1 1077944384 4419 0 0 0 24 1 0 0 20 0 28 0 418881490 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365221795824 140367026186882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15098] ppid=15085 vsize=28768328 memory=1808 CPUtime=0 cores=0-7
/proc/15087/task/15098/stat : 15098 (java) S 15085 15085 7170 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 418881490 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365220742112 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15099] ppid=15085 vsize=28768328 memory=920 CPUtime=0 cores=0-7
/proc/15087/task/15099/stat : 15099 (java) S 15085 15085 7170 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418881490 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365219689472 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15100] ppid=15085 vsize=28768328 memory=4456 CPUtime=0 cores=0-7
/proc/15087/task/15100/stat : 15100 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365218638032 140367026194331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15101] ppid=15085 vsize=28768328 memory=4100 CPUtime=5.18 cores=0-7
/proc/15087/task/15101/stat : 15101 (java) S 15085 15085 7170 0 -1 1077944384 27487 0 0 0 511 7 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365217585648 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15102] ppid=15085 vsize=28768328 memory=1412 CPUtime=4.62 cores=0-7
/proc/15087/task/15102/stat : 15102 (java) S 15085 15085 7170 0 -1 1077944384 37944 0 0 0 455 7 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365216533104 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15103] ppid=15085 vsize=28768328 memory=3460 CPUtime=4.13 cores=0-7
/proc/15087/task/15103/stat : 15103 (java) S 15085 15085 7170 0 -1 1077944384 19823 0 0 0 409 4 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365215480560 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15104] ppid=15085 vsize=28768328 memory=1452 CPUtime=1.22 cores=0-7
/proc/15087/task/15104/stat : 15104 (java) S 15085 15085 7170 0 -1 1077944384 19037 0 0 0 118 4 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365214428016 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15105] ppid=15085 vsize=28768328 memory=1313744 CPUtime=0 cores=0-7
/proc/15087/task/15105/stat : 15105 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365213374688 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15106] ppid=15085 vsize=28768328 memory=1616 CPUtime=0.05 cores=0-7
/proc/15087/task/15106/stat : 15106 (java) S 15085 15085 7170 0 -1 1077944384 2071 0 0 0 2 3 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365212322224 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15147] ppid=15085 vsize=28768328 memory=8317482817917895235 CPUtime=58 cores=0-7
/proc/15087/task/15147/stat : 15147 (java) R 15085 15085 7170 0 -1 4202560 1345 0 0 0 5800 0 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365194697136 140366672805698 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15148] ppid=15085 vsize=28768328 memory=1399051139730258233 CPUtime=57.99 cores=0-7
/proc/15087/task/15148/stat : 15148 (java) R 15085 15085 7170 0 -1 4202560 1384 0 0 0 5798 1 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365198909400 140366670431638 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15149] ppid=15085 vsize=28768328 memory=139836245774497 CPUtime=0.04 cores=0-7
/proc/15087/task/15149/stat : 15149 (java) S 15085 15085 7170 0 -1 1077944384 155 0 0 0 4 0 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365199967440 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15150] ppid=15085 vsize=28768328 memory=288230587427455269 CPUtime=57.99 cores=0-7
/proc/15087/task/15150/stat : 15150 (java) R 15085 15085 7170 0 -1 4202560 3501 0 0 0 5797 2 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365193646296 140366672805601 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15151] ppid=15085 vsize=28768328 memory=15538513894442489 CPUtime=57.99 cores=0-7
/proc/15087/task/15151/stat : 15151 (java) R 15085 15085 7170 0 -1 4202560 4980 0 0 0 5781 18 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365201017224 140366672561541 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15152] ppid=15085 vsize=28768328 memory=33 CPUtime=57.99 cores=0-7
/proc/15087/task/15152/stat : 15152 (java) R 15085 15085 7170 0 -1 4202560 1516 0 0 0 5797 2 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365196804440 140366673246685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15153] ppid=15085 vsize=28768328 memory=8245933066544480320 CPUtime=57.99 cores=0-7
/proc/15087/task/15153/stat : 15153 (java) R 15085 15085 7170 0 -1 4202560 2543 0 0 0 5798 1 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365195751736 140366670645324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15154] ppid=15085 vsize=28768328 memory=2809443 CPUtime=58 cores=0-7
/proc/15087/task/15154/stat : 15154 (java) R 15085 15085 7170 0 -1 4202560 1454 0 0 0 5799 1 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365197856616 140366672803904 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
Current children cumulated CPU time: 524.08 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1315196 KiB

[startup+84.4013 s]
/proc/loadavg: 6.51 7.05 7.66 8/219 15160
/proc/meminfo: memFree=30229528/32770624 swapFree=66995692/67108860
[pid=15085] ppid=15082 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15085/stat : 15085 (xcsp3-exec) S 15082 15085 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881487 115843072 363 33554432000 4194304 5098028 140732479456320 140732479454424 139787577336444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17305600 140732479460213 140732479460457 140732479460457 140732479463370 0
/proc/15085/statm: 28282 363 304 221 0 87 0
[pid=15087] ppid=15085 vsize=28768328 memory=1313744 CPUtime=526.81 cores=0-7
/proc/15087/stat : 15087 (java) S 15085 15085 7170 0 -1 1077944320 161699 0 0 0 52471 210 0 0 20 0 28 0 418881487 29458767872 328436 33554432000 4194304 4196468 140730156550112 140730156532656 140367026175735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
/proc/15087/statm: 7192082 328436 3562 1 0 7153184 0
[pid=15087/tid=15088] ppid=15085 vsize=28768328 memory=1412 CPUtime=1.76 cores=0-7
/proc/15087/task/15088/stat : 15088 (java) S 15085 15085 7170 0 -1 1077944384 10882 0 0 0 168 8 0 0 20 0 28 0 418881487 29458767872 328436 33554432000 4194304 4196468 140730156550112 140367030416512 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15089] ppid=15085 vsize=28768328 memory=3460 CPUtime=1.14 cores=0-7
/proc/15087/task/15089/stat : 15089 (java) S 15085 15085 7170 0 -1 1077944384 1009 0 0 0 101 13 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366982727952 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15090] ppid=15085 vsize=28768328 memory=1452 CPUtime=1.15 cores=0-7
/proc/15087/task/15090/stat : 15090 (java) S 15085 15085 7170 0 -1 1077944384 1592 0 0 0 101 14 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366981675408 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15091] ppid=15085 vsize=28768328 memory=1313744 CPUtime=1.17 cores=0-7
/proc/15087/task/15091/stat : 15091 (java) S 15085 15085 7170 0 -1 1077944384 1088 0 0 0 102 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366575688208 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15092] ppid=15085 vsize=28768328 memory=1616 CPUtime=1.12 cores=0-7
/proc/15087/task/15092/stat : 15092 (java) S 15085 15085 7170 0 -1 1077944384 701 0 0 0 97 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366574635664 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15093] ppid=15085 vsize=28768328 memory=8317482817917895235 CPUtime=1.16 cores=0-7
/proc/15087/task/15093/stat : 15093 (java) S 15085 15085 7170 0 -1 1077944384 1017 0 0 0 102 14 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366573583120 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15094] ppid=15085 vsize=28768328 memory=1452 CPUtime=1.17 cores=0-7
/proc/15087/task/15094/stat : 15094 (java) S 15085 15085 7170 0 -1 1077944384 1522 0 0 0 102 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366572530576 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15095] ppid=15085 vsize=28768328 memory=1313744 CPUtime=1.17 cores=0-7
/proc/15087/task/15095/stat : 15095 (java) S 15085 15085 7170 0 -1 1077944384 842 0 0 0 102 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366571478032 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15096] ppid=15085 vsize=28768328 memory=2016 CPUtime=1.15 cores=0-7
/proc/15087/task/15096/stat : 15096 (java) S 15085 15085 7170 0 -1 1077944384 505 0 0 0 100 15 0 0 20 0 28 0 418881488 29458767872 328436 33554432000 4194304 4196468 140730156550112 140366570425488 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15097] ppid=15085 vsize=28768328 memory=1384 CPUtime=0.25 cores=0-7
/proc/15087/task/15097/stat : 15097 (java) S 15085 15085 7170 0 -1 1077944384 4419 0 0 0 24 1 0 0 20 0 28 0 418881490 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365221795824 140367026186882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15098] ppid=15085 vsize=28768328 memory=776 CPUtime=0 cores=0-7
/proc/15087/task/15098/stat : 15098 (java) S 15085 15085 7170 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 418881490 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365220742112 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15099] ppid=15085 vsize=28768328 memory=1564 CPUtime=0 cores=0-7
/proc/15087/task/15099/stat : 15099 (java) S 15085 15085 7170 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418881490 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365219689472 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15100] ppid=15085 vsize=28768328 memory=8556 CPUtime=0 cores=0-7
/proc/15087/task/15100/stat : 15100 (java) S 15085 15085 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365218638032 140367026194331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15101] ppid=15085 vsize=28768328 memory=1052 CPUtime=5.18 cores=0-7
/proc/15087/task/15101/stat : 15101 (java) S 15085 15085 7170 0 -1 1077944384 27487 0 0 0 511 7 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365217585648 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15102] ppid=15085 vsize=28768328 memory=1708 CPUtime=4.62 cores=0-7
/proc/15087/task/15102/stat : 15102 (java) S 15085 15085 7170 0 -1 1077944384 37944 0 0 0 455 7 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365216533104 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15103] ppid=15085 vsize=28768328 memory=8556 CPUtime=4.13 cores=0-7
/proc/15087/task/15103/stat : 15103 (java) S 15085 15085 7170 0 -1 1077944384 19823 0 0 0 409 4 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365215480560 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15104] ppid=15085 vsize=28768328 memory=1052 CPUtime=1.22 cores=0-7
/proc/15087/task/15104/stat : 15104 (java) S 15085 15085 7170 0 -1 1077944384 19037 0 0 0 118 4 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365214428016 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15105] ppid=15085 vsize=28768328 memory=1708 CPUtime=0 cores=0-7
/proc/15087/task/15105/stat : 15105 (java) S 15085 15085 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365213374688 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15106] ppid=15085 vsize=28768328 memory=3440 CPUtime=0.05 cores=0-7
/proc/15087/task/15106/stat : 15106 (java) S 15085 15085 7170 0 -1 1077944384 2071 0 0 0 2 3 0 0 20 0 28 0 418881493 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365212322224 140367026186882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15147] ppid=15085 vsize=28768328 memory=2832 CPUtime=58.39 cores=0-7
/proc/15087/task/15147/stat : 15147 (java) R 15085 15085 7170 0 -1 4202560 1346 0 0 0 5839 0 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365194697136 140366669940067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15148] ppid=15085 vsize=28768328 memory=5904 CPUtime=58.39 cores=0-7
/proc/15087/task/15148/stat : 15148 (java) R 15085 15085 7170 0 -1 4202560 1384 0 0 0 5838 1 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365198909400 140366673372181 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15149] ppid=15085 vsize=28768328 memory=664 CPUtime=0.04 cores=0-7
/proc/15087/task/15149/stat : 15149 (java) S 15085 15085 7170 0 -1 1077944384 155 0 0 0 4 0 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365199967440 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15150] ppid=15085 vsize=28768328 memory=1156 CPUtime=58.38 cores=0-7
/proc/15087/task/15150/stat : 15150 (java) R 15085 15085 7170 0 -1 4202560 3501 0 0 0 5836 2 0 0 20 0 28 0 418884075 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365193646296 140366670562496 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15151] ppid=15085 vsize=28768328 memory=1000 CPUtime=58.38 cores=0-7
/proc/15087/task/15151/stat : 15151 (java) R 15085 15085 7170 0 -1 4202560 5537 0 0 0 5820 18 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365201017224 140366673487979 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15152] ppid=15085 vsize=28768328 memory=14008 CPUtime=58.38 cores=0-7
/proc/15087/task/15152/stat : 15152 (java) R 15085 15085 7170 0 -1 4202560 1516 0 0 0 5836 2 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365196804440 140366673925862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15153] ppid=15085 vsize=28768328 memory=6892 CPUtime=58.38 cores=0-7
/proc/15087/task/15153/stat : 15153 (java) R 15085 15085 7170 0 -1 4202560 2543 0 0 0 5837 1 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365195751736 140366673248420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15154] ppid=15085 vsize=28768328 memory=12040 CPUtime=58.39 cores=0-7
/proc/15087/task/15154/stat : 15154 (java) R 15085 15085 7170 0 -1 4202560 1454 0 0 0 5838 1 0 0 20 0 28 0 418884076 29458767872 328436 33554432000 4194304 4196468 140730156550112 140365197856616 140366669938568 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
Current children cumulated CPU time: 526.81 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1315196 KiB

[startup+84.5013 s]
/proc/loadavg: 6.51 7.05 7.66 8/219 15160
/proc/meminfo: memFree=30229528/32770624 swapFree=66995692/67108860
[pid=15085] ppid=15082 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15085/stat : 15085 (xcsp3-exec) S 15082 15085 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418881487 115843072 363 33554432000 4194304 5098028 140732479456320 140732479454424 139787577336444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17305600 140732479460213 140732479460457 140732479460457 140732479463370 0
/proc/15085/statm: 28282 363 304 221 0 87 0
[pid=15087] ppid=15085 vsize=28834892 memory=1313368 CPUtime=527.47 cores=0-7
/proc/15087/stat : 15087 (java) S 15085 15085 7170 0 -1 1077944320 163227 0 0 0 52536 211 0 0 20 0 25 0 418881487 29526929408 328342 33554432000 4194304 4196468 140730156550112 140730156532656 140367026175735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
/proc/15087/statm: 7208723 328342 3562 1 0 7169825 0
[pid=15087/tid=15088] ppid=15085 vsize=28834892 memory=1313744 CPUtime=1.77 cores=0-7
/proc/15087/task/15088/stat : 15088 (java) R 15085 15085 7170 0 -1 4202560 11489 0 0 0 169 8 0 0 20 0 25 0 418881487 29526929408 328342 33554432000 4194304 4196468 140730156550112 140367030418576 140367011035956 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15089] ppid=15085 vsize=28834892 memory=1452 CPUtime=1.14 cores=0-7
/proc/15087/task/15089/stat : 15089 (java) S 15085 15085 7170 0 -1 1077944384 1009 0 0 0 101 13 0 0 20 0 24 0 418881488 29526929408 328342 33554432000 4194304 4196468 140730156550112 140366982727952 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15090] ppid=15085 vsize=28834892 memory=1313552 CPUtime=1.15 cores=0-7
/proc/15087/task/15090/stat : 15090 (java) S 15085 15085 7170 0 -1 1077944384 1592 0 0 0 101 14 0 0 20 0 24 0 418881488 29526929408 328342 33554432000 4194304 4196468 140730156550112 140366981675408 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15091] ppid=15085 vsize=28834892 memory=1452 CPUtime=1.17 cores=0-7
/proc/15087/task/15091/stat : 15091 (java) S 15085 15085 7170 0 -1 1077944384 1088 0 0 0 102 15 0 0 20 0 24 0 418881488 29526929408 328314 33554432000 4194304 4196468 140730156550112 140366575688208 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15092] ppid=15085 vsize=28834892 memory=1313552 CPUtime=1.12 cores=0-7
/proc/15087/task/15092/stat : 15092 (java) S 15085 15085 7170 0 -1 1077944384 701 0 0 0 97 15 0 0 20 0 23 0 418881488 29526929408 328314 33554432000 4194304 4196468 140730156550112 140366574635664 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15093] ppid=15085 vsize=28834892 memory=1452 CPUtime=1.16 cores=0-7
/proc/15087/task/15093/stat : 15093 (java) S 15085 15085 7170 0 -1 1077944384 1017 0 0 0 102 14 0 0 20 0 23 0 418881488 29526929408 328314 33554432000 4194304 4196468 140730156550112 140366573583120 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15094] ppid=15085 vsize=28834892 memory=1313744 CPUtime=1.17 cores=0-7
/proc/15087/task/15094/stat : 15094 (java) S 15085 15085 7170 0 -1 1077944384 1522 0 0 0 102 15 0 0 20 0 23 0 418881488 29526929408 328314 33554432000 4194304 4196468 140730156550112 140366572530576 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15095] ppid=15085 vsize=28834892 memory=2356 CPUtime=1.17 cores=0-7
/proc/15087/task/15095/stat : 15095 (java) S 15085 15085 7170 0 -1 1077944384 842 0 0 0 102 15 0 0 20 0 23 0 418881488 29526929408 328314 33554432000 4194304 4196468 140730156550112 140366571478032 140367026185941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15096] ppid=15085 vsize=28834892 memory=1440 CPUtime=1.15 cores=0-7
/proc/15087/task/15096/stat : 15096 (java) S 15085 15085 7170 0 -1 1077944384 505 0 0 0 100 15 0 0 20 0 23 0 418881488 29526929408 328340 33554432000 4194304 4196468 140730156550112 140366570425488 140367026185941 256 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15098] ppid=15085 vsize=28834892 memory=1313744 CPUtime=0 cores=0-7
/proc/15087/task/15098/stat : 15098 (java) R 15085 15085 7170 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 22 0 418881490 29526929408 328340 33554432000 4194304 4196468 140730156550112 140365220742112 140367026185941 256 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15099] ppid=15085 vsize=28834892 memory=1604 CPUtime=0 cores=0-7
/proc/15087/task/15099/stat : 15099 (java) R 15085 15085 7170 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 18 0 418881490 29526929408 328376 33554432000 4194304 4196468 140730156550112 140365219689472 140367026185941 256 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15101] ppid=15085 vsize=28834892 memory=1384 CPUtime=5.18 cores=0-7
/proc/15087/task/15101/stat : 15101 (java) R 15085 15085 7170 0 -1 4195396 27488 0 0 0 511 7 0 0 20 0 11 0 418881493 29526929408 328415 33554432000 4194304 4196468 140730156550112 140365217585648 140367026186882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25894912 140730156553194 140730156553366 140730156553366 140730156556239 0
[pid=15087/tid=15105] ppid=15085 vsize=0 memory=3632 CPUtime=0 cores=0-7
/proc/15087/task/15105/stat : 15105 (java) R 15085 15085 7170 0 -1 4195396 3 0 0 0 0 0 0 0 20 0 5 0 418881493 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 527.47 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1314820 KiB

Child status: 0
Real time (s): 84.5171
CPU time (s): 527.497
CPU user time (s): 525.369
CPU system time (s): 2.12854
CPU usage (%): 624.131
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 1315196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 525.369
system time used= 2.12854
maximum resident set size= 1313888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163832
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9565
involuntary context switches= 3251


# summary of solver processes directly reported to runsolver:
#   pid: 15085
#   total CPU time (s): 527.497
#   total CPU user time (s): 525.369
#   total CPU system time (s): 2.12854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.947075 second user time and 0.903522 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 03:57:35
IDJOB=4394643
IDBENCH=126231
IDSOLVER=2843
FILE ID=node102/4394643-1568426300
RUNJOBID= node102-1568416723-7197
PBS_JOBID= 21702264
Free space on /tmp= 59328 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.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-4394643-1568426300/watcher-4394643-1568426300 -o /tmp/evaluation-result-4394643-1568426300/solver-4394643-1568426300 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1989767482 HOME/instance-4394643-1568426300.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=1989767482

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31529376 kB
MemAvailable:   31918224 kB
Buffers:          170768 kB
Cached:           511260 kB
SwapCached:         9500 kB
Active:           342000 kB
Inactive:         351956 kB
Active(anon):       9404 kB
Inactive(anon):    33848 kB
Active(file):     332596 kB
Inactive(file):   318108 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995692 kB
Dirty:             26212 kB
Writeback:             0 kB
AnonPages:        282416 kB
Mapped:            34800 kB
Shmem:             22708 kB
Slab:             136964 kB
SReclaimable:     107960 kB
SUnreclaim:        29004 kB
KernelStack:        3872 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node102 at 2019-09-14 03:59:00