Trace number 4393942

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 parallelOPT2 327.989 51.5931

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-marketSplit/
Pb-msplit-opt-4-30-3.xml
MD5SUMcaf7afe645c801dd46bb53c517bf0cee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark141.678
Satisfiable
(Un)Satisfiability was proved
Number of variables94
Number of constraints8
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":94}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":64},{"degree":6,"count":1},{"degree":8,"count":29}]
Minimum constraint arity45
Maximum constraint arity46
Distribution of constraint arities[{"arity":45,"count":2},{"arity":46,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":8}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393942-1568438779.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393942-1568438779.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.89/0.58	c solve instance...
1.31/0.66	o 400 
1.31/0.66	o 359 
1.31/0.68	o 343 
1.83/0.70	o 314 
1.83/0.72	o 282 
1.83/0.75	o 257 
1.83/0.76	o 249 
1.83/0.76	o 244 
1.83/0.76	o 240 
1.83/0.76	o 222 
1.83/0.77	o 121 
1.83/0.79	o 117 
1.83/0.79	o 85 
2.37/0.82	o 84 
2.37/0.83	o 82 
2.37/0.83	o 80 
2.37/0.84	o 78 
2.37/0.86	o 70 
2.37/0.87	o 66 
2.37/0.87	o 62 
2.37/0.88	o 60 
2.37/0.88	o 58 
2.98/0.91	o 53 
2.98/0.91	o 49 
2.98/0.91	o 47 
2.98/0.92	o 44 
2.98/0.93	o 40 
2.98/0.93	o 36 
2.98/0.94	o 34 
2.98/0.96	o 33 
2.98/0.97	o 31 
2.98/0.98	o 27 
2.98/1.00	o 23 
3.68/1.02	o 21 
3.68/1.03	o 19 
3.68/1.03	o 17 
3.68/1.04	o 15 
3.68/1.06	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/43)
3.68/1.06		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.68/1.06		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.68/1.06		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.68/1.06		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.68/1.06		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.68/1.06	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/43)
3.68/1.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.68/1.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.68/1.06		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.68/1.06		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.68/1.06		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.68/1.06		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.68/1.06		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.68/1.06		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.68/1.06		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.68/1.06		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.68/1.06		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.68/1.06		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.68/1.06		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.68/1.06		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.68/1.06		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.68/1.06		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.68/1.06	o 10 
3.68/1.08	o 9 
4.38/1.15	o 8 
5.89/1.33	o 7 
6.65/1.49	o 6 
9.79/1.84	o 4 
17.66/2.81	o 3 
17.66/2.84	o 2 
327.84/51.55	s OPTIMUM FOUND
327.84/51.55	v <instantiation>
327.84/51.55	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] </list>
327.84/51.55	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 1 1 0 0 0 1 0 </values>
327.84/51.55	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393942-1568438779/watcher-4393942-1568438779 -o /tmp/evaluation-result-4393942-1568438779/solver-4393942-1568438779 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 984582537 HOME/instance-4393942-1568438779.xml 

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

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

solver pid=18932, runsolver pid=18929

[startup+0.100137 s]*
/proc/loadavg: 7.97 7.90 7.73 2/210 18953
/proc/meminfo: memFree=26667084/32770624 swapFree=66977616/67108860
[pid=18932] ppid=18929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18932/stat : 18932 (xcsp3-exec) S 18929 18932 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420135153 115843072 364 33554432000 4194304 5098028 140721218934720 140721218932824 140569645613692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37339136 140721218941814 140721218942057 140721218942057 140721218944970 0
/proc/18932/statm: 28282 364 305 221 0 87 0
[pid=18934] ppid=18932 vsize=28227388 memory=29180 CPUtime=0.12 cores=0-7
/proc/18934/stat : 18934 (java) S 18932 18932 18566 0 -1 1077944320 5694 0 0 0 11 1 0 0 20 0 20 0 420135153 28904845312 7295 33554432000 4194304 4196468 140732777762992 140732777745536 139948695170807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
/proc/18934/statm: 7056847 7295 3147 1 0 7019032 0
[pid=18934/tid=18935] ppid=18932 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/18934/task/18935/stat : 18935 (java) R 18932 18932 18566 0 -1 4202560 3616 0 0 0 8 0 0 0 20 0 20 0 420135153 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948699395616 139948695182742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18936] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18936/stat : 18936 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948647790992 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18937] ppid=18932 vsize=28227388 memory=3760703209737324192 CPUtime=0 cores=0-7
/proc/18934/task/18937/stat : 18937 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948646738192 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18938] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18938/stat : 18938 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948645685904 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18939] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18939/stat : 18939 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948644633104 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18940] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18940/stat : 18940 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948643580816 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18941] ppid=18932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18934/task/18941/stat : 18941 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948642528016 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18942] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18942/stat : 18942 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948641475728 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18943] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18943/stat : 18943 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 7295 33554432000 4194304 4196468 140732777762992 139948640422928 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18944] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18944/stat : 18944 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135156 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947878086768 139948695181954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18945] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18945/stat : 18945 (java) S 18932 18932 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420135156 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947877032736 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18946] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18946/stat : 18946 (java) S 18932 18932 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420135156 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947875980400 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18947] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18947/stat : 18947 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947874928720 139948695189403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18948] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18948/stat : 18948 (java) S 18932 18932 18566 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947873876592 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18949] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18949/stat : 18949 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947872823792 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18950] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18950/stat : 18950 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947871771504 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18951] ppid=18932 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18934/task/18951/stat : 18951 (java) R 18932 18932 18566 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 20 0 420135159 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947870718704 139948695182742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18952] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18952/stat : 18952 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947869665632 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18953] ppid=18932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18934/task/18953/stat : 18953 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 7295 33554432000 4194304 4196468 140732777762992 139947868612912 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30636 KiB

[startup+0.210299 s]*
/proc/loadavg: 7.97 7.90 7.73 4/210 18953
/proc/meminfo: memFree=26654852/32770624 swapFree=66977616/67108860
[pid=18932] ppid=18929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18932/stat : 18932 (xcsp3-exec) S 18929 18932 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420135153 115843072 364 33554432000 4194304 5098028 140721218934720 140721218932824 140569645613692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37339136 140721218941814 140721218942057 140721218942057 140721218944970 0
/proc/18932/statm: 28282 364 305 221 0 87 0
[pid=18934] ppid=18932 vsize=28227388 memory=40768 CPUtime=0.34 cores=0-7
/proc/18934/stat : 18934 (java) S 18932 18932 18566 0 -1 1077944320 9488 0 0 0 31 3 0 0 20 0 20 0 420135153 28904845312 10192 33554432000 4194304 4196468 140732777762992 140732777745536 139948695170807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
/proc/18934/statm: 7056847 10192 3250 1 0 7019032 0
[pid=18934/tid=18935] ppid=18932 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18934/task/18935/stat : 18935 (java) R 18932 18932 18566 0 -1 4202560 6628 0 0 0 18 2 0 0 20 0 20 0 420135153 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948699402240 139948695182742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18936] ppid=18932 vsize=28227388 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/18934/task/18936/stat : 18936 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948647790992 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18937] ppid=18932 vsize=28227388 memory=140109235749231 CPUtime=0 cores=0-7
/proc/18934/task/18937/stat : 18937 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948646738192 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18938] ppid=18932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18934/task/18938/stat : 18938 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948645685904 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18939] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18939/stat : 18939 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948644633104 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18940] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18940/stat : 18940 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948643580816 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18941] ppid=18932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18934/task/18941/stat : 18941 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948642528016 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18942] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18942/stat : 18942 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948641475728 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18943] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18943/stat : 18943 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28904845312 10192 33554432000 4194304 4196468 140732777762992 139948640422928 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18944] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18944/stat : 18944 (java) S 18932 18932 18566 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420135156 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947878086768 139948695181954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18945] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18945/stat : 18945 (java) S 18932 18932 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420135156 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947877032736 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18946] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18946/stat : 18946 (java) S 18932 18932 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420135156 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947875980400 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18947] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18947/stat : 18947 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947874928720 139948695189403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18948] ppid=18932 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18934/task/18948/stat : 18948 (java) S 18932 18932 18566 0 -1 1077944384 440 0 0 0 1 0 0 0 20 0 20 0 420135159 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947873876592 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18949] ppid=18932 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18934/task/18949/stat : 18949 (java) S 18932 18932 18566 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 20 0 420135159 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947872823792 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18950] ppid=18932 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/18934/task/18950/stat : 18950 (java) S 18932 18932 18566 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 20 0 420135159 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947871771504 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18951] ppid=18932 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/18934/task/18951/stat : 18951 (java) R 18932 18932 18566 0 -1 4202560 780 0 0 0 7 0 0 0 20 0 20 0 420135159 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947870718512 139948674122550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18952] ppid=18932 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18952/stat : 18952 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947869665632 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18953] ppid=18932 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18934/task/18953/stat : 18953 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135159 28904845312 10192 33554432000 4194304 4196468 140732777762992 139947868612912 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42224 KiB

[startup+0.309763 s]*
/proc/loadavg: 7.97 7.90 7.73 4/210 18953
/proc/meminfo: memFree=26636336/32770624 swapFree=66977616/67108860
[pid=18932] ppid=18929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18932/stat : 18932 (xcsp3-exec) S 18929 18932 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420135153 115843072 364 33554432000 4194304 5098028 140721218934720 140721218932824 140569645613692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37339136 140721218941814 140721218942057 140721218942057 140721218944970 0
/proc/18932/statm: 28282 364 305 221 0 87 0
[pid=18934] ppid=18932 vsize=28231644 memory=50008 CPUtime=0.52 cores=0-7
/proc/18934/stat : 18934 (java) S 18932 18932 18566 0 -1 1077944320 10901 0 0 0 48 4 0 0 20 0 20 0 420135153 28909203456 12502 33554432000 4194304 4196468 140732777762992 140732777745536 139948695170807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
/proc/18934/statm: 7057911 12502 3329 1 0 7019032 0
[pid=18934/tid=18935] ppid=18932 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/18934/task/18935/stat : 18935 (java) R 18932 18932 18566 0 -1 4202560 7765 0 0 0 27 3 0 0 20 0 20 0 420135153 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948699409088 139948679251294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18936] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18936/stat : 18936 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948647790992 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18937] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18937/stat : 18937 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948646738192 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18938] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18938/stat : 18938 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948645685904 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18939] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18939/stat : 18939 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948644633104 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18940] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18940/stat : 18940 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948643580816 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18941] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18941/stat : 18941 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948642528016 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18942] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18942/stat : 18942 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948641475728 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18943] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18943/stat : 18943 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420135154 28909203456 12502 33554432000 4194304 4196468 140732777762992 139948640422928 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18944] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18944/stat : 18944 (java) S 18932 18932 18566 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 420135156 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947878086768 139948695181954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18945] ppid=18932 vsize=28231644 memory=280218162109824 CPUtime=0 cores=0-7
/proc/18934/task/18945/stat : 18945 (java) S 18932 18932 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420135156 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947877032736 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18946] ppid=18932 vsize=28231644 memory=280218162114432 CPUtime=0 cores=0-7
/proc/18934/task/18946/stat : 18946 (java) S 18932 18932 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420135156 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947875980400 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18947] ppid=18932 vsize=28231644 memory=280218162119040 CPUtime=0 cores=0-7
/proc/18934/task/18947/stat : 18947 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135159 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947874928720 139948695189403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18948] ppid=18932 vsize=28231644 memory=280218162123648 CPUtime=0.02 cores=0-7
/proc/18934/task/18948/stat : 18948 (java) R 18932 18932 18566 0 -1 4202560 568 0 0 0 2 0 0 0 20 0 20 0 420135159 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947873866976 139948695192154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18949] ppid=18932 vsize=28231644 memory=280218162128256 CPUtime=0.03 cores=0-7
/proc/18934/task/18949/stat : 18949 (java) S 18932 18932 18566 0 -1 1077944384 314 0 0 0 3 0 0 0 20 0 20 0 420135159 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947872823792 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18950] ppid=18932 vsize=28231644 memory=280218162132864 CPUtime=0.02 cores=0-7
/proc/18934/task/18950/stat : 18950 (java) S 18932 18932 18566 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 20 0 420135159 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947871771504 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18951] ppid=18932 vsize=28231644 memory=280218162137472 CPUtime=0.12 cores=0-7
/proc/18934/task/18951/stat : 18951 (java) S 18932 18932 18566 0 -1 1077944384 878 0 0 0 12 0 0 0 20 0 20 0 420135159 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947870718704 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18952] ppid=18932 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18952/stat : 18952 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420135159 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947869665632 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18953] ppid=18932 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18934/task/18953/stat : 18953 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420135159 28909203456 12502 33554432000 4194304 4196468 140732777762992 139947868612912 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51464 KiB

[startup+0.700986 s]
/proc/loadavg: 7.97 7.90 7.73 5/210 18953
/proc/meminfo: memFree=26634248/32770624 swapFree=66977616/67108860
[pid=18932] ppid=18929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18932/stat : 18932 (xcsp3-exec) S 18929 18932 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420135153 115843072 364 33554432000 4194304 5098028 140721218934720 140721218932824 140569645613692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37339136 140721218941814 140721218942057 140721218942057 140721218944970 0
/proc/18932/statm: 28282 364 305 221 0 87 0
[pid=18934] ppid=18932 vsize=28766280 memory=143868 CPUtime=1.83 cores=0-7
/proc/18934/stat : 18934 (java) S 18932 18932 18566 0 -1 1077944320 15919 0 0 0 175 8 0 0 20 0 28 0 420135153 29456670720 35967 33554432000 4194304 4196468 140732777762992 140732777745536 139948695170807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
/proc/18934/statm: 7191570 35967 3457 1 0 7152672 0
[pid=18934/tid=18935] ppid=18932 vsize=28766280 memory=4580 CPUtime=0.53 cores=0-7
/proc/18934/task/18935/stat : 18935 (java) S 18932 18932 18566 0 -1 1077944384 9169 0 0 0 50 3 0 0 20 0 28 0 420135153 29456670720 35967 33554432000 4194304 4196468 140732777762992 139948699411584 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18936] ppid=18932 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18936/stat : 18936 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420135154 29456670720 35967 33554432000 4194304 4196468 140732777762992 139948647790992 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18937] ppid=18932 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/18934/task/18937/stat : 18937 (java) S 18932 18932 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420135154 29456670720 35967 33554432000 4194304 4196468 140732777762992 139948646738192 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18938] ppid=18932 vsize=28766280 memory=1056 CPUtime=0 cores=0-7
/proc/18934/task/18938/stat : 18938 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420135154 29456670720 35967 33554432000 4194304 4196468 140732777762992 139948645685904 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0

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

[pid=18934/tid=18951] ppid=18932 vsize=28834892 memory=1456 CPUtime=0.77 cores=0-7
/proc/18934/task/18951/stat : 18951 (java) S 18932 18932 18566 0 -1 1077944384 4004 0 0 0 75 2 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947870718704 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18952] ppid=18932 vsize=28834892 memory=3616 CPUtime=0 cores=0-7
/proc/18934/task/18952/stat : 18952 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947869665632 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18953] ppid=18932 vsize=28834892 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/18934/task/18953/stat : 18953 (java) S 18932 18932 18566 0 -1 1077944384 607 0 0 0 1 1 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947868612912 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19314] ppid=18932 vsize=28834892 memory=1428 CPUtime=37.1 cores=0-7
/proc/18934/task/19314/stat : 19314 (java) S 18932 18932 18566 0 -1 1077944384 340 0 0 0 3709 1 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947851222384 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19315] ppid=18932 vsize=28834892 memory=1724 CPUtime=36.86 cores=0-7
/proc/18934/task/19315/stat : 19315 (java) S 18932 18932 18566 0 -1 1077944384 220 0 0 0 3686 0 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947853329520 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19316] ppid=18932 vsize=28834892 memory=704 CPUtime=47.88 cores=0-7
/proc/18934/task/19316/stat : 19316 (java) R 18932 18932 18566 0 -1 4202560 1917 0 0 0 4779 9 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947854376920 139948313491991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19317] ppid=18932 vsize=28834892 memory=1056 CPUtime=36.69 cores=0-7
/proc/18934/task/19317/stat : 19317 (java) S 18932 18932 18566 0 -1 1077944384 2599 0 0 0 3629 40 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947859645808 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19318] ppid=18932 vsize=28834892 memory=1556 CPUtime=37.05 cores=0-7
/proc/18934/task/19318/stat : 19318 (java) S 18932 18932 18566 0 -1 1077944384 2224 0 0 0 3670 35 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947858593008 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19319] ppid=18932 vsize=28834892 memory=780 CPUtime=37.17 cores=0-7
/proc/18934/task/19319/stat : 19319 (java) S 18932 18932 18566 0 -1 1077944384 3398 0 0 0 3699 18 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947856488048 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19320] ppid=18932 vsize=28834892 memory=0 CPUtime=37.05 cores=0-7
/proc/18934/task/19320/stat : 19320 (java) S 18932 18932 18566 0 -1 1077944384 2590 0 0 0 3684 21 0 0 20 0 28 0 420135439 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947852277232 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19321] ppid=18932 vsize=28834892 memory=0 CPUtime=36.77 cores=0-7
/proc/18934/task/19321/stat : 19321 (java) S 18932 18932 18566 0 -1 1077944384 207 0 0 0 3675 2 0 0 20 0 28 0 420135440 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947857539952 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
Current children cumulated CPU time: 327.54 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 5389200 KiB

[startup+51.4011 s]
/proc/loadavg: 7.01 7.71 7.68 2/218 19324
/proc/meminfo: memFree=21301684/32770624 swapFree=66977616/67108860
[pid=18932] ppid=18929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18932/stat : 18932 (xcsp3-exec) S 18929 18932 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420135153 115843072 364 33554432000 4194304 5098028 140721218934720 140721218932824 140569645613692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37339136 140721218941814 140721218942057 140721218942057 140721218944970 0
/proc/18932/statm: 28282 364 305 221 0 87 0
[pid=18934] ppid=18932 vsize=28834892 memory=5387744 CPUtime=327.74 cores=0-7
/proc/18934/stat : 18934 (java) S 18932 18932 18566 0 -1 1077944320 61288 0 0 0 32540 234 0 0 20 0 28 0 420135153 29526929408 1346936 33554432000 4194304 4196468 140732777762992 140732777745536 139948695170807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
/proc/18934/statm: 7208723 1346936 3524 1 0 7169825 0
[pid=18934/tid=18935] ppid=18932 vsize=28834892 memory=7084821290818945125 CPUtime=0.56 cores=0-7
/proc/18934/task/18935/stat : 18935 (java) S 18932 18932 18566 0 -1 1077944384 9175 0 0 0 53 3 0 0 20 0 28 0 420135153 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948699411584 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18936] ppid=18932 vsize=28834892 memory=6003391101730581099 CPUtime=0.24 cores=0-7
/proc/18934/task/18936/stat : 18936 (java) S 18932 18932 18566 0 -1 1077944384 703 0 0 0 15 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948647790992 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18937] ppid=18932 vsize=28834892 memory=7084821290818945125 CPUtime=0.23 cores=0-7
/proc/18934/task/18937/stat : 18937 (java) S 18932 18932 18566 0 -1 1077944384 264 0 0 0 14 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948646738192 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18938] ppid=18932 vsize=28834892 memory=1456 CPUtime=0.24 cores=0-7
/proc/18934/task/18938/stat : 18938 (java) S 18932 18932 18566 0 -1 1077944384 878 0 0 0 15 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948645685904 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18939] ppid=18932 vsize=28834892 memory=623884 CPUtime=0.25 cores=0-7
/proc/18934/task/18939/stat : 18939 (java) S 18932 18932 18566 0 -1 1077944384 509 0 0 0 15 10 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948644633104 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18940] ppid=18932 vsize=28834892 memory=2832 CPUtime=0.24 cores=0-7
/proc/18934/task/18940/stat : 18940 (java) S 18932 18932 18566 0 -1 1077944384 309 0 0 0 16 8 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948643580816 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18941] ppid=18932 vsize=28834892 memory=1084 CPUtime=0.22 cores=0-7
/proc/18934/task/18941/stat : 18941 (java) S 18932 18932 18566 0 -1 1077944384 782 0 0 0 14 8 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948642528016 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18942] ppid=18932 vsize=28834892 memory=14012 CPUtime=0.23 cores=0-7
/proc/18934/task/18942/stat : 18942 (java) S 18932 18932 18566 0 -1 1077944384 947 0 0 0 15 8 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948641475728 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18943] ppid=18932 vsize=28834892 memory=14048 CPUtime=0.24 cores=0-7
/proc/18934/task/18943/stat : 18943 (java) S 18932 18932 18566 0 -1 1077944384 432 0 0 0 15 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948640422928 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18944] ppid=18932 vsize=28834892 memory=21992 CPUtime=0.02 cores=0-7
/proc/18934/task/18944/stat : 18944 (java) S 18932 18932 18566 0 -1 1077944384 3113 0 0 0 2 0 0 0 20 0 28 0 420135156 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947878086768 139948695181954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18945] ppid=18932 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18934/task/18945/stat : 18945 (java) S 18932 18932 18566 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 420135156 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947877032800 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18946] ppid=18932 vsize=28834892 memory=3054156605268465310 CPUtime=0 cores=0-7
/proc/18934/task/18946/stat : 18946 (java) S 18932 18932 18566 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 420135156 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947875980416 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18947] ppid=18932 vsize=28834892 memory=-6520471753822164382 CPUtime=0 cores=0-7
/proc/18934/task/18947/stat : 18947 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947874928720 139948695189403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18948] ppid=18932 vsize=28834892 memory=8514726395714825349 CPUtime=1.8 cores=0-7
/proc/18934/task/18948/stat : 18948 (java) S 18932 18932 18566 0 -1 1077944384 5723 0 0 0 179 1 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947873876592 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18949] ppid=18932 vsize=28834892 memory=-2897801490638248215 CPUtime=1.62 cores=0-7
/proc/18934/task/18949/stat : 18949 (java) S 18932 18932 18566 0 -1 1077944384 7095 0 0 0 160 2 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947872823792 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18950] ppid=18932 vsize=28834892 memory=8242832241811678803 CPUtime=1.58 cores=0-7
/proc/18934/task/18950/stat : 18950 (java) S 18932 18932 18566 0 -1 1077944384 5170 0 0 0 157 1 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947871771504 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18951] ppid=18932 vsize=28834892 memory=140109082042273 CPUtime=0.77 cores=0-7
/proc/18934/task/18951/stat : 18951 (java) S 18932 18932 18566 0 -1 1077944384 4004 0 0 0 75 2 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947870718704 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18952] ppid=18932 vsize=28834892 memory=532 CPUtime=0 cores=0-7
/proc/18934/task/18952/stat : 18952 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947869665632 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18953] ppid=18932 vsize=28834892 memory=1564 CPUtime=0.02 cores=0-7
/proc/18934/task/18953/stat : 18953 (java) S 18932 18932 18566 0 -1 1077944384 607 0 0 0 1 1 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947868612912 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19314] ppid=18932 vsize=28834892 memory=924 CPUtime=37.1 cores=0-7
/proc/18934/task/19314/stat : 19314 (java) S 18932 18932 18566 0 -1 1077944384 340 0 0 0 3709 1 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947851222384 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19315] ppid=18932 vsize=28834892 memory=1756 CPUtime=36.86 cores=0-7
/proc/18934/task/19315/stat : 19315 (java) S 18932 18932 18566 0 -1 1077944384 220 0 0 0 3686 0 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947853329520 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19316] ppid=18932 vsize=28834892 memory=1440 CPUtime=48.08 cores=0-7
/proc/18934/task/19316/stat : 19316 (java) R 18932 18932 18566 0 -1 4202560 1923 0 0 0 4799 9 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947854376920 139948313491931 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19317] ppid=18932 vsize=28834892 memory=916 CPUtime=36.69 cores=0-7
/proc/18934/task/19317/stat : 19317 (java) S 18932 18932 18566 0 -1 1077944384 2599 0 0 0 3629 40 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947859645808 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19318] ppid=18932 vsize=28834892 memory=1984 CPUtime=37.05 cores=0-7
/proc/18934/task/19318/stat : 19318 (java) S 18932 18932 18566 0 -1 1077944384 2224 0 0 0 3670 35 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947858593008 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19319] ppid=18932 vsize=28834892 memory=56 CPUtime=37.17 cores=0-7
/proc/18934/task/19319/stat : 19319 (java) S 18932 18932 18566 0 -1 1077944384 3398 0 0 0 3699 18 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947856488048 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19320] ppid=18932 vsize=28834892 memory=1902204 CPUtime=37.05 cores=0-7
/proc/18934/task/19320/stat : 19320 (java) S 18932 18932 18566 0 -1 1077944384 2590 0 0 0 3684 21 0 0 20 0 28 0 420135439 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947852277232 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19321] ppid=18932 vsize=28834892 memory=0 CPUtime=36.77 cores=0-7
/proc/18934/task/19321/stat : 19321 (java) S 18932 18932 18566 0 -1 1077944384 207 0 0 0 3675 2 0 0 20 0 28 0 420135440 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947857539952 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
Current children cumulated CPU time: 327.74 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 5389200 KiB

[startup+51.5011 s]
/proc/loadavg: 7.01 7.71 7.68 2/218 19324
/proc/meminfo: memFree=21301684/32770624 swapFree=66977616/67108860
[pid=18932] ppid=18929 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18932/stat : 18932 (xcsp3-exec) S 18929 18932 18566 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420135153 115843072 364 33554432000 4194304 5098028 140721218934720 140721218932824 140569645613692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37339136 140721218941814 140721218942057 140721218942057 140721218944970 0
/proc/18932/statm: 28282 364 305 221 0 87 0
[pid=18934] ppid=18932 vsize=28834892 memory=5387744 CPUtime=327.84 cores=0-7
/proc/18934/stat : 18934 (java) S 18932 18932 18566 0 -1 1077944320 61288 0 0 0 32550 234 0 0 20 0 28 0 420135153 29526929408 1346936 33554432000 4194304 4196468 140732777762992 140732777745536 139948695170807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
/proc/18934/statm: 7208723 1346936 3524 1 0 7169825 0
[pid=18934/tid=18935] ppid=18932 vsize=28834892 memory=5387744 CPUtime=0.56 cores=0-7
/proc/18934/task/18935/stat : 18935 (java) S 18932 18932 18566 0 -1 1077944384 9175 0 0 0 53 3 0 0 20 0 28 0 420135153 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948699411584 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18936] ppid=18932 vsize=28834892 memory=5387744 CPUtime=0.24 cores=0-7
/proc/18934/task/18936/stat : 18936 (java) S 18932 18932 18566 0 -1 1077944384 703 0 0 0 15 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948647790992 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18937] ppid=18932 vsize=28834892 memory=1456 CPUtime=0.23 cores=0-7
/proc/18934/task/18937/stat : 18937 (java) S 18932 18932 18566 0 -1 1077944384 264 0 0 0 14 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948646738192 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18938] ppid=18932 vsize=28834892 memory=1456 CPUtime=0.24 cores=0-7
/proc/18934/task/18938/stat : 18938 (java) S 18932 18932 18566 0 -1 1077944384 878 0 0 0 15 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948645685904 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18939] ppid=18932 vsize=28834892 memory=1724 CPUtime=0.25 cores=0-7
/proc/18934/task/18939/stat : 18939 (java) S 18932 18932 18566 0 -1 1077944384 509 0 0 0 15 10 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948644633104 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18940] ppid=18932 vsize=28834892 memory=704 CPUtime=0.24 cores=0-7
/proc/18934/task/18940/stat : 18940 (java) S 18932 18932 18566 0 -1 1077944384 309 0 0 0 16 8 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948643580816 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18941] ppid=18932 vsize=28834892 memory=56 CPUtime=0.22 cores=0-7
/proc/18934/task/18941/stat : 18941 (java) S 18932 18932 18566 0 -1 1077944384 782 0 0 0 14 8 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948642528016 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18942] ppid=18932 vsize=28834892 memory=6656426216303648864 CPUtime=0.23 cores=0-7
/proc/18934/task/18942/stat : 18942 (java) S 18932 18932 18566 0 -1 1077944384 947 0 0 0 15 8 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948641475728 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18943] ppid=18932 vsize=28834892 memory=916 CPUtime=0.24 cores=0-7
/proc/18934/task/18943/stat : 18943 (java) S 18932 18932 18566 0 -1 1077944384 432 0 0 0 15 9 0 0 20 0 28 0 420135154 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139948640422928 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18944] ppid=18932 vsize=28834892 memory=4400 CPUtime=0.02 cores=0-7
/proc/18934/task/18944/stat : 18944 (java) S 18932 18932 18566 0 -1 1077944384 3113 0 0 0 2 0 0 0 20 0 28 0 420135156 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947878086768 139948695181954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18945] ppid=18932 vsize=28834892 memory=15526306778019 CPUtime=0 cores=0-7
/proc/18934/task/18945/stat : 18945 (java) S 18932 18932 18566 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 420135156 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947877032800 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18946] ppid=18932 vsize=28834892 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/18934/task/18946/stat : 18946 (java) S 18932 18932 18566 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 420135156 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947875980416 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18947] ppid=18932 vsize=28834892 memory=16105866206120578 CPUtime=0 cores=0-7
/proc/18934/task/18947/stat : 18947 (java) S 18932 18932 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947874928720 139948695189403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18948] ppid=18932 vsize=28834892 memory=5387744 CPUtime=1.8 cores=0-7
/proc/18934/task/18948/stat : 18948 (java) S 18932 18932 18566 0 -1 1077944384 5723 0 0 0 179 1 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947873876592 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18949] ppid=18932 vsize=28834892 memory=1456 CPUtime=1.62 cores=0-7
/proc/18934/task/18949/stat : 18949 (java) S 18932 18932 18566 0 -1 1077944384 7095 0 0 0 160 2 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947872823792 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18950] ppid=18932 vsize=28834892 memory=5387744 CPUtime=1.58 cores=0-7
/proc/18934/task/18950/stat : 18950 (java) S 18932 18932 18566 0 -1 1077944384 5170 0 0 0 157 1 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947871771504 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18951] ppid=18932 vsize=28834892 memory=1456 CPUtime=0.77 cores=0-7
/proc/18934/task/18951/stat : 18951 (java) S 18932 18932 18566 0 -1 1077944384 4004 0 0 0 75 2 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947870718704 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18952] ppid=18932 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18934/task/18952/stat : 18952 (java) S 18932 18932 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947869665632 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=18953] ppid=18932 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/18934/task/18953/stat : 18953 (java) S 18932 18932 18566 0 -1 1077944384 607 0 0 0 1 1 0 0 20 0 28 0 420135159 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947868612912 139948695181954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19314] ppid=18932 vsize=28834892 memory=0 CPUtime=37.1 cores=0-7
/proc/18934/task/19314/stat : 19314 (java) S 18932 18932 18566 0 -1 1077944384 340 0 0 0 3709 1 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947851222384 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19315] ppid=18932 vsize=28834892 memory=4 CPUtime=36.86 cores=0-7
/proc/18934/task/19315/stat : 19315 (java) S 18932 18932 18566 0 -1 1077944384 220 0 0 0 3686 0 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947853329520 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19316] ppid=18932 vsize=28834892 memory=0 CPUtime=48.18 cores=0-7
/proc/18934/task/19316/stat : 19316 (java) R 18932 18932 18566 0 -1 4202560 1923 0 0 0 4809 9 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947854376920 139948313491904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19317] ppid=18932 vsize=28834892 memory=988 CPUtime=36.69 cores=0-7
/proc/18934/task/19317/stat : 19317 (java) S 18932 18932 18566 0 -1 1077944384 2599 0 0 0 3629 40 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947859645808 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19318] ppid=18932 vsize=28834892 memory=2004 CPUtime=37.05 cores=0-7
/proc/18934/task/19318/stat : 19318 (java) S 18932 18932 18566 0 -1 1077944384 2224 0 0 0 3670 35 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947858593008 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19319] ppid=18932 vsize=28834892 memory=1428 CPUtime=37.17 cores=0-7
/proc/18934/task/19319/stat : 19319 (java) S 18932 18932 18566 0 -1 1077944384 3398 0 0 0 3699 18 0 0 20 0 28 0 420135437 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947856488048 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19320] ppid=18932 vsize=28834892 memory=1724 CPUtime=37.05 cores=0-7
/proc/18934/task/19320/stat : 19320 (java) S 18932 18932 18566 0 -1 1077944384 2590 0 0 0 3684 21 0 0 20 0 28 0 420135439 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947852277232 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
[pid=18934/tid=19321] ppid=18932 vsize=28834892 memory=704 CPUtime=36.77 cores=0-7
/proc/18934/task/19321/stat : 19321 (java) S 18932 18932 18566 0 -1 1077944384 207 0 0 0 3675 2 0 0 20 0 28 0 420135440 29526929408 1346936 33554432000 4194304 4196468 140732777762992 139947857539952 139948695181013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27414528 140732777772010 140732777772182 140732777772182 140732777775055 0
Current children cumulated CPU time: 327.84 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 5389200 KiB

Child status: 0
Real time (s): 51.5931
CPU time (s): 327.989
CPU user time (s): 325.609
CPU system time (s): 2.38008
CPU usage (%): 635.722
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 5389200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.609
system time used= 2.38008
maximum resident set size= 5390420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20169
involuntary context switches= 3557


# summary of solver processes directly reported to runsolver:
#   pid: 18932
#   total CPU time (s): 327.989
#   total CPU user time (s): 325.609
#   total CPU system time (s): 2.38008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.47802 second user time and 0.62626 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-14 06:16:02
IDJOB=4393942
IDBENCH=135491
IDSOLVER=2841
FILE ID=node104/4393942-1568438779
RUNJOBID= node104-1568434335-18593
PBS_JOBID= 21702325
Free space on /tmp= 59012 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-marketSplit/Pb-msplit-opt-4-30-3.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-4393942-1568438779/watcher-4393942-1568438779 -o /tmp/evaluation-result-4393942-1568438779/solver-4393942-1568438779 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 984582537 HOME/instance-4393942-1568438779.xml

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

MD5SUM BENCH= caf7afe645c801dd46bb53c517bf0cee
RANDOM SEED=984582537

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26682820 kB
MemAvailable:   31832604 kB
Buffers:          185676 kB
Cached:          5217252 kB
SwapCached:        31688 kB
Active:          1778404 kB
Inactive:        3662812 kB
Active(anon):       5256 kB
Inactive(anon):    74136 kB
Active(file):    1773148 kB
Inactive(file):  3588676 kB
Unevictable:      107792 kB
Mlocked:          107792 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             26116 kB
Writeback:             0 kB
AnonPages:        233376 kB
Mapped:            43836 kB
Shmem:             32780 kB
Slab:             237952 kB
SReclaimable:     207592 kB
SUnreclaim:        30360 kB
KernelStack:        3856 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58988 MiB
End job on node104 at 2019-09-14 06:16:54