Trace number 4394570

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 parallelOPT1241 71.5285 9.77873

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-09.xml
MD5SUMad8dee3e46a37d7edd567f31713cba75
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1241
Best CPU time to get the best result obtained on this benchmark39.1483
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-4394570-1568433896.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394570-1568433896.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
0.70/0.47	c solve instance...
0.70/0.51	o 180 
1.03/0.52	o 231 
1.03/0.52	o 585 
1.03/0.53	o 612 
1.03/0.53	o 630 
1.03/0.54	o 676 
1.03/0.56	o 741 
1.03/0.58	o 744 
1.03/0.58	o 748 
1.03/0.59	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
1.03/0.59		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.03/0.59		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.03/0.59		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.03/0.59		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.03/0.59		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.03/0.59	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
1.03/0.59		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.03/0.59		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.03/0.59		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.03/0.59		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.03/0.59		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.03/0.59		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.03/0.59		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.03/0.59		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.03/0.59		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.03/0.59		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.03/0.59		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.03/0.59		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.03/0.59		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.03/0.59		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.03/0.59		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.03/0.59		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.03/0.59	o 749 
1.03/0.60	o 769 
1.03/0.60	o 790 
1.46/0.61	o 813 
1.46/0.62	o 835 
1.46/0.63	o 845 
1.46/0.63	o 859 
1.46/0.64	o 893 
1.46/0.65	o 905 
1.46/0.65	o 915 
1.46/0.67	o 934 
1.46/0.67	o 935 
1.46/0.68	o 940 
1.46/0.69	o 941 
1.46/0.69	o 947 
2.00/0.70	o 957 
2.00/0.71	o 981 
2.00/0.72	o 996 
2.00/0.72	o 1002 
2.00/0.73	o 1006 
2.00/0.74	o 1015 
2.00/0.74	o 1025 
2.00/0.75	o 1054 
2.00/0.76	o 1073 
2.00/0.76	o 1077 
2.00/0.77	o 1122 
2.00/0.78	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (25/27)
2.00/0.78		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.00/0.78		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.00/0.78		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.00/0.78		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.00/0.78		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.00/0.78	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (25/27)
2.00/0.78		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.00/0.78		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.00/0.78		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.00/0.78		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.00/0.78		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.00/0.78		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.00/0.78		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.00/0.78		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.00/0.78		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.00/0.78		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.00/0.78		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.00/0.78		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.00/0.78		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.00/0.78		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.00/0.78		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.00/0.78		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.00/0.78	o 1126 
2.62/0.81	o 1137 
2.62/0.83	o 1146 
2.62/0.84	o 1158 
2.62/0.89	o 1159 
3.25/0.90	o 1175 
3.25/0.91	o 1187 
3.25/0.94	o 1207 
3.25/0.97	o 1223 
4.10/1.03	o 1228 
5.53/1.21	o 1233 
6.24/1.31	o 1237 
6.24/1.39	o 1241 
71.05/9.76	s OPTIMUM FOUND
71.05/9.76	v <instantiation>
71.05/9.76	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>
71.05/9.76	v 	<values>0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0 1 0 1 1 0 0 1 0 </values>
71.05/9.76	v </instantiation>

Verifier Data

OK	1241

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 (15488 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394570-1568433896/watcher-4394570-1568433896 -o /tmp/evaluation-result-4394570-1568433896/solver-4394570-1568433896 -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 969565208 HOME/instance-4394570-1568433896.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=7812, runsolver pid=7809
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 3.27 2.97 2.82 2/212 7833
/proc/meminfo: memFree=31265084/32770624 swapFree=66919320/67108860
[pid=7812] ppid=7809 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7812/stat : 7812 (xcsp3-exec) S 7809 7812 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327501 115843072 363 33554432000 4194304 5098028 140732865236736 140732865234840 140405982913148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19451904 140732865241974 140732865242217 140732865242217 140732865245130 0
/proc/7812/statm: 28282 363 304 221 0 87 0
[pid=7814] ppid=7812 vsize=28227388 memory=28720 CPUtime=0.12 cores=0-7
/proc/7814/stat : 7814 (java) S 7812 7812 4990 0 -1 1077944320 5687 0 0 0 11 1 0 0 20 0 20 0 419327501 28904845312 7180 33554432000 4194304 4196468 140721958794032 140721958776576 140666833858295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
/proc/7814/statm: 7056847 7180 3122 1 0 7019032 0
[pid=7814/tid=7815] ppid=7812 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/7814/task/7815/stat : 7815 (java) R 7812 7812 4990 0 -1 4202560 3598 0 0 0 8 0 0 0 20 0 20 0 419327501 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666838090224 140666811876609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7816] ppid=7812 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7814/task/7816/stat : 7816 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666786478480 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7817] ppid=7812 vsize=28227388 memory=140261379810944 CPUtime=0 cores=0-7
/proc/7814/task/7817/stat : 7817 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666785425680 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7818] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7818/stat : 7818 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666784373392 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7819] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7819/stat : 7819 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666783320592 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7820] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7820/stat : 7820 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666782268304 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7821] ppid=7812 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7814/task/7821/stat : 7821 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666781215504 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7822] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7822/stat : 7822 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666780163216 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7823] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7823/stat : 7823 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666779110416 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7824] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7824/stat : 7824 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327503 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666016356464 140666833869442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7825] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7825/stat : 7825 (java) S 7812 7812 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419327504 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666015302432 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7826] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7826/stat : 7826 (java) S 7812 7812 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419327504 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666014250096 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7827] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7827/stat : 7827 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666013198416 140666833876891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7828] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7828/stat : 7828 (java) S 7812 7812 4990 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666012146288 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7829] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7829/stat : 7829 (java) S 7812 7812 4990 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666011093488 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7830] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7830/stat : 7830 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666010041200 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7831] ppid=7812 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7814/task/7831/stat : 7831 (java) S 7812 7812 4990 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 20 0 419327507 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666008988400 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7832] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7832/stat : 7832 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666007935328 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7833] ppid=7812 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7814/task/7833/stat : 7833 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 7180 33554432000 4194304 4196468 140721958794032 140666006882608 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30172 KiB

[startup+0.209793 s]*
/proc/loadavg: 3.27 2.97 2.82 2/212 7833
/proc/meminfo: memFree=31250916/32770624 swapFree=66919320/67108860
[pid=7812] ppid=7809 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7812/stat : 7812 (xcsp3-exec) S 7809 7812 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327501 115843072 363 33554432000 4194304 5098028 140732865236736 140732865234840 140405982913148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19451904 140732865241974 140732865242217 140732865242217 140732865245130 0
/proc/7812/statm: 28282 363 304 221 0 87 0
[pid=7814] ppid=7812 vsize=28227388 memory=40772 CPUtime=0.33 cores=0-7
/proc/7814/stat : 7814 (java) S 7812 7812 4990 0 -1 1077944320 9474 0 0 0 30 3 0 0 20 0 20 0 419327501 28904845312 10193 33554432000 4194304 4196468 140721958794032 140721958776576 140666833858295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
/proc/7814/statm: 7056847 10193 3288 1 0 7019032 0
[pid=7814/tid=7815] ppid=7812 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/7814/task/7815/stat : 7815 (java) R 7812 7812 4990 0 -1 4202560 6627 0 0 0 17 2 0 0 20 0 20 0 419327501 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666838096320 140666833880221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7816] ppid=7812 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/7814/task/7816/stat : 7816 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666786478480 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7817] ppid=7812 vsize=28227388 memory=140261379819015 CPUtime=0 cores=0-7
/proc/7814/task/7817/stat : 7817 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666785425680 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7818] ppid=7812 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7814/task/7818/stat : 7818 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666784373392 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7819] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7819/stat : 7819 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666783320592 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7820] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7820/stat : 7820 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666782268304 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7821] ppid=7812 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7814/task/7821/stat : 7821 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666781215504 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7822] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7822/stat : 7822 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666780163216 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7823] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7823/stat : 7823 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327502 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666779110416 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7824] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7824/stat : 7824 (java) S 7812 7812 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419327503 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666016356464 140666833869442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7825] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7825/stat : 7825 (java) S 7812 7812 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419327504 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666015302432 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7826] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7826/stat : 7826 (java) S 7812 7812 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419327504 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666014250096 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7827] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7827/stat : 7827 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666013198416 140666833876891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7828] ppid=7812 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7814/task/7828/stat : 7828 (java) S 7812 7812 4990 0 -1 1077944384 521 0 0 0 1 0 0 0 20 0 20 0 419327507 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666012146288 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7829] ppid=7812 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7814/task/7829/stat : 7829 (java) S 7812 7812 4990 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 20 0 419327507 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666011093488 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7830] ppid=7812 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7814/task/7830/stat : 7830 (java) S 7812 7812 4990 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666010041200 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7831] ppid=7812 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/7814/task/7831/stat : 7831 (java) S 7812 7812 4990 0 -1 1077944384 775 0 0 0 8 0 0 0 20 0 20 0 419327507 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666008988400 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7832] ppid=7812 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7832/stat : 7832 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666007935328 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7833] ppid=7812 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7814/task/7833/stat : 7833 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327507 28904845312 10193 33554432000 4194304 4196468 140721958794032 140666006882608 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42224 KiB

[startup+0.309598 s]*
/proc/loadavg: 3.27 2.97 2.82 3/212 7833
/proc/meminfo: memFree=31246572/32770624 swapFree=66919320/67108860
[pid=7812] ppid=7809 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7812/stat : 7812 (xcsp3-exec) S 7809 7812 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327501 115843072 363 33554432000 4194304 5098028 140732865236736 140732865234840 140405982913148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19451904 140732865241974 140732865242217 140732865242217 140732865245130 0
/proc/7812/statm: 28282 363 304 221 0 87 0
[pid=7814] ppid=7812 vsize=28231644 memory=49968 CPUtime=0.52 cores=0-7
/proc/7814/stat : 7814 (java) S 7812 7812 4990 0 -1 1077944320 10815 0 0 0 48 4 0 0 20 0 20 0 419327501 28909203456 12492 33554432000 4194304 4196468 140721958794032 140721958776576 140666833858295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
/proc/7814/statm: 7057911 12492 3357 1 0 7019032 0
[pid=7814/tid=7815] ppid=7812 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/7814/task/7815/stat : 7815 (java) R 7812 7812 4990 0 -1 4202560 7732 0 0 0 26 3 0 0 20 0 20 0 419327501 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666838092080 140666826575258 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7816] ppid=7812 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7816/stat : 7816 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666786478480 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7817] ppid=7812 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7817/stat : 7817 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666785425680 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7818] ppid=7812 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7818/stat : 7818 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666784373392 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7819] ppid=7812 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7819/stat : 7819 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666783320592 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7820] ppid=7812 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7820/stat : 7820 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666782268304 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7821] ppid=7812 vsize=28231644 memory=140261216840367 CPUtime=0 cores=0-7
/proc/7814/task/7821/stat : 7821 (java) S 7812 7812 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666781215504 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7822] ppid=7812 vsize=28231644 memory=140261216842672 CPUtime=0 cores=0-7
/proc/7814/task/7822/stat : 7822 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666780163216 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7823] ppid=7812 vsize=28231644 memory=140261216844976 CPUtime=0 cores=0-7
/proc/7814/task/7823/stat : 7823 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327502 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666779110416 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7824] ppid=7812 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7824/stat : 7824 (java) S 7812 7812 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419327503 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666016356464 140666833869442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7825] ppid=7812 vsize=28231644 memory=280522433703824 CPUtime=0 cores=0-7
/proc/7814/task/7825/stat : 7825 (java) S 7812 7812 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419327504 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666015302432 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7826] ppid=7812 vsize=28231644 memory=280522433701520 CPUtime=0 cores=0-7
/proc/7814/task/7826/stat : 7826 (java) S 7812 7812 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419327504 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666014250096 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7827] ppid=7812 vsize=28231644 memory=280522433708432 CPUtime=0 cores=0-7
/proc/7814/task/7827/stat : 7827 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327507 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666013198416 140666833876891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7828] ppid=7812 vsize=28231644 memory=280522433649712 CPUtime=0.02 cores=0-7
/proc/7814/task/7828/stat : 7828 (java) S 7812 7812 4990 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 20 0 419327507 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666012146288 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7829] ppid=7812 vsize=28231644 memory=280522433722256 CPUtime=0.03 cores=0-7
/proc/7814/task/7829/stat : 7829 (java) S 7812 7812 4990 0 -1 1077944384 222 0 0 0 3 0 0 0 20 0 20 0 419327507 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666011093488 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7830] ppid=7812 vsize=28231644 memory=280522433729168 CPUtime=0.02 cores=0-7
/proc/7814/task/7830/stat : 7830 (java) R 7812 7812 4990 0 -1 4202560 152 0 0 0 2 0 0 0 20 0 20 0 419327507 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666010031584 140666813513530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7831] ppid=7812 vsize=28231644 memory=280522433726864 CPUtime=0.12 cores=0-7
/proc/7814/task/7831/stat : 7831 (java) S 7812 7812 4990 0 -1 1077944384 886 0 0 0 12 0 0 0 20 0 20 0 419327507 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666008988400 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7832] ppid=7812 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7832/stat : 7832 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419327507 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666007935328 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7833] ppid=7812 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7814/task/7833/stat : 7833 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419327507 28909203456 12531 33554432000 4194304 4196468 140721958794032 140666006882608 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51420 KiB

[startup+0.701844 s]
/proc/loadavg: 3.27 2.97 2.82 4/220 7841
/proc/meminfo: memFree=31209268/32770624 swapFree=66919320/67108860
[pid=7812] ppid=7809 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7812/stat : 7812 (xcsp3-exec) S 7809 7812 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327501 115843072 363 33554432000 4194304 5098028 140732865236736 140732865234840 140405982913148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19451904 140732865241974 140732865242217 140732865242217 140732865245130 0
/proc/7812/statm: 28282 363 304 221 0 87 0
[pid=7814] ppid=7812 vsize=28833872 memory=192552 CPUtime=2 cores=0-7
/proc/7814/stat : 7814 (java) S 7812 7812 4990 0 -1 1077944320 18729 0 0 0 190 10 0 0 20 0 30 0 419327501 29525884928 48138 33554432000 4194304 4196468 140721958794032 140721958776576 140666833858295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
/proc/7814/statm: 7208468 48138 3480 1 0 7169570 0
[pid=7814/tid=7815] ppid=7812 vsize=28833872 memory=0 CPUtime=0.48 cores=0-7
/proc/7814/task/7815/stat : 7815 (java) S 7812 7812 4990 0 -1 1077944384 9129 0 0 0 45 3 0 0 20 0 30 0 419327501 29525884928 48138 33554432000 4194304 4196468 140721958794032 140666838099072 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7816] ppid=7812 vsize=28833872 memory=140261217051504 CPUtime=0 cores=0-7
/proc/7814/task/7816/stat : 7816 (java) S 7812 7812 4990 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 30 0 419327502 29525884928 48138 33554432000 4194304 4196468 140721958794032 140666786478480 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7817] ppid=7812 vsize=28833872 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7817/stat : 7817 (java) S 7812 7812 4990 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 30 0 419327502 29525884928 48138 33554432000 4194304 4196468 140721958794032 140666785425680 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7818] ppid=7812 vsize=28833872 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7818/stat : 7818 (java) S 7812 7812 4990 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 30 0 419327502 29525884928 48138 33554432000 4194304 4196468 140721958794032 140666784373392 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0

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

[pid=7814/tid=7831] ppid=7812 vsize=28835920 memory=2116 CPUtime=0.72 cores=0-7
/proc/7814/task/7831/stat : 7831 (java) S 7812 7812 4990 0 -1 1077944384 3446 0 0 0 71 1 0 0 20 0 28 0 419327507 29527982080 302353 33554432000 4194304 4196468 140721958794032 140666008988400 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7832] ppid=7812 vsize=28835920 memory=8860 CPUtime=0 cores=0-7
/proc/7814/task/7832/stat : 7832 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 302353 33554432000 4194304 4196468 140721958794032 140666007935328 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7833] ppid=7812 vsize=28835920 memory=528 CPUtime=0 cores=0-7
/proc/7814/task/7833/stat : 7833 (java) S 7812 7812 4990 0 -1 1077944384 924 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 302353 33554432000 4194304 4196468 140721958794032 140666006882608 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8216] ppid=7812 vsize=28835920 memory=1560 CPUtime=6.31 cores=0-7
/proc/7814/task/8216/stat : 8216 (java) R 7812 7812 4990 0 -1 4202560 276 0 0 0 630 1 0 0 20 0 28 0 419327640 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665991596608 140666833879642 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8217] ppid=7812 vsize=28835920 memory=932 CPUtime=6.65 cores=0-7
/proc/7814/task/8217/stat : 8217 (java) R 7812 7812 4990 0 -1 4202560 120 0 0 0 664 1 0 0 20 0 28 0 419327640 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665988439488 140666833870230 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8218] ppid=7812 vsize=28835920 memory=1492 CPUtime=7.09 cores=0-7
/proc/7814/task/8218/stat : 8218 (java) R 7812 7812 4990 0 -1 4202560 1089 0 0 0 702 7 0 0 20 0 28 0 419327640 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665996861424 140666443103635 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8219] ppid=7812 vsize=28835920 memory=876 CPUtime=6.7 cores=0-7
/proc/7814/task/8219/stat : 8219 (java) R 7812 7812 4990 0 -1 4202560 313 0 0 0 666 4 0 0 20 0 28 0 419327640 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665992650464 140666444963093 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8220] ppid=7812 vsize=28835920 memory=1448 CPUtime=6.55 cores=0-7
/proc/7814/task/8220/stat : 8220 (java) R 7812 7812 4990 0 -1 4202560 223 0 0 0 652 3 0 0 20 0 28 0 419327640 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665997914176 140666441964515 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8221] ppid=7812 vsize=28835920 memory=1980 CPUtime=6.51 cores=0-7
/proc/7814/task/8221/stat : 8221 (java) R 7812 7812 4990 0 -1 1077944384 288 0 0 0 649 2 0 0 20 0 28 0 419327640 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665993703456 140666833868501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8222] ppid=7812 vsize=28835920 memory=2432 CPUtime=6.42 cores=0-7
/proc/7814/task/8222/stat : 8222 (java) R 7812 7812 4990 0 -1 4202560 102 0 0 0 641 1 0 0 20 0 28 0 419327641 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665989493072 140666443371558 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8223] ppid=7812 vsize=28835920 memory=1760 CPUtime=6.8 cores=0-7
/proc/7814/task/8223/stat : 8223 (java) R 7812 7812 4990 0 -1 4202560 361 0 0 0 677 3 0 0 20 0 28 0 419327642 29527982080 302353 33554432000 4194304 4196468 140721958794032 140665994756400 140666441964197 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
Current children cumulated CPU time: 67.1 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 1210864 KiB

[startup+9.60198 s]
/proc/loadavg: 3.78 3.09 2.86 9/220 8223
/proc/meminfo: memFree=30084484/32770624 swapFree=66919320/67108860
[pid=7812] ppid=7809 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7812/stat : 7812 (xcsp3-exec) S 7809 7812 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327501 115843072 363 33554432000 4194304 5098028 140732865236736 140732865234840 140405982913148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19451904 140732865241974 140732865242217 140732865242217 140732865245130 0
/proc/7812/statm: 28282 363 304 221 0 87 0
[pid=7814] ppid=7812 vsize=28835920 memory=1391684 CPUtime=70.27 cores=0-7
/proc/7814/stat : 7814 (java) S 7812 7812 4990 0 -1 1077944320 53428 0 0 0 6949 78 0 0 20 0 28 0 419327501 29527982080 347921 33554432000 4194304 4196468 140721958794032 140721958776576 140666833858295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
/proc/7814/statm: 7208980 347921 3527 1 0 7170082 0
[pid=7814/tid=7815] ppid=7812 vsize=28835920 memory=5138 CPUtime=0.5 cores=0-7
/proc/7814/task/7815/stat : 7815 (java) S 7812 7812 4990 0 -1 1077944384 9129 0 0 0 47 3 0 0 20 0 28 0 419327501 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666838099072 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7816] ppid=7812 vsize=28835920 memory=8112282956445269571 CPUtime=0.06 cores=0-7
/proc/7814/task/7816/stat : 7816 (java) S 7812 7812 4990 0 -1 1077944384 653 0 0 0 3 3 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666786478480 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7817] ppid=7812 vsize=28835920 memory=649832 CPUtime=0.06 cores=0-7
/proc/7814/task/7817/stat : 7817 (java) S 7812 7812 4990 0 -1 1077944384 85 0 0 0 4 2 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666785425680 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7818] ppid=7812 vsize=28835920 memory=86 CPUtime=0.08 cores=0-7
/proc/7814/task/7818/stat : 7818 (java) S 7812 7812 4990 0 -1 1077944384 91 0 0 0 5 3 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666784373392 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7819] ppid=7812 vsize=28835920 memory=85 CPUtime=0.07 cores=0-7
/proc/7814/task/7819/stat : 7819 (java) S 7812 7812 4990 0 -1 1077944384 273 0 0 0 4 3 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666783320592 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7820] ppid=7812 vsize=28835920 memory=91 CPUtime=0.07 cores=0-7
/proc/7814/task/7820/stat : 7820 (java) S 7812 7812 4990 0 -1 1077944384 64 0 0 0 4 3 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666782268304 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7821] ppid=7812 vsize=28835920 memory=84 CPUtime=0.08 cores=0-7
/proc/7814/task/7821/stat : 7821 (java) S 7812 7812 4990 0 -1 1077944384 145 0 0 0 5 3 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666781215504 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7822] ppid=7812 vsize=28835920 memory=69 CPUtime=0.08 cores=0-7
/proc/7814/task/7822/stat : 7822 (java) S 7812 7812 4990 0 -1 1077944384 82 0 0 0 5 3 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666780163216 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7823] ppid=7812 vsize=28835920 memory=1452 CPUtime=0.07 cores=0-7
/proc/7814/task/7823/stat : 7823 (java) S 7812 7812 4990 0 -1 1077944384 91 0 0 0 4 3 0 0 20 0 28 0 419327502 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666779110416 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7824] ppid=7812 vsize=28835920 memory=0 CPUtime=0.02 cores=0-7
/proc/7814/task/7824/stat : 7824 (java) S 7812 7812 4990 0 -1 1077944384 1189 0 0 0 2 0 0 0 20 0 28 0 419327503 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666016356464 140666833869442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7825] ppid=7812 vsize=28835920 memory=3077727 CPUtime=0 cores=0-7
/proc/7814/task/7825/stat : 7825 (java) S 7812 7812 4990 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419327504 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666015302496 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7826] ppid=7812 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7826/stat : 7826 (java) S 7812 7812 4990 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419327504 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666014250112 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7827] ppid=7812 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7827/stat : 7827 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666013198416 140666833876891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7828] ppid=7812 vsize=28835920 memory=0 CPUtime=2.78 cores=0-7
/proc/7814/task/7828/stat : 7828 (java) S 7812 7812 4990 0 -1 1077944384 9921 0 0 0 275 3 0 0 20 0 28 0 419327507 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666012146288 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7829] ppid=7812 vsize=28835920 memory=0 CPUtime=2.53 cores=0-7
/proc/7814/task/7829/stat : 7829 (java) S 7812 7812 4990 0 -1 1077944384 6731 0 0 0 252 1 0 0 20 0 28 0 419327507 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666011093488 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7830] ppid=7812 vsize=28835920 memory=0 CPUtime=2.68 cores=0-7
/proc/7814/task/7830/stat : 7830 (java) S 7812 7812 4990 0 -1 1077944384 9304 0 0 0 265 3 0 0 20 0 28 0 419327507 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666010041200 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7831] ppid=7812 vsize=28835920 memory=0 CPUtime=0.72 cores=0-7
/proc/7814/task/7831/stat : 7831 (java) S 7812 7812 4990 0 -1 1077944384 3446 0 0 0 71 1 0 0 20 0 28 0 419327507 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666008988400 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7832] ppid=7812 vsize=28835920 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7814/task/7832/stat : 7832 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666007935328 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7833] ppid=7812 vsize=28835920 memory=800 CPUtime=0 cores=0-7
/proc/7814/task/7833/stat : 7833 (java) S 7812 7812 4990 0 -1 1077944384 924 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 347921 33554432000 4194304 4196468 140721958794032 140666006882608 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8216] ppid=7812 vsize=28835920 memory=0 CPUtime=6.7 cores=0-7
/proc/7814/task/8216/stat : 8216 (java) R 7812 7812 4990 0 -1 4202560 277 0 0 0 669 1 0 0 20 0 28 0 419327640 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665991596608 140666440800112 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8217] ppid=7812 vsize=28835920 memory=280522434330816 CPUtime=7.03 cores=0-7
/proc/7814/task/8217/stat : 8217 (java) R 7812 7812 4990 0 -1 4202560 122 0 0 0 702 1 0 0 20 0 28 0 419327640 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665988439584 140666441366848 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8218] ppid=7812 vsize=28835920 memory=140261217502480 CPUtime=7.48 cores=0-7
/proc/7814/task/8218/stat : 8218 (java) R 7812 7812 4990 0 -1 4202560 1146 0 0 0 741 7 0 0 20 0 28 0 419327640 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665996861424 140666443751277 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8219] ppid=7812 vsize=28835920 memory=0 CPUtime=7.09 cores=0-7
/proc/7814/task/8219/stat : 8219 (java) R 7812 7812 4990 0 -1 4202560 337 0 0 0 705 4 0 0 20 0 28 0 419327640 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665992650464 140666440707328 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8220] ppid=7812 vsize=28835920 memory=0 CPUtime=6.95 cores=0-7
/proc/7814/task/8220/stat : 8220 (java) R 7812 7812 4990 0 -1 4202560 262 0 0 0 691 4 0 0 20 0 28 0 419327640 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665997914176 140666445336488 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8221] ppid=7812 vsize=28835920 memory=6944656592455360604 CPUtime=6.91 cores=0-7
/proc/7814/task/8221/stat : 8221 (java) R 7812 7812 4990 0 -1 4202560 311 0 0 0 688 3 0 0 20 0 28 0 419327640 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665993703848 140666443071497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8222] ppid=7812 vsize=28835920 memory=0 CPUtime=6.81 cores=0-7
/proc/7814/task/8222/stat : 8222 (java) R 7812 7812 4990 0 -1 4202560 102 0 0 0 680 1 0 0 20 0 28 0 419327641 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665989493072 140666441003243 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8223] ppid=7812 vsize=28835920 memory=0 CPUtime=7.19 cores=0-7
/proc/7814/task/8223/stat : 8223 (java) R 7812 7812 4990 0 -1 4202560 398 0 0 0 715 4 0 0 20 0 28 0 419327642 29527982080 347921 33554432000 4194304 4196468 140721958794032 140665994756400 140666815264516 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
Current children cumulated CPU time: 70.27 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 1393136 KiB

[startup+9.70198 s]
/proc/loadavg: 3.78 3.09 2.86 9/220 8223
/proc/meminfo: memFree=30084484/32770624 swapFree=66919320/67108860
[pid=7812] ppid=7809 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7812/stat : 7812 (xcsp3-exec) S 7809 7812 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419327501 115843072 363 33554432000 4194304 5098028 140732865236736 140732865234840 140405982913148 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19451904 140732865241974 140732865242217 140732865242217 140732865245130 0
/proc/7812/statm: 28282 363 304 221 0 87 0
[pid=7814] ppid=7812 vsize=28835920 memory=1436740 CPUtime=71.05 cores=0-7
/proc/7814/stat : 7814 (java) S 7812 7812 4990 0 -1 1077944320 53451 0 0 0 7027 78 0 0 20 0 28 0 419327501 29527982080 359185 33554432000 4194304 4196468 140721958794032 140721958776576 140666833858295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
/proc/7814/statm: 7208980 359185 3527 1 0 7170082 0
[pid=7814/tid=7815] ppid=7812 vsize=28835920 memory=1342532 CPUtime=0.5 cores=0-7
/proc/7814/task/7815/stat : 7815 (java) S 7812 7812 4990 0 -1 1077944384 9129 0 0 0 47 3 0 0 20 0 28 0 419327501 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666838099072 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7816] ppid=7812 vsize=28835920 memory=1 CPUtime=0.06 cores=0-7
/proc/7814/task/7816/stat : 7816 (java) S 7812 7812 4990 0 -1 1077944384 653 0 0 0 3 3 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666786478480 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7817] ppid=7812 vsize=28835920 memory=1174200 CPUtime=0.06 cores=0-7
/proc/7814/task/7817/stat : 7817 (java) S 7812 7812 4990 0 -1 1077944384 85 0 0 0 4 2 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666785425680 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7818] ppid=7812 vsize=28835920 memory=280522434666432 CPUtime=0.08 cores=0-7
/proc/7814/task/7818/stat : 7818 (java) S 7812 7812 4990 0 -1 1077944384 91 0 0 0 5 3 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666784373392 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7819] ppid=7812 vsize=28835920 memory=1452 CPUtime=0.07 cores=0-7
/proc/7814/task/7819/stat : 7819 (java) S 7812 7812 4990 0 -1 1077944384 273 0 0 0 4 3 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666783320592 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7820] ppid=7812 vsize=28835920 memory=252 CPUtime=0.07 cores=0-7
/proc/7814/task/7820/stat : 7820 (java) S 7812 7812 4990 0 -1 1077944384 64 0 0 0 4 3 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666782268304 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7821] ppid=7812 vsize=28835920 memory=268 CPUtime=0.08 cores=0-7
/proc/7814/task/7821/stat : 7821 (java) S 7812 7812 4990 0 -1 1077944384 145 0 0 0 5 3 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666781215504 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7822] ppid=7812 vsize=28835920 memory=72 CPUtime=0.08 cores=0-7
/proc/7814/task/7822/stat : 7822 (java) S 7812 7812 4990 0 -1 1077944384 82 0 0 0 5 3 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666780163216 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7823] ppid=7812 vsize=28835920 memory=1452 CPUtime=0.07 cores=0-7
/proc/7814/task/7823/stat : 7823 (java) S 7812 7812 4990 0 -1 1077944384 91 0 0 0 4 3 0 0 20 0 28 0 419327502 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666779110416 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7824] ppid=7812 vsize=28835920 memory=671428 CPUtime=0.02 cores=0-7
/proc/7814/task/7824/stat : 7824 (java) S 7812 7812 4990 0 -1 1077944384 1189 0 0 0 2 0 0 0 20 0 28 0 419327503 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666016356464 140666833869442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7825] ppid=7812 vsize=28835920 memory=140261217320683 CPUtime=0 cores=0-7
/proc/7814/task/7825/stat : 7825 (java) S 7812 7812 4990 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419327504 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666015302496 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7826] ppid=7812 vsize=28835920 memory=7300446422089161057 CPUtime=0 cores=0-7
/proc/7814/task/7826/stat : 7826 (java) S 7812 7812 4990 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419327504 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666014250112 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7827] ppid=7812 vsize=28835920 memory=6152854318709101136 CPUtime=0 cores=0-7
/proc/7814/task/7827/stat : 7827 (java) S 7812 7812 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666013198416 140666833876891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7828] ppid=7812 vsize=28835920 memory=7524790851880119121 CPUtime=2.78 cores=0-7
/proc/7814/task/7828/stat : 7828 (java) S 7812 7812 4990 0 -1 1077944384 9921 0 0 0 275 3 0 0 20 0 28 0 419327507 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666012146288 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7829] ppid=7812 vsize=28835920 memory=55 CPUtime=2.53 cores=0-7
/proc/7814/task/7829/stat : 7829 (java) S 7812 7812 4990 0 -1 1077944384 6731 0 0 0 252 1 0 0 20 0 28 0 419327507 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666011093488 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7830] ppid=7812 vsize=28835920 memory=2810986 CPUtime=2.68 cores=0-7
/proc/7814/task/7830/stat : 7830 (java) S 7812 7812 4990 0 -1 1077944384 9304 0 0 0 265 3 0 0 20 0 28 0 419327507 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666010041200 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7831] ppid=7812 vsize=28835920 memory=18187 CPUtime=0.72 cores=0-7
/proc/7814/task/7831/stat : 7831 (java) S 7812 7812 4990 0 -1 1077944384 3446 0 0 0 71 1 0 0 20 0 28 0 419327507 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666008988400 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7832] ppid=7812 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7832/stat : 7832 (java) S 7812 7812 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666007935328 140666833868501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=7833] ppid=7812 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/7814/task/7833/stat : 7833 (java) S 7812 7812 4990 0 -1 1077944384 924 0 0 0 0 0 0 0 20 0 28 0 419327507 29527982080 359185 33554432000 4194304 4196468 140721958794032 140666006882608 140666833869442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8216] ppid=7812 vsize=28835920 memory=0 CPUtime=6.8 cores=0-7
/proc/7814/task/8216/stat : 8216 (java) R 7812 7812 4990 0 -1 4202560 277 0 0 0 679 1 0 0 20 0 28 0 419327640 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665991596608 140666440707998 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8217] ppid=7812 vsize=28835920 memory=55 CPUtime=7.14 cores=0-7
/proc/7814/task/8217/stat : 8217 (java) R 7812 7812 4990 0 -1 4202560 122 0 0 0 712 2 0 0 20 0 28 0 419327640 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665988439976 140666443371588 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8218] ppid=7812 vsize=28835920 memory=0 CPUtime=7.58 cores=0-7
/proc/7814/task/8218/stat : 8218 (java) R 7812 7812 4990 0 -1 4202560 1152 0 0 0 751 7 0 0 20 0 28 0 419327640 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665996857960 140666443103635 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8219] ppid=7812 vsize=28835920 memory=0 CPUtime=7.19 cores=0-7
/proc/7814/task/8219/stat : 8219 (java) R 7812 7812 4990 0 -1 4202560 341 0 0 0 715 4 0 0 20 0 28 0 419327640 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665992650560 140666441502464 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8220] ppid=7812 vsize=28835920 memory=1209396 CPUtime=7.06 cores=0-7
/proc/7814/task/8220/stat : 8220 (java) R 7812 7812 4990 0 -1 4202560 266 0 0 0 701 5 0 0 20 0 28 0 419327640 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665997914160 140666445335809 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8221] ppid=7812 vsize=28835920 memory=0 CPUtime=7 cores=0-7
/proc/7814/task/8221/stat : 8221 (java) R 7812 7812 4990 0 -1 4202560 312 0 0 0 697 3 0 0 20 0 28 0 419327640 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665993703344 140666443371515 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8222] ppid=7812 vsize=28835920 memory=3616 CPUtime=6.91 cores=0-7
/proc/7814/task/8222/stat : 8222 (java) R 7812 7812 4990 0 -1 4202560 102 0 0 0 690 1 0 0 20 0 28 0 419327641 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665989493560 140666441003530 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
[pid=7814/tid=8223] ppid=7812 vsize=28835920 memory=23108 CPUtime=7.28 cores=0-7
/proc/7814/task/8223/stat : 8223 (java) R 7812 7812 4990 0 -1 4202560 406 0 0 0 724 4 0 0 20 0 28 0 419327642 29527982080 359185 33554432000 4194304 4196468 140721958794032 140665994756304 140666833879642 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 10825728 140721958802410 140721958802582 140721958802582 140721958805455 0
Current children cumulated CPU time: 71.05 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 1438192 KiB

Child status: 0
Real time (s): 9.77873
CPU time (s): 71.5285
CPU user time (s): 70.7231
CPU system time (s): 0.805372
CPU usage (%): 731.47
Max. virtual memory (cumulated for all children) (KiB): 28951424
Max. memory (cumulated for all children) (KiB): 1438192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7231
system time used= 0.805372
maximum resident set size= 1469700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18673
involuntary context switches= 1274


# summary of solver processes directly reported to runsolver:
#   pid: 7812
#   total CPU time (s): 71.5285
#   total CPU user time (s): 70.7231
#   total CPU system time (s): 0.805372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.111212 second user time and 0.144785 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 06:04:14
IDJOB=4394570
IDBENCH=133447
IDSOLVER=2843
FILE ID=node141/4394570-1568433896
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-09.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-4394570-1568433896/watcher-4394570-1568433896 -o /tmp/evaluation-result-4394570-1568433896/solver-4394570-1568433896 -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 969565208 HOME/instance-4394570-1568433896.xml

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

MD5SUM BENCH= ad8dee3e46a37d7edd567f31713cba75
RANDOM SEED=969565208

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:        31281712 kB
MemAvailable:   31838768 kB
Buffers:          182564 kB
Cached:           662048 kB
SwapCached:        80296 kB
Active:           447912 kB
Inactive:         481288 kB
Active(anon):       9968 kB
Inactive(anon):   106128 kB
Active(file):     437944 kB
Inactive(file):   375160 kB
Unevictable:      109464 kB
Mlocked:          109464 kB
SwapTotal:      67108860 kB
SwapFree:       66919320 kB
Dirty:             25640 kB
Writeback:             0 kB
AnonPages:        113212 kB
Mapped:            36388 kB
Shmem:             23348 kB
Slab:             149540 kB
SReclaimable:     119576 kB
SUnreclaim:        29964 kB
KernelStack:        3728 kB
PageTables:         5248 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:     67584 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:04:24