Trace number 4394568

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 parallelOPT1121 211.615 53.1121

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-14.xml
MD5SUM0fb8e68e5b6c8402080e230a0c605796
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1121
Best CPU time to get the best result obtained on this benchmark74.0319
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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-4394568-1568433785.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394568-1568433785.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
0.71/0.47	c solve instance...
0.71/0.51	o 181 
1.02/0.52	o 199 
1.02/0.53	o 213 
1.02/0.53	o 364 
1.02/0.53	o 383 
1.02/0.54	o 397 
1.02/0.54	o 398 
1.02/0.54	o 448 
1.02/0.54	o 453 
1.02/0.58	o 454 
1.02/0.58	o 472 
1.02/0.59	o 486 
1.02/0.59	o 487 
1.02/0.59	o 773 
1.02/0.60	o 838 
1.02/0.61	o 868 
1.41/0.62	o 881 
1.41/0.62	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/35)
1.41/0.62		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.41/0.62		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.41/0.62		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.41/0.62		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.41/0.62		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.41/0.62	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/35)
1.41/0.62		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.41/0.62		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.41/0.62		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.41/0.62		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.41/0.62		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.41/0.62		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.41/0.62		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.41/0.62		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.41/0.62		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.41/0.62		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.41/0.62		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.41/0.62		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.41/0.62		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.41/0.62		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.41/0.62		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.41/0.62		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.41/0.62	o 907 
1.41/0.63	o 933 
1.41/0.65	o 940 
1.41/0.66	o 969 
1.41/0.69	o 977 
1.98/0.71	o 989 
1.98/0.72	o 1017 
1.98/0.73	o 1032 
1.98/0.74	o 1040 
1.98/0.76	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (27/30)
1.98/0.76		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.98/0.76		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.98/0.76		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.98/0.76		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.98/0.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.98/0.76	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (27/30)
1.98/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.98/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.98/0.76		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.98/0.76		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.98/0.76		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.98/0.76		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.98/0.76		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.98/0.76		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.98/0.76		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.98/0.76		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.98/0.76		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.98/0.76		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.98/0.76		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.98/0.76		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.98/0.76		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.98/0.76		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.98/0.76	o 1042 
2.68/0.80	o 1056 
2.68/0.83	o 1083 
2.68/0.84	o 1109 
3.50/0.91	o 1112 
3.50/0.99	o 1115 
5.05/1.14	o 1121 
211.45/53.08	s OPTIMUM FOUND
211.45/53.08	v <instantiation>
211.45/53.08	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
211.45/53.08	v 	<values>1 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 1 0 1 0 1 1 0 0 0 1 1 1 0 0 </values>
211.45/53.08	v </instantiation>

Verifier Data

OK	1121

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 (15059 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-4394568-1568433785/watcher-4394568-1568433785 -o /tmp/evaluation-result-4394568-1568433785/solver-4394568-1568433785 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568427839-5017 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 707925920 HOME/instance-4394568-1568433785.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=7042, runsolver pid=7039
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 3.54 2.60 2.69 2/213 7063
/proc/meminfo: memFree=31266668/32770624 swapFree=66919320/67108860
[pid=7042] ppid=7039 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7042/stat : 7042 (xcsp3-exec) S 7039 7042 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419316453 115843072 364 33554432000 4194304 5098028 140725681223024 140725681221128 140486570164860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29564928 140725681226614 140725681226857 140725681226857 140725681229770 0
/proc/7042/statm: 28282 364 305 221 0 87 0
[pid=7044] ppid=7042 vsize=28227388 memory=28900 CPUtime=0.12 cores=0-7
/proc/7044/stat : 7044 (java) S 7042 7042 4990 0 -1 1077944320 5700 0 0 0 11 1 0 0 20 0 20 0 419316454 28904845312 7225 33554432000 4194304 4196468 140727511287216 140727511269760 139881631702775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
/proc/7044/statm: 7056847 7225 3115 1 0 7019032 0
[pid=7044/tid=7045] ppid=7042 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/7044/task/7045/stat : 7045 (java) R 7042 7042 4990 0 -1 4202560 3604 0 0 0 8 1 0 0 20 0 20 0 419316454 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881635936048 139881631714710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7046] ppid=7042 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7044/task/7046/stat : 7046 (java) S 7042 7042 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881584323216 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7047] ppid=7042 vsize=28227388 memory=139754291041920 CPUtime=0 cores=0-7
/proc/7044/task/7047/stat : 7047 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881583270416 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7048] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7048/stat : 7048 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881181206928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7049] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7049/stat : 7049 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881180154128 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7050] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7050/stat : 7050 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881179102352 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7051] ppid=7042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7044/task/7051/stat : 7051 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881178049552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7052] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7052/stat : 7052 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881176996752 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7053] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7053/stat : 7053 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 7225 33554432000 4194304 4196468 140727511287216 139881175943952 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7054] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7054/stat : 7054 (java) S 7042 7042 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419316456 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879759432048 139881631713922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7055] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7055/stat : 7055 (java) S 7042 7042 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419316457 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879758378016 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7056] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7056/stat : 7056 (java) S 7042 7042 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419316457 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879757325168 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7057] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7057/stat : 7057 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316459 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879756273488 139881631721371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7058] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7058/stat : 7058 (java) R 7042 7042 4990 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 419316459 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879755221872 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7059] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7059/stat : 7059 (java) S 7042 7042 4990 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419316459 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879754169072 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7060] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7060/stat : 7060 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419316459 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879753116272 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7061] ppid=7042 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7044/task/7061/stat : 7061 (java) R 7042 7042 4990 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 20 0 419316459 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879752063472 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7062] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7062/stat : 7062 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419316460 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879751010912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7063] ppid=7042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7044/task/7063/stat : 7063 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316460 28904845312 7225 33554432000 4194304 4196468 140727511287216 139879749958192 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30356 KiB

[startup+0.210448 s]*
/proc/loadavg: 3.54 2.60 2.69 2/213 7063
/proc/meminfo: memFree=31255180/32770624 swapFree=66919320/67108860
[pid=7042] ppid=7039 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7042/stat : 7042 (xcsp3-exec) S 7039 7042 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419316453 115843072 364 33554432000 4194304 5098028 140725681223024 140725681221128 140486570164860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29564928 140725681226614 140725681226857 140725681226857 140725681229770 0
/proc/7042/statm: 28282 364 305 221 0 87 0
[pid=7044] ppid=7042 vsize=28227388 memory=40292 CPUtime=0.33 cores=0-7
/proc/7044/stat : 7044 (java) S 7042 7042 4990 0 -1 1077944320 9343 0 0 0 30 3 0 0 20 0 20 0 419316454 28904845312 10073 33554432000 4194304 4196468 140727511287216 140727511269760 139881631702775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
/proc/7044/statm: 7056847 10073 3261 1 0 7019032 0
[pid=7044/tid=7045] ppid=7042 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7044/task/7045/stat : 7045 (java) R 7042 7042 4990 0 -1 4202560 6576 0 0 0 18 2 0 0 20 0 20 0 419316454 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881635936480 139881631714710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7046] ppid=7042 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/7044/task/7046/stat : 7046 (java) S 7042 7042 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881584323216 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7047] ppid=7042 vsize=28227388 memory=139754291049221 CPUtime=0 cores=0-7
/proc/7044/task/7047/stat : 7047 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881583270416 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7048] ppid=7042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7044/task/7048/stat : 7048 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881181206928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7049] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7049/stat : 7049 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881180154128 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7050] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7050/stat : 7050 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881179102352 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7051] ppid=7042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7044/task/7051/stat : 7051 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881178049552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7052] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7052/stat : 7052 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881176996752 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7053] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7053/stat : 7053 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28904845312 10073 33554432000 4194304 4196468 140727511287216 139881175943952 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7054] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7054/stat : 7054 (java) S 7042 7042 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419316456 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879759432048 139881631713922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7055] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7055/stat : 7055 (java) S 7042 7042 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419316457 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879758378016 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7056] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7056/stat : 7056 (java) S 7042 7042 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419316457 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879757325168 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7057] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7057/stat : 7057 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316459 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879756273488 139881631721371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7058] ppid=7042 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7044/task/7058/stat : 7058 (java) R 7042 7042 4990 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 419316459 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879755221872 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7059] ppid=7042 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7044/task/7059/stat : 7059 (java) S 7042 7042 4990 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 419316459 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879754169072 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7060] ppid=7042 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/7044/task/7060/stat : 7060 (java) S 7042 7042 4990 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 20 0 419316459 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879753116272 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7061] ppid=7042 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/7044/task/7061/stat : 7061 (java) R 7042 7042 4990 0 -1 4202560 815 0 0 0 8 0 0 0 20 0 20 0 419316459 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879752063280 139881610838488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7062] ppid=7042 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7062/stat : 7062 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419316460 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879751010912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7063] ppid=7042 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7044/task/7063/stat : 7063 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316460 28904845312 10073 33554432000 4194304 4196468 140727511287216 139879749958192 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41748 KiB

[startup+0.310284 s]*
/proc/loadavg: 3.54 2.60 2.69 3/213 7063
/proc/meminfo: memFree=31249408/32770624 swapFree=66919320/67108860
[pid=7042] ppid=7039 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7042/stat : 7042 (xcsp3-exec) S 7039 7042 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419316453 115843072 364 33554432000 4194304 5098028 140725681223024 140725681221128 140486570164860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29564928 140725681226614 140725681226857 140725681226857 140725681229770 0
/proc/7042/statm: 28282 364 305 221 0 87 0
[pid=7044] ppid=7042 vsize=28231644 memory=50072 CPUtime=0.53 cores=0-7
/proc/7044/stat : 7044 (java) S 7042 7042 4990 0 -1 1077944320 10779 0 0 0 48 5 0 0 20 0 20 0 419316454 28909203456 12518 33554432000 4194304 4196468 140727511287216 140727511269760 139881631702775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
/proc/7044/statm: 7057911 12518 3368 1 0 7019032 0
[pid=7044/tid=7045] ppid=7042 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/7044/task/7045/stat : 7045 (java) R 7042 7042 4990 0 -1 4202560 7691 0 0 0 27 3 0 0 20 0 20 0 419316454 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881635936736 139881615783262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7046] ppid=7042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7046/stat : 7046 (java) S 7042 7042 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881584323216 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7047] ppid=7042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7047/stat : 7047 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881583270416 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7048] ppid=7042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7048/stat : 7048 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881181206928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7049] ppid=7042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7049/stat : 7049 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881180154128 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7050] ppid=7042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7050/stat : 7050 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881179102352 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7051] ppid=7042 vsize=28231644 memory=139754142263983 CPUtime=0 cores=0-7
/proc/7044/task/7051/stat : 7051 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881178049552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7052] ppid=7042 vsize=28231644 memory=139754142266288 CPUtime=0 cores=0-7
/proc/7044/task/7052/stat : 7052 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881176996752 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7053] ppid=7042 vsize=28231644 memory=139754142268592 CPUtime=0 cores=0-7
/proc/7044/task/7053/stat : 7053 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316455 28909203456 12518 33554432000 4194304 4196468 140727511287216 139881175943952 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7054] ppid=7042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7054/stat : 7054 (java) S 7042 7042 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419316456 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879759432048 139881631713922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7055] ppid=7042 vsize=28231644 memory=279508284551056 CPUtime=0 cores=0-7
/proc/7044/task/7055/stat : 7055 (java) S 7042 7042 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419316457 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879758378016 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7056] ppid=7042 vsize=28231644 memory=279508284548752 CPUtime=0 cores=0-7
/proc/7044/task/7056/stat : 7056 (java) S 7042 7042 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419316457 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879757325168 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7057] ppid=7042 vsize=28231644 memory=279508284555664 CPUtime=0 cores=0-7
/proc/7044/task/7057/stat : 7057 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316459 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879756273488 139881631721371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7058] ppid=7042 vsize=28231644 memory=279508284496944 CPUtime=0.02 cores=0-7
/proc/7044/task/7058/stat : 7058 (java) R 7042 7042 4990 0 -1 4202560 483 0 0 0 2 0 0 0 20 0 20 0 419316459 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879755212256 139881616092608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7059] ppid=7042 vsize=28231644 memory=279508284569488 CPUtime=0.03 cores=0-7
/proc/7044/task/7059/stat : 7059 (java) S 7042 7042 4990 0 -1 1077944384 264 0 0 0 3 0 0 0 20 0 20 0 419316459 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879754169072 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7060] ppid=7042 vsize=28231644 memory=279508284576400 CPUtime=0.02 cores=0-7
/proc/7044/task/7060/stat : 7060 (java) S 7042 7042 4990 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 20 0 419316459 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879753116272 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7061] ppid=7042 vsize=28231644 memory=279508284574096 CPUtime=0.12 cores=0-7
/proc/7044/task/7061/stat : 7061 (java) S 7042 7042 4990 0 -1 1077944384 963 0 0 0 12 0 0 0 20 0 20 0 419316459 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879752063472 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7062] ppid=7042 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7062/stat : 7062 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419316460 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879751010912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7063] ppid=7042 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7044/task/7063/stat : 7063 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419316460 28909203456 12518 33554432000 4194304 4196468 140727511287216 139879749958192 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51528 KiB

[startup+0.704654 s]
/proc/loadavg: 3.54 2.60 2.69 12/221 7071
/proc/meminfo: memFree=31214000/32770624 swapFree=66919320/67108860
[pid=7042] ppid=7039 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7042/stat : 7042 (xcsp3-exec) S 7039 7042 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419316453 115843072 364 33554432000 4194304 5098028 140725681223024 140725681221128 140486570164860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29564928 140725681226614 140725681226857 140725681226857 140725681229770 0
/proc/7042/statm: 28282 364 305 221 0 87 0
[pid=7044] ppid=7042 vsize=28767308 memory=195100 CPUtime=1.98 cores=0-7
/proc/7044/stat : 7044 (java) S 7042 7042 4990 0 -1 1077944320 19115 0 0 0 188 10 0 0 20 0 27 0 419316454 29457723392 48775 33554432000 4194304 4196468 140727511287216 140727511269760 139881631702775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
/proc/7044/statm: 7191827 48775 3481 1 0 7152929 0
[pid=7044/tid=7045] ppid=7042 vsize=28767308 memory=0 CPUtime=0.49 cores=0-7
/proc/7044/task/7045/stat : 7045 (java) S 7042 7042 4990 0 -1 1077944384 9118 0 0 0 46 3 0 0 20 0 27 0 419316454 29457723392 48775 33554432000 4194304 4196468 140727511287216 139881635943552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7046] ppid=7042 vsize=28767308 memory=139754142475120 CPUtime=0 cores=0-7
/proc/7044/task/7046/stat : 7046 (java) S 7042 7042 4990 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 27 0 419316455 29457723392 48775 33554432000 4194304 4196468 140727511287216 139881584323216 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7047] ppid=7042 vsize=28767308 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7047/stat : 7047 (java) S 7042 7042 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 27 0 419316455 29457723392 48775 33554432000 4194304 4196468 140727511287216 139881583270416 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7048] ppid=7042 vsize=28767308 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7048/stat : 7048 (java) S 7042 7042 4990 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 27 0 419316455 29457723392 48775 33554432000 4194304 4196468 140727511287216 139881181206928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0

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

[pid=7044/tid=7330] ppid=7042 vsize=28835920 memory=0 CPUtime=50.28 cores=0-7
/proc/7044/task/7330/stat : 7330 (java) R 7042 7042 4990 0 -1 4202560 2552 0 0 0 5016 12 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879732563560 139881272290309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7331] ppid=7042 vsize=28835920 memory=0 CPUtime=21.36 cores=0-7
/proc/7044/task/7331/stat : 7331 (java) S 7042 7042 4990 0 -1 1077944384 1211 0 0 0 2117 19 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879739938384 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7332] ppid=7042 vsize=28835920 memory=0 CPUtime=21.31 cores=0-7
/proc/7044/task/7332/stat : 7332 (java) S 7042 7042 4990 0 -1 1077944384 1872 0 0 0 2118 13 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879737832912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7333] ppid=7042 vsize=28835920 memory=8112282956445269571 CPUtime=21.5 cores=0-7
/proc/7044/task/7333/stat : 7333 (java) S 7042 7042 4990 0 -1 1077944384 1256 0 0 0 2130 20 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879736780112 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7334] ppid=7042 vsize=28835920 memory=6944656592455359580 CPUtime=21.04 cores=0-7
/proc/7044/task/7334/stat : 7334 (java) S 7042 7042 4990 0 -1 1077944384 327 0 0 0 2095 9 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879734674640 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7335] ppid=7042 vsize=28835920 memory=6944656575208382560 CPUtime=21.26 cores=0-7
/proc/7044/task/7335/stat : 7335 (java) S 7042 7042 4990 0 -1 1077944384 2526 0 0 0 2104 22 0 0 20 0 28 0 419316570 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879740990544 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
Current children cumulated CPU time: 210.45 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 2814300 KiB

[startup+52.801 s]
/proc/loadavg: 3.34 2.78 2.75 2/220 7338
/proc/meminfo: memFree=28477588/32770624 swapFree=66919320/67108860
[pid=7042] ppid=7039 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7042/stat : 7042 (xcsp3-exec) S 7039 7042 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419316453 115843072 364 33554432000 4194304 5098028 140725681223024 140725681221128 140486570164860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29564928 140725681226614 140725681226857 140725681226857 140725681229770 0
/proc/7042/statm: 28282 364 305 221 0 87 0
[pid=7044] ppid=7042 vsize=28835920 memory=2812844 CPUtime=211.24 cores=0-7
/proc/7044/stat : 7044 (java) S 7042 7042 4990 0 -1 1077944320 64908 0 0 0 20942 182 0 0 20 0 28 0 419316454 29527982080 703211 33554432000 4194304 4196468 140727511287216 140727511269760 139881631702775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
/proc/7044/statm: 7208980 703211 3526 1 0 7170082 0
[pid=7044/tid=7045] ppid=7042 vsize=28835920 memory=8112282956445269571 CPUtime=0.49 cores=0-7
/proc/7044/task/7045/stat : 7045 (java) S 7042 7042 4990 0 -1 1077944384 9118 0 0 0 46 3 0 0 20 0 28 0 419316454 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881635943552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7046] ppid=7042 vsize=28835920 memory=2812836 CPUtime=0.16 cores=0-7
/proc/7044/task/7046/stat : 7046 (java) S 7042 7042 4990 0 -1 1077944384 306 0 0 0 12 4 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881584323216 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7047] ppid=7042 vsize=28835920 memory=988 CPUtime=0.16 cores=0-7
/proc/7044/task/7047/stat : 7047 (java) S 7042 7042 4990 0 -1 1077944384 574 0 0 0 11 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881583270416 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7048] ppid=7042 vsize=28835920 memory=2012 CPUtime=0.17 cores=0-7
/proc/7044/task/7048/stat : 7048 (java) S 7042 7042 4990 0 -1 1077944384 363 0 0 0 12 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881181206928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7049] ppid=7042 vsize=28835920 memory=1456 CPUtime=0.16 cores=0-7
/proc/7044/task/7049/stat : 7049 (java) S 7042 7042 4990 0 -1 1077944384 232 0 0 0 12 4 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881180154128 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7050] ppid=7042 vsize=28835920 memory=2812844 CPUtime=0.15 cores=0-7
/proc/7044/task/7050/stat : 7050 (java) S 7042 7042 4990 0 -1 1077944384 814 0 0 0 10 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881179102352 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7051] ppid=7042 vsize=28835920 memory=8112282956445269571 CPUtime=0.17 cores=0-7
/proc/7044/task/7051/stat : 7051 (java) S 7042 7042 4990 0 -1 1077944384 222 0 0 0 12 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881178049552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7052] ppid=7042 vsize=28835920 memory=0 CPUtime=0.16 cores=0-7
/proc/7044/task/7052/stat : 7052 (java) S 7042 7042 4990 0 -1 1077944384 301 0 0 0 11 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881176996752 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7053] ppid=7042 vsize=28835920 memory=0 CPUtime=0.16 cores=0-7
/proc/7044/task/7053/stat : 7053 (java) S 7042 7042 4990 0 -1 1077944384 223 0 0 0 11 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881175943952 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7054] ppid=7042 vsize=28835920 memory=0 CPUtime=0.03 cores=0-7
/proc/7044/task/7054/stat : 7054 (java) S 7042 7042 4990 0 -1 1077944384 2738 0 0 0 2 1 0 0 20 0 28 0 419316456 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879759432048 139881631713922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7055] ppid=7042 vsize=28835920 memory=139754142845624 CPUtime=0 cores=0-7
/proc/7044/task/7055/stat : 7055 (java) S 7042 7042 4990 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 419316457 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879758378080 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7056] ppid=7042 vsize=28835920 memory=1456 CPUtime=0 cores=0-7
/proc/7044/task/7056/stat : 7056 (java) S 7042 7042 4990 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419316457 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879757325184 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7057] ppid=7042 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/7044/task/7057/stat : 7057 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879756273488 139881631721371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7058] ppid=7042 vsize=28835920 memory=279508284957200 CPUtime=1.93 cores=0-7
/proc/7044/task/7058/stat : 7058 (java) S 7042 7042 4990 0 -1 1077944384 7735 0 0 0 192 1 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879755221872 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7059] ppid=7042 vsize=28835920 memory=4638778419807604048 CPUtime=2.18 cores=0-7
/proc/7044/task/7059/stat : 7059 (java) S 7042 7042 4990 0 -1 1077944384 10473 0 0 0 217 1 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879754169072 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7060] ppid=7042 vsize=28835920 memory=7367994820037468493 CPUtime=2.16 cores=0-7
/proc/7044/task/7060/stat : 7060 (java) S 7042 7042 4990 0 -1 1077944384 7249 0 0 0 215 1 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879753116272 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7061] ppid=7042 vsize=28835920 memory=4639074098508484688 CPUtime=0.81 cores=0-7
/proc/7044/task/7061/stat : 7061 (java) S 7042 7042 4990 0 -1 1077944384 6180 0 0 0 79 2 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879752063472 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7062] ppid=7042 vsize=28835920 memory=4639074098508484692 CPUtime=0 cores=0-7
/proc/7044/task/7062/stat : 7062 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419316460 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879751010912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7063] ppid=7042 vsize=28835920 memory=4639074098508484689 CPUtime=0.01 cores=0-7
/proc/7044/task/7063/stat : 7063 (java) S 7042 7042 4990 0 -1 1077944384 1091 0 0 0 0 1 0 0 20 0 28 0 419316460 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879749958192 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7328] ppid=7042 vsize=28835920 memory=6935650410838380624 CPUtime=21.17 cores=0-7
/proc/7044/task/7328/stat : 7328 (java) S 7042 7042 4990 0 -1 1077944384 1093 0 0 0 2107 10 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879738883648 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7329] ppid=7042 vsize=28835920 memory=8112282956445269571 CPUtime=20.94 cores=0-7
/proc/7044/task/7329/stat : 7329 (java) S 7042 7042 4990 0 -1 1077944384 238 0 0 0 2082 12 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879735726928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7330] ppid=7042 vsize=28835920 memory=4100 CPUtime=51.07 cores=0-7
/proc/7044/task/7330/stat : 7330 (java) R 7042 7042 4990 0 -1 4202560 2552 0 0 0 5095 12 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879732563560 139881272290253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7331] ppid=7042 vsize=28835920 memory=1412 CPUtime=21.36 cores=0-7
/proc/7044/task/7331/stat : 7331 (java) S 7042 7042 4990 0 -1 1077944384 1211 0 0 0 2117 19 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879739938384 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7332] ppid=7042 vsize=28835920 memory=3160 CPUtime=21.31 cores=0-7
/proc/7044/task/7332/stat : 7332 (java) S 7042 7042 4990 0 -1 1077944384 1872 0 0 0 2118 13 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879737832912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7333] ppid=7042 vsize=28835920 memory=1456 CPUtime=21.5 cores=0-7
/proc/7044/task/7333/stat : 7333 (java) S 7042 7042 4990 0 -1 1077944384 1256 0 0 0 2130 20 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879736780112 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7334] ppid=7042 vsize=28835920 memory=2812824 CPUtime=21.04 cores=0-7
/proc/7044/task/7334/stat : 7334 (java) S 7042 7042 4990 0 -1 1077944384 327 0 0 0 2095 9 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879734674640 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7335] ppid=7042 vsize=28835920 memory=1580 CPUtime=21.26 cores=0-7
/proc/7044/task/7335/stat : 7335 (java) S 7042 7042 4990 0 -1 1077944384 2526 0 0 0 2104 22 0 0 20 0 28 0 419316570 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879740990544 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
Current children cumulated CPU time: 211.24 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 2814300 KiB

[startup+53.001 s]*
/proc/loadavg: 3.34 2.78 2.75 2/220 7338
/proc/meminfo: memFree=28477588/32770624 swapFree=66919320/67108860
[pid=7042] ppid=7039 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7042/stat : 7042 (xcsp3-exec) S 7039 7042 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419316453 115843072 364 33554432000 4194304 5098028 140725681223024 140725681221128 140486570164860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29564928 140725681226614 140725681226857 140725681226857 140725681229770 0
/proc/7042/statm: 28282 364 305 221 0 87 0
[pid=7044] ppid=7042 vsize=28835920 memory=2812844 CPUtime=211.45 cores=0-7
/proc/7044/stat : 7044 (java) S 7042 7042 4990 0 -1 1077944320 64988 0 0 0 20963 182 0 0 20 0 28 0 419316454 29527982080 703211 33554432000 4194304 4196468 140727511287216 140727511269760 139881631702775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
/proc/7044/statm: 7208980 703211 3526 1 0 7170082 0
[pid=7044/tid=7045] ppid=7042 vsize=28835920 memory=8317482817917895235 CPUtime=0.49 cores=0-7
/proc/7044/task/7045/stat : 7045 (java) S 7042 7042 4990 0 -1 1077944384 9118 0 0 0 46 3 0 0 20 0 28 0 419316454 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881635943552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7046] ppid=7042 vsize=28835920 memory=4872558044660077418 CPUtime=0.16 cores=0-7
/proc/7044/task/7046/stat : 7046 (java) S 7042 7042 4990 0 -1 1077944384 306 0 0 0 12 4 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881584323216 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7047] ppid=7042 vsize=28835920 memory=14072 CPUtime=0.16 cores=0-7
/proc/7044/task/7047/stat : 7047 (java) S 7042 7042 4990 0 -1 1077944384 574 0 0 0 11 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881583270416 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7048] ppid=7042 vsize=28835920 memory=2116 CPUtime=0.17 cores=0-7
/proc/7044/task/7048/stat : 7048 (java) S 7042 7042 4990 0 -1 1077944384 363 0 0 0 12 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881181206928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7049] ppid=7042 vsize=28835920 memory=8860 CPUtime=0.16 cores=0-7
/proc/7044/task/7049/stat : 7049 (java) S 7042 7042 4990 0 -1 1077944384 232 0 0 0 12 4 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881180154128 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7050] ppid=7042 vsize=28835920 memory=528 CPUtime=0.15 cores=0-7
/proc/7044/task/7050/stat : 7050 (java) S 7042 7042 4990 0 -1 1077944384 814 0 0 0 10 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881179102352 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7051] ppid=7042 vsize=28835920 memory=1560 CPUtime=0.17 cores=0-7
/proc/7044/task/7051/stat : 7051 (java) S 7042 7042 4990 0 -1 1077944384 222 0 0 0 12 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881178049552 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7052] ppid=7042 vsize=28835920 memory=932 CPUtime=0.16 cores=0-7
/proc/7044/task/7052/stat : 7052 (java) S 7042 7042 4990 0 -1 1077944384 301 0 0 0 11 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881176996752 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7053] ppid=7042 vsize=28835920 memory=1492 CPUtime=0.16 cores=0-7
/proc/7044/task/7053/stat : 7053 (java) S 7042 7042 4990 0 -1 1077944384 223 0 0 0 11 5 0 0 20 0 28 0 419316455 29527982080 703211 33554432000 4194304 4196468 140727511287216 139881175943952 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7054] ppid=7042 vsize=28835920 memory=876 CPUtime=0.03 cores=0-7
/proc/7044/task/7054/stat : 7054 (java) S 7042 7042 4990 0 -1 1077944384 2738 0 0 0 2 1 0 0 20 0 28 0 419316456 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879759432048 139881631713922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7055] ppid=7042 vsize=28835920 memory=14008 CPUtime=0 cores=0-7
/proc/7044/task/7055/stat : 7055 (java) S 7042 7042 4990 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 419316457 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879758378080 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7056] ppid=7042 vsize=28835920 memory=14072 CPUtime=0 cores=0-7
/proc/7044/task/7056/stat : 7056 (java) S 7042 7042 4990 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419316457 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879757325184 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7057] ppid=7042 vsize=28835920 memory=2116 CPUtime=0 cores=0-7
/proc/7044/task/7057/stat : 7057 (java) S 7042 7042 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879756273488 139881631721371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7058] ppid=7042 vsize=28835920 memory=8860 CPUtime=1.93 cores=0-7
/proc/7044/task/7058/stat : 7058 (java) S 7042 7042 4990 0 -1 1077944384 7735 0 0 0 192 1 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879755221872 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7059] ppid=7042 vsize=28835920 memory=528 CPUtime=2.18 cores=0-7
/proc/7044/task/7059/stat : 7059 (java) S 7042 7042 4990 0 -1 1077944384 10473 0 0 0 217 1 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879754169072 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7060] ppid=7042 vsize=28835920 memory=1560 CPUtime=2.16 cores=0-7
/proc/7044/task/7060/stat : 7060 (java) S 7042 7042 4990 0 -1 1077944384 7249 0 0 0 215 1 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879753116272 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7061] ppid=7042 vsize=28835920 memory=932 CPUtime=0.81 cores=0-7
/proc/7044/task/7061/stat : 7061 (java) S 7042 7042 4990 0 -1 1077944384 6180 0 0 0 79 2 0 0 20 0 28 0 419316459 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879752063472 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7062] ppid=7042 vsize=28835920 memory=1492 CPUtime=0 cores=0-7
/proc/7044/task/7062/stat : 7062 (java) S 7042 7042 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419316460 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879751010912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7063] ppid=7042 vsize=28835920 memory=876 CPUtime=0.01 cores=0-7
/proc/7044/task/7063/stat : 7063 (java) S 7042 7042 4990 0 -1 1077944384 1091 0 0 0 0 1 0 0 20 0 28 0 419316460 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879749958192 139881631713922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7328] ppid=7042 vsize=28835920 memory=1448 CPUtime=21.17 cores=0-7
/proc/7044/task/7328/stat : 7328 (java) S 7042 7042 4990 0 -1 1077944384 1093 0 0 0 2107 10 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879738883648 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7329] ppid=7042 vsize=28835920 memory=1980 CPUtime=20.94 cores=0-7
/proc/7044/task/7329/stat : 7329 (java) S 7042 7042 4990 0 -1 1077944384 238 0 0 0 2082 12 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879735726928 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7330] ppid=7042 vsize=28835920 memory=2432 CPUtime=51.28 cores=0-7
/proc/7044/task/7330/stat : 7330 (java) R 7042 7042 4990 0 -1 4202560 2632 0 0 0 5116 12 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879732563560 139881272290309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7331] ppid=7042 vsize=28835920 memory=1760 CPUtime=21.36 cores=0-7
/proc/7044/task/7331/stat : 7331 (java) S 7042 7042 4990 0 -1 1077944384 1211 0 0 0 2117 19 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879739938384 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7332] ppid=7042 vsize=28835920 memory=111636 CPUtime=21.31 cores=0-7
/proc/7044/task/7332/stat : 7332 (java) S 7042 7042 4990 0 -1 1077944384 1872 0 0 0 2118 13 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879737832912 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7333] ppid=7042 vsize=28835920 memory=800 CPUtime=21.5 cores=0-7
/proc/7044/task/7333/stat : 7333 (java) S 7042 7042 4990 0 -1 1077944384 1256 0 0 0 2130 20 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879736780112 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7334] ppid=7042 vsize=28835920 memory=1804 CPUtime=21.04 cores=0-7
/proc/7044/task/7334/stat : 7334 (java) S 7042 7042 4990 0 -1 1077944384 327 0 0 0 2095 9 0 0 20 0 28 0 419316568 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879734674640 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
[pid=7044/tid=7335] ppid=7042 vsize=28835920 memory=916 CPUtime=21.26 cores=0-7
/proc/7044/task/7335/stat : 7335 (java) S 7042 7042 4990 0 -1 1077944384 2526 0 0 0 2104 22 0 0 20 0 28 0 419316570 29527982080 703211 33554432000 4194304 4196468 140727511287216 139879740990544 139881631712981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37867520 140727511294954 140727511295126 140727511295126 140727511297999 0
Current children cumulated CPU time: 211.45 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 2814300 KiB

[startup+53.1101 s]
/proc/loadavg: 3.34 2.78 2.75 2/220 7338
/proc/meminfo: memFree=28477588/32770624 swapFree=66919320/67108860
[pid=7042] ppid=7039 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7042/stat : 7042 (xcsp3-exec) S 7039 7042 4990 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419316453 115843072 364 33554432000 4194304 5098028 140725681223024 140725681221128 140486570164860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29564928 140725681226614 140725681226857 140725681226857 140725681229770 0
/proc/7042/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 53.1121
CPU time (s): 211.615
CPU user time (s): 209.762
CPU system time (s): 1.85306
CPU usage (%): 398.43
Max. virtual memory (cumulated for all children) (KiB): 28951076
Max. memory (cumulated for all children) (KiB): 2814300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.762
system time used= 1.85306
maximum resident set size= 2814876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124161
involuntary context switches= 1490


# summary of solver processes directly reported to runsolver:
#   pid: 7042
#   total CPU time (s): 211.615
#   total CPU user time (s): 209.762
#   total CPU system time (s): 1.85306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.418651 second user time and 0.709753 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 06:02:24
IDJOB=4394568
IDBENCH=133442
IDSOLVER=2843
FILE ID=node141/4394568-1568433785
RUNJOBID= node141-1568427839-5017
PBS_JOBID= 21702301
Free space on /tmp= 58540 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-14.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-4394568-1568433785/watcher-4394568-1568433785 -o /tmp/evaluation-result-4394568-1568433785/solver-4394568-1568433785 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568427839-5017 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 707925920 HOME/instance-4394568-1568433785.xml

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

MD5SUM BENCH= 0fb8e68e5b6c8402080e230a0c605796
RANDOM SEED=707925920

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31283032 kB
MemAvailable:   31839572 kB
Buffers:          182444 kB
Cached:           662408 kB
SwapCached:        80296 kB
Active:           448280 kB
Inactive:         481260 kB
Active(anon):      10816 kB
Inactive(anon):   106128 kB
Active(file):     437464 kB
Inactive(file):   375132 kB
Unevictable:      109464 kB
Mlocked:          109464 kB
SwapTotal:      67108860 kB
SwapFree:       66919320 kB
Dirty:             25872 kB
Writeback:             0 kB
AnonPages:        222360 kB
Mapped:            36312 kB
Shmem:             23348 kB
Slab:             149648 kB
SReclaimable:     119556 kB
SUnreclaim:        30092 kB
KernelStack:        3904 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 06:03:17