Trace number 4393924

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 parallelOPT40 1395.05 206.663

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-14.xml
MD5SUMff3476fab8d1f67b2009ab5045109208
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark28.788
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":36}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":70}]
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-4393924-1568418957.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393924-1568418957.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.73/0.74	c solve instance...
1.73/0.80	o 0 
1.73/0.80	o 0 
2.24/0.81	o 4 
2.24/0.82	o 6 
2.24/0.84	o 8 
2.24/0.86	o 10 
2.24/0.87	o 10 
2.24/0.87	o 12 
2.24/0.89	o 14 
2.24/0.90	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (56/58)
2.79/0.90		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.79/0.90		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.79/0.90		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.79/0.90		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.79/0.90		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.79/0.90	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (56/58)
2.79/0.90		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.79/0.90		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.79/0.90		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.79/0.90		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.79/0.90		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.79/0.90		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.79/0.90		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.79/0.90		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.79/0.90		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.79/0.90		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.79/0.90		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.79/0.90		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.79/0.90		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.79/0.90		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.79/0.90		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.79/0.90		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.79/0.90	o 16 
2.79/0.91	o 17 
2.79/0.93	o 18 
2.79/0.96	o 22 
2.79/0.97	o 26 
3.55/1.01	o 27 
3.55/1.01	o 29 
3.55/1.07	o 32 
4.30/1.17	o 33 
5.00/1.20	o 34 
5.00/1.24	o 36 
5.00/1.29	o 37 
25.70/4.21	o 38 
46.35/6.84	o 40 
1394.94/206.63	s OPTIMUM FOUND
1394.94/206.63	v <instantiation>
1394.94/206.63	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[0][11] x[0][12] x[0][13] 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[1][11] x[1][12] x[1][13] 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[2][11] x[2][12] x[2][13] 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[3][11] x[3][12] x[3][13] 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[4][11] x[4][12] x[4][13] 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[0][11] s[0][12] s[0][13] 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[1][11] s[1][12] s[1][13] 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[2][11] s[2][12] s[2][13] 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[3][11] s[3][12] s[3][13] 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[4][11] s[4][12] s[4][13] </list>
1394.94/206.63	v 	<values>1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3 </values>
1394.94/206.63	v </instantiation>

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393924-1568418957/watcher-4393924-1568418957 -o /tmp/evaluation-result-4393924-1568418957/solver-4393924-1568418957 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568417505-21287 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1426680241 HOME/instance-4393924-1568418957.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
solver pid=21535, runsolver pid=21532
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100147 s]*
/proc/loadavg: 7.53 7.72 6.31 3/211 21556
/proc/meminfo: memFree=23119052/32770624 swapFree=66939840/67108860
[pid=21535] ppid=21532 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21535/stat : 21535 (xcsp3-exec) S 21532 21535 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417810633 115843072 364 33554432000 4194304 5098028 140720437003360 140720437001464 140525279842940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17268736 140720437007221 140720437007465 140720437007465 140720437010378 0
/proc/21535/statm: 28282 364 305 221 0 87 0
[pid=21537] ppid=21535 vsize=28227388 memory=28892 CPUtime=0.12 cores=0-7
/proc/21537/stat : 21537 (java) S 21535 21535 21260 0 -1 1077944320 5704 0 0 0 11 1 0 0 20 0 20 0 417810633 28904845312 7223 33554432000 4194304 4196468 140727641315280 140727641297824 139949188046583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
/proc/21537/statm: 7056847 7223 3116 1 0 7019032 0
[pid=21537/tid=21538] ppid=21535 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/21537/task/21538/stat : 21538 (java) R 21535 21535 21260 0 -1 4202560 3609 0 0 0 8 1 0 0 20 0 20 0 417810634 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949192279856 139949188058518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21539] ppid=21535 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21537/task/21539/stat : 21539 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949107899408 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21540] ppid=21535 vsize=28227388 memory=140061459457664 CPUtime=0 cores=0-7
/proc/21537/task/21540/stat : 21540 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949106846864 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21541] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21541/stat : 21541 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949105793808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21542] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21542/stat : 21542 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949104741264 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21543] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21543/stat : 21543 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949103688208 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21544] ppid=21535 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21537/task/21544/stat : 21544 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949102635664 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21545] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21545/stat : 21545 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949101582608 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21546] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21546/stat : 21546 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 7223 33554432000 4194304 4196468 140727641315280 139949100530064 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21547] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21547/stat : 21547 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810636 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948303960816 139949188057730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21548] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21548/stat : 21548 (java) S 21535 21535 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417810637 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948302907040 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21549] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21549/stat : 21549 (java) S 21535 21535 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417810637 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948301853936 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21550] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21550/stat : 21550 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810639 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948300802512 139949188065179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21551] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21551/stat : 21551 (java) S 21535 21535 21260 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 20 0 417810639 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948299749616 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21552] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21552/stat : 21552 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810639 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948298697072 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21553] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21553/stat : 21553 (java) S 21535 21535 21260 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 417810639 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948297644016 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21554] ppid=21535 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21537/task/21554/stat : 21554 (java) S 21535 21535 21260 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 20 0 417810639 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948296591472 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21555] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21555/stat : 21555 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417810640 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948295539680 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21556] ppid=21535 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21537/task/21556/stat : 21556 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810640 28904845312 7223 33554432000 4194304 4196468 140727641315280 139948294487216 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30348 KiB

[startup+0.210404 s]*
/proc/loadavg: 7.53 7.72 6.31 3/211 21556
/proc/meminfo: memFree=23107664/32770624 swapFree=66939840/67108860
[pid=21535] ppid=21532 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21535/stat : 21535 (xcsp3-exec) S 21532 21535 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417810633 115843072 364 33554432000 4194304 5098028 140720437003360 140720437001464 140525279842940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17268736 140720437007221 140720437007465 140720437007465 140720437010378 0
/proc/21535/statm: 28282 364 305 221 0 87 0
[pid=21537] ppid=21535 vsize=28227388 memory=40320 CPUtime=0.34 cores=0-7
/proc/21537/stat : 21537 (java) S 21535 21535 21260 0 -1 1077944320 9349 0 0 0 31 3 0 0 20 0 20 0 417810633 28904845312 10080 33554432000 4194304 4196468 140727641315280 140727641297824 139949188046583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
/proc/21537/statm: 7056847 10080 3286 1 0 7019032 0
[pid=21537/tid=21538] ppid=21535 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21537/task/21538/stat : 21538 (java) R 21535 21535 21260 0 -1 4202560 6589 0 0 0 17 2 0 0 20 0 20 0 417810634 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949192284608 139948774731522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21539] ppid=21535 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/21537/task/21539/stat : 21539 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949107899408 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21540] ppid=21535 vsize=28227388 memory=140061462551349 CPUtime=0 cores=0-7
/proc/21537/task/21540/stat : 21540 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949106846864 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21541] ppid=21535 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21537/task/21541/stat : 21541 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949105793808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21542] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21542/stat : 21542 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949104741264 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21543] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21543/stat : 21543 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949103688208 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21544] ppid=21535 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21537/task/21544/stat : 21544 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949102635664 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21545] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21545/stat : 21545 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949101582608 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21546] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21546/stat : 21546 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417810635 28904845312 10080 33554432000 4194304 4196468 140727641315280 139949100530064 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21547] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21547/stat : 21547 (java) S 21535 21535 21260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417810636 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948303960816 139949188057730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21548] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21548/stat : 21548 (java) S 21535 21535 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417810637 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948302907040 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21549] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21549/stat : 21549 (java) S 21535 21535 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417810637 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948301853936 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21550] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21550/stat : 21550 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810639 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948300802512 139949188065179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21551] ppid=21535 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21537/task/21551/stat : 21551 (java) R 21535 21535 21260 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 417810639 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948299749616 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21552] ppid=21535 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21537/task/21552/stat : 21552 (java) S 21535 21535 21260 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 417810639 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948298697072 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21553] ppid=21535 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/21537/task/21553/stat : 21553 (java) S 21535 21535 21260 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 20 0 417810639 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948297644016 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21554] ppid=21535 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/21537/task/21554/stat : 21554 (java) R 21535 21535 21260 0 -1 4202560 788 0 0 0 8 0 0 0 20 0 20 0 417810639 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948296591472 139949173122253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21555] ppid=21535 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21555/stat : 21555 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417810640 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948295539680 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21556] ppid=21535 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21537/task/21556/stat : 21556 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810640 28904845312 10080 33554432000 4194304 4196468 140727641315280 139948294487216 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41776 KiB

[startup+0.310388 s]*
/proc/loadavg: 7.53 7.72 6.31 3/211 21556
/proc/meminfo: memFree=23100020/32770624 swapFree=66939840/67108860
[pid=21535] ppid=21532 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21535/stat : 21535 (xcsp3-exec) S 21532 21535 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417810633 115843072 364 33554432000 4194304 5098028 140720437003360 140720437001464 140525279842940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17268736 140720437007221 140720437007465 140720437007465 140720437010378 0
/proc/21535/statm: 28282 364 305 221 0 87 0
[pid=21537] ppid=21535 vsize=28231644 memory=49848 CPUtime=0.52 cores=0-7
/proc/21537/stat : 21537 (java) S 21535 21535 21260 0 -1 1077944320 10835 0 0 0 48 4 0 0 20 0 20 0 417810633 28909203456 12462 33554432000 4194304 4196468 140727641315280 140727641297824 139949188046583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
/proc/21537/statm: 7057911 12462 3345 1 0 7019032 0
[pid=21537/tid=21538] ppid=21535 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/21537/task/21538/stat : 21538 (java) R 21535 21535 21260 0 -1 4202560 7738 0 0 0 26 3 0 0 20 0 20 0 417810634 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949192277696 139949188068509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21539] ppid=21535 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21539/stat : 21539 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949107899408 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21540] ppid=21535 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21540/stat : 21540 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949106846864 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21541] ppid=21535 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21541/stat : 21541 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949105793808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21542] ppid=21535 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21542/stat : 21542 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949104741264 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21543] ppid=21535 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21543/stat : 21543 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949103688208 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21544] ppid=21535 vsize=28231644 memory=140061299534511 CPUtime=0 cores=0-7
/proc/21537/task/21544/stat : 21544 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949102635664 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21545] ppid=21535 vsize=28231644 memory=140061299536816 CPUtime=0 cores=0-7
/proc/21537/task/21545/stat : 21545 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949101582608 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21546] ppid=21535 vsize=28231644 memory=140061299539120 CPUtime=0 cores=0-7
/proc/21537/task/21546/stat : 21546 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417810635 28909203456 12462 33554432000 4194304 4196468 140727641315280 139949100530064 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21547] ppid=21535 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21547/stat : 21547 (java) S 21535 21535 21260 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417810636 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948303960816 139949188057730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21548] ppid=21535 vsize=28231644 memory=280122599092112 CPUtime=0 cores=0-7
/proc/21537/task/21548/stat : 21548 (java) S 21535 21535 21260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417810637 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948302907040 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21549] ppid=21535 vsize=28231644 memory=280122599089808 CPUtime=0 cores=0-7
/proc/21537/task/21549/stat : 21549 (java) S 21535 21535 21260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417810637 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948301853936 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21550] ppid=21535 vsize=28231644 memory=280122599096720 CPUtime=0 cores=0-7
/proc/21537/task/21550/stat : 21550 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810639 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948300802512 139949188065179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21551] ppid=21535 vsize=28231644 memory=280122599038000 CPUtime=0.02 cores=0-7
/proc/21537/task/21551/stat : 21551 (java) S 21535 21535 21260 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 20 0 417810639 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948299749616 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21552] ppid=21535 vsize=28231644 memory=280122599110544 CPUtime=0.04 cores=0-7
/proc/21537/task/21552/stat : 21552 (java) R 21535 21535 21260 0 -1 4202560 221 0 0 0 4 0 0 0 20 0 20 0 417810639 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948298687456 139949169569060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21553] ppid=21535 vsize=28231644 memory=280122599117456 CPUtime=0.02 cores=0-7
/proc/21537/task/21553/stat : 21553 (java) S 21535 21535 21260 0 -1 1077944384 252 0 0 0 2 0 0 0 20 0 20 0 417810639 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948297644016 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21554] ppid=21535 vsize=28231644 memory=280122599115152 CPUtime=0.12 cores=0-7
/proc/21537/task/21554/stat : 21554 (java) S 21535 21535 21260 0 -1 1077944384 951 0 0 0 12 0 0 0 20 0 20 0 417810639 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948296591472 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21555] ppid=21535 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21555/stat : 21555 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417810640 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948295539680 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21556] ppid=21535 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/21537/task/21556/stat : 21556 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810640 28909203456 12462 33554432000 4194304 4196468 140727641315280 139948294487216 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51304 KiB

[startup+0.700975 s]
/proc/loadavg: 7.53 7.72 6.31 3/211 21556
/proc/meminfo: memFree=23088708/32770624 swapFree=66939840/67108860
[pid=21535] ppid=21532 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21535/stat : 21535 (xcsp3-exec) S 21532 21535 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417810633 115843072 364 33554432000 4194304 5098028 140720437003360 140720437001464 140525279842940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17268736 140720437007221 140720437007465 140720437007465 140720437010378 0
/proc/21535/statm: 28282 364 305 221 0 87 0
[pid=21537] ppid=21535 vsize=28233768 memory=92524 CPUtime=1.73 cores=0-7
/proc/21537/stat : 21537 (java) S 21535 21535 21260 0 -1 1077944320 16908 0 0 0 167 6 0 0 20 0 20 0 417810633 28911378432 23131 33554432000 4194304 4196468 140727641315280 140727641297824 139949188046583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
/proc/21537/statm: 7058442 23131 3455 1 0 7019544 0
[pid=21537/tid=21538] ppid=21535 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/21537/task/21538/stat : 21538 (java) R 21535 21535 21260 0 -1 4202560 9212 0 0 0 63 4 0 0 20 0 20 0 417810634 28911378432 23131 33554432000 4194304 4196468 140727641315280 139949192284128 139948774730880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21539] ppid=21535 vsize=28233768 memory=140061299745648 CPUtime=0 cores=0-7
/proc/21537/task/21539/stat : 21539 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28911378432 23131 33554432000 4194304 4196468 140727641315280 139949107899408 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21540] ppid=21535 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21537/task/21540/stat : 21540 (java) S 21535 21535 21260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417810635 28911378432 23131 33554432000 4194304 4196468 140727641315280 139949106846864 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21541] ppid=21535 vsize=28233768 memory=1256 CPUtime=0 cores=0-7
/proc/21537/task/21541/stat : 21541 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417810635 28911378432 23131 33554432000 4194304 4196468 140727641315280 139949105793808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0

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

[pid=21537/tid=21554] ppid=21535 vsize=28769356 memory=2832 CPUtime=1.14 cores=0-7
/proc/21537/task/21554/stat : 21554 (java) S 21535 21535 21260 0 -1 1077944384 16249 0 0 0 111 3 0 0 20 0 28 0 417810639 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948296591472 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21555] ppid=21535 vsize=28769356 memory=668 CPUtime=0 cores=0-7
/proc/21537/task/21555/stat : 21555 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417810640 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948295539680 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21556] ppid=21535 vsize=28769356 memory=520 CPUtime=0.08 cores=0-7
/proc/21537/task/21556/stat : 21556 (java) S 21535 21535 21260 0 -1 1077944384 2208 0 0 0 2 6 0 0 20 0 28 0 417810640 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948294487216 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21744] ppid=21535 vsize=28769356 memory=1560 CPUtime=163.25 cores=0-7
/proc/21537/task/21744/stat : 21744 (java) S 21535 21535 21260 0 -1 1077944384 7209 0 0 0 16318 7 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948216708896 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21745] ppid=21535 vsize=28769356 memory=924 CPUtime=163.07 cores=0-7
/proc/21537/task/21745/stat : 21745 (java) S 21535 21535 21260 0 -1 1077944384 5686 0 0 0 16302 5 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948215657808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21746] ppid=21535 vsize=28769356 memory=3688 CPUtime=196.47 cores=0-7
/proc/21537/task/21746/stat : 21746 (java) R 21535 21535 21260 0 -1 4202560 22011 0 0 0 19635 12 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948210391208 139948787084816 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21747] ppid=21535 vsize=28769356 memory=1984 CPUtime=162.21 cores=0-7
/proc/21537/task/21747/stat : 21747 (java) S 21535 21535 21260 0 -1 1077944384 24824 0 0 0 16209 12 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948212499536 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21748] ppid=21535 vsize=28769356 memory=1440 CPUtime=162.69 cores=0-7
/proc/21537/task/21748/stat : 21748 (java) S 21535 21535 21260 0 -1 1077944384 11955 0 0 0 16259 10 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948211446480 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21749] ppid=21535 vsize=28769356 memory=2308 CPUtime=162.44 cores=0-7
/proc/21537/task/21749/stat : 21749 (java) S 21535 21535 21260 0 -1 1077944384 11581 0 0 0 16239 5 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948289807184 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21750] ppid=21535 vsize=28769356 memory=4516 CPUtime=163.3 cores=0-7
/proc/21537/task/21750/stat : 21750 (java) S 21535 21535 21260 0 -1 1077944384 14438 0 0 0 16323 7 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948207244752 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21751] ppid=21535 vsize=28769356 memory=6724 CPUtime=162.63 cores=0-7
/proc/21537/task/21751/stat : 21751 (java) S 21535 21535 21260 0 -1 1077944384 40546 0 0 0 16230 33 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948214605392 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
Current children cumulated CPU time: 1393.91 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1651700 KiB

[startup+206.401 s]
/proc/loadavg: 4.95 7.19 6.44 2/219 21763
/proc/meminfo: memFree=21496708/32770624 swapFree=66939840/67108860
[pid=21535] ppid=21532 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21535/stat : 21535 (xcsp3-exec) S 21532 21535 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417810633 115843072 364 33554432000 4194304 5098028 140720437003360 140720437001464 140525279842940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17268736 140720437007221 140720437007465 140720437007465 140720437010378 0
/proc/21535/statm: 28282 364 305 221 0 87 0
[pid=21537] ppid=21535 vsize=28769356 memory=1650244 CPUtime=1394.71 cores=0-7
/proc/21537/stat : 21537 (java) S 21535 21535 21260 0 -1 1077944320 278022 0 0 0 139196 275 0 0 20 0 28 0 417810633 29459820544 412561 33554432000 4194304 4196468 140727641315280 140727641297824 139949188046583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
/proc/21537/statm: 7192339 412561 3554 1 0 7153441 0
[pid=21537/tid=21538] ppid=21535 vsize=28769356 memory=21817 CPUtime=0.76 cores=0-7
/proc/21537/task/21538/stat : 21538 (java) S 21535 21535 21260 0 -1 1077944384 9468 0 0 0 72 4 0 0 20 0 28 0 417810634 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949192287360 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21539] ppid=21535 vsize=28769356 memory=1456 CPUtime=1.24 cores=0-7
/proc/21537/task/21539/stat : 21539 (java) S 21535 21535 21260 0 -1 1077944384 5244 0 0 0 107 17 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949107899408 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21540] ppid=21535 vsize=28769356 memory=1456 CPUtime=1.23 cores=0-7
/proc/21537/task/21540/stat : 21540 (java) S 21535 21535 21260 0 -1 1077944384 4679 0 0 0 104 19 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949106846864 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21541] ppid=21535 vsize=28769356 memory=1650244 CPUtime=1.17 cores=0-7
/proc/21537/task/21541/stat : 21541 (java) S 21535 21535 21260 0 -1 1077944384 4261 0 0 0 100 17 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949105793808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21542] ppid=21535 vsize=28769356 memory=1174256 CPUtime=1.22 cores=0-7
/proc/21537/task/21542/stat : 21542 (java) S 21535 21535 21260 0 -1 1077944384 3470 0 0 0 105 17 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949104741264 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21543] ppid=21535 vsize=28769356 memory=6791534058613427641 CPUtime=1.24 cores=0-7
/proc/21537/task/21543/stat : 21543 (java) S 21535 21535 21260 0 -1 1077944384 4978 0 0 0 106 18 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949103688208 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21544] ppid=21535 vsize=28769356 memory=2580 CPUtime=1.2 cores=0-7
/proc/21537/task/21544/stat : 21544 (java) S 21535 21535 21260 0 -1 1077944384 5074 0 0 0 103 17 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949102635664 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21545] ppid=21535 vsize=28769356 memory=1760 CPUtime=1.22 cores=0-7
/proc/21537/task/21545/stat : 21545 (java) S 21535 21535 21260 0 -1 1077944384 4202 0 0 0 103 19 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949101582608 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21546] ppid=21535 vsize=28769356 memory=111636 CPUtime=1.2 cores=0-7
/proc/21537/task/21546/stat : 21546 (java) S 21535 21535 21260 0 -1 1077944384 3727 0 0 0 102 18 0 0 20 0 28 0 417810635 29459820544 412561 33554432000 4194304 4196468 140727641315280 139949100530064 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21547] ppid=21535 vsize=28769356 memory=808 CPUtime=0.33 cores=0-7
/proc/21537/task/21547/stat : 21547 (java) S 21535 21535 21260 0 -1 1077944384 20149 0 0 0 25 8 0 0 20 0 28 0 417810636 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948303960816 139949188057730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21548] ppid=21535 vsize=28769356 memory=4108 CPUtime=0 cores=0-7
/proc/21537/task/21548/stat : 21548 (java) S 21535 21535 21260 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 417810637 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948302907104 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21549] ppid=21535 vsize=28769356 memory=280122599257856 CPUtime=0 cores=0-7
/proc/21537/task/21549/stat : 21549 (java) S 21535 21535 21260 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 417810637 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948301853952 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21550] ppid=21535 vsize=28769356 memory=-3040564339105353098 CPUtime=0 cores=0-7
/proc/21537/task/21550/stat : 21550 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417810639 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948300802512 139949188065179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21551] ppid=21535 vsize=28769356 memory=-3258418265892434876 CPUtime=2.71 cores=0-7
/proc/21537/task/21551/stat : 21551 (java) S 21535 21535 21260 0 -1 1077944384 12689 0 0 0 269 2 0 0 20 0 28 0 417810639 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948299749616 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21552] ppid=21535 vsize=28769356 memory=-4190076264842474805 CPUtime=2.72 cores=0-7
/proc/21537/task/21552/stat : 21552 (java) S 21535 21535 21260 0 -1 1077944384 16670 0 0 0 268 4 0 0 20 0 28 0 417810639 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948298697072 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21553] ppid=21535 vsize=28769356 memory=8027780050992980564 CPUtime=3.12 cores=0-7
/proc/21537/task/21553/stat : 21553 (java) S 21535 21535 21260 0 -1 1077944384 19826 0 0 0 308 4 0 0 20 0 28 0 417810639 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948297644016 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21554] ppid=21535 vsize=28769356 memory=8027780050992980564 CPUtime=1.14 cores=0-7
/proc/21537/task/21554/stat : 21554 (java) S 21535 21535 21260 0 -1 1077944384 16249 0 0 0 111 3 0 0 20 0 28 0 417810639 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948296591472 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21555] ppid=21535 vsize=28769356 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21537/task/21555/stat : 21555 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417810640 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948295539680 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21556] ppid=21535 vsize=28769356 memory=2008 CPUtime=0.08 cores=0-7
/proc/21537/task/21556/stat : 21556 (java) S 21535 21535 21260 0 -1 1077944384 2208 0 0 0 2 6 0 0 20 0 28 0 417810640 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948294487216 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21744] ppid=21535 vsize=28769356 memory=1436 CPUtime=163.25 cores=0-7
/proc/21537/task/21744/stat : 21744 (java) S 21535 21535 21260 0 -1 1077944384 7209 0 0 0 16318 7 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948216708896 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21745] ppid=21535 vsize=28769356 memory=4164 CPUtime=163.07 cores=0-7
/proc/21537/task/21745/stat : 21745 (java) S 21535 21535 21260 0 -1 1077944384 5686 0 0 0 16302 5 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948215657808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21746] ppid=21535 vsize=28769356 memory=1548 CPUtime=197.27 cores=0-7
/proc/21537/task/21746/stat : 21746 (java) R 21535 21535 21260 0 -1 4202560 22011 0 0 0 19715 12 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948210391208 139948787084893 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21747] ppid=21535 vsize=28769356 memory=1728 CPUtime=162.21 cores=0-7
/proc/21537/task/21747/stat : 21747 (java) S 21535 21535 21260 0 -1 1077944384 24824 0 0 0 16209 12 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948212499536 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21748] ppid=21535 vsize=28769356 memory=7988 CPUtime=162.69 cores=0-7
/proc/21537/task/21748/stat : 21748 (java) S 21535 21535 21260 0 -1 1077944384 11955 0 0 0 16259 10 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948211446480 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21749] ppid=21535 vsize=28769356 memory=1456 CPUtime=162.44 cores=0-7
/proc/21537/task/21749/stat : 21749 (java) S 21535 21535 21260 0 -1 1077944384 11581 0 0 0 16239 5 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948289807184 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21750] ppid=21535 vsize=28769356 memory=924 CPUtime=163.3 cores=0-7
/proc/21537/task/21750/stat : 21750 (java) S 21535 21535 21260 0 -1 1077944384 14438 0 0 0 16323 7 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948207244752 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21751] ppid=21535 vsize=28769356 memory=3688 CPUtime=162.63 cores=0-7
/proc/21537/task/21751/stat : 21751 (java) S 21535 21535 21260 0 -1 1077944384 40546 0 0 0 16230 33 0 0 20 0 28 0 417811318 29459820544 412561 33554432000 4194304 4196468 140727641315280 139948214605392 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
Current children cumulated CPU time: 1394.71 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1651700 KiB

[startup+206.601 s]
/proc/loadavg: 4.95 7.19 6.44 2/219 21763
/proc/meminfo: memFree=21496708/32770624 swapFree=66939840/67108860
[pid=21535] ppid=21532 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21535/stat : 21535 (xcsp3-exec) S 21532 21535 21260 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417810633 115843072 364 33554432000 4194304 5098028 140720437003360 140720437001464 140525279842940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17268736 140720437007221 140720437007465 140720437007465 140720437010378 0
/proc/21535/statm: 28282 364 305 221 0 87 0
[pid=21537] ppid=21535 vsize=28769356 memory=1650268 CPUtime=1394.94 cores=0-7
/proc/21537/stat : 21537 (java) S 21535 21535 21260 0 -1 1077944320 278883 0 0 0 139219 275 0 0 20 0 28 0 417810633 29459820544 412567 33554432000 4194304 4196468 140727641315280 140727641297824 139949188046583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
/proc/21537/statm: 7192339 412567 3554 1 0 7153441 0
[pid=21537/tid=21538] ppid=21535 vsize=28769356 memory=812 CPUtime=0.76 cores=0-7
/proc/21537/task/21538/stat : 21538 (java) S 21535 21535 21260 0 -1 1077944384 9468 0 0 0 72 4 0 0 20 0 28 0 417810634 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949192287360 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21539] ppid=21535 vsize=28769356 memory=2580 CPUtime=1.24 cores=0-7
/proc/21537/task/21539/stat : 21539 (java) S 21535 21535 21260 0 -1 1077944384 5244 0 0 0 107 17 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949107899408 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21540] ppid=21535 vsize=28769356 memory=1650244 CPUtime=1.23 cores=0-7
/proc/21537/task/21540/stat : 21540 (java) S 21535 21535 21260 0 -1 1077944384 4679 0 0 0 104 19 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949106846864 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21541] ppid=21535 vsize=28769356 memory=1650244 CPUtime=1.17 cores=0-7
/proc/21537/task/21541/stat : 21541 (java) S 21535 21535 21260 0 -1 1077944384 4261 0 0 0 100 17 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949105793808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21542] ppid=21535 vsize=28769356 memory=22404 CPUtime=1.22 cores=0-7
/proc/21537/task/21542/stat : 21542 (java) S 21535 21535 21260 0 -1 1077944384 3470 0 0 0 105 17 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949104741264 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21543] ppid=21535 vsize=28769356 memory=14056 CPUtime=1.24 cores=0-7
/proc/21537/task/21543/stat : 21543 (java) S 21535 21535 21260 0 -1 1077944384 4978 0 0 0 106 18 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949103688208 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21544] ppid=21535 vsize=28769356 memory=2116 CPUtime=1.2 cores=0-7
/proc/21537/task/21544/stat : 21544 (java) S 21535 21535 21260 0 -1 1077944384 5074 0 0 0 103 17 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949102635664 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21545] ppid=21535 vsize=28769356 memory=520 CPUtime=1.22 cores=0-7
/proc/21537/task/21545/stat : 21545 (java) S 21535 21535 21260 0 -1 1077944384 4202 0 0 0 103 19 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949101582608 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21546] ppid=21535 vsize=28769356 memory=1560 CPUtime=1.2 cores=0-7
/proc/21537/task/21546/stat : 21546 (java) S 21535 21535 21260 0 -1 1077944384 3727 0 0 0 102 18 0 0 20 0 28 0 417810635 29459820544 412567 33554432000 4194304 4196468 140727641315280 139949100530064 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21547] ppid=21535 vsize=28769356 memory=924 CPUtime=0.33 cores=0-7
/proc/21537/task/21547/stat : 21547 (java) S 21535 21535 21260 0 -1 1077944384 20149 0 0 0 25 8 0 0 20 0 28 0 417810636 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948303960816 139949188057730 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21548] ppid=21535 vsize=28769356 memory=2008 CPUtime=0 cores=0-7
/proc/21537/task/21548/stat : 21548 (java) S 21535 21535 21260 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 417810637 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948302907104 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21549] ppid=21535 vsize=28769356 memory=1436 CPUtime=0 cores=0-7
/proc/21537/task/21549/stat : 21549 (java) S 21535 21535 21260 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 417810637 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948301853952 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21550] ppid=21535 vsize=28769356 memory=4164 CPUtime=0 cores=0-7
/proc/21537/task/21550/stat : 21550 (java) S 21535 21535 21260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417810639 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948300802512 139949188065179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21551] ppid=21535 vsize=28769356 memory=1548 CPUtime=2.72 cores=0-7
/proc/21537/task/21551/stat : 21551 (java) S 21535 21535 21260 0 -1 1077944384 12798 0 0 0 270 2 0 0 20 0 28 0 417810639 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948299749616 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21552] ppid=21535 vsize=28769356 memory=1728 CPUtime=2.73 cores=0-7
/proc/21537/task/21552/stat : 21552 (java) R 21535 21535 21260 0 -1 4202560 16801 0 0 0 269 4 0 0 20 0 28 0 417810639 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948298697072 139949180288025 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21553] ppid=21535 vsize=28769356 memory=6791534058613427641 CPUtime=3.13 cores=0-7
/proc/21537/task/21553/stat : 21553 (java) S 21535 21535 21260 0 -1 1077944384 19914 0 0 0 309 4 0 0 20 0 28 0 417810639 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948297644016 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21554] ppid=21535 vsize=28769356 memory=1456 CPUtime=1.14 cores=0-7
/proc/21537/task/21554/stat : 21554 (java) S 21535 21535 21260 0 -1 1077944384 16400 0 0 0 111 3 0 0 20 0 28 0 417810639 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948296591472 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21555] ppid=21535 vsize=28769356 memory=1650244 CPUtime=0 cores=0-7
/proc/21537/task/21555/stat : 21555 (java) S 21535 21535 21260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417810640 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948295539680 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21556] ppid=21535 vsize=28769356 memory=1650244 CPUtime=0.08 cores=0-7
/proc/21537/task/21556/stat : 21556 (java) S 21535 21535 21260 0 -1 1077944384 2208 0 0 0 2 6 0 0 20 0 28 0 417810640 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948294487216 139949188057730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21744] ppid=21535 vsize=28769356 memory=1256 CPUtime=163.25 cores=0-7
/proc/21537/task/21744/stat : 21744 (java) S 21535 21535 21260 0 -1 1077944384 7209 0 0 0 16318 7 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948216708896 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21745] ppid=21535 vsize=28769356 memory=1076 CPUtime=163.07 cores=0-7
/proc/21537/task/21745/stat : 21745 (java) S 21535 21535 21260 0 -1 1077944384 5686 0 0 0 16302 5 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948215657808 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21746] ppid=21535 vsize=28769356 memory=7988 CPUtime=197.47 cores=0-7
/proc/21537/task/21746/stat : 21746 (java) R 21535 21535 21260 0 -1 4202560 22393 0 0 0 19735 12 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948210388960 139948774752656 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21747] ppid=21535 vsize=28769356 memory=9580 CPUtime=162.21 cores=0-7
/proc/21537/task/21747/stat : 21747 (java) S 21535 21535 21260 0 -1 1077944384 24824 0 0 0 16209 12 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948212499536 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21748] ppid=21535 vsize=28769356 memory=1052 CPUtime=162.69 cores=0-7
/proc/21537/task/21748/stat : 21748 (java) S 21535 21535 21260 0 -1 1077944384 11955 0 0 0 16259 10 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948211446480 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21749] ppid=21535 vsize=28769356 memory=776 CPUtime=162.44 cores=0-7
/proc/21537/task/21749/stat : 21749 (java) S 21535 21535 21260 0 -1 1077944384 11581 0 0 0 16239 5 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948289807184 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21750] ppid=21535 vsize=28769356 memory=2832 CPUtime=163.3 cores=0-7
/proc/21537/task/21750/stat : 21750 (java) S 21535 21535 21260 0 -1 1077944384 14438 0 0 0 16323 7 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948207244752 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
[pid=21537/tid=21751] ppid=21535 vsize=28769356 memory=668 CPUtime=162.63 cores=0-7
/proc/21537/task/21751/stat : 21751 (java) S 21535 21535 21260 0 -1 1077944384 40546 0 0 0 16230 33 0 0 20 0 28 0 417811318 29459820544 412567 33554432000 4194304 4196468 140727641315280 139948214605392 139949188056789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 9019392 140727641322474 140727641322646 140727641322646 140727641325519 0
Current children cumulated CPU time: 1394.94 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 1651724 KiB

Child status: 0
Real time (s): 206.663
CPU time (s): 1395.05
CPU user time (s): 1392.27
CPU system time (s): 2.77555
CPU usage (%): 675.036
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 1651724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1392.27
system time used= 2.77555
maximum resident set size= 1650268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24753
involuntary context switches= 17296


# summary of solver processes directly reported to runsolver:
#   pid: 21535
#   total CPU time (s): 1395.05
#   total CPU user time (s): 1392.27
#   total CPU system time (s): 2.77555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.00578 second user time and 2.2393 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-14 01:55:18
IDJOB=4393924
IDBENCH=115960
IDSOLVER=2841
FILE ID=node119/4393924-1568418957
RUNJOBID= node119-1568417505-21287
PBS_JOBID= 21702275
Free space on /tmp= 61504 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-14.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393924-1568418957/watcher-4393924-1568418957 -o /tmp/evaluation-result-4393924-1568418957/solver-4393924-1568418957 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568417505-21287 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1426680241 HOME/instance-4393924-1568418957.xml

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=1426680241

node119.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.47
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.47
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.47
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.47
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:        23135904 kB
MemAvailable:   31818664 kB
Buffers:          203396 kB
Cached:          8744292 kB
SwapCached:        61108 kB
Active:          2820816 kB
Inactive:        6192208 kB
Active(anon):       4312 kB
Inactive(anon):   102432 kB
Active(file):    2816504 kB
Inactive(file):  6089776 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             26244 kB
Writeback:             0 kB
AnonPages:        204936 kB
Mapped:            44520 kB
Shmem:             32816 kB
Slab:             214672 kB
SReclaimable:     184632 kB
SUnreclaim:        30040 kB
KernelStack:        3712 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61476 MiB
End job on node119 at 2019-09-14 01:58:44