Trace number 4393916

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 parallelOPT105 3122.02 447.541

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark43.4909
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"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-4393916-1568439232.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393916-1568439232.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.07/0.57	c solve instance...
1.47/0.66	o 266 
1.47/0.67	o 204 
1.47/0.68	o 203 
1.47/0.68	o 201 
1.47/0.69	o 186 
1.47/0.70	o 153 
2.04/0.71	o 152 
2.04/0.73	o 126 
2.04/0.73	o 110 
2.04/0.74	o 109 
2.04/0.80	o 108 
2.74/0.81	o 105 
3121.81/447.52	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (92/95)
3121.81/447.52		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3121.81/447.52		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3121.81/447.52		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3121.81/447.52		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3121.81/447.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3121.81/447.52	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (92/95)
3121.81/447.52		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3121.81/447.52		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3121.81/447.52		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3121.81/447.52		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3121.81/447.52		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3121.81/447.52		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3121.81/447.52		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3121.81/447.52		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3121.81/447.52		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3121.81/447.52		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3121.81/447.52		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3121.81/447.52		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3121.81/447.52		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3121.81/447.52		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3121.81/447.52		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3121.81/447.52		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3121.81/447.53	s OPTIMUM FOUND
3121.81/447.53	v <instantiation>
3121.81/447.53	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>
3121.81/447.53	v 	<values>0 5 4 2 1 3 7 12 13 14 10 8 11 9 6 17 5 6 4 5 6 15 4 1 8 3 10 2 9 10 </values>
3121.81/447.53	v </instantiation>

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393916-1568439232/watcher-4393916-1568439232 -o /tmp/evaluation-result-4393916-1568439232/solver-4393916-1568439232 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568439189-30083 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1177696051 HOME/instance-4393916-1568439232.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=30100, runsolver pid=30097
Current StackSize limit: 8192 KiB


[startup+0.10015 s]*
/proc/loadavg: 7.47 8.04 8.12 3/212 30121
/proc/meminfo: memFree=30907856/32770624 swapFree=66947992/67108860
[pid=30100] ppid=30097 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (xcsp3-exec) S 30097 30100 30056 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419865102 115843072 363 33554432000 4194304 5098028 140734549484272 140734549482376 140355744690812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14356480 140734549492597 140734549492841 140734549492841 140734549495754 0
/proc/30100/statm: 28282 363 304 221 0 87 0
[pid=30102] ppid=30100 vsize=28227388 memory=29664 CPUtime=0.12 cores=0-7
/proc/30102/stat : 30102 (java) S 30100 30100 30056 0 -1 1077944320 5892 0 0 0 11 1 0 0 20 0 20 0 419865102 28904845312 7416 33554432000 4194304 4196468 140730700068368 140730700050912 140692234505975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
/proc/30102/statm: 7056847 7416 3118 1 0 7019032 0
[pid=30102/tid=30103] ppid=30100 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30102/task/30103/stat : 30103 (java) R 30100 30100 30056 0 -1 4202560 3807 0 0 0 8 1 0 0 20 0 20 0 419865102 28904845312 7416 33554432000 4194304 4196468 140730700068368 140692238735152 140692234527901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30104] ppid=30100 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30102/task/30104/stat : 30104 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140692191058320 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30105] ppid=30100 vsize=28227388 memory=139998800615040 CPUtime=0 cores=0-7
/proc/30102/task/30105/stat : 30105 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140691785242896 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30106] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30106/stat : 30106 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140691784190608 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30107] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30107/stat : 30107 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140691783137808 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30108] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30108/stat : 30108 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140691782085520 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30109] ppid=30100 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30102/task/30109/stat : 30109 (java) S 30100 30100 30056 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140691781032720 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30110] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30110/stat : 30110 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140691779980432 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30111] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30111/stat : 30111 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 7416 33554432000 4194304 4196468 140730700068368 140691778927632 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30112] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30112/stat : 30112 (java) S 30100 30100 30056 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865104 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690430163056 140692234517122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30113] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30113/stat : 30113 (java) S 30100 30100 30056 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419865105 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690429109024 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30114] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30114/stat : 30114 (java) S 30100 30100 30056 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419865105 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690428056688 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30115] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30115/stat : 30115 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690427005008 140692234524571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30116] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30116/stat : 30116 (java) S 30100 30100 30056 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690425952880 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30117] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30117/stat : 30117 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690424900080 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30118] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30118/stat : 30118 (java) S 30100 30100 30056 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690423847792 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30119] ppid=30100 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30102/task/30119/stat : 30119 (java) S 30100 30100 30056 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 20 0 419865108 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690422794992 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30120] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30120/stat : 30120 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690421741920 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30121] ppid=30100 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30102/task/30121/stat : 30121 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 7416 33554432000 4194304 4196468 140730700068368 140690420689200 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31116 KiB

[startup+0.21059 s]*
/proc/loadavg: 7.47 8.04 8.12 2/212 30121
/proc/meminfo: memFree=30896072/32770624 swapFree=66947992/67108860
[pid=30100] ppid=30097 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (xcsp3-exec) S 30097 30100 30056 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419865102 115843072 363 33554432000 4194304 5098028 140734549484272 140734549482376 140355744690812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14356480 140734549492597 140734549492841 140734549492841 140734549495754 0
/proc/30100/statm: 28282 363 304 221 0 87 0
[pid=30102] ppid=30100 vsize=28227388 memory=41012 CPUtime=0.34 cores=0-7
/proc/30102/stat : 30102 (java) S 30100 30100 30056 0 -1 1077944320 9514 0 0 0 30 4 0 0 20 0 20 0 419865102 28904845312 10253 33554432000 4194304 4196468 140730700068368 140730700050912 140692234505975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
/proc/30102/statm: 7056847 10253 3301 1 0 7019032 0
[pid=30102/tid=30103] ppid=30100 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30102/task/30103/stat : 30103 (java) R 30100 30100 30056 0 -1 4202560 6664 0 0 0 17 2 0 0 20 0 20 0 419865102 28904845312 10253 33554432000 4194304 4196468 140730700068368 140692238737200 140692234517910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30104] ppid=30100 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/30102/task/30104/stat : 30104 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140692191058320 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30105] ppid=30100 vsize=28227388 memory=139998803722428 CPUtime=0 cores=0-7
/proc/30102/task/30105/stat : 30105 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140691785242896 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30106] ppid=30100 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30102/task/30106/stat : 30106 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140691784190608 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30107] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30107/stat : 30107 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140691783137808 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30108] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30108/stat : 30108 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140691782085520 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30109] ppid=30100 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30102/task/30109/stat : 30109 (java) S 30100 30100 30056 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140691781032720 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30110] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30110/stat : 30110 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140691779980432 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30111] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30111/stat : 30111 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28904845312 10253 33554432000 4194304 4196468 140730700068368 140691778927632 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30112] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30112/stat : 30112 (java) S 30100 30100 30056 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419865104 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690430163056 140692234517122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30113] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30113/stat : 30113 (java) S 30100 30100 30056 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419865105 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690429109024 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30114] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30114/stat : 30114 (java) S 30100 30100 30056 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419865105 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690428056688 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30115] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30115/stat : 30115 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690427005008 140692234524571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30116] ppid=30100 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30102/task/30116/stat : 30116 (java) S 30100 30100 30056 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 20 0 419865108 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690425952880 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30117] ppid=30100 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30102/task/30117/stat : 30117 (java) S 30100 30100 30056 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 20 0 419865108 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690424900080 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30118] ppid=30100 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/30102/task/30118/stat : 30118 (java) S 30100 30100 30056 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 20 0 419865108 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690423847792 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30119] ppid=30100 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/30102/task/30119/stat : 30119 (java) R 30100 30100 30056 0 -1 4202560 733 0 0 0 8 0 0 0 20 0 20 0 419865108 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690422794800 140692213437751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30120] ppid=30100 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30120/stat : 30120 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690421741920 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30121] ppid=30100 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30102/task/30121/stat : 30121 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865108 28904845312 10253 33554432000 4194304 4196468 140730700068368 140690420689200 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42464 KiB

[startup+0.311598 s]*
/proc/loadavg: 7.47 8.04 8.12 4/212 30121
/proc/meminfo: memFree=30888316/32770624 swapFree=66947992/67108860
[pid=30100] ppid=30097 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (xcsp3-exec) S 30097 30100 30056 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419865102 115843072 363 33554432000 4194304 5098028 140734549484272 140734549482376 140355744690812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14356480 140734549492597 140734549492841 140734549492841 140734549495754 0
/proc/30100/statm: 28282 363 304 221 0 87 0
[pid=30102] ppid=30100 vsize=28231644 memory=50048 CPUtime=0.53 cores=0-7
/proc/30102/stat : 30102 (java) S 30100 30100 30056 0 -1 1077944320 10884 0 0 0 48 5 0 0 20 0 20 0 419865102 28909203456 12512 33554432000 4194304 4196468 140730700068368 140730700050912 140692234505975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
/proc/30102/statm: 7057911 12512 3343 1 0 7019032 0
[pid=30102/tid=30103] ppid=30100 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30102/task/30103/stat : 30103 (java) R 30100 30100 30056 0 -1 4202560 7813 0 0 0 26 3 0 0 20 0 20 0 419865102 28909203456 12512 33554432000 4194304 4196468 140730700068368 140692238739744 140692218586462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30104] ppid=30100 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30104/stat : 30104 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140692191058320 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30105] ppid=30100 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30105/stat : 30105 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140691785242896 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30106] ppid=30100 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30106/stat : 30106 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140691784190608 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30107] ppid=30100 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30107/stat : 30107 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140691783137808 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30108] ppid=30100 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/30102/task/30108/stat : 30108 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140691782085520 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30109] ppid=30100 vsize=28231644 memory=139998686966703 CPUtime=0 cores=0-7
/proc/30102/task/30109/stat : 30109 (java) S 30100 30100 30056 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140691781032720 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30110] ppid=30100 vsize=28231644 memory=139998686969008 CPUtime=0 cores=0-7
/proc/30102/task/30110/stat : 30110 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140691779980432 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30111] ppid=30100 vsize=28231644 memory=139998686971312 CPUtime=0 cores=0-7
/proc/30102/task/30111/stat : 30111 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 28909203456 12512 33554432000 4194304 4196468 140730700068368 140691778927632 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30112] ppid=30100 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30112/stat : 30112 (java) S 30100 30100 30056 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419865104 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690430163056 140692234517122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30113] ppid=30100 vsize=28231644 memory=279997373949584 CPUtime=0 cores=0-7
/proc/30102/task/30113/stat : 30113 (java) S 30100 30100 30056 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419865105 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690429109024 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30114] ppid=30100 vsize=28231644 memory=279997373956496 CPUtime=0 cores=0-7
/proc/30102/task/30114/stat : 30114 (java) S 30100 30100 30056 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419865105 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690428056688 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30115] ppid=30100 vsize=28231644 memory=279997373897776 CPUtime=0 cores=0-7
/proc/30102/task/30115/stat : 30115 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865108 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690427005008 140692234524571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30116] ppid=30100 vsize=28231644 memory=279997373970320 CPUtime=0.02 cores=0-7
/proc/30102/task/30116/stat : 30116 (java) S 30100 30100 30056 0 -1 1077944384 535 0 0 0 2 0 0 0 20 0 20 0 419865108 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690425952880 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30117] ppid=30100 vsize=28231644 memory=279997373977232 CPUtime=0.03 cores=0-7
/proc/30102/task/30117/stat : 30117 (java) R 30100 30100 30056 0 -1 4202560 203 0 0 0 3 0 0 0 20 0 20 0 419865108 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690424881096 140692216026848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30118] ppid=30100 vsize=28231644 memory=279997373974928 CPUtime=0.03 cores=0-7
/proc/30102/task/30118/stat : 30118 (java) S 30100 30100 30056 0 -1 1077944384 191 0 0 0 3 0 0 0 20 0 20 0 419865108 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690423847792 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30119] ppid=30100 vsize=28231644 memory=279997373991088 CPUtime=0.12 cores=0-7
/proc/30102/task/30119/stat : 30119 (java) S 30100 30100 30056 0 -1 1077944384 836 0 0 0 12 0 0 0 20 0 20 0 419865108 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690422794992 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30120] ppid=30100 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30120/stat : 30120 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865108 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690421741920 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30121] ppid=30100 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/30102/task/30121/stat : 30121 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865108 28909203456 12512 33554432000 4194304 4196468 140730700068368 140690420689200 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51500 KiB

[startup+0.708493 s]
/proc/loadavg: 7.47 8.04 8.12 6/212 30121
/proc/meminfo: memFree=30873448/32770624 swapFree=66947992/67108860
[pid=30100] ppid=30097 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (xcsp3-exec) S 30097 30100 30056 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419865102 115843072 363 33554432000 4194304 5098028 140734549484272 140734549482376 140355744690812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14356480 140734549492597 140734549492841 140734549492841 140734549495754 0
/proc/30100/statm: 28282 363 304 221 0 87 0
[pid=30102] ppid=30100 vsize=28833872 memory=168996 CPUtime=2.04 cores=0-7
/proc/30102/stat : 30102 (java) S 30100 30100 30056 0 -1 1077944320 16365 0 0 0 195 9 0 0 20 0 26 0 419865102 29525884928 42283 33554432000 4194304 4196468 140730700068368 140730700050912 140692234505975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
/proc/30102/statm: 7208468 42266 3456 1 0 7169570 0
[pid=30102/tid=30103] ppid=30100 vsize=28833872 memory=279997374348976 CPUtime=0.57 cores=0-7
/proc/30102/task/30103/stat : 30103 (java) S 30100 30100 30056 0 -1 1077944384 9212 0 0 0 53 4 0 0 20 0 23 0 419865102 29525884928 42242 33554432000 4194304 4196468 140730700068368 140692238744784 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30104] ppid=30100 vsize=28833872 memory=139998687175536 CPUtime=0 cores=0-7
/proc/30102/task/30104/stat : 30104 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419865103 29525884928 42242 33554432000 4194304 4196468 140730700068368 140692191058320 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30105] ppid=30100 vsize=28833872 memory=0 CPUtime=0 cores=0-7
/proc/30102/task/30105/stat : 30105 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419865103 29525884928 42242 33554432000 4194304 4196468 140730700068368 140691785242896 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30106] ppid=30100 vsize=28833872 memory=1720 CPUtime=0 cores=0-7
/proc/30102/task/30106/stat : 30106 (java) S 30100 30100 30056 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419865103 29525884928 42242 33554432000 4194304 4196468 140730700068368 140691784190608 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0

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

[pid=30102/tid=30119] ppid=30100 vsize=28835920 memory=4096 CPUtime=0.67 cores=0-7
/proc/30102/task/30119/stat : 30119 (java) S 30100 30100 30056 0 -1 1077944384 9176 0 0 0 65 2 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690422794992 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30120] ppid=30100 vsize=28835920 memory=1804 CPUtime=0 cores=0-7
/proc/30102/task/30120/stat : 30120 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690421741920 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30121] ppid=30100 vsize=28835920 memory=920 CPUtime=0.18 cores=0-7
/proc/30102/task/30121/stat : 30121 (java) S 30100 30100 30056 0 -1 1077944384 2190 0 0 0 9 9 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690420689200 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30218] ppid=30100 vsize=28835920 memory=3908 CPUtime=443.71 cores=0-7
/proc/30102/task/30218/stat : 30218 (java) R 30100 30100 30056 0 -1 4202560 7824 0 0 0 44367 4 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690402003744 140691876563322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30219] ppid=30100 vsize=28835920 memory=1412 CPUtime=443.79 cores=0-7
/proc/30102/task/30219/stat : 30219 (java) R 30100 30100 30056 0 -1 4202560 3078 0 0 0 44377 2 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690405162752 140691875714579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30220] ppid=30100 vsize=28835920 memory=3792 CPUtime=443.48 cores=0-7
/proc/30102/task/30220/stat : 30220 (java) R 30100 30100 30056 0 -1 4202560 6272 0 0 0 44344 4 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690408321088 140691878391194 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30221] ppid=30100 vsize=28835920 memory=1452 CPUtime=443.42 cores=0-7
/proc/30102/task/30221/stat : 30221 (java) R 30100 30100 30056 0 -1 4202560 17497 0 0 0 44334 8 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690403060624 140692220574080 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30222] ppid=30100 vsize=28835920 memory=551616 CPUtime=443.42 cores=0-7
/proc/30102/task/30222/stat : 30222 (java) R 30100 30100 30056 0 -1 4202560 14435 0 0 0 44337 5 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690410426752 140691875714881 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30223] ppid=30100 vsize=28835920 memory=551548 CPUtime=443.7 cores=0-7
/proc/30102/task/30223/stat : 30223 (java) R 30100 30100 30056 0 -1 4202560 5265 0 0 0 44365 5 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690407268832 140691876588119 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30224] ppid=30100 vsize=28835920 memory=1672 CPUtime=0 cores=0-7
/proc/30102/task/30224/stat : 30224 (java) S 30100 30100 30056 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690404115280 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30225] ppid=30100 vsize=28835920 memory=796 CPUtime=443.77 cores=0-7
/proc/30102/task/30225/stat : 30225 (java) R 30100 30100 30056 0 -1 4202560 6327 0 0 0 44374 3 0 0 20 0 28 0 419865184 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690409373184 140691875482364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
Current children cumulated CPU time: 3119.72 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 555180 KiB

[startup+447.401 s]
/proc/loadavg: 7.01 7.22 7.69 8/220 30260
/proc/meminfo: memFree=30388728/32770624 swapFree=66948000/67108860
[pid=30100] ppid=30097 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (xcsp3-exec) S 30097 30100 30056 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419865102 115843072 363 33554432000 4194304 5098028 140734549484272 140734549482376 140355744690812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14356480 140734549492597 140734549492841 140734549492841 140734549495754 0
/proc/30100/statm: 28282 363 304 221 0 87 0
[pid=30102] ppid=30100 vsize=28835920 memory=553728 CPUtime=3121.11 cores=0-7
/proc/30102/stat : 30102 (java) S 30100 30100 30056 0 -1 1077944320 180918 0 0 0 312004 107 0 0 20 0 28 0 419865102 29527982080 138432 33554432000 4194304 4196468 140730700068368 140730700050912 140692234505975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
/proc/30102/statm: 7208980 138432 3517 1 0 7170082 0
[pid=30102/tid=30103] ppid=30100 vsize=28835920 memory=2424 CPUtime=0.57 cores=0-7
/proc/30102/task/30103/stat : 30103 (java) S 30100 30100 30056 0 -1 1077944384 9212 0 0 0 53 4 0 0 20 0 28 0 419865102 29527982080 138432 33554432000 4194304 4196468 140730700068368 140692238746752 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30104] ppid=30100 vsize=28835920 memory=1764 CPUtime=0.78 cores=0-7
/proc/30102/task/30104/stat : 30104 (java) S 30100 30100 30056 0 -1 1077944384 4402 0 0 0 74 4 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140692191058320 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30105] ppid=30100 vsize=28835920 memory=111636 CPUtime=0.76 cores=0-7
/proc/30102/task/30105/stat : 30105 (java) S 30100 30100 30056 0 -1 1077944384 4966 0 0 0 71 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691785242896 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30106] ppid=30100 vsize=28835920 memory=804 CPUtime=0.79 cores=0-7
/proc/30102/task/30106/stat : 30106 (java) S 30100 30100 30056 0 -1 1077944384 6279 0 0 0 73 6 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691784190608 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30107] ppid=30100 vsize=28835920 memory=1732 CPUtime=0.8 cores=0-7
/proc/30102/task/30107/stat : 30107 (java) S 30100 30100 30056 0 -1 1077944384 4775 0 0 0 76 4 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691783137808 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30108] ppid=30100 vsize=28835920 memory=1804 CPUtime=0.79 cores=0-7
/proc/30102/task/30108/stat : 30108 (java) S 30100 30100 30056 0 -1 1077944384 3957 0 0 0 73 6 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691782085520 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30109] ppid=30100 vsize=28835920 memory=279997374683504 CPUtime=0.8 cores=0-7
/proc/30102/task/30109/stat : 30109 (java) S 30100 30100 30056 0 -1 1077944384 5777 0 0 0 75 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691781032720 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30110] ppid=30100 vsize=28835920 memory=139998687879547 CPUtime=0.76 cores=0-7
/proc/30102/task/30110/stat : 30110 (java) S 30100 30100 30056 0 -1 1077944384 4758 0 0 0 71 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691779980432 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30111] ppid=30100 vsize=28835920 memory=8607468265364815407 CPUtime=0.78 cores=0-7
/proc/30102/task/30111/stat : 30111 (java) S 30100 30100 30056 0 -1 1077944384 5671 0 0 0 73 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691778927632 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30112] ppid=30100 vsize=28835920 memory=6878394970867344850 CPUtime=0.72 cores=0-7
/proc/30102/task/30112/stat : 30112 (java) S 30100 30100 30056 0 -1 1077944384 13374 0 0 0 60 12 0 0 20 0 28 0 419865104 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690430163056 140692234517122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30113] ppid=30100 vsize=28835920 memory=7160715463397645109 CPUtime=0 cores=0-7
/proc/30102/task/30113/stat : 30113 (java) S 30100 30100 30056 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 419865105 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690429109088 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30114] ppid=30100 vsize=28835920 memory=3256252675942356620 CPUtime=0 cores=0-7
/proc/30102/task/30114/stat : 30114 (java) S 30100 30100 30056 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 419865105 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690428056704 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30115] ppid=30100 vsize=28835920 memory=3472463896868183472 CPUtime=0 cores=0-7
/proc/30102/task/30115/stat : 30115 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690427005008 140692234524571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30116] ppid=30100 vsize=28835920 memory=279997375159376 CPUtime=1.38 cores=0-7
/proc/30102/task/30116/stat : 30116 (java) S 30100 30100 30056 0 -1 1077944384 10956 0 0 0 137 1 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690425952880 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30117] ppid=30100 vsize=28835920 memory=139998687028065 CPUtime=1.62 cores=0-7
/proc/30102/task/30117/stat : 30117 (java) S 30100 30100 30056 0 -1 1077944384 12966 0 0 0 161 1 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690424900080 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30118] ppid=30100 vsize=28835920 memory=139998687039345 CPUtime=1.96 cores=0-7
/proc/30102/task/30118/stat : 30118 (java) S 30100 30100 30056 0 -1 1077944384 18245 0 0 0 194 2 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690423847792 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30119] ppid=30100 vsize=28835920 memory=3762110474078150688 CPUtime=0.67 cores=0-7
/proc/30102/task/30119/stat : 30119 (java) S 30100 30100 30056 0 -1 1077944384 9176 0 0 0 65 2 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690422794992 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30120] ppid=30100 vsize=28835920 memory=2319810672830928064 CPUtime=0 cores=0-7
/proc/30102/task/30120/stat : 30120 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690421741920 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30121] ppid=30100 vsize=28835920 memory=1452 CPUtime=0.18 cores=0-7
/proc/30102/task/30121/stat : 30121 (java) S 30100 30100 30056 0 -1 1077944384 2190 0 0 0 9 9 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690420689200 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30218] ppid=30100 vsize=28835920 memory=551616 CPUtime=443.91 cores=0-7
/proc/30102/task/30218/stat : 30218 (java) R 30100 30100 30056 0 -1 4202560 7825 0 0 0 44387 4 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690402003552 140691875715562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30219] ppid=30100 vsize=28835920 memory=15534115864709562 CPUtime=443.99 cores=0-7
/proc/30102/task/30219/stat : 30219 (java) R 30100 30100 30056 0 -1 4202560 3079 0 0 0 44397 2 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690405163296 140691875715050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30220] ppid=30100 vsize=28835920 memory=5964 CPUtime=443.67 cores=0-7
/proc/30102/task/30220/stat : 30220 (java) R 30100 30100 30056 0 -1 4202560 6272 0 0 0 44363 4 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690408321152 140691872224775 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30221] ppid=30100 vsize=28835920 memory=14012 CPUtime=443.62 cores=0-7
/proc/30102/task/30221/stat : 30221 (java) R 30100 30100 30056 0 -1 4202560 17497 0 0 0 44354 8 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690403057568 140691875714386 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30222] ppid=30100 vsize=28835920 memory=11064 CPUtime=443.62 cores=0-7
/proc/30102/task/30222/stat : 30222 (java) R 30100 30100 30056 0 -1 4202560 14435 0 0 0 44357 5 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690410429696 140691875715191 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30223] ppid=30100 vsize=28835920 memory=12024 CPUtime=443.89 cores=0-7
/proc/30102/task/30223/stat : 30223 (java) R 30100 30100 30056 0 -1 4202560 5265 0 0 0 44384 5 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690407268416 140691875715353 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30224] ppid=30100 vsize=28835920 memory=2120 CPUtime=0 cores=0-7
/proc/30102/task/30224/stat : 30224 (java) S 30100 30100 30056 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690404115280 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30225] ppid=30100 vsize=28835920 memory=500 CPUtime=443.97 cores=0-7
/proc/30102/task/30225/stat : 30225 (java) R 30100 30100 30056 0 -1 4202560 6327 0 0 0 44394 3 0 0 20 0 28 0 419865184 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690409373184 140691875714366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
Current children cumulated CPU time: 3121.11 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 555180 KiB

[startup+447.501 s]
/proc/loadavg: 7.01 7.22 7.69 8/220 30260
/proc/meminfo: memFree=30388728/32770624 swapFree=66948000/67108860
[pid=30100] ppid=30097 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30100/stat : 30100 (xcsp3-exec) S 30097 30100 30056 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419865102 115843072 363 33554432000 4194304 5098028 140734549484272 140734549482376 140355744690812 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14356480 140734549492597 140734549492841 140734549492841 140734549495754 0
/proc/30100/statm: 28282 363 304 221 0 87 0
[pid=30102] ppid=30100 vsize=28835920 memory=553728 CPUtime=3121.81 cores=0-7
/proc/30102/stat : 30102 (java) S 30100 30100 30056 0 -1 1077944320 180918 0 0 0 312074 107 0 0 20 0 28 0 419865102 29527982080 138432 33554432000 4194304 4196468 140730700068368 140730700050912 140692234505975 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
/proc/30102/statm: 7208980 138432 3517 1 0 7170082 0
[pid=30102/tid=30103] ppid=30100 vsize=28835920 memory=549436 CPUtime=0.57 cores=0-7
/proc/30102/task/30103/stat : 30103 (java) S 30100 30100 30056 0 -1 1077944384 9212 0 0 0 53 4 0 0 20 0 28 0 419865102 29527982080 138432 33554432000 4194304 4196468 140730700068368 140692238746752 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30104] ppid=30100 vsize=28835920 memory=551496 CPUtime=0.78 cores=0-7
/proc/30102/task/30104/stat : 30104 (java) S 30100 30100 30056 0 -1 1077944384 4402 0 0 0 74 4 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140692191058320 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30105] ppid=30100 vsize=28835920 memory=1452 CPUtime=0.76 cores=0-7
/proc/30102/task/30105/stat : 30105 (java) S 30100 30100 30056 0 -1 1077944384 4966 0 0 0 71 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691785242896 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30106] ppid=30100 vsize=28835920 memory=551668 CPUtime=0.79 cores=0-7
/proc/30102/task/30106/stat : 30106 (java) S 30100 30100 30056 0 -1 1077944384 6279 0 0 0 73 6 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691784190608 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30107] ppid=30100 vsize=28835920 memory=553728 CPUtime=0.8 cores=0-7
/proc/30102/task/30107/stat : 30107 (java) S 30100 30100 30056 0 -1 1077944384 4775 0 0 0 76 4 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691783137808 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30108] ppid=30100 vsize=28835920 memory=1452 CPUtime=0.79 cores=0-7
/proc/30102/task/30108/stat : 30108 (java) S 30100 30100 30056 0 -1 1077944384 3957 0 0 0 73 6 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691782085520 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30109] ppid=30100 vsize=28835920 memory=549436 CPUtime=0.8 cores=0-7
/proc/30102/task/30109/stat : 30109 (java) S 30100 30100 30056 0 -1 1077944384 5777 0 0 0 75 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691781032720 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30110] ppid=30100 vsize=28835920 memory=1452 CPUtime=0.76 cores=0-7
/proc/30102/task/30110/stat : 30110 (java) S 30100 30100 30056 0 -1 1077944384 4758 0 0 0 71 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691779980432 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30111] ppid=30100 vsize=28835920 memory=1452 CPUtime=0.78 cores=0-7
/proc/30102/task/30111/stat : 30111 (java) S 30100 30100 30056 0 -1 1077944384 5671 0 0 0 73 5 0 0 20 0 28 0 419865103 29527982080 138432 33554432000 4194304 4196468 140730700068368 140691778927632 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30112] ppid=30100 vsize=28835920 memory=547556 CPUtime=0.72 cores=0-7
/proc/30102/task/30112/stat : 30112 (java) S 30100 30100 30056 0 -1 1077944384 13374 0 0 0 60 12 0 0 20 0 28 0 419865104 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690430163056 140692234517122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30113] ppid=30100 vsize=28835920 memory=1452 CPUtime=0 cores=0-7
/proc/30102/task/30113/stat : 30113 (java) S 30100 30100 30056 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 419865105 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690429109088 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30114] ppid=30100 vsize=28835920 memory=501708 CPUtime=0 cores=0-7
/proc/30102/task/30114/stat : 30114 (java) S 30100 30100 30056 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 419865105 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690428056704 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30115] ppid=30100 vsize=28835920 memory=11 CPUtime=0 cores=0-7
/proc/30102/task/30115/stat : 30115 (java) S 30100 30100 30056 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690427005008 140692234524571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30116] ppid=30100 vsize=28835920 memory=1349 CPUtime=1.38 cores=0-7
/proc/30102/task/30116/stat : 30116 (java) S 30100 30100 30056 0 -1 1077944384 10956 0 0 0 137 1 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690425952880 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30117] ppid=30100 vsize=28835920 memory=1452 CPUtime=1.62 cores=0-7
/proc/30102/task/30117/stat : 30117 (java) S 30100 30100 30056 0 -1 1077944384 12966 0 0 0 161 1 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690424900080 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30118] ppid=30100 vsize=28835920 memory=259068 CPUtime=1.96 cores=0-7
/proc/30102/task/30118/stat : 30118 (java) S 30100 30100 30056 0 -1 1077944384 18245 0 0 0 194 2 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690423847792 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30119] ppid=30100 vsize=28835920 memory=551548 CPUtime=0.67 cores=0-7
/proc/30102/task/30119/stat : 30119 (java) S 30100 30100 30056 0 -1 1077944384 9176 0 0 0 65 2 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690422794992 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30120] ppid=30100 vsize=28835920 memory=3612 CPUtime=0 cores=0-7
/proc/30102/task/30120/stat : 30120 (java) S 30100 30100 30056 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690421741920 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30121] ppid=30100 vsize=28835920 memory=1452 CPUtime=0.18 cores=0-7
/proc/30102/task/30121/stat : 30121 (java) S 30100 30100 30056 0 -1 1077944384 2190 0 0 0 9 9 0 0 20 0 28 0 419865108 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690420689200 140692234517122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30218] ppid=30100 vsize=28835920 memory=1452 CPUtime=444.01 cores=0-7
/proc/30102/task/30218/stat : 30218 (java) R 30100 30100 30056 0 -1 4202560 7825 0 0 0 44397 4 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690402003552 140691875740252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30219] ppid=30100 vsize=28835920 memory=3612 CPUtime=444.09 cores=0-7
/proc/30102/task/30219/stat : 30219 (java) R 30100 30100 30056 0 -1 4202560 3079 0 0 0 44407 2 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690405163296 140691875739564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30220] ppid=30100 vsize=28835920 memory=22920 CPUtime=443.77 cores=0-7
/proc/30102/task/30220/stat : 30220 (java) R 30100 30100 30056 0 -1 4202560 6272 0 0 0 44373 4 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690408321152 140691875740353 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30221] ppid=30100 vsize=28835920 memory=1452 CPUtime=443.72 cores=0-7
/proc/30102/task/30221/stat : 30221 (java) R 30100 30100 30056 0 -1 4202560 17497 0 0 0 44364 8 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690403057568 140691878001736 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30222] ppid=30100 vsize=28835920 memory=1452 CPUtime=443.72 cores=0-7
/proc/30102/task/30222/stat : 30222 (java) R 30100 30100 30056 0 -1 4202560 14435 0 0 0 44367 5 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690410429696 140691876978431 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30223] ppid=30100 vsize=28835920 memory=1452 CPUtime=443.99 cores=0-7
/proc/30102/task/30223/stat : 30223 (java) R 30100 30100 30056 0 -1 4202560 5265 0 0 0 44394 5 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690407268416 140691875541162 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30224] ppid=30100 vsize=28835920 memory=2120 CPUtime=0 cores=0-7
/proc/30102/task/30224/stat : 30224 (java) S 30100 30100 30056 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419865183 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690404115280 140692234516181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
[pid=30102/tid=30225] ppid=30100 vsize=28835920 memory=500 CPUtime=444.07 cores=0-7
/proc/30102/task/30225/stat : 30225 (java) R 30100 30100 30056 0 -1 4202560 6327 0 0 0 44404 3 0 0 20 0 28 0 419865184 29527982080 138432 33554432000 4194304 4196468 140730700068368 140690409373184 140691875715502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35557376 140730700071914 140730700072086 140730700072086 140730700074959 0
Current children cumulated CPU time: 3121.81 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 555180 KiB

Child status: 0
Real time (s): 447.541
CPU time (s): 3122.02
CPU user time (s): 3120.93
CPU system time (s): 1.09011
CPU usage (%): 697.595
Max. virtual memory (cumulated for all children) (KiB): 28949048
Max. memory (cumulated for all children) (KiB): 555180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3120.93
system time used= 1.09011
maximum resident set size= 553836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182673
page faults= 0
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62051
involuntary context switches= 12106


# summary of solver processes directly reported to runsolver:
#   pid: 30100
#   total CPU time (s): 3122.02
#   total CPU user time (s): 3120.93
#   total CPU system time (s): 1.09011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77722 second user time and 5.15842 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 07:33:09
IDJOB=4393916
IDBENCH=135746
IDSOLVER=2841
FILE ID=node117/4393916-1568439232
RUNJOBID= node117-1568439189-30083
PBS_JOBID= 21702331
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.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-4393916-1568439232/watcher-4393916-1568439232 -o /tmp/evaluation-result-4393916-1568439232/solver-4393916-1568439232 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568439189-30083 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1177696051 HOME/instance-4393916-1568439232.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1177696051

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30926028 kB
MemAvailable:   31864440 kB
Buffers:          151180 kB
Cached:          1053820 kB
SwapCached:        51884 kB
Active:           776176 kB
Inactive:         482132 kB
Active(anon):      18032 kB
Inactive(anon):    59812 kB
Active(file):     758144 kB
Inactive(file):   422320 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947992 kB
Dirty:             25936 kB
Writeback:             0 kB
AnonPages:        116452 kB
Mapped:            33516 kB
Shmem:             15900 kB
Slab:             175848 kB
SReclaimable:     147564 kB
SUnreclaim:        28284 kB
KernelStack:        3328 kB
PageTables:         5984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 07:40:37