Trace number 4393933

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 parallelOPT103 153.255 21.0766

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-01.xml
MD5SUM90855c6c3ff0f3816786e6ae00e0aae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark99.291
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size332
Distribution of domain sizes[{"size":1,"count":1},{"size":332,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":9},{"degree":5,"count":20},{"degree":6,"count":15},{"degree":7,"count":14},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":112},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393933-1568431290.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393933-1568431290.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.67/0.79	c solve instance...
2.70/0.95	o 118 
2.70/0.99	o 116 
2.70/1.01	o 113 
4.12/1.12	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (118/160)
4.12/1.12		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.12/1.12		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.12/1.12		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.12/1.12		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.12/1.12		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.12/1.12	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (118/160)
4.12/1.12		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.12/1.12		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.12/1.12		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.12/1.12		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.12/1.12		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.12/1.12		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.12/1.12		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.12/1.12		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.12/1.12		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.12/1.12		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.12/1.12		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.12/1.12		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.12/1.12		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.12/1.12		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.12/1.12		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.12/1.12		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.12/1.12	o 112 
4.12/1.19	o 110 
13.40/2.39	o 109 
18.12/2.97	o 108 
35.60/5.17	o 107 
39.39/5.66	o 105 
39.39/5.68	o 104 
87.74/11.74	o 103 
152.93/21.05	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (92/142)
152.93/21.05		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
152.93/21.05		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
152.93/21.05		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
152.93/21.05		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
152.93/21.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
152.93/21.05	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (92/142)
152.93/21.05		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
152.93/21.05		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
152.93/21.05		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
152.93/21.05		at org.chocosolver.solver.Solver.repair(Solver.java:443)
152.93/21.05		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
152.93/21.05		at org.chocosolver.solver.Solver.solve(Solver.java:262)
152.93/21.05		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
152.93/21.05		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
152.93/21.05		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
152.93/21.05		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
152.93/21.05		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
152.93/21.05		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
152.93/21.05		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
152.93/21.05		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
152.93/21.05		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
152.93/21.05		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
152.93/21.05	s OPTIMUM FOUND
152.93/21.05	v <instantiation>
152.93/21.05	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
152.93/21.05	v 	<values>0 4 1 0 3 24 9 24 19 16 33 17 24 40 8 9 32 38 49 72 39 29 38 18 42 50 31 46 44 58 31 57 66 68 48 42 48 49 65 69 57 70 57 77 66 77 88 84 80 87 82 90 94 85 94 78 75 93 99 102 77 103 </values>
152.93/21.05	v </instantiation>

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393933-1568431290/watcher-4393933-1568431290 -o /tmp/evaluation-result-4393933-1568431290/solver-4393933-1568431290 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568426152-22892 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 832996669 HOME/instance-4393933-1568431290.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=24426, runsolver pid=24423


[startup+0.100152 s]*
/proc/loadavg: 7.89 8.19 8.14 3/213 24447
/proc/meminfo: memFree=28829704/32770624 swapFree=66998528/67108860
[pid=24426] ppid=24423 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/24426/stat : 24426 (xcsp3-exec) S 24423 24426 22865 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419397829 115843072 364 33554432000 4194304 5098028 140737411024832 140737411022936 139854665503356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140737411031926 140737411032169 140737411032169 140737411035082 0
/proc/24426/statm: 28282 364 305 221 0 87 0
[pid=24428] ppid=24426 vsize=28227388 memory=28956 CPUtime=0.12 cores=0-7
/proc/24428/stat : 24428 (java) S 24426 24426 22865 0 -1 1077944320 5706 0 0 0 10 2 0 0 20 0 20 0 419397829 28904845312 7239 33554432000 4194304 4196468 140737032340448 140737032322992 140404954754807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
/proc/24428/statm: 7056847 7239 3121 1 0 7019032 0
[pid=24428/tid=24429] ppid=24426 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/24428/task/24429/stat : 24429 (java) R 24426 24426 22865 0 -1 4202560 3620 0 0 0 7 1 0 0 20 0 20 0 419397829 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404958988400 140404938798437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24430] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24430/stat : 24430 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404907375248 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24431] ppid=24426 vsize=28227388 memory=140359986802445 CPUtime=0 cores=0-7
/proc/24428/task/24431/stat : 24431 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404906322448 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24432] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24432/stat : 24432 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404905269648 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24433] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24433/stat : 24433 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404904216848 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24434] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24434/stat : 24434 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404903165072 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24435] ppid=24426 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24428/task/24435/stat : 24435 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404902112272 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24436] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24436/stat : 24436 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404901059472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24437] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24437/stat : 24437 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404900006672 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24438] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24438/stat : 24438 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397832 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404272298352 140404954765954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24439] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24439/stat : 24439 (java) S 24426 24426 22865 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419397832 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404271244320 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24440] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24440/stat : 24440 (java) S 24426 24426 22865 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419397832 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404270191472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24441] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24441/stat : 24441 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404269139792 140404954773403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24442] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24442/stat : 24442 (java) S 24426 24426 22865 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404268088176 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24443] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24443/stat : 24443 (java) R 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404267035376 140404954765954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24444] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24444/stat : 24444 (java) S 24426 24426 22865 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404265982576 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24445] ppid=24426 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24428/task/24445/stat : 24445 (java) R 24426 24426 22865 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 20 0 419397835 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404264929776 140404946991934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24446] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24446/stat : 24446 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404263877216 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24447] ppid=24426 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24428/task/24447/stat : 24447 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 7239 33554432000 4194304 4196468 140737032340448 140404262824496 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30412 KiB

[startup+0.210723 s]*
/proc/loadavg: 7.89 8.19 8.14 3/213 24447
/proc/meminfo: memFree=28816240/32770624 swapFree=66998528/67108860
[pid=24426] ppid=24423 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/24426/stat : 24426 (xcsp3-exec) S 24423 24426 22865 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419397829 115843072 364 33554432000 4194304 5098028 140737411024832 140737411022936 139854665503356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140737411031926 140737411032169 140737411032169 140737411035082 0
/proc/24426/statm: 28282 364 305 221 0 87 0
[pid=24428] ppid=24426 vsize=28227388 memory=40600 CPUtime=0.34 cores=0-7
/proc/24428/stat : 24428 (java) S 24426 24426 22865 0 -1 1077944320 9469 0 0 0 30 4 0 0 20 0 20 0 419397829 28904845312 10150 33554432000 4194304 4196468 140737032340448 140737032322992 140404954754807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
/proc/24428/statm: 7056847 10150 3260 1 0 7019032 0
[pid=24428/tid=24429] ppid=24426 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/24428/task/24429/stat : 24429 (java) R 24426 24426 22865 0 -1 4202560 6644 0 0 0 17 2 0 0 20 0 20 0 419397829 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404958988752 140404954766742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24430] ppid=24426 vsize=28227388 memory=288230596134830447 CPUtime=0 cores=0-7
/proc/24428/task/24430/stat : 24430 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404907375248 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24431] ppid=24426 vsize=28227388 memory=288370736138491520 CPUtime=0 cores=0-7
/proc/24428/task/24431/stat : 24431 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404906322448 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24432] ppid=24426 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24428/task/24432/stat : 24432 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404905269648 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24433] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24433/stat : 24433 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404904216848 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24434] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24434/stat : 24434 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404903165072 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24435] ppid=24426 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24428/task/24435/stat : 24435 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404902112272 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24436] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24436/stat : 24436 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404901059472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24437] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24437/stat : 24437 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419397830 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404900006672 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24438] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24438/stat : 24438 (java) S 24426 24426 22865 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419397832 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404272298352 140404954765954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24439] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24439/stat : 24439 (java) S 24426 24426 22865 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419397832 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404271244320 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24440] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24440/stat : 24440 (java) S 24426 24426 22865 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419397832 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404270191472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24441] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24441/stat : 24441 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404269139792 140404954773403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24442] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24442/stat : 24442 (java) S 24426 24426 22865 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404268088176 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24443] ppid=24426 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24428/task/24443/stat : 24443 (java) S 24426 24426 22865 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 419397835 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404267035376 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24444] ppid=24426 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/24428/task/24444/stat : 24444 (java) S 24426 24426 22865 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 20 0 419397835 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404265982576 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24445] ppid=24426 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/24428/task/24445/stat : 24445 (java) R 24426 24426 22865 0 -1 4202560 773 0 0 0 8 0 0 0 20 0 20 0 419397835 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404264929584 140404954766742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24446] ppid=24426 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24446/stat : 24446 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404263877216 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24447] ppid=24426 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24428/task/24447/stat : 24447 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397835 28904845312 10150 33554432000 4194304 4196468 140737032340448 140404262824496 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42056 KiB

[startup+0.311412 s]*
/proc/loadavg: 7.89 8.19 8.14 3/213 24447
/proc/meminfo: memFree=28808484/32770624 swapFree=66998528/67108860
[pid=24426] ppid=24423 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/24426/stat : 24426 (xcsp3-exec) S 24423 24426 22865 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419397829 115843072 364 33554432000 4194304 5098028 140737411024832 140737411022936 139854665503356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140737411031926 140737411032169 140737411032169 140737411035082 0
/proc/24426/statm: 28282 364 305 221 0 87 0
[pid=24428] ppid=24426 vsize=28231644 memory=50300 CPUtime=0.53 cores=0-7
/proc/24428/stat : 24428 (java) S 24426 24426 22865 0 -1 1077944320 10935 0 0 0 48 5 0 0 20 0 20 0 419397829 28909203456 12575 33554432000 4194304 4196468 140737032340448 140737032322992 140404954754807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
/proc/24428/statm: 7057911 12575 3357 1 0 7019032 0
[pid=24428/tid=24429] ppid=24426 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/24428/task/24429/stat : 24429 (java) R 24426 24426 22865 0 -1 4202560 7836 0 0 0 26 3 0 0 20 0 20 0 419397829 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404958985920 140404938835294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24430] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24430/stat : 24430 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404907375248 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24431] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24431/stat : 24431 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404906322448 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24432] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24432/stat : 24432 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404905269648 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24433] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24433/stat : 24433 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404904216848 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24434] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24434/stat : 24434 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404903165072 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24435] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24435/stat : 24435 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404902112272 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24436] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24436/stat : 24436 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404901059472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24437] ppid=24426 vsize=28231644 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/24428/task/24437/stat : 24437 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419397830 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404900006672 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24438] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24438/stat : 24438 (java) S 24426 24426 22865 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419397832 28909203456 12575 33554432000 4194304 4196468 140737032340448 140404272298352 140404954765954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24439] ppid=24426 vsize=28231644 memory=280719733759360 CPUtime=0 cores=0-7
/proc/24428/task/24439/stat : 24439 (java) S 24426 24426 22865 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419397832 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404271244320 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24440] ppid=24426 vsize=28231644 memory=280719733763968 CPUtime=0 cores=0-7
/proc/24428/task/24440/stat : 24440 (java) S 24426 24426 22865 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419397832 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404270191472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24441] ppid=24426 vsize=28231644 memory=280719733768576 CPUtime=0 cores=0-7
/proc/24428/task/24441/stat : 24441 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397835 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404269139792 140404954773403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24442] ppid=24426 vsize=28231644 memory=280719733773184 CPUtime=0.03 cores=0-7
/proc/24428/task/24442/stat : 24442 (java) S 24426 24426 22865 0 -1 1077944384 459 0 0 0 3 0 0 0 20 0 20 0 419397835 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404268088176 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24443] ppid=24426 vsize=28231644 memory=280719733777792 CPUtime=0.02 cores=0-7
/proc/24428/task/24443/stat : 24443 (java) S 24426 24426 22865 0 -1 1077944384 76 0 0 0 2 0 0 0 20 0 20 0 419397835 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404267035376 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24444] ppid=24426 vsize=28231644 memory=280719733782400 CPUtime=0.03 cores=0-7
/proc/24428/task/24444/stat : 24444 (java) S 24426 24426 22865 0 -1 1077944384 376 0 0 0 3 0 0 0 20 0 20 0 419397835 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404265982576 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24445] ppid=24426 vsize=28231644 memory=280719733787008 CPUtime=0.12 cores=0-7
/proc/24428/task/24445/stat : 24445 (java) S 24426 24426 22865 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 20 0 419397835 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404264929776 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24446] ppid=24426 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24446/stat : 24446 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419397835 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404263877216 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24447] ppid=24426 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/24428/task/24447/stat : 24447 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419397835 28909203456 12581 33554432000 4194304 4196468 140737032340448 140404262824496 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51756 KiB

[startup+0.705699 s]
/proc/loadavg: 7.26 8.05 8.09 6/213 24447
/proc/meminfo: memFree=28792052/32770624 swapFree=66998528/67108860
[pid=24426] ppid=24423 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/24426/stat : 24426 (xcsp3-exec) S 24423 24426 22865 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419397829 115843072 364 33554432000 4194304 5098028 140737411024832 140737411022936 139854665503356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140737411031926 140737411032169 140737411032169 140737411035082 0
/proc/24426/statm: 28282 364 305 221 0 87 0
[pid=24428] ppid=24426 vsize=28233768 memory=88912 CPUtime=1.67 cores=0-7
/proc/24428/stat : 24428 (java) S 24426 24426 22865 0 -1 1077944320 15450 0 0 0 159 8 0 0 20 0 20 0 419397829 28911378432 22228 33554432000 4194304 4196468 140737032340448 140737032322992 140404954754807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
/proc/24428/statm: 7058442 22228 3453 1 0 7019544 0
[pid=24428/tid=24429] ppid=24426 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/24428/task/24429/stat : 24429 (java) R 24426 24426 22865 0 -1 4202560 9357 0 0 0 63 5 0 0 20 0 20 0 419397829 28911378432 22228 33554432000 4194304 4196468 140737032340448 140404958990752 140404578199297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24430] ppid=24426 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24430/stat : 24430 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28911378432 22228 33554432000 4194304 4196468 140737032340448 140404907375248 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24431] ppid=24426 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24431/stat : 24431 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28911378432 22228 33554432000 4194304 4196468 140737032340448 140404906322448 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24432] ppid=24426 vsize=28233768 memory=1204 CPUtime=0 cores=0-7
/proc/24428/task/24432/stat : 24432 (java) S 24426 24426 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419397830 28911378432 22228 33554432000 4194304 4196468 140737032340448 140404905269648 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0

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

[pid=24428/tid=24445] ppid=24426 vsize=28769356 memory=14012 CPUtime=1.07 cores=0-7
/proc/24428/task/24445/stat : 24445 (java) S 24426 24426 22865 0 -1 1077944384 7499 0 0 0 105 2 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404264929776 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24446] ppid=24426 vsize=28769356 memory=2116 CPUtime=0 cores=0-7
/proc/24428/task/24446/stat : 24446 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404263877216 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24447] ppid=24426 vsize=28769356 memory=22536 CPUtime=0 cores=0-7
/proc/24428/task/24447/stat : 24447 (java) S 24426 24426 22865 0 -1 1077944384 894 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404262824496 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24536] ppid=24426 vsize=28769356 memory=14068 CPUtime=8.25 cores=0-7
/proc/24428/task/24536/stat : 24536 (java) R 24426 24426 22865 0 -1 4202560 226 0 0 0 825 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404243093896 140404586450444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24537] ppid=24426 vsize=28769356 memory=524 CPUtime=8.24 cores=0-7
/proc/24428/task/24537/stat : 24537 (java) R 24426 24426 22865 0 -1 4202560 235 0 0 0 824 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404245200680 140404586518467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24538] ppid=24426 vsize=28769356 memory=1568 CPUtime=8.25 cores=0-7
/proc/24428/task/24538/stat : 24538 (java) R 24426 24426 22865 0 -1 4202560 296 0 0 0 825 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404251520192 140404586212286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24539] ppid=24426 vsize=28769356 memory=928 CPUtime=8.22 cores=0-7
/proc/24428/task/24539/stat : 24539 (java) R 24426 24426 22865 0 -1 4202560 972 0 0 0 822 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404244148320 140404588330249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24540] ppid=24426 vsize=28769356 memory=3704 CPUtime=8.24 cores=0-7
/proc/24428/task/24540/stat : 24540 (java) R 24426 24426 22865 0 -1 4202560 474 0 0 0 824 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404249411864 140404585358935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24541] ppid=24426 vsize=28769356 memory=6791534058613427641 CPUtime=8.23 cores=0-7
/proc/24428/task/24541/stat : 24541 (java) R 24426 24426 22865 0 -1 4202560 169 0 0 0 823 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404248358712 140404586517327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24542] ppid=24426 vsize=28769356 memory=2580 CPUtime=8.24 cores=0-7
/proc/24428/task/24542/stat : 24542 (java) R 24426 24426 22865 0 -1 4202560 253 0 0 0 824 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404247305944 140404586517603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24543] ppid=24426 vsize=28769356 memory=820 CPUtime=0 cores=0-7
/proc/24428/task/24543/stat : 24543 (java) S 24426 24426 22865 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404246258640 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
Current children cumulated CPU time: 145.93 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 262276 KiB

[startup+20.801 s]
/proc/loadavg: 7.27 8.02 8.08 8/220 24543
/proc/meminfo: memFree=28598704/32770624 swapFree=66998528/67108860
[pid=24426] ppid=24423 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/24426/stat : 24426 (xcsp3-exec) S 24423 24426 22865 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419397829 115843072 364 33554432000 4194304 5098028 140737411024832 140737411022936 139854665503356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140737411031926 140737411032169 140737411032169 140737411035082 0
/proc/24426/statm: 28282 364 305 221 0 87 0
[pid=24428] ppid=24426 vsize=28769356 memory=260820 CPUtime=151.47 cores=0-7
/proc/24428/stat : 24428 (java) S 24426 24426 22865 0 -1 1077944320 60049 0 0 0 15112 35 0 0 20 0 28 0 419397829 29459820544 65205 33554432000 4194304 4196468 140737032340448 140737032322992 140404954754807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
/proc/24428/statm: 7192339 65205 3534 1 0 7153441 0
[pid=24428/tid=24429] ppid=24426 vsize=28769356 memory=14012 CPUtime=0.8 cores=0-7
/proc/24428/task/24429/stat : 24429 (java) S 24426 24426 22865 0 -1 1077944384 9845 0 0 0 75 5 0 0 20 0 28 0 419397829 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404958995584 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24430] ppid=24426 vsize=28769356 memory=2116 CPUtime=0.03 cores=0-7
/proc/24428/task/24430/stat : 24430 (java) S 24426 24426 22865 0 -1 1077944384 148 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404907375248 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24431] ppid=24426 vsize=28769356 memory=22536 CPUtime=0.03 cores=0-7
/proc/24428/task/24431/stat : 24431 (java) S 24426 24426 22865 0 -1 1077944384 791 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404906322448 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24432] ppid=24426 vsize=28769356 memory=1456 CPUtime=0.03 cores=0-7
/proc/24428/task/24432/stat : 24432 (java) S 24426 24426 22865 0 -1 1077944384 1164 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404905269648 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24433] ppid=24426 vsize=28769356 memory=259200 CPUtime=0.03 cores=0-7
/proc/24428/task/24433/stat : 24433 (java) S 24426 24426 22865 0 -1 1077944384 60 0 0 0 3 0 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404904216848 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24434] ppid=24426 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/24428/task/24434/stat : 24434 (java) S 24426 24426 22865 0 -1 1077944384 722 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404903165072 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24435] ppid=24426 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/24428/task/24435/stat : 24435 (java) S 24426 24426 22865 0 -1 1077944384 428 0 0 0 3 0 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404902112272 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24436] ppid=24426 vsize=28769356 memory=300 CPUtime=0.03 cores=0-7
/proc/24428/task/24436/stat : 24436 (java) S 24426 24426 22865 0 -1 1077944384 128 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404901059472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24437] ppid=24426 vsize=28769356 memory=273 CPUtime=0.02 cores=0-7
/proc/24428/task/24437/stat : 24437 (java) S 24426 24426 22865 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404900006672 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24438] ppid=24426 vsize=28769356 memory=266 CPUtime=0.02 cores=0-7
/proc/24428/task/24438/stat : 24438 (java) S 24426 24426 22865 0 -1 1077944384 816 0 0 0 2 0 0 0 20 0 28 0 419397832 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404272298352 140404954765954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24439] ppid=24426 vsize=28769356 memory=107 CPUtime=0 cores=0-7
/proc/24428/task/24439/stat : 24439 (java) S 24426 24426 22865 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419397832 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404271244384 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24440] ppid=24426 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24440/stat : 24440 (java) S 24426 24426 22865 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419397832 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404270191472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24441] ppid=24426 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24441/stat : 24441 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404269139792 140404954773403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24442] ppid=24426 vsize=28769356 memory=284 CPUtime=3 cores=0-7
/proc/24428/task/24442/stat : 24442 (java) S 24426 24426 22865 0 -1 1077944384 8285 0 0 0 298 2 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404268088176 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24443] ppid=24426 vsize=28769356 memory=284 CPUtime=2.74 cores=0-7
/proc/24428/task/24443/stat : 24443 (java) S 24426 24426 22865 0 -1 1077944384 8740 0 0 0 272 2 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404267035376 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24444] ppid=24426 vsize=28769356 memory=280719734200336 CPUtime=2.69 cores=0-7
/proc/24428/task/24444/stat : 24444 (java) S 24426 24426 22865 0 -1 1077944384 10531 0 0 0 265 4 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404265982576 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24445] ppid=24426 vsize=28769356 memory=107091050105578 CPUtime=1.07 cores=0-7
/proc/24428/task/24445/stat : 24445 (java) S 24426 24426 22865 0 -1 1077944384 7499 0 0 0 105 2 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404264929776 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24446] ppid=24426 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24446/stat : 24446 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404263877216 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24447] ppid=24426 vsize=28769356 memory=7306916055891837008 CPUtime=0 cores=0-7
/proc/24428/task/24447/stat : 24447 (java) S 24426 24426 22865 0 -1 1077944384 1032 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404262824496 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24536] ppid=24426 vsize=28769356 memory=288292181620556627 CPUtime=9.04 cores=0-7
/proc/24428/task/24536/stat : 24536 (java) R 24426 24426 22865 0 -1 4202560 265 0 0 0 904 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404243093896 140404586517572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24537] ppid=24426 vsize=28769356 memory=288230376151711744 CPUtime=9.03 cores=0-7
/proc/24428/task/24537/stat : 24537 (java) R 24426 24426 22865 0 -1 4202560 241 0 0 0 903 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404245200680 140404585693272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24538] ppid=24426 vsize=28769356 memory=0 CPUtime=9.04 cores=0-7
/proc/24428/task/24538/stat : 24538 (java) R 24426 24426 22865 0 -1 4202560 341 0 0 0 904 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404251520192 140404585996647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24539] ppid=24426 vsize=28769356 memory=0 CPUtime=9.01 cores=0-7
/proc/24428/task/24539/stat : 24539 (java) R 24426 24426 22865 0 -1 4202560 1017 0 0 0 901 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404244148320 140404586212144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24540] ppid=24426 vsize=28769356 memory=0 CPUtime=9.03 cores=0-7
/proc/24428/task/24540/stat : 24540 (java) R 24426 24426 22865 0 -1 4202560 512 0 0 0 903 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404249411864 140404586212888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24541] ppid=24426 vsize=28769356 memory=0 CPUtime=9.02 cores=0-7
/proc/24428/task/24541/stat : 24541 (java) R 24426 24426 22865 0 -1 4202560 223 0 0 0 902 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404248358712 140404587662855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24542] ppid=24426 vsize=28769356 memory=0 CPUtime=9.04 cores=0-7
/proc/24428/task/24542/stat : 24542 (java) R 24426 24426 22865 0 -1 4202560 289 0 0 0 904 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404247305944 140404586450496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24543] ppid=24426 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24543/stat : 24543 (java) S 24426 24426 22865 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404246258640 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
Current children cumulated CPU time: 151.47 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 262276 KiB

[startup+21.001 s]*
/proc/loadavg: 7.25 8.00 8.07 8/220 24543
/proc/meminfo: memFree=28598952/32770624 swapFree=66998528/67108860
[pid=24426] ppid=24423 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/24426/stat : 24426 (xcsp3-exec) S 24423 24426 22865 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419397829 115843072 364 33554432000 4194304 5098028 140737411024832 140737411022936 139854665503356 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12922880 140737411031926 140737411032169 140737411032169 140737411035082 0
/proc/24426/statm: 28282 364 305 221 0 87 0
[pid=24428] ppid=24426 vsize=28769356 memory=260820 CPUtime=152.93 cores=0-7
/proc/24428/stat : 24428 (java) S 24426 24426 22865 0 -1 1077944320 60217 0 0 0 15258 35 0 0 20 0 28 0 419397829 29459820544 65205 33554432000 4194304 4196468 140737032340448 140737032322992 140404954754807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
/proc/24428/statm: 7192339 65205 3534 1 0 7153441 0
[pid=24428/tid=24429] ppid=24426 vsize=28769356 memory=1456 CPUtime=0.8 cores=0-7
/proc/24428/task/24429/stat : 24429 (java) S 24426 24426 22865 0 -1 1077944384 9845 0 0 0 75 5 0 0 20 0 28 0 419397829 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404958995584 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24430] ppid=24426 vsize=28769356 memory=259268 CPUtime=0.03 cores=0-7
/proc/24428/task/24430/stat : 24430 (java) S 24426 24426 22865 0 -1 1077944384 148 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404907375248 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24431] ppid=24426 vsize=28769356 memory=5908 CPUtime=0.03 cores=0-7
/proc/24428/task/24431/stat : 24431 (java) S 24426 24426 22865 0 -1 1077944384 791 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404906322448 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24432] ppid=24426 vsize=28769356 memory=8317482817917895235 CPUtime=0.03 cores=0-7
/proc/24428/task/24432/stat : 24432 (java) S 24426 24426 22865 0 -1 1077944384 1164 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404905269648 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24433] ppid=24426 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/24428/task/24433/stat : 24433 (java) S 24426 24426 22865 0 -1 1077944384 60 0 0 0 3 0 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404904216848 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24434] ppid=24426 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/24428/task/24434/stat : 24434 (java) S 24426 24426 22865 0 -1 1077944384 722 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404903165072 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24435] ppid=24426 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/24428/task/24435/stat : 24435 (java) S 24426 24426 22865 0 -1 1077944384 428 0 0 0 3 0 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404902112272 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24436] ppid=24426 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/24428/task/24436/stat : 24436 (java) S 24426 24426 22865 0 -1 1077944384 128 0 0 0 2 1 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404901059472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24437] ppid=24426 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/24428/task/24437/stat : 24437 (java) S 24426 24426 22865 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 28 0 419397830 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404900006672 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24438] ppid=24426 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/24428/task/24438/stat : 24438 (java) S 24426 24426 22865 0 -1 1077944384 818 0 0 0 2 0 0 0 20 0 28 0 419397832 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404272298352 140404954765954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24439] ppid=24426 vsize=28769356 memory=-2317720213663851332 CPUtime=0 cores=0-7
/proc/24428/task/24439/stat : 24439 (java) S 24426 24426 22865 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419397832 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404271244384 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24440] ppid=24426 vsize=28769356 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/24428/task/24440/stat : 24440 (java) S 24426 24426 22865 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419397832 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404270191472 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24441] ppid=24426 vsize=28769356 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/24428/task/24441/stat : 24441 (java) S 24426 24426 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404269139792 140404954773403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24442] ppid=24426 vsize=28769356 memory=7679927811743456362 CPUtime=3 cores=0-7
/proc/24428/task/24442/stat : 24442 (java) S 24426 24426 22865 0 -1 1077944384 8288 0 0 0 298 2 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404268088176 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24443] ppid=24426 vsize=28769356 memory=3054355819557830758 CPUtime=2.74 cores=0-7
/proc/24428/task/24443/stat : 24443 (java) R 24426 24426 22865 0 -1 4202560 8962 0 0 0 272 2 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404267035376 140404940394953 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24444] ppid=24426 vsize=28769356 memory=-7966001967340291680 CPUtime=2.69 cores=0-7
/proc/24428/task/24444/stat : 24444 (java) S 24426 24426 22865 0 -1 1077944384 10534 0 0 0 265 4 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404265982576 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24445] ppid=24426 vsize=28769356 memory=6944656592455360569 CPUtime=1.07 cores=0-7
/proc/24428/task/24445/stat : 24445 (java) S 24426 24426 22865 0 -1 1077944384 8175 0 0 0 105 2 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404264929776 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24446] ppid=24426 vsize=28769356 memory=-8412658744800154483 CPUtime=0 cores=0-7
/proc/24428/task/24446/stat : 24446 (java) S 24426 24426 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404263877216 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24447] ppid=24426 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/24428/task/24447/stat : 24447 (java) S 24426 24426 22865 0 -1 1077944384 1032 0 0 0 0 0 0 0 20 0 28 0 419397835 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404262824496 140404954765954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24536] ppid=24426 vsize=28769356 memory=0 CPUtime=9.25 cores=0-7
/proc/24428/task/24536/stat : 24536 (java) R 24426 24426 22865 0 -1 4202560 265 0 0 0 925 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404243093896 140404587662790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24537] ppid=24426 vsize=28769356 memory=0 CPUtime=9.24 cores=0-7
/proc/24428/task/24537/stat : 24537 (java) R 24426 24426 22865 0 -1 4202560 241 0 0 0 924 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404245200680 140404586443314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24538] ppid=24426 vsize=28769356 memory=0 CPUtime=9.25 cores=0-7
/proc/24428/task/24538/stat : 24538 (java) R 24426 24426 22865 0 -1 4202560 341 0 0 0 925 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404251520192 140404585693596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24539] ppid=24426 vsize=28769356 memory=280719733555440 CPUtime=9.22 cores=0-7
/proc/24428/task/24539/stat : 24539 (java) R 24426 24426 22865 0 -1 4202560 1023 0 0 0 922 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404244148320 140404586212389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24540] ppid=24426 vsize=28769356 memory=280719733555440 CPUtime=9.24 cores=0-7
/proc/24428/task/24540/stat : 24540 (java) R 24426 24426 22865 0 -1 4202560 696 0 0 0 924 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404249414440 140404586970208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24541] ppid=24426 vsize=28769356 memory=280719733555440 CPUtime=9.23 cores=0-7
/proc/24428/task/24541/stat : 24541 (java) R 24426 24426 22865 0 -1 4202560 224 0 0 0 923 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404248358712 140404586173339 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24542] ppid=24426 vsize=28769356 memory=280719733555440 CPUtime=9.25 cores=0-7
/proc/24428/task/24542/stat : 24542 (java) R 24426 24426 22865 0 -1 4202560 289 0 0 0 925 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404247305944 140404585997764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
[pid=24428/tid=24543] ppid=24426 vsize=28769356 memory=280719733555440 CPUtime=0 cores=0-7
/proc/24428/task/24543/stat : 24543 (java) S 24426 24426 22865 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419399004 29459820544 65205 33554432000 4194304 4196468 140737032340448 140404246258640 140404954765013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34766848 140737032344554 140737032344726 140737032344726 140737032347599 0
Current children cumulated CPU time: 152.93 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 262276 KiB

Child status: 0
Real time (s): 21.0766
CPU time (s): 153.255
CPU user time (s): 152.887
CPU system time (s): 0.368243
CPU usage (%): 727.133
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 264588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.887
system time used= 0.368243
maximum resident set size= 266720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63038
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6956
involuntary context switches= 2409


# summary of solver processes directly reported to runsolver:
#   pid: 24426
#   total CPU time (s): 153.255
#   total CPU user time (s): 152.887
#   total CPU system time (s): 0.368243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.199597 second user time and 0.273258 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-14 05:20:50
IDJOB=4393933
IDBENCH=128339
IDSOLVER=2841
FILE ID=node127/4393933-1568431290
RUNJOBID= node127-1568426152-22892
PBS_JOBID= 21702286
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-01.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-4393933-1568431290/watcher-4393933-1568431290 -o /tmp/evaluation-result-4393933-1568431290/solver-4393933-1568431290 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568426152-22892 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 832996669 HOME/instance-4393933-1568431290.xml

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

MD5SUM BENCH= 90855c6c3ff0f3816786e6ae00e0aae6
RANDOM SEED=832996669

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
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:        28847212 kB
MemAvailable:   31872436 kB
Buffers:          184088 kB
Cached:          3107504 kB
SwapCached:         6772 kB
Active:          1904116 kB
Inactive:        1399212 kB
Active(anon):       4744 kB
Inactive(anon):    48308 kB
Active(file):    1899372 kB
Inactive(file):  1350904 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             26276 kB
Writeback:             0 kB
AnonPages:        127288 kB
Mapped:            44996 kB
Shmem:             32700 kB
Slab:             211532 kB
SReclaimable:     181564 kB
SUnreclaim:        29968 kB
KernelStack:        3744 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61284 MiB
End job on node127 at 2019-09-14 05:21:11