Trace number 4393922

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 parallelOPT34 1251.17 158.179

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-11.xml
MD5SUM5296a674fcd135b0317e95ffe6d81fd1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark38.015
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints158
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":66},{"size":9,"count":66}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":66},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":66},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":36}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"sum","count":66}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393922-1568418838.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393922-1568418838.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.68/0.73	c solve instance...
1.68/0.79	o 0 
2.22/0.83	o 4 
2.22/0.84	o 6 
2.22/0.85	o 7 
2.22/0.86	o 8 
2.22/0.88	o 9 
2.22/0.89	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (56/58)
2.22/0.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.22/0.89		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.22/0.89		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.22/0.89		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.22/0.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.22/0.89	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (56/58)
2.22/0.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.22/0.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.22/0.89		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.22/0.89		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.22/0.89		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.22/0.89		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.22/0.89		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.22/0.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.22/0.89		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.22/0.89		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.22/0.89		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.22/0.89		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.22/0.89		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.22/0.89		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.22/0.89		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.22/0.89		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.22/0.89	o 10 
2.81/0.90	o 12 
2.81/0.91	o 14 
2.81/0.93	o 16 
2.81/0.95	o 26 
2.81/0.96	o 29 
2.81/0.97	o 30 
2.81/1.01	o 31 
5.13/1.25	o 32 
5.89/1.30	o 33 
7.51/1.56	o 34 
1250.87/158.14	s OPTIMUM FOUND
1250.87/158.14	v <instantiation>
1250.87/158.14	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] </list>
1250.87/158.14	v 	<values>1 0 0 1 1 0 0 0 1 1 0 1 1 1 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 1 1 0 1 1 0 0 0 1 1 0 0 1 2 4 4 3 3 2 2 2 2 2 2 2 3 3 3 5 2 4 3 6 6 3 4 6 6 4 5 2 5 2 3 3 2 2 3 3 2 5 2 5 4 6 6 4 3 6 6 3 4 2 5 3 3 3 2 2 2 2 2 2 2 3 3 4 4 2 </values>
1250.87/158.14	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393922-1568418838/watcher-4393922-1568418838 -o /tmp/evaluation-result-4393922-1568418838/solver-4393922-1568418838 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568416728-17745 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1450637892 HOME/instance-4393922-1568418838.xml 

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

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


[startup+0.100152 s]*
/proc/loadavg: 6.66 6.42 4.31 2/217 19536
/proc/meminfo: memFree=31455520/32770624 swapFree=67004100/67108860
[pid=19515] ppid=19512 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19515/stat : 19515 (xcsp3-exec) S 19512 19515 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418123459 115843072 364 33554432000 4194304 5098028 140724400749152 140724400747256 140381439189628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26218496 140724400751477 140724400751721 140724400751721 140724400754634 0
/proc/19515/statm: 28282 364 305 221 0 87 0
[pid=19517] ppid=19515 vsize=28227388 memory=29948 CPUtime=0.12 cores=0-7
/proc/19517/stat : 19517 (java) S 19515 19515 17718 0 -1 1077944320 5890 0 0 0 11 1 0 0 20 0 20 0 418123459 28904845312 7487 33554432000 4194304 4196468 140726271886528 140726271869072 139653490867959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
/proc/19517/statm: 7056847 7487 3146 1 0 7019032 0
[pid=19517/tid=19518] ppid=19515 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19517/task/19518/stat : 19518 (java) R 19515 19515 17718 0 -1 4202560 3807 0 0 0 8 1 0 0 20 0 20 0 418123459 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653495099888 139653093134645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19519] ppid=19515 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19517/task/19519/stat : 19519 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653443488272 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19520] ppid=19515 vsize=28227388 memory=140496709744256 CPUtime=0 cores=0-7
/proc/19517/task/19520/stat : 19520 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653442435728 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19521] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19521/stat : 19521 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653441382672 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19522] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19522/stat : 19522 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653440330128 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19523] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19523/stat : 19523 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653439278096 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19524] ppid=19515 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19517/task/19524/stat : 19524 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653438225552 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19525] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19525/stat : 19525 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653437172496 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19526] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19526/stat : 19526 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 7487 33554432000 4194304 4196468 140726271886528 139653436119952 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19527] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19527/stat : 19527 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123462 28904845312 7487 33554432000 4194304 4196468 140726271886528 139652205525232 139653490879106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19528] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19528/stat : 19528 (java) S 19515 19515 17718 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418123462 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651868255392 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19529] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19529/stat : 19529 (java) S 19515 19515 17718 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418123462 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651867202288 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19530] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19530/stat : 19530 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651866150864 139653490886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19531] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19531/stat : 19531 (java) S 19515 19515 17718 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651865098992 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19532] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19532/stat : 19532 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651864046448 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19533] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19533/stat : 19533 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651862993392 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19534] ppid=19515 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19517/task/19534/stat : 19534 (java) S 19515 19515 17718 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 418123465 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651861940848 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19535] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19535/stat : 19535 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651860888032 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19536] ppid=19515 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19517/task/19536/stat : 19536 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 7487 33554432000 4194304 4196468 140726271886528 139651859835568 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31404 KiB

[startup+0.210942 s]*
/proc/loadavg: 6.66 6.42 4.31 3/217 19536
/proc/meminfo: memFree=31443088/32770624 swapFree=67004100/67108860
[pid=19515] ppid=19512 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19515/stat : 19515 (xcsp3-exec) S 19512 19515 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418123459 115843072 364 33554432000 4194304 5098028 140724400749152 140724400747256 140381439189628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26218496 140724400751477 140724400751721 140724400751721 140724400754634 0
/proc/19515/statm: 28282 364 305 221 0 87 0
[pid=19517] ppid=19515 vsize=28227388 memory=40976 CPUtime=0.34 cores=0-7
/proc/19517/stat : 19517 (java) S 19515 19515 17718 0 -1 1077944320 9541 0 0 0 30 4 0 0 20 0 20 0 418123459 28904845312 10244 33554432000 4194304 4196468 140726271886528 140726271869072 139653490867959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
/proc/19517/statm: 7056847 10244 3303 1 0 7019032 0
[pid=19517/tid=19518] ppid=19515 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19517/task/19518/stat : 19518 (java) R 19515 19515 17718 0 -1 4202560 6665 0 0 0 17 2 0 0 20 0 20 0 418123459 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653495102656 139653490879894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19519] ppid=19515 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/19517/task/19519/stat : 19519 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653443488272 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19520] ppid=19515 vsize=28227388 memory=140496709761850 CPUtime=0 cores=0-7
/proc/19517/task/19520/stat : 19520 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653442435728 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19521] ppid=19515 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19517/task/19521/stat : 19521 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653441382672 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19522] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19522/stat : 19522 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653440330128 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19523] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19523/stat : 19523 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653439278096 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19524] ppid=19515 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19517/task/19524/stat : 19524 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653438225552 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19525] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19525/stat : 19525 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653437172496 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19526] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19526/stat : 19526 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28904845312 10244 33554432000 4194304 4196468 140726271886528 139653436119952 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19527] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19527/stat : 19527 (java) S 19515 19515 17718 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418123462 28904845312 10244 33554432000 4194304 4196468 140726271886528 139652205525232 139653490879106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19528] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19528/stat : 19528 (java) S 19515 19515 17718 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418123462 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651868255392 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19529] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19529/stat : 19529 (java) S 19515 19515 17718 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418123462 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651867202288 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19530] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19530/stat : 19530 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651866150864 139653490886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19531] ppid=19515 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19517/task/19531/stat : 19531 (java) S 19515 19515 17718 0 -1 1077944384 511 0 0 0 1 0 0 0 20 0 20 0 418123465 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651865098992 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19532] ppid=19515 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19517/task/19532/stat : 19532 (java) S 19515 19515 17718 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 20 0 418123465 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651864046448 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19533] ppid=19515 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/19517/task/19533/stat : 19533 (java) S 19515 19515 17718 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 418123465 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651862993392 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19534] ppid=19515 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/19517/task/19534/stat : 19534 (java) R 19515 19515 17718 0 -1 4202560 699 0 0 0 7 0 0 0 20 0 20 0 418123465 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651861940848 139653469388094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19535] ppid=19515 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19535/stat : 19535 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651860888032 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19536] ppid=19515 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19517/task/19536/stat : 19536 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123465 28904845312 10244 33554432000 4194304 4196468 140726271886528 139651859835568 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42432 KiB

[startup+0.311897 s]*
/proc/loadavg: 6.66 6.42 4.31 3/217 19536
/proc/meminfo: memFree=31436064/32770624 swapFree=67004100/67108860
[pid=19515] ppid=19512 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19515/stat : 19515 (xcsp3-exec) S 19512 19515 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418123459 115843072 364 33554432000 4194304 5098028 140724400749152 140724400747256 140381439189628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26218496 140724400751477 140724400751721 140724400751721 140724400754634 0
/proc/19515/statm: 28282 364 305 221 0 87 0
[pid=19517] ppid=19515 vsize=28231644 memory=50360 CPUtime=0.53 cores=0-7
/proc/19517/stat : 19517 (java) S 19515 19515 17718 0 -1 1077944320 10959 0 0 0 48 5 0 0 20 0 20 0 418123459 28909203456 12590 33554432000 4194304 4196468 140726271886528 140726271869072 139653490867959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
/proc/19517/statm: 7057911 12590 3368 1 0 7019032 0
[pid=19517/tid=19518] ppid=19515 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19517/task/19518/stat : 19518 (java) R 19515 19515 17718 0 -1 4202560 7858 0 0 0 27 3 0 0 20 0 20 0 418123459 28909203456 12655 33554432000 4194304 4196468 140726271886528 139653495101728 139653474948446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19519] ppid=19515 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19519/stat : 19519 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12655 33554432000 4194304 4196468 140726271886528 139653443488272 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19520] ppid=19515 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19520/stat : 19520 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12655 33554432000 4194304 4196468 140726271886528 139653442435728 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19521] ppid=19515 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19521/stat : 19521 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12655 33554432000 4194304 4196468 140726271886528 139653441382672 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19522] ppid=19515 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19522/stat : 19522 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12655 33554432000 4194304 4196468 140726271886528 139653440330128 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19523] ppid=19515 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/19517/task/19523/stat : 19523 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12655 33554432000 4194304 4196468 140726271886528 139653439278096 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19524] ppid=19515 vsize=28231644 memory=140496567628719 CPUtime=0 cores=0-7
/proc/19517/task/19524/stat : 19524 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12661 33554432000 4194304 4196468 140726271886528 139653438225552 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19525] ppid=19515 vsize=28231644 memory=140496567631024 CPUtime=0 cores=0-7
/proc/19517/task/19525/stat : 19525 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12661 33554432000 4194304 4196468 140726271886528 139653437172496 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19526] ppid=19515 vsize=28231644 memory=140496567633328 CPUtime=0 cores=0-7
/proc/19517/task/19526/stat : 19526 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28909203456 12661 33554432000 4194304 4196468 140726271886528 139653436119952 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19527] ppid=19515 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19527/stat : 19527 (java) S 19515 19515 17718 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418123462 28909203456 12661 33554432000 4194304 4196468 140726271886528 139652205525232 139653490879106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19528] ppid=19515 vsize=28231644 memory=280993135273616 CPUtime=0 cores=0-7
/proc/19517/task/19528/stat : 19528 (java) S 19515 19515 17718 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418123462 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651868255392 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19529] ppid=19515 vsize=28231644 memory=280993135280528 CPUtime=0 cores=0-7
/proc/19517/task/19529/stat : 19529 (java) S 19515 19515 17718 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418123462 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651867202288 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19530] ppid=19515 vsize=28231644 memory=280993135221808 CPUtime=0 cores=0-7
/proc/19517/task/19530/stat : 19530 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123465 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651866150864 139653490886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19531] ppid=19515 vsize=28231644 memory=280993135294352 CPUtime=0.04 cores=0-7
/proc/19517/task/19531/stat : 19531 (java) S 19515 19515 17718 0 -1 1077944384 611 0 0 0 4 0 0 0 20 0 20 0 418123465 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651865098992 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19532] ppid=19515 vsize=28231644 memory=280993135301264 CPUtime=0.02 cores=0-7
/proc/19517/task/19532/stat : 19532 (java) S 19515 19515 17718 0 -1 1077944384 279 0 0 0 2 0 0 0 20 0 20 0 418123465 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651864046448 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19533] ppid=19515 vsize=28231644 memory=280993135298960 CPUtime=0.02 cores=0-7
/proc/19517/task/19533/stat : 19533 (java) S 19515 19515 17718 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 20 0 418123465 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651862993392 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19534] ppid=19515 vsize=28231644 memory=280993135315120 CPUtime=0.12 cores=0-7
/proc/19517/task/19534/stat : 19534 (java) S 19515 19515 17718 0 -1 1077944384 793 0 0 0 12 0 0 0 20 0 20 0 418123465 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651861940848 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19535] ppid=19515 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19535/stat : 19535 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123465 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651860888032 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19536] ppid=19515 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19517/task/19536/stat : 19536 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418123465 28909203456 12661 33554432000 4194304 4196468 140726271886528 139651859835568 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51816 KiB

[startup+0.701047 s]
/proc/loadavg: 6.66 6.42 4.31 2/217 19536
/proc/meminfo: memFree=31425448/32770624 swapFree=67004100/67108860
[pid=19515] ppid=19512 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19515/stat : 19515 (xcsp3-exec) S 19512 19515 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418123459 115843072 364 33554432000 4194304 5098028 140724400749152 140724400747256 140381439189628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26218496 140724400751477 140724400751721 140724400751721 140724400754634 0
/proc/19515/statm: 28282 364 305 221 0 87 0
[pid=19517] ppid=19515 vsize=28233768 memory=86512 CPUtime=1.68 cores=0-7
/proc/19517/stat : 19517 (java) S 19515 19515 17718 0 -1 1077944320 15980 0 0 0 161 7 0 0 20 0 20 0 418123459 28911378432 21628 33554432000 4194304 4196468 140726271886528 140726271869072 139653490867959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
/proc/19517/statm: 7058442 21628 3455 1 0 7019544 0
[pid=19517/tid=19518] ppid=19515 vsize=28233768 memory=280993135673008 CPUtime=0.67 cores=0-7
/proc/19517/task/19518/stat : 19518 (java) R 19515 19515 17718 0 -1 4202560 9245 0 0 0 63 4 0 0 20 0 20 0 418123459 28911378432 21628 33554432000 4194304 4196468 140726271886528 139653495104560 139653097009557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19519] ppid=19515 vsize=28233768 memory=140496567837552 CPUtime=0 cores=0-7
/proc/19517/task/19519/stat : 19519 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28911378432 21628 33554432000 4194304 4196468 140726271886528 139653443488272 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19520] ppid=19515 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19520/stat : 19520 (java) S 19515 19515 17718 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418123460 28911378432 21628 33554432000 4194304 4196468 140726271886528 139653442435728 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19521] ppid=19515 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/19517/task/19521/stat : 19521 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418123460 28911378432 21628 33554432000 4194304 4196468 140726271886528 139653441382672 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0

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

[pid=19517/tid=19534] ppid=19515 vsize=28768328 memory=1616 CPUtime=1.14 cores=0-7
/proc/19517/task/19534/stat : 19534 (java) S 19515 19515 17718 0 -1 1077944384 11018 0 0 0 112 2 0 0 20 0 28 0 418123465 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651861940848 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19535] ppid=19515 vsize=28768328 memory=1616 CPUtime=0 cores=0-7
/proc/19517/task/19535/stat : 19535 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418123465 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651860888032 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19536] ppid=19515 vsize=28768328 memory=784 CPUtime=0.05 cores=0-7
/proc/19517/task/19536/stat : 19536 (java) S 19515 19515 17718 0 -1 1077944384 1256 0 0 0 0 5 0 0 20 0 28 0 418123465 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651859835568 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19673] ppid=19515 vsize=28768328 memory=8252 CPUtime=153.47 cores=0-7
/proc/19517/task/19673/stat : 19673 (java) R 19515 19515 17718 0 -1 4202560 5189 0 0 0 15343 4 0 0 20 0 28 0 418123615 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651845598568 139653102795107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19674] ppid=19515 vsize=28768328 memory=5928 CPUtime=153.78 cores=0-7
/proc/19517/task/19674/stat : 19674 (java) R 19515 19515 17718 0 -1 4202560 4965 0 0 0 15376 2 0 0 20 0 28 0 418123615 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651846652424 139653096479703 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19675] ppid=19515 vsize=28768328 memory=1056 CPUtime=152.52 cores=0-7
/proc/19517/task/19675/stat : 19675 (java) R 19515 19515 17718 0 -1 4202560 21294 0 0 0 15241 11 0 0 20 0 28 0 418123615 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651850863240 139653104026391 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19676] ppid=19515 vsize=28768328 memory=1540 CPUtime=153.31 cores=0-7
/proc/19517/task/19676/stat : 19676 (java) R 19515 19515 17718 0 -1 4202560 42311 0 0 0 15309 22 0 0 20 0 28 0 418123615 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651849810664 139653475245079 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19677] ppid=19515 vsize=28768328 memory=728 CPUtime=152.93 cores=0-7
/proc/19517/task/19677/stat : 19677 (java) R 19515 19515 17718 0 -1 4202560 11695 0 0 0 15284 9 0 0 20 0 28 0 418123615 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651844546616 139653096479752 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19678] ppid=19515 vsize=28768328 memory=3924 CPUtime=152.98 cores=0-7
/proc/19517/task/19678/stat : 19678 (java) R 19515 19515 17718 0 -1 4202560 14797 0 0 0 15292 6 0 0 20 0 28 0 418123615 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651847704936 139653476936084 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19679] ppid=19515 vsize=28768328 memory=2832 CPUtime=152.84 cores=0-7
/proc/19517/task/19679/stat : 19679 (java) R 19515 19515 17718 0 -1 4202560 53536 0 0 0 15245 39 0 0 20 0 28 0 418123615 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651848759808 139653099560334 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19680] ppid=19515 vsize=28768328 memory=1212 CPUtime=153.2 cores=0-7
/proc/19517/task/19680/stat : 19680 (java) R 19515 19515 17718 0 -1 4202560 9246 0 0 0 15317 3 0 0 20 0 28 0 418123616 29458767872 382412 33554432000 4194304 4196468 140726271886528 139651841396368 139653096478377 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
Current children cumulated CPU time: 1246.81 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1531104 KiB

[startup+158.002 s]*
/proc/loadavg: 8.59 7.35 5.00 9/225 19693
/proc/meminfo: memFree=29954804/32770624 swapFree=67004100/67108860
[pid=19515] ppid=19512 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19515/stat : 19515 (xcsp3-exec) S 19512 19515 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418123459 115843072 364 33554432000 4194304 5098028 140724400749152 140724400747256 140381439189628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26218496 140724400751477 140724400751721 140724400751721 140724400754634 0
/proc/19515/statm: 28282 364 305 221 0 87 0
[pid=19517] ppid=19515 vsize=28768328 memory=1527084 CPUtime=1250.07 cores=0-7
/proc/19517/stat : 19517 (java) S 19515 19515 17718 0 -1 1077944320 279709 0 0 0 124770 237 0 0 20 0 28 0 418123459 29458767872 381771 33554432000 4194304 4196468 140726271886528 140726271869072 139653490867959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
/proc/19517/statm: 7192082 381771 3553 1 0 7153184 0
[pid=19517/tid=19518] ppid=19515 vsize=28768328 memory=6791534058613427641 CPUtime=0.75 cores=0-7
/proc/19517/task/19518/stat : 19518 (java) S 19515 19515 17718 0 -1 1077944384 9527 0 0 0 70 5 0 0 20 0 28 0 418123459 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653495108736 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19519] ppid=19515 vsize=28768328 memory=4872558044660077418 CPUtime=1.01 cores=0-7
/proc/19517/task/19519/stat : 19519 (java) S 19515 19515 17718 0 -1 1077944384 4472 0 0 0 88 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653443488272 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19520] ppid=19515 vsize=28768328 memory=1531188 CPUtime=1.03 cores=0-7
/proc/19517/task/19520/stat : 19520 (java) S 19515 19515 17718 0 -1 1077944384 3854 0 0 0 90 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653442435728 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19521] ppid=19515 vsize=28768328 memory=6791534058613427641 CPUtime=1.05 cores=0-7
/proc/19517/task/19521/stat : 19521 (java) S 19515 19515 17718 0 -1 1077944384 4662 0 0 0 91 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653441382672 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19522] ppid=19515 vsize=28768328 memory=4872558044660077418 CPUtime=1.01 cores=0-7
/proc/19517/task/19522/stat : 19522 (java) S 19515 19515 17718 0 -1 1077944384 3786 0 0 0 87 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653440330128 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19523] ppid=19515 vsize=28768328 memory=1804 CPUtime=1.03 cores=0-7
/proc/19517/task/19523/stat : 19523 (java) S 19515 19515 17718 0 -1 1077944384 4319 0 0 0 89 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653439278096 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19524] ppid=19515 vsize=28768328 memory=920 CPUtime=1.02 cores=0-7
/proc/19517/task/19524/stat : 19524 (java) S 19515 19515 17718 0 -1 1077944384 3508 0 0 0 89 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653438225552 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19525] ppid=19515 vsize=28768328 memory=4156 CPUtime=1.06 cores=0-7
/proc/19517/task/19525/stat : 19525 (java) S 19515 19515 17718 0 -1 1077944384 3522 0 0 0 92 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653437172496 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19526] ppid=19515 vsize=28768328 memory=6791534058613427641 CPUtime=1.03 cores=0-7
/proc/19517/task/19526/stat : 19526 (java) S 19515 19515 17718 0 -1 1077944384 2674 0 0 0 90 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653436119952 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19527] ppid=19515 vsize=28768328 memory=1412 CPUtime=0.27 cores=0-7
/proc/19517/task/19527/stat : 19527 (java) S 19515 19515 17718 0 -1 1077944384 14412 0 0 0 21 6 0 0 20 0 28 0 418123462 29458767872 381771 33554432000 4194304 4196468 140726271886528 139652205525232 139653490879106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19528] ppid=19515 vsize=28768328 memory=3588 CPUtime=0 cores=0-7
/proc/19517/task/19528/stat : 19528 (java) S 19515 19515 17718 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 418123462 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651868255456 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19529] ppid=19515 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/19517/task/19529/stat : 19529 (java) S 19515 19515 17718 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418123462 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651867202304 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19530] ppid=19515 vsize=28768328 memory=1533240 CPUtime=0 cores=0-7
/proc/19517/task/19530/stat : 19530 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651866150864 139653490886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19531] ppid=19515 vsize=28768328 memory=6656426216303648864 CPUtime=2.59 cores=0-7
/proc/19517/task/19531/stat : 19531 (java) S 19515 19515 17718 0 -1 1077944384 15192 0 0 0 255 4 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651865098992 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19532] ppid=19515 vsize=28768328 memory=6791534058613427641 CPUtime=2.31 cores=0-7
/proc/19517/task/19532/stat : 19532 (java) S 19515 19515 17718 0 -1 1077944384 13774 0 0 0 229 2 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651864046448 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19533] ppid=19515 vsize=28768328 memory=288230583166042426 CPUtime=2.59 cores=0-7
/proc/19517/task/19533/stat : 19533 (java) S 19515 19515 17718 0 -1 1077944384 14981 0 0 0 256 3 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651862993392 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19534] ppid=19515 vsize=28768328 memory=14694080391154107 CPUtime=1.14 cores=0-7
/proc/19517/task/19534/stat : 19534 (java) S 19515 19515 17718 0 -1 1077944384 11018 0 0 0 112 2 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651861940848 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19535] ppid=19515 vsize=28768328 memory=1036 CPUtime=0 cores=0-7
/proc/19517/task/19535/stat : 19535 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651860888032 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19536] ppid=19515 vsize=28768328 memory=14008 CPUtime=0.05 cores=0-7
/proc/19517/task/19536/stat : 19536 (java) S 19515 19515 17718 0 -1 1077944384 1256 0 0 0 0 5 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651859835568 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19673] ppid=19515 vsize=28768328 memory=12024 CPUtime=153.87 cores=0-7
/proc/19517/task/19673/stat : 19673 (java) R 19515 19515 17718 0 -1 4202560 5270 0 0 0 15383 4 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651845598352 139653094150128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19674] ppid=19515 vsize=28768328 memory=2116 CPUtime=154.19 cores=0-7
/proc/19517/task/19674/stat : 19674 (java) R 19515 19515 17718 0 -1 4202560 5005 0 0 0 15417 2 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651846652424 139653099109215 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19675] ppid=19515 vsize=28768328 memory=21528 CPUtime=152.92 cores=0-7
/proc/19517/task/19675/stat : 19675 (java) R 19515 19515 17718 0 -1 4202560 21402 0 0 0 15281 11 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651850862944 139653103405830 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19676] ppid=19515 vsize=28768328 memory=496 CPUtime=153.72 cores=0-7
/proc/19517/task/19676/stat : 19676 (java) R 19515 19515 17718 0 -1 4202560 42657 0 0 0 15349 23 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651849810992 139653101011053 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19677] ppid=19515 vsize=28768328 memory=1564 CPUtime=153.34 cores=0-7
/proc/19517/task/19677/stat : 19677 (java) R 19515 19515 17718 0 -1 4202560 11697 0 0 0 15325 9 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651844546616 139653098660944 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19678] ppid=19515 vsize=28768328 memory=1456 CPUtime=153.38 cores=0-7
/proc/19517/task/19678/stat : 19678 (java) R 19515 19515 17718 0 -1 4202560 14807 0 0 0 15332 6 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651847705552 139653101891179 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19679] ppid=19515 vsize=28768328 memory=6791534058613427641 CPUtime=153.25 cores=0-7
/proc/19517/task/19679/stat : 19679 (java) R 19515 19515 17718 0 -1 4202560 54551 0 0 0 15286 39 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651848760080 139653099106483 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19680] ppid=19515 vsize=28768328 memory=792 CPUtime=153.59 cores=0-7
/proc/19517/task/19680/stat : 19680 (java) R 19515 19515 17718 0 -1 4202560 9336 0 0 0 15356 3 0 0 20 0 28 0 418123616 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651841397512 139653099740032 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
Current children cumulated CPU time: 1250.07 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1528540 KiB

[startup+158.112 s]
/proc/loadavg: 8.59 7.35 5.00 9/225 19693
/proc/meminfo: memFree=29954804/32770624 swapFree=67004100/67108860
[pid=19515] ppid=19512 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19515/stat : 19515 (xcsp3-exec) S 19512 19515 17718 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418123459 115843072 364 33554432000 4194304 5098028 140724400749152 140724400747256 140381439189628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26218496 140724400751477 140724400751721 140724400751721 140724400754634 0
/proc/19515/statm: 28282 364 305 221 0 87 0
[pid=19517] ppid=19515 vsize=28768328 memory=1527084 CPUtime=1250.87 cores=0-7
/proc/19517/stat : 19517 (java) S 19515 19515 17718 0 -1 1077944320 279727 0 0 0 124850 237 0 0 20 0 28 0 418123459 29458767872 381771 33554432000 4194304 4196468 140726271886528 140726271869072 139653490867959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
/proc/19517/statm: 7192082 381771 3553 1 0 7153184 0
[pid=19517/tid=19518] ppid=19515 vsize=28768328 memory=1294324 CPUtime=0.75 cores=0-7
/proc/19517/task/19518/stat : 19518 (java) S 19515 19515 17718 0 -1 1077944384 9527 0 0 0 70 5 0 0 20 0 28 0 418123459 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653495108736 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19519] ppid=19515 vsize=28768328 memory=1144252 CPUtime=1.01 cores=0-7
/proc/19517/task/19519/stat : 19519 (java) S 19515 19515 17718 0 -1 1077944384 4472 0 0 0 88 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653443488272 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19520] ppid=19515 vsize=28768328 memory=1527084 CPUtime=1.03 cores=0-7
/proc/19517/task/19520/stat : 19520 (java) S 19515 19515 17718 0 -1 1077944384 3854 0 0 0 90 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653442435728 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19521] ppid=19515 vsize=28768328 memory=1456 CPUtime=1.05 cores=0-7
/proc/19517/task/19521/stat : 19521 (java) S 19515 19515 17718 0 -1 1077944384 4662 0 0 0 91 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653441382672 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19522] ppid=19515 vsize=28768328 memory=4872558044660077418 CPUtime=1.01 cores=0-7
/proc/19517/task/19522/stat : 19522 (java) S 19515 19515 17718 0 -1 1077944384 3786 0 0 0 87 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653440330128 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19523] ppid=19515 vsize=28768328 memory=1037680 CPUtime=1.03 cores=0-7
/proc/19517/task/19523/stat : 19523 (java) S 19515 19515 17718 0 -1 1077944384 4319 0 0 0 89 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653439278096 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19524] ppid=19515 vsize=28768328 memory=3280 CPUtime=1.02 cores=0-7
/proc/19517/task/19524/stat : 19524 (java) S 19515 19515 17718 0 -1 1077944384 3508 0 0 0 89 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653438225552 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19525] ppid=19515 vsize=28768328 memory=40272 CPUtime=1.06 cores=0-7
/proc/19517/task/19525/stat : 19525 (java) S 19515 19515 17718 0 -1 1077944384 3522 0 0 0 92 14 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653437172496 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19526] ppid=19515 vsize=28768328 memory=1531188 CPUtime=1.03 cores=0-7
/proc/19517/task/19526/stat : 19526 (java) S 19515 19515 17718 0 -1 1077944384 2674 0 0 0 90 13 0 0 20 0 28 0 418123460 29458767872 381771 33554432000 4194304 4196468 140726271886528 139653436119952 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19527] ppid=19515 vsize=28768328 memory=3280 CPUtime=0.27 cores=0-7
/proc/19517/task/19527/stat : 19527 (java) S 19515 19515 17718 0 -1 1077944384 14412 0 0 0 21 6 0 0 20 0 28 0 418123462 29458767872 381771 33554432000 4194304 4196468 140726271886528 139652205525232 139653490879106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19528] ppid=19515 vsize=28768328 memory=1144568 CPUtime=0 cores=0-7
/proc/19517/task/19528/stat : 19528 (java) S 19515 19515 17718 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 418123462 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651868255456 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19529] ppid=19515 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19517/task/19529/stat : 19529 (java) S 19515 19515 17718 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 418123462 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651867202304 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19530] ppid=19515 vsize=28768328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/19517/task/19530/stat : 19530 (java) S 19515 19515 17718 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651866150864 139653490886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19531] ppid=19515 vsize=28768328 memory=4156 CPUtime=2.59 cores=0-7
/proc/19517/task/19531/stat : 19531 (java) S 19515 19515 17718 0 -1 1077944384 15192 0 0 0 255 4 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651865098992 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19532] ppid=19515 vsize=28768328 memory=280993136546240 CPUtime=2.31 cores=0-7
/proc/19517/task/19532/stat : 19532 (java) S 19515 19515 17718 0 -1 1077944384 13774 0 0 0 229 2 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651864046448 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19533] ppid=19515 vsize=28768328 memory=6298404404172248422 CPUtime=2.59 cores=0-7
/proc/19517/task/19533/stat : 19533 (java) S 19515 19515 17718 0 -1 1077944384 14981 0 0 0 256 3 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651862993392 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19534] ppid=19515 vsize=28768328 memory=132 CPUtime=1.14 cores=0-7
/proc/19517/task/19534/stat : 19534 (java) S 19515 19515 17718 0 -1 1077944384 11018 0 0 0 112 2 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651861940848 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19535] ppid=19515 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/19517/task/19535/stat : 19535 (java) S 19515 19515 17718 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651860888032 139653490878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19536] ppid=19515 vsize=28768328 memory=3280 CPUtime=0.05 cores=0-7
/proc/19517/task/19536/stat : 19536 (java) S 19515 19515 17718 0 -1 1077944384 1256 0 0 0 0 5 0 0 20 0 28 0 418123465 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651859835568 139653490879106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19673] ppid=19515 vsize=28768328 memory=40272 CPUtime=153.97 cores=0-7
/proc/19517/task/19673/stat : 19673 (java) R 19515 19515 17718 0 -1 4202560 5282 0 0 0 15393 4 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651845598488 139653100358153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19674] ppid=19515 vsize=28768328 memory=101 CPUtime=154.29 cores=0-7
/proc/19517/task/19674/stat : 19674 (java) R 19515 19515 17718 0 -1 4202560 5011 0 0 0 15427 2 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651846652424 139653100357122 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19675] ppid=19515 vsize=28768328 memory=1531188 CPUtime=153.02 cores=0-7
/proc/19517/task/19675/stat : 19675 (java) R 19515 19515 17718 0 -1 4202560 21406 0 0 0 15291 11 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651850862832 139653099651345 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19676] ppid=19515 vsize=28768328 memory=1456 CPUtime=153.82 cores=0-7
/proc/19517/task/19676/stat : 19676 (java) R 19515 19515 17718 0 -1 4202560 42659 0 0 0 15359 23 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651849811128 139653094150024 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19677] ppid=19515 vsize=28768328 memory=1531188 CPUtime=153.44 cores=0-7
/proc/19517/task/19677/stat : 19677 (java) R 19515 19515 17718 0 -1 4202560 11697 0 0 0 15335 9 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651844546616 139653096479531 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19678] ppid=19515 vsize=28768328 memory=1531188 CPUtime=153.48 cores=0-7
/proc/19517/task/19678/stat : 19678 (java) R 19515 19515 17718 0 -1 4202560 14807 0 0 0 15342 6 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651847705688 139653099932451 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19679] ppid=19515 vsize=28768328 memory=1456 CPUtime=153.34 cores=0-7
/proc/19517/task/19679/stat : 19679 (java) R 19515 19515 17718 0 -1 4202560 54551 0 0 0 15295 39 0 0 20 0 28 0 418123615 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651848759968 139653100805383 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
[pid=19517/tid=19680] ppid=19515 vsize=28768328 memory=1531188 CPUtime=153.69 cores=0-7
/proc/19517/task/19680/stat : 19680 (java) R 19515 19515 17718 0 -1 4202560 9336 0 0 0 15366 3 0 0 20 0 28 0 418123616 29458767872 381771 33554432000 4194304 4196468 140726271886528 139651841397512 139653100805240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31449088 140726271890410 140726271890582 140726271890582 140726271893455 0
Current children cumulated CPU time: 1250.87 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1528540 KiB

Child status: 0
Real time (s): 158.179
CPU time (s): 1251.17
CPU user time (s): 1248.78
CPU system time (s): 2.39747
CPU usage (%): 790.986
Max. virtual memory (cumulated for all children) (KiB): 28883872
Max. memory (cumulated for all children) (KiB): 1537736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1248.78
system time used= 2.39747
maximum resident set size= 1536796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282087
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22934
involuntary context switches= 16921


# summary of solver processes directly reported to runsolver:
#   pid: 19515
#   total CPU time (s): 1251.17
#   total CPU user time (s): 1248.78
#   total CPU system time (s): 2.39747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39643 second user time and 1.95982 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-14 01:53:19
IDJOB=4393922
IDBENCH=115954
IDSOLVER=2841
FILE ID=node133/4393922-1568418838
RUNJOBID= node133-1568416728-17745
PBS_JOBID= 21702258
Free space on /tmp= 59416 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-11.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-4393922-1568418838/watcher-4393922-1568418838 -o /tmp/evaluation-result-4393922-1568418838/solver-4393922-1568418838 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568416728-17745 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1450637892 HOME/instance-4393922-1568418838.xml

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

MD5SUM BENCH= 5296a674fcd135b0317e95ffe6d81fd1
RANDOM SEED=1450637892

node133.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.18
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.18
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.18
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.18
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:        31472448 kB
MemAvailable:   31896672 kB
Buffers:          193708 kB
Cached:           511712 kB
SwapCached:         3372 kB
Active:           401020 kB
Inactive:         308568 kB
Active(anon):      28108 kB
Inactive(anon):    16024 kB
Active(file):     372912 kB
Inactive(file):   292544 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004100 kB
Dirty:             26152 kB
Writeback:             0 kB
AnonPages:        112468 kB
Mapped:            43984 kB
Shmem:             31476 kB
Slab:             178232 kB
SReclaimable:     149204 kB
SUnreclaim:        29028 kB
KernelStack:        3536 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59392 MiB
End job on node133 at 2019-09-14 01:55:57