Trace number 4394519

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 1774.32 244.221

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-09.xml
MD5SUM6fd932c8bfa1fb1c2de56266b40b08cd
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 benchmark32.0099
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":42}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":42}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"sum","count":72}]
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-4394519-1568419299.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394519-1568419299.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.70/0.76	c solve instance...
2.17/0.82	o 0 
2.17/0.82	o 4 
2.17/0.83	o 6 
2.17/0.85	o 8 
2.17/0.86	o 10 
2.17/0.88	o 11 
2.75/0.90	o 28 
2.75/1.00	o 30 
3.53/1.01	o 32 
3.53/1.03	o 33 
5.00/1.29	o 34 
6.57/1.45	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/36)
6.57/1.45		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.57/1.45		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.57/1.45		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.57/1.45		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.57/1.45		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.57/1.45	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/36)
6.57/1.45		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.57/1.45		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.57/1.45		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.57/1.45		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.57/1.45		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.57/1.45		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.57/1.45		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.57/1.45		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.57/1.45		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.57/1.45		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.57/1.45		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.57/1.45		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.57/1.45		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.57/1.45		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.57/1.45		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.57/1.45		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.57/1.45	o 35 
20.65/3.21	o 36 
39.65/5.64	o 37 
76.98/10.31	o 38 
666.17/84.47	o 39 
1758.72/242.23	o 40 
1773.69/244.18	s OPTIMUM FOUND
1773.69/244.18	v <instantiation>
1773.69/244.18	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[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[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[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[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[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[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] 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[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[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[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[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[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[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] </list>
1773.69/244.18	v 	<values>1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 1 0 1 1 0 1 2 4 3 2 4 2 3 4 2 2 3 5 3 6 3 5 3 2 4 4 5 2 6 2 5 4 4 3 3 5 2 6 2 5 3 3 3 3 5 2 6 2 5 3 3 4 4 5 2 6 2 5 4 4 2 3 5 3 6 3 5 3 2 2 4 3 2 4 2 3 4 2 </values>
1773.69/244.18	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 (10686 MiB free)
  memory of node 1: 16384 MiB (13048 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394519-1568419299/watcher-4394519-1568419299 -o /tmp/evaluation-result-4394519-1568419299/solver-4394519-1568419299 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node143-1568416727-4864 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1329705844 HOME/instance-4394519-1568419299.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=5702, runsolver pid=5699
Current StackSize limit: 8192 KiB


[startup+0.100181 s]*
/proc/loadavg: 8.03 7.74 7.26 3/212 5723
/proc/meminfo: memFree=24287324/32770624 swapFree=67108848/67108860
[pid=5702] ppid=5699 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5702/stat : 5702 (xcsp3-exec) S 5699 5702 4837 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417867301 115843072 364 33554432000 4194304 5098028 140734663362624 140734663360728 139829002396284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14360576 140734663365493 140734663365737 140734663365737 140734663368650 0
/proc/5702/statm: 28282 364 305 221 0 87 0
[pid=5704] ppid=5702 vsize=28227388 memory=29340 CPUtime=0.12 cores=0-7
/proc/5704/stat : 5704 (java) S 5702 5702 4837 0 -1 1077944320 5739 0 0 0 10 2 0 0 20 0 20 0 417867301 28904845312 7335 33554432000 4194304 4196468 140722222284208 140722222266752 139647474749175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
/proc/5704/statm: 7056847 7335 3154 1 0 7019032 0
[pid=5704/tid=5705] ppid=5702 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/5704/task/5705/stat : 5705 (java) R 5702 5702 4837 0 -1 4202560 3624 0 0 0 8 1 0 0 20 0 20 0 417867302 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647478981952 139647474761110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5706] ppid=5702 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/5704/task/5706/stat : 5706 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647025720464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5707] ppid=5702 vsize=28227388 memory=140617912788608 CPUtime=0 cores=0-7
/proc/5704/task/5707/stat : 5707 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647024667664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5708] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5708/stat : 5708 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647023614864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5709] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5709/stat : 5709 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647022562064 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5710] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5710/stat : 5710 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647021509264 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5711] ppid=5702 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5704/task/5711/stat : 5711 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647020456464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5712] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5712/stat : 5712 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647019403664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5713] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5713/stat : 5713 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 7335 33554432000 4194304 4196468 140722222284208 139647018350864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5714] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5714/stat : 5714 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867304 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646975818608 139647474760322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5715] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5715/stat : 5715 (java) S 5702 5702 4837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417867304 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646974764576 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5716] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5716/stat : 5716 (java) S 5702 5702 4837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417867305 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646973711728 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5717] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5717/stat : 5717 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867307 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646972660048 139647474767771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5718] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5718/stat : 5718 (java) R 5702 5702 4837 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 417867307 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646971607408 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5719] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5719/stat : 5719 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867307 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646970554608 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5720] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5720/stat : 5720 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867307 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646853048432 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5721] ppid=5702 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/5704/task/5721/stat : 5721 (java) R 5702 5702 4837 0 -1 4202560 378 0 0 0 1 0 0 0 20 0 20 0 417867307 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646851995632 139647458829662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5722] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5722/stat : 5722 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867307 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646850944096 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5723] ppid=5702 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5704/task/5723/stat : 5723 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867308 28904845312 7335 33554432000 4194304 4196468 140722222284208 139646849891376 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30796 KiB

[startup+0.210217 s]*
/proc/loadavg: 8.03 7.74 7.26 2/212 5723
/proc/meminfo: memFree=24273940/32770624 swapFree=67108848/67108860
[pid=5702] ppid=5699 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5702/stat : 5702 (xcsp3-exec) S 5699 5702 4837 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417867301 115843072 364 33554432000 4194304 5098028 140734663362624 140734663360728 139829002396284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14360576 140734663365493 140734663365737 140734663365737 140734663368650 0
/proc/5702/statm: 28282 364 305 221 0 87 0
[pid=5704] ppid=5702 vsize=28227388 memory=40632 CPUtime=0.33 cores=0-7
/proc/5704/stat : 5704 (java) S 5702 5702 4837 0 -1 1077944320 9430 0 0 0 30 3 0 0 20 0 20 0 417867301 28904845312 10158 33554432000 4194304 4196468 140722222284208 140722222266752 139647474749175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
/proc/5704/statm: 7056847 10158 3265 1 0 7019032 0
[pid=5704/tid=5705] ppid=5702 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/5704/task/5705/stat : 5705 (java) R 5702 5702 4837 0 -1 4202560 6655 0 0 0 17 2 0 0 20 0 20 0 417867302 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647478978896 139647474761110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5706] ppid=5702 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/5704/task/5706/stat : 5706 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647025720464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5707] ppid=5702 vsize=28227388 memory=140617912798511 CPUtime=0 cores=0-7
/proc/5704/task/5707/stat : 5707 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647024667664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5708] ppid=5702 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5704/task/5708/stat : 5708 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647023614864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5709] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5709/stat : 5709 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647022562064 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5710] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5710/stat : 5710 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647021509264 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5711] ppid=5702 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5704/task/5711/stat : 5711 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647020456464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5712] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5712/stat : 5712 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647019403664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5713] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5713/stat : 5713 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867303 28904845312 10158 33554432000 4194304 4196468 140722222284208 139647018350864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5714] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5714/stat : 5714 (java) S 5702 5702 4837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417867304 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646975818608 139647474760322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5715] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5715/stat : 5715 (java) S 5702 5702 4837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417867304 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646974764576 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5716] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5716/stat : 5716 (java) S 5702 5702 4837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417867305 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646973711728 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5717] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5717/stat : 5717 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867307 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646972660048 139647474767771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5718] ppid=5702 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/5704/task/5718/stat : 5718 (java) S 5702 5702 4837 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 20 0 417867307 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646971607408 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5719] ppid=5702 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/5704/task/5719/stat : 5719 (java) S 5702 5702 4837 0 -1 1077944384 148 0 0 0 2 0 0 0 20 0 20 0 417867307 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646970554608 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5720] ppid=5702 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/5704/task/5720/stat : 5720 (java) S 5702 5702 4837 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 417867307 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646853048432 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5721] ppid=5702 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/5704/task/5721/stat : 5721 (java) S 5702 5702 4837 0 -1 1077944384 813 0 0 0 7 0 0 0 20 0 20 0 417867307 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646851995632 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5722] ppid=5702 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5722/stat : 5722 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867307 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646850944096 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5723] ppid=5702 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5704/task/5723/stat : 5723 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867308 28904845312 10158 33554432000 4194304 4196468 140722222284208 139646849891376 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42088 KiB

[startup+0.309508 s]*
/proc/loadavg: 8.03 7.74 7.26 2/212 5723
/proc/meminfo: memFree=24269212/32770624 swapFree=67108848/67108860
[pid=5702] ppid=5699 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5702/stat : 5702 (xcsp3-exec) S 5699 5702 4837 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417867301 115843072 364 33554432000 4194304 5098028 140734663362624 140734663360728 139829002396284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14360576 140734663365493 140734663365737 140734663365737 140734663368650 0
/proc/5702/statm: 28282 364 305 221 0 87 0
[pid=5704] ppid=5702 vsize=28231644 memory=49624 CPUtime=0.51 cores=0-7
/proc/5704/stat : 5704 (java) S 5702 5702 4837 0 -1 1077944320 10747 0 0 0 47 4 0 0 20 0 20 0 417867301 28909203456 12406 33554432000 4194304 4196468 140722222284208 140722222266752 139647474749175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
/proc/5704/statm: 7057911 12406 3361 1 0 7019032 0
[pid=5704/tid=5705] ppid=5702 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/5704/task/5705/stat : 5705 (java) R 5702 5702 4837 0 -1 4202560 7723 0 0 0 26 3 0 0 20 0 20 0 417867302 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647478980288 139647458829662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5706] ppid=5702 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5706/stat : 5706 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647025720464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5707] ppid=5702 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5707/stat : 5707 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647024667664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5708] ppid=5702 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5708/stat : 5708 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647023614864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5709] ppid=5702 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5709/stat : 5709 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647022562064 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5710] ppid=5702 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5710/stat : 5710 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647021509264 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5711] ppid=5702 vsize=28231644 memory=140617766234799 CPUtime=0 cores=0-7
/proc/5704/task/5711/stat : 5711 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647020456464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5712] ppid=5702 vsize=28231644 memory=140617766237104 CPUtime=0 cores=0-7
/proc/5704/task/5712/stat : 5712 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647019403664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5713] ppid=5702 vsize=28231644 memory=140617766239408 CPUtime=0 cores=0-7
/proc/5704/task/5713/stat : 5713 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867303 28909203456 12425 33554432000 4194304 4196468 140722222284208 139647018350864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5714] ppid=5702 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5714/stat : 5714 (java) S 5702 5702 4837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417867304 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646975818608 139647474760322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5715] ppid=5702 vsize=28231644 memory=281235532492688 CPUtime=0 cores=0-7
/proc/5704/task/5715/stat : 5715 (java) S 5702 5702 4837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417867304 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646974764576 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5716] ppid=5702 vsize=28231644 memory=281235532490384 CPUtime=0 cores=0-7
/proc/5704/task/5716/stat : 5716 (java) S 5702 5702 4837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417867305 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646973711728 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5717] ppid=5702 vsize=28231644 memory=281235532497296 CPUtime=0 cores=0-7
/proc/5704/task/5717/stat : 5717 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867307 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646972660048 139647474767771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5718] ppid=5702 vsize=28231644 memory=281235532438576 CPUtime=0.02 cores=0-7
/proc/5704/task/5718/stat : 5718 (java) R 5702 5702 4837 0 -1 4202560 572 0 0 0 2 0 0 0 20 0 20 0 417867307 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646971597792 139647458160069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5719] ppid=5702 vsize=28231644 memory=281235532511120 CPUtime=0.03 cores=0-7
/proc/5704/task/5719/stat : 5719 (java) S 5702 5702 4837 0 -1 1077944384 153 0 0 0 3 0 0 0 20 0 20 0 417867307 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646970554608 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5720] ppid=5702 vsize=28231644 memory=281235532518032 CPUtime=0.02 cores=0-7
/proc/5704/task/5720/stat : 5720 (java) S 5702 5702 4837 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 20 0 417867307 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646853048432 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5721] ppid=5702 vsize=28231644 memory=281235532515728 CPUtime=0.12 cores=0-7
/proc/5704/task/5721/stat : 5721 (java) S 5702 5702 4837 0 -1 1077944384 926 0 0 0 12 0 0 0 20 0 20 0 417867307 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646851995632 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5722] ppid=5702 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5722/stat : 5722 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417867307 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646850944096 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5723] ppid=5702 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/5704/task/5723/stat : 5723 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417867308 28909203456 12425 33554432000 4194304 4196468 140722222284208 139646849891376 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51080 KiB

[startup+0.700959 s]
/proc/loadavg: 8.03 7.74 7.26 4/212 5723
/proc/meminfo: memFree=24256420/32770624 swapFree=67108848/67108860
[pid=5702] ppid=5699 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5702/stat : 5702 (xcsp3-exec) S 5699 5702 4837 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417867301 115843072 364 33554432000 4194304 5098028 140734663362624 140734663360728 139829002396284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14360576 140734663365493 140734663365737 140734663365737 140734663368650 0
/proc/5702/statm: 28282 364 305 221 0 87 0
[pid=5704] ppid=5702 vsize=28233768 memory=89724 CPUtime=1.7 cores=0-7
/proc/5704/stat : 5704 (java) S 5702 5702 4837 0 -1 1077944320 15647 0 0 0 163 7 0 0 20 0 20 0 417867301 28911378432 22431 33554432000 4194304 4196468 140722222284208 140722222266752 139647474749175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
/proc/5704/statm: 7058442 22431 3454 1 0 7019544 0
[pid=5704/tid=5705] ppid=5702 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/5704/task/5705/stat : 5705 (java) R 5702 5702 4837 0 -1 4202560 9261 0 0 0 63 4 0 0 20 0 20 0 417867302 28911378432 22431 33554432000 4194304 4196468 140722222284208 139647478986208 139647114196646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5706] ppid=5702 vsize=28233768 memory=140617766445936 CPUtime=0 cores=0-7
/proc/5704/task/5706/stat : 5706 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28911378432 22431 33554432000 4194304 4196468 140722222284208 139647025720464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5707] ppid=5702 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5704/task/5707/stat : 5707 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28911378432 22431 33554432000 4194304 4196468 140722222284208 139647024667664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5708] ppid=5702 vsize=28233768 memory=7180 CPUtime=0 cores=0-7
/proc/5704/task/5708/stat : 5708 (java) S 5702 5702 4837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417867303 28911378432 22431 33554432000 4194304 4196468 140722222284208 139647023614864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0

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

[pid=5704/tid=5886] ppid=5702 vsize=28834892 memory=1536 CPUtime=155.31 cores=0-7
/proc/5704/task/5886/stat : 5886 (java) R 5702 5702 4837 0 -1 4202560 15136 0 0 0 15513 18 0 0 20 0 28 0 417875749 29526929408 423268 33554432000 4194304 4196468 140722222284208 139646498488256 139647117384144 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5887] ppid=5702 vsize=28834892 memory=932 CPUtime=132.74 cores=0-7
/proc/5704/task/5887/stat : 5887 (java) S 5702 5702 4837 0 -1 1077944384 19376 0 0 0 13247 27 0 0 20 0 28 0 417875749 29526929408 423268 33554432000 4194304 4196468 140722222284208 139646840685456 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5888] ppid=5702 vsize=28834892 memory=2008 CPUtime=132.41 cores=0-7
/proc/5704/task/5888/stat : 5888 (java) S 5702 5702 4837 0 -1 1077944384 12594 0 0 0 13229 12 0 0 20 0 28 0 417875749 29526929408 423268 33554432000 4194304 4196468 140722222284208 139646499545872 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5889] ppid=5702 vsize=28834892 memory=1456 CPUtime=132.13 cores=0-7
/proc/5704/task/5889/stat : 5889 (java) S 5702 5702 4837 0 -1 1077944384 8272 0 0 0 13204 9 0 0 20 0 28 0 417875749 29526929408 423268 33554432000 4194304 4196468 140722222284208 139646495343248 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5890] ppid=5702 vsize=28834892 memory=1693072 CPUtime=132.88 cores=0-7
/proc/5704/task/5890/stat : 5890 (java) S 5702 5702 4837 0 -1 1077944384 11615 0 0 0 13279 9 0 0 20 0 28 0 417875749 29526929408 423268 33554432000 4194304 4196468 140722222284208 139646494291472 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5891] ppid=5702 vsize=28834892 memory=2212 CPUtime=132.85 cores=0-7
/proc/5704/task/5891/stat : 5891 (java) S 5702 5702 4837 0 -1 1077944384 30316 0 0 0 13245 40 0 0 20 0 28 0 417875749 29526929408 423268 33554432000 4194304 4196468 140722222284208 139646838580624 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
Current children cumulated CPU time: 1758.07 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1694528 KiB

[startup+243.202 s]
/proc/loadavg: 6.03 7.46 7.30 9/221 5907
/proc/meminfo: memFree=22624676/32770624 swapFree=67108848/67108860
[pid=5702] ppid=5699 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5702/stat : 5702 (xcsp3-exec) S 5699 5702 4837 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417867301 115843072 364 33554432000 4194304 5098028 140734663362624 140734663360728 139829002396284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14360576 140734663365493 140734663365737 140734663365737 140734663368650 0
/proc/5702/statm: 28282 364 305 221 0 87 0
[pid=5704] ppid=5702 vsize=28834892 memory=1689928 CPUtime=1766.45 cores=0-7
/proc/5704/stat : 5704 (java) S 5702 5702 4837 0 -1 1077944320 303206 0 0 0 176282 363 0 0 20 0 28 0 417867301 29526929408 422482 33554432000 4194304 4196468 140722222284208 140722222266752 139647474749175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
/proc/5704/statm: 7208723 422482 3559 1 0 7169825 0
[pid=5704/tid=5705] ppid=5702 vsize=28834892 memory=1192 CPUtime=0.77 cores=0-7
/proc/5704/task/5705/stat : 5705 (java) S 5702 5702 4837 0 -1 1077944384 10045 0 0 0 72 5 0 0 20 0 28 0 417867302 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647478989952 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5706] ppid=5702 vsize=28834892 memory=5536 CPUtime=1.42 cores=0-7
/proc/5704/task/5706/stat : 5706 (java) S 5702 5702 4837 0 -1 1077944384 6061 0 0 0 124 18 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647025720464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5707] ppid=5702 vsize=28834892 memory=4540 CPUtime=1.42 cores=0-7
/proc/5704/task/5707/stat : 5707 (java) S 5702 5702 4837 0 -1 1077944384 6097 0 0 0 126 16 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647024667664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5708] ppid=5702 vsize=28834892 memory=752 CPUtime=1.45 cores=0-7
/proc/5704/task/5708/stat : 5708 (java) S 5702 5702 4837 0 -1 1077944384 7151 0 0 0 127 18 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647023614864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5709] ppid=5702 vsize=28834892 memory=1636 CPUtime=1.4 cores=0-7
/proc/5704/task/5709/stat : 5709 (java) S 5702 5702 4837 0 -1 1077944384 4226 0 0 0 122 18 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647022562064 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5710] ppid=5702 vsize=28834892 memory=812 CPUtime=1.42 cores=0-7
/proc/5704/task/5710/stat : 5710 (java) S 5702 5702 4837 0 -1 1077944384 7958 0 0 0 123 19 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647021509264 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5711] ppid=5702 vsize=28834892 memory=321 CPUtime=1.41 cores=0-7
/proc/5704/task/5711/stat : 5711 (java) S 5702 5702 4837 0 -1 1077944384 6966 0 0 0 124 17 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647020456464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5712] ppid=5702 vsize=28834892 memory=6944656592455359580 CPUtime=1.41 cores=0-7
/proc/5704/task/5712/stat : 5712 (java) S 5702 5702 4837 0 -1 1077944384 4070 0 0 0 123 18 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647019403664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5713] ppid=5702 vsize=28834892 memory=6655300316396806240 CPUtime=1.42 cores=0-7
/proc/5704/task/5713/stat : 5713 (java) S 5702 5702 4837 0 -1 1077944384 4200 0 0 0 126 16 0 0 20 0 28 0 417867303 29526929408 422482 33554432000 4194304 4196468 140722222284208 139647018350864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5714] ppid=5702 vsize=28834892 memory=6944656592455360604 CPUtime=0.36 cores=0-7
/proc/5704/task/5714/stat : 5714 (java) S 5702 5702 4837 0 -1 1077944384 23666 0 0 0 26 10 0 0 20 0 28 0 417867304 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646975818608 139647474760322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5715] ppid=5702 vsize=28834892 memory=4540 CPUtime=0 cores=0-7
/proc/5704/task/5715/stat : 5715 (java) S 5702 5702 4837 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 417867304 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646974764576 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5716] ppid=5702 vsize=28834892 memory=752 CPUtime=0 cores=0-7
/proc/5704/task/5716/stat : 5716 (java) S 5702 5702 4837 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 417867305 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646973711728 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5717] ppid=5702 vsize=28834892 memory=1636 CPUtime=0 cores=0-7
/proc/5704/task/5717/stat : 5717 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417867307 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646972660048 139647474767771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5718] ppid=5702 vsize=28834892 memory=812 CPUtime=2.9 cores=0-7
/proc/5704/task/5718/stat : 5718 (java) S 5702 5702 4837 0 -1 1077944384 15360 0 0 0 287 3 0 0 20 0 28 0 417867307 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646971607408 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5719] ppid=5702 vsize=28834892 memory=1840 CPUtime=2.7 cores=0-7
/proc/5704/task/5719/stat : 5719 (java) S 5702 5702 4837 0 -1 1077944384 17569 0 0 0 266 4 0 0 20 0 28 0 417867307 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646970554608 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5720] ppid=5702 vsize=28834892 memory=4872558044660077418 CPUtime=2.59 cores=0-7
/proc/5704/task/5720/stat : 5720 (java) S 5702 5702 4837 0 -1 1077944384 12031 0 0 0 257 2 0 0 20 0 28 0 417867307 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646853048432 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5721] ppid=5702 vsize=28834892 memory=14288 CPUtime=1.14 cores=0-7
/proc/5704/task/5721/stat : 5721 (java) S 5702 5702 4837 0 -1 1077944384 15659 0 0 0 111 3 0 0 20 0 28 0 417867307 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646851995632 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5722] ppid=5702 vsize=28834892 memory=504 CPUtime=0 cores=0-7
/proc/5704/task/5722/stat : 5722 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417867307 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646850944096 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5723] ppid=5702 vsize=28834892 memory=1728 CPUtime=0.1 cores=0-7
/proc/5704/task/5723/stat : 5723 (java) S 5702 5702 4837 0 -1 1077944384 2475 0 0 0 8 2 0 0 20 0 28 0 417867308 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646849891376 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5900] ppid=5702 vsize=28834892 memory=1456 CPUtime=0.95 cores=0-7
/proc/5704/task/5900/stat : 5900 (java) R 5702 5702 4837 0 -1 4202560 352 0 0 0 95 0 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646839630912 139647121077604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5901] ppid=5702 vsize=28834892 memory=281235533517952 CPUtime=0.95 cores=0-7
/proc/5704/task/5901/stat : 5901 (java) R 5702 5702 4837 0 -1 4202560 41 0 0 0 95 0 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646494286664 139647119107499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5902] ppid=5702 vsize=28834892 memory=8562125494162282060 CPUtime=0.95 cores=0-7
/proc/5704/task/5902/stat : 5902 (java) R 5702 5702 4837 0 -1 4202560 67 0 0 0 95 0 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646838578000 139647117365056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5903] ppid=5702 vsize=28834892 memory=1693072 CPUtime=0.94 cores=0-7
/proc/5704/task/5903/stat : 5903 (java) R 5702 5702 4837 0 -1 4202560 235 0 0 0 94 0 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646498488424 139647121014756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5904] ppid=5702 vsize=28834892 memory=1456 CPUtime=0.93 cores=0-7
/proc/5704/task/5904/stat : 5904 (java) R 5702 5702 4837 0 -1 4202560 617 0 0 0 92 1 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646836469544 139647117507825 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5905] ppid=5702 vsize=28834892 memory=1456 CPUtime=0.95 cores=0-7
/proc/5704/task/5905/stat : 5905 (java) R 5702 5702 4837 0 -1 4202560 122 0 0 0 95 0 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646499540696 139647112732668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5906] ppid=5702 vsize=28834892 memory=1840 CPUtime=0.91 cores=0-7
/proc/5704/task/5906/stat : 5906 (java) R 5702 5702 4837 0 -1 4202560 1288 0 0 0 91 0 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646840684976 139647117507825 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5907] ppid=5702 vsize=28834892 memory=1384 CPUtime=0.95 cores=0-7
/proc/5704/task/5907/stat : 5907 (java) R 5702 5702 4837 0 -1 4202560 69 0 0 0 95 0 0 0 20 0 28 0 417891525 29526929408 422482 33554432000 4194304 4196468 140722222284208 139646495339512 139647122013414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
Current children cumulated CPU time: 1766.45 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1691384 KiB

[startup+244.002 s]*
/proc/loadavg: 6.03 7.46 7.30 9/220 5907
/proc/meminfo: memFree=22626548/32770624 swapFree=67108848/67108860
[pid=5702] ppid=5699 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5702/stat : 5702 (xcsp3-exec) S 5699 5702 4837 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417867301 115843072 364 33554432000 4194304 5098028 140734663362624 140734663360728 139829002396284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14360576 140734663365493 140734663365737 140734663365737 140734663368650 0
/proc/5702/statm: 28282 364 305 221 0 87 0
[pid=5704] ppid=5702 vsize=28834892 memory=1688392 CPUtime=1772.89 cores=0-7
/proc/5704/stat : 5704 (java) S 5702 5702 4837 0 -1 1077944320 303313 0 0 0 176926 363 0 0 20 0 28 0 417867301 29526929408 422098 33554432000 4194304 4196468 140722222284208 140722222266752 139647474749175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
/proc/5704/statm: 7208723 422098 3559 1 0 7169825 0
[pid=5704/tid=5705] ppid=5702 vsize=28834892 memory=1398722017469774279 CPUtime=0.77 cores=0-7
/proc/5704/task/5705/stat : 5705 (java) S 5702 5702 4837 0 -1 1077944384 10045 0 0 0 72 5 0 0 20 0 28 0 417867302 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647478989952 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5706] ppid=5702 vsize=28834892 memory=4872558044660077418 CPUtime=1.43 cores=0-7
/proc/5704/task/5706/stat : 5706 (java) S 5702 5702 4837 0 -1 1077944384 6061 0 0 0 125 18 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647025720464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5707] ppid=5702 vsize=28834892 memory=1412 CPUtime=1.43 cores=0-7
/proc/5704/task/5707/stat : 5707 (java) S 5702 5702 4837 0 -1 1077944384 6099 0 0 0 127 16 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647024667664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5708] ppid=5702 vsize=28834892 memory=3604 CPUtime=1.46 cores=0-7
/proc/5704/task/5708/stat : 5708 (java) S 5702 5702 4837 0 -1 1077944384 7151 0 0 0 128 18 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647023614864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5709] ppid=5702 vsize=28834892 memory=1456 CPUtime=1.41 cores=0-7
/proc/5704/task/5709/stat : 5709 (java) S 5702 5702 4837 0 -1 1077944384 4231 0 0 0 123 18 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647022562064 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5710] ppid=5702 vsize=28834892 memory=1693072 CPUtime=1.43 cores=0-7
/proc/5704/task/5710/stat : 5710 (java) S 5702 5702 4837 0 -1 1077944384 7958 0 0 0 124 19 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647021509264 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5711] ppid=5702 vsize=28834892 memory=1964 CPUtime=1.42 cores=0-7
/proc/5704/task/5711/stat : 5711 (java) S 5702 5702 4837 0 -1 1077944384 6977 0 0 0 125 17 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647020456464 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5712] ppid=5702 vsize=28834892 memory=1693072 CPUtime=1.42 cores=0-7
/proc/5704/task/5712/stat : 5712 (java) S 5702 5702 4837 0 -1 1077944384 4081 0 0 0 124 18 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647019403664 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5713] ppid=5702 vsize=28834892 memory=8112282956445269571 CPUtime=1.43 cores=0-7
/proc/5704/task/5713/stat : 5713 (java) S 5702 5702 4837 0 -1 1077944384 4210 0 0 0 127 16 0 0 20 0 28 0 417867303 29526929408 422098 33554432000 4194304 4196468 140722222284208 139647018350864 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5714] ppid=5702 vsize=28834892 memory=4283941043835741576 CPUtime=0.36 cores=0-7
/proc/5704/task/5714/stat : 5714 (java) S 5702 5702 4837 0 -1 1077944384 23671 0 0 0 26 10 0 0 20 0 28 0 417867304 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646975818608 139647474760322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5715] ppid=5702 vsize=28834892 memory=14410436506288174 CPUtime=0 cores=0-7
/proc/5704/task/5715/stat : 5715 (java) S 5702 5702 4837 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 417867304 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646974764576 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5716] ppid=5702 vsize=28834892 memory=140617912890689 CPUtime=0 cores=0-7
/proc/5704/task/5716/stat : 5716 (java) S 5702 5702 4837 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 417867305 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646973711728 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5717] ppid=5702 vsize=28834892 memory=-7522837583129307271 CPUtime=0 cores=0-7
/proc/5704/task/5717/stat : 5717 (java) S 5702 5702 4837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417867307 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646972660048 139647474767771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5718] ppid=5702 vsize=28834892 memory=0 CPUtime=2.9 cores=0-7
/proc/5704/task/5718/stat : 5718 (java) S 5702 5702 4837 0 -1 1077944384 15360 0 0 0 287 3 0 0 20 0 28 0 417867307 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646971607408 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5719] ppid=5702 vsize=28834892 memory=7584172137639210085 CPUtime=2.7 cores=0-7
/proc/5704/task/5719/stat : 5719 (java) S 5702 5702 4837 0 -1 1077944384 17569 0 0 0 266 4 0 0 20 0 28 0 417867307 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646970554608 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5720] ppid=5702 vsize=28834892 memory=1456 CPUtime=2.59 cores=0-7
/proc/5704/task/5720/stat : 5720 (java) S 5702 5702 4837 0 -1 1077944384 12031 0 0 0 257 2 0 0 20 0 28 0 417867307 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646853048432 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5721] ppid=5702 vsize=28834892 memory=1693072 CPUtime=1.14 cores=0-7
/proc/5704/task/5721/stat : 5721 (java) S 5702 5702 4837 0 -1 1077944384 15659 0 0 0 111 3 0 0 20 0 28 0 417867307 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646851995632 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5722] ppid=5702 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/5704/task/5722/stat : 5722 (java) S 5702 5702 4837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417867307 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646850944096 139647474759381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5723] ppid=5702 vsize=28834892 memory=1693072 CPUtime=0.1 cores=0-7
/proc/5704/task/5723/stat : 5723 (java) S 5702 5702 4837 0 -1 1077944384 2478 0 0 0 8 2 0 0 20 0 28 0 417867308 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646849891376 139647474760322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5900] ppid=5702 vsize=28834892 memory=1456 CPUtime=1.75 cores=0-7
/proc/5704/task/5900/stat : 5900 (java) R 5702 5702 4837 0 -1 4202560 361 0 0 0 175 0 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646839626776 139647119106504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5901] ppid=5702 vsize=28834892 memory=0 CPUtime=1.75 cores=0-7
/proc/5704/task/5901/stat : 5901 (java) R 5702 5702 4837 0 -1 4202560 46 0 0 0 175 0 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646494286664 139647120969758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5902] ppid=5702 vsize=28834892 memory=281235534765056 CPUtime=1.75 cores=0-7
/proc/5704/task/5902/stat : 5902 (java) R 5702 5702 4837 0 -1 4202560 78 0 0 0 175 0 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646838575368 139647117443600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5903] ppid=5702 vsize=28834892 memory=281235533782464 CPUtime=1.74 cores=0-7
/proc/5704/task/5903/stat : 5903 (java) R 5702 5702 4837 0 -1 4202560 251 0 0 0 174 0 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646498488648 139647119106504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5904] ppid=5702 vsize=28834892 memory=281235533782656 CPUtime=1.74 cores=0-7
/proc/5704/task/5904/stat : 5904 (java) R 5702 5702 4837 0 -1 4202560 621 0 0 0 173 1 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646836470216 139647112732903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5905] ppid=5702 vsize=28834892 memory=281235533782848 CPUtime=1.75 cores=0-7
/proc/5704/task/5905/stat : 5905 (java) R 5702 5702 4837 0 -1 4202560 126 0 0 0 175 0 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646499541320 139647123951990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5906] ppid=5702 vsize=28834892 memory=281235533783012 CPUtime=1.7 cores=0-7
/proc/5704/task/5906/stat : 5906 (java) R 5702 5702 4837 0 -1 4202560 1289 0 0 0 170 0 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646840683824 139647117508094 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
[pid=5704/tid=5907] ppid=5702 vsize=28834892 memory=281235534176960 CPUtime=1.75 cores=0-7
/proc/5704/task/5907/stat : 5907 (java) R 5702 5702 4837 0 -1 4202560 79 0 0 0 175 0 0 0 20 0 28 0 417891525 29526929408 422098 33554432000 4194304 4196468 140722222284208 139646495338688 139647119107412 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21467136 140722222289898 140722222290070 140722222290070 140722222292943 0
Current children cumulated CPU time: 1772.89 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1689848 KiB

[startup+244.201 s]
/proc/loadavg: 6.03 7.46 7.30 9/220 5907
/proc/meminfo: memFree=22626548/32770624 swapFree=67108848/67108860
[pid=5702] ppid=5699 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/5702/stat : 5702 (xcsp3-exec) S 5699 5702 4837 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 417867301 115843072 364 33554432000 4194304 5098028 140734663362624 140734663360728 139829002396284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14360576 140734663365493 140734663365737 140734663365737 140734663368650 0
/proc/5702/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 244.221
CPU time (s): 1774.32
CPU user time (s): 1770.66
CPU system time (s): 3.65627
CPU usage (%): 726.521
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 1701716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.66
system time used= 3.65627
maximum resident set size= 1700776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27242
involuntary context switches= 21378


# summary of solver processes directly reported to runsolver:
#   pid: 5702
#   total CPU time (s): 1774.32
#   total CPU user time (s): 1770.66
#   total CPU system time (s): 3.65627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07276 second user time and 2.94508 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-14 02:00:58
IDJOB=4394519
IDBENCH=116013
IDSOLVER=2843
FILE ID=node143/4394519-1568419299
RUNJOBID= node143-1568416727-4864
PBS_JOBID= 21702255
Free space on /tmp= 59272 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-09.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394519-1568419299/watcher-4394519-1568419299 -o /tmp/evaluation-result-4394519-1568419299/solver-4394519-1568419299 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node143-1568416727-4864 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1329705844 HOME/instance-4394519-1568419299.xml

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

MD5SUM BENCH= 6fd932c8bfa1fb1c2de56266b40b08cd
RANDOM SEED=1329705844

node143.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.73
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.73
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.73
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.73
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:        24303176 kB
MemAvailable:   31755180 kB
Buffers:          199892 kB
Cached:          7542284 kB
SwapCached:            8 kB
Active:          2143968 kB
Inactive:        5649104 kB
Active(anon):       5780 kB
Inactive(anon):   144604 kB
Active(file):    2138188 kB
Inactive(file):  5504500 kB
Unevictable:      107696 kB
Mlocked:          107696 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:        159100 kB
Mapped:            48664 kB
Shmem:             90756 kB
Slab:             265972 kB
SReclaimable:     237776 kB
SUnreclaim:        28196 kB
KernelStack:        3424 kB
PageTables:         5240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59248 MiB
End job on node143 at 2019-09-14 02:05:03