Trace number 4404610

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-09-20 parallelOPT4752 49.8988 6.78485

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark8.00008
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404610-1568996488.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404610-1568996488.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.06/0.58	c solve instance...
1.44/0.68	o 39044 
2.02/0.71	o 26372 
2.02/0.73	o 25296 
2.02/0.74	o 10625 
2.02/0.76	o 9922 
2.02/0.76	o 9918 
2.02/0.77	o 9879 
2.02/0.78	o 8464 
2.02/0.78	o 8340 
2.02/0.78	o 8283 
2.02/0.79	o 7538 
2.02/0.79	o 7488 
2.54/0.80	o 7451 
2.54/0.80	o 7394 
2.54/0.82	o 6790 
2.54/0.82	o 6773 
2.54/0.82	o 6763 
2.54/0.82	o 6748 
2.54/0.83	o 6736 
2.54/0.83	o 6679 
2.54/0.84	o 5701 
2.54/0.84	o 5619 
3.26/0.91	o 5175 
3.26/0.91	o 5059 
30.20/4.30	o 5054 
31.79/4.53	o 4992 
31.79/4.54	o 4752 
49.30/6.77	s OPTIMUM FOUND
49.30/6.77	v <instantiation>
49.30/6.77	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14] </list>
49.30/6.77	v 	<values>12 1 4 6 7 0 13 5 3 2 14 8 11 10 9 4 2 3 1 5 12 39 20 50 1 4 11 10 13 </values>
49.30/6.77	v </instantiation>

Verifier Data

OK	4752

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404610-1568996488/watcher-4404610-1568996488 -o /var/tmp/evaluation-result-4404610-1568996488/solver-4404610-1568996488 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node105-1568992392-28906 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1630927543 HOME/instance-4404610-1568996488.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=30358, runsolver pid=30355
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 7.88 4.91 3.25 2/210 30379
/proc/meminfo: memFree=16404328/32770624 swapFree=66955320/67108860
[pid=30358] ppid=30355 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30358/stat : 30358 (xcsp3-exec) S 30355 30358 28879 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475906850 115843072 363 33554432000 4194304 5098028 140726179122288 140726179120392 139643800343164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30744576 140726179124049 140726179124309 140726179124309 140726179127238 0
/proc/30358/statm: 28282 363 305 221 0 87 0
[pid=30360] ppid=30358 vsize=28227396 memory=29920 CPUtime=0.12 cores=0-7
/proc/30360/stat : 30360 (java) S 30358 30358 28879 0 -1 1077944320 5960 0 0 0 11 1 0 0 20 0 20 0 475906850 28904853504 7480 33554432000 4194304 4196468 140727113078576 140727113061120 139820904029943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
/proc/30360/statm: 7056849 7480 3114 1 0 7019032 0
[pid=30360/tid=30361] ppid=30358 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/30360/task/30361/stat : 30361 (java) R 30358 30358 28879 0 -1 4202560 3873 0 0 0 8 0 0 0 20 0 20 0 475906851 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820908266048 139820904051869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30362] ppid=30358 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30360/task/30362/stat : 30362 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820856650896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30363] ppid=30358 vsize=28227396 memory=140387118319232 CPUtime=0 cores=0-7
/proc/30360/task/30363/stat : 30363 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820855598096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30364] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30364/stat : 30364 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820854545296 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30365] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30365/stat : 30365 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820853492496 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30366] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30366/stat : 30366 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820852439696 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30367] ppid=30358 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30360/task/30367/stat : 30367 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820851386896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30368] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30368/stat : 30368 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820850334096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30369] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30369/stat : 30369 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 7480 33554432000 4194304 4196468 140727113078576 139820447684880 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30370] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30370/stat : 30370 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906853 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819501988720 139820904041090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30371] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30371/stat : 30371 (java) S 30358 30358 28879 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475906853 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819500934688 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30372] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30372/stat : 30372 (java) S 30358 30358 28879 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475906854 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819499881840 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30373] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30373/stat : 30373 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906856 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819498830160 139820904048539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30374] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30374/stat : 30374 (java) S 30358 30358 28879 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 475906856 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819497777520 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30375] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30375/stat : 30375 (java) R 30358 30358 28879 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 475906856 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819496724720 139820904041090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30376] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30376/stat : 30376 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475906856 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819495671920 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30377] ppid=30358 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30360/task/30377/stat : 30377 (java) R 30358 30358 28879 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 20 0 475906856 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819494619120 139820904051290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30378] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30378/stat : 30378 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475906856 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819493567584 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30379] ppid=30358 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30360/task/30379/stat : 30379 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906857 28904853504 7480 33554432000 4194304 4196468 140727113078576 139819492514864 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31372 KiB

[startup+0.210823 s]*
/proc/loadavg: 7.88 4.91 3.25 1/211 30381
/proc/meminfo: memFree=16392028/32770624 swapFree=66955320/67108860
[pid=30358] ppid=30355 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30358/stat : 30358 (xcsp3-exec) S 30355 30358 28879 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475906850 115843072 363 33554432000 4194304 5098028 140726179122288 140726179120392 139643800343164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30744576 140726179124049 140726179124309 140726179124309 140726179127238 0
/proc/30358/statm: 28282 363 305 221 0 87 0
[pid=30360] ppid=30358 vsize=28227396 memory=40464 CPUtime=0.34 cores=0-7
/proc/30360/stat : 30360 (java) S 30358 30358 28879 0 -1 1077944320 9402 0 0 0 31 3 0 0 20 0 20 0 475906850 28904853504 10116 33554432000 4194304 4196468 140727113078576 140727113061120 139820904029943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
/proc/30360/statm: 7056849 10116 3269 1 0 7019032 0
[pid=30360/tid=30361] ppid=30358 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30360/task/30361/stat : 30361 (java) R 30358 30358 28879 0 -1 4202560 6675 0 0 0 18 2 0 0 20 0 20 0 475906851 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820908263408 139820904041878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30362] ppid=30358 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/30360/task/30362/stat : 30362 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820856650896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30363] ppid=30358 vsize=28227396 memory=140387121680396 CPUtime=0 cores=0-7
/proc/30360/task/30363/stat : 30363 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820855598096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30364] ppid=30358 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30360/task/30364/stat : 30364 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820854545296 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30365] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30365/stat : 30365 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820853492496 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30366] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30366/stat : 30366 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820852439696 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30367] ppid=30358 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30360/task/30367/stat : 30367 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820851386896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30368] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30368/stat : 30368 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820850334096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30369] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30369/stat : 30369 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28904853504 10116 33554432000 4194304 4196468 140727113078576 139820447684880 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30370] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30370/stat : 30370 (java) S 30358 30358 28879 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475906853 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819501988720 139820904041090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30371] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30371/stat : 30371 (java) S 30358 30358 28879 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475906853 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819500934688 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30372] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30372/stat : 30372 (java) S 30358 30358 28879 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475906854 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819499881840 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30373] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30373/stat : 30373 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906856 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819498830160 139820904048539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30374] ppid=30358 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30360/task/30374/stat : 30374 (java) R 30358 30358 28879 0 -1 1077944384 415 0 0 0 1 0 0 0 20 0 20 0 475906856 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819497777520 139820904041090 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30375] ppid=30358 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30360/task/30375/stat : 30375 (java) S 30358 30358 28879 0 -1 1077944384 184 0 0 0 1 0 0 0 20 0 20 0 475906856 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819496724720 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30376] ppid=30358 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/30360/task/30376/stat : 30376 (java) S 30358 30358 28879 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 475906856 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819495671920 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30377] ppid=30358 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/30360/task/30377/stat : 30377 (java) R 30358 30358 28879 0 -1 4202560 757 0 0 0 7 0 0 0 20 0 20 0 475906856 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819494619120 139820904041878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30378] ppid=30358 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30378/stat : 30378 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475906856 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819493567584 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30379] ppid=30358 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30360/task/30379/stat : 30379 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906857 28904853504 10116 33554432000 4194304 4196468 140727113078576 139819492514864 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41916 KiB

[startup+0.310698 s]*
/proc/loadavg: 7.88 4.91 3.25 3/211 30381
/proc/meminfo: memFree=16384272/32770624 swapFree=66955320/67108860
[pid=30358] ppid=30355 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30358/stat : 30358 (xcsp3-exec) S 30355 30358 28879 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475906850 115843072 363 33554432000 4194304 5098028 140726179122288 140726179120392 139643800343164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30744576 140726179124049 140726179124309 140726179124309 140726179127238 0
/proc/30358/statm: 28282 363 305 221 0 87 0
[pid=30360] ppid=30358 vsize=28231652 memory=50152 CPUtime=0.53 cores=0-7
/proc/30360/stat : 30360 (java) S 30358 30358 28879 0 -1 1077944320 10891 0 0 0 49 4 0 0 20 0 20 0 475906850 28909211648 12538 33554432000 4194304 4196468 140727113078576 140727113061120 139820904029943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
/proc/30360/statm: 7057913 12538 3366 1 0 7019032 0
[pid=30360/tid=30361] ppid=30358 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/30360/task/30361/stat : 30361 (java) R 30358 30358 28879 0 -1 4202560 7820 0 0 0 27 3 0 0 20 0 20 0 475906851 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820908261056 139820888110430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30362] ppid=30358 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30362/stat : 30362 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820856650896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30363] ppid=30358 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30363/stat : 30363 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820855598096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30364] ppid=30358 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30364/stat : 30364 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820854545296 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30365] ppid=30358 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30365/stat : 30365 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820853492496 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30366] ppid=30358 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30366/stat : 30366 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820852439696 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30367] ppid=30358 vsize=28231652 memory=140386978851503 CPUtime=0 cores=0-7
/proc/30360/task/30367/stat : 30367 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820851386896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30368] ppid=30358 vsize=28231652 memory=140386978853808 CPUtime=0 cores=0-7
/proc/30360/task/30368/stat : 30368 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820850334096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30369] ppid=30358 vsize=28231652 memory=140386978856112 CPUtime=0 cores=0-7
/proc/30360/task/30369/stat : 30369 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475906852 28909211648 12538 33554432000 4194304 4196468 140727113078576 139820447684880 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30370] ppid=30358 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30370/stat : 30370 (java) S 30358 30358 28879 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475906853 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819501988720 139820904041090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30371] ppid=30358 vsize=28231652 memory=280773957726096 CPUtime=0 cores=0-7
/proc/30360/task/30371/stat : 30371 (java) S 30358 30358 28879 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475906853 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819500934688 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30372] ppid=30358 vsize=28231652 memory=280773957723792 CPUtime=0 cores=0-7
/proc/30360/task/30372/stat : 30372 (java) S 30358 30358 28879 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475906854 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819499881840 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30373] ppid=30358 vsize=28231652 memory=280773957730704 CPUtime=0 cores=0-7
/proc/30360/task/30373/stat : 30373 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906856 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819498830160 139820904048539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30374] ppid=30358 vsize=28231652 memory=280773957671984 CPUtime=0.02 cores=0-7
/proc/30360/task/30374/stat : 30374 (java) S 30358 30358 28879 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 20 0 475906856 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819497777520 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30375] ppid=30358 vsize=28231652 memory=280773957744528 CPUtime=0.03 cores=0-7
/proc/30360/task/30375/stat : 30375 (java) R 30358 30358 28879 0 -1 4202560 301 0 0 0 3 0 0 0 20 0 20 0 475906856 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819496705736 139820889137625 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30376] ppid=30358 vsize=28231652 memory=280773957751440 CPUtime=0.02 cores=0-7
/proc/30360/task/30376/stat : 30376 (java) S 30358 30358 28879 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 20 0 475906856 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819495671920 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30377] ppid=30358 vsize=28231652 memory=280773957749136 CPUtime=0.12 cores=0-7
/proc/30360/task/30377/stat : 30377 (java) S 30358 30358 28879 0 -1 1077944384 934 0 0 0 12 0 0 0 20 0 20 0 475906856 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819494619120 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30378] ppid=30358 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30378/stat : 30378 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475906856 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819493567584 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30379] ppid=30358 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30360/task/30379/stat : 30379 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475906857 28909211648 12538 33554432000 4194304 4196468 140727113078576 139819492514864 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51604 KiB

[startup+0.70112 s]
/proc/loadavg: 7.88 4.91 3.25 6/211 30381
/proc/meminfo: memFree=16366408/32770624 swapFree=66955320/67108860
[pid=30358] ppid=30355 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30358/stat : 30358 (xcsp3-exec) S 30355 30358 28879 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475906850 115843072 363 33554432000 4194304 5098028 140726179122288 140726179120392 139643800343164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30744576 140726179124049 140726179124309 140726179124309 140726179127238 0
/proc/30358/statm: 28282 363 305 221 0 87 0
[pid=30360] ppid=30358 vsize=28766288 memory=117372 CPUtime=2.02 cores=0-7
/proc/30360/stat : 30360 (java) S 30358 30358 28879 0 -1 1077944320 15714 0 0 0 195 7 0 0 20 0 28 0 475906850 29456678912 29343 33554432000 4194304 4196468 140727113078576 140727113061120 139820904029943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
/proc/30360/statm: 7191572 29343 3458 1 0 7152672 0
[pid=30360/tid=30361] ppid=30358 vsize=28766288 memory=0 CPUtime=0.57 cores=0-7
/proc/30360/task/30361/stat : 30361 (java) S 30358 30358 28879 0 -1 1077944384 9298 0 0 0 53 4 0 0 20 0 28 0 475906851 29456678912 29343 33554432000 4194304 4196468 140727113078576 139820908270720 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30362] ppid=30358 vsize=28766288 memory=140386979062640 CPUtime=0 cores=0-7
/proc/30360/task/30362/stat : 30362 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475906852 29456678912 29343 33554432000 4194304 4196468 140727113078576 139820856650896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30363] ppid=30358 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30363/stat : 30363 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 475906852 29456678912 29343 33554432000 4194304 4196468 140727113078576 139820855598096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30364] ppid=30358 vsize=28766288 memory=784 CPUtime=0 cores=0-7
/proc/30360/task/30364/stat : 30364 (java) S 30358 30358 28879 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 475906852 29456678912 29343 33554432000 4194304 4196468 140727113078576 139820854545296 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0

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

[pid=30360/tid=30377] ppid=30358 vsize=28834900 memory=1808 CPUtime=0.63 cores=0-7
/proc/30360/task/30377/stat : 30377 (java) S 30358 30358 28879 0 -1 1077944384 3424 0 0 0 62 1 0 0 20 0 28 0 475906856 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819494619120 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30378] ppid=30358 vsize=28834900 memory=920 CPUtime=0 cores=0-7
/proc/30360/task/30378/stat : 30378 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475906856 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819493567584 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30379] ppid=30358 vsize=28834900 memory=4136 CPUtime=0 cores=0-7
/proc/30360/task/30379/stat : 30379 (java) S 30358 30358 28879 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 28 0 475906857 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819492514864 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30599] ppid=30358 vsize=28834900 memory=1408 CPUtime=1.86 cores=0-7
/proc/30360/task/30599/stat : 30599 (java) R 30358 30358 28879 0 -1 4202560 31 0 0 0 186 0 0 0 20 0 28 0 475907304 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819479322552 139820535618098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30600] ppid=30358 vsize=28834900 memory=2688 CPUtime=1.81 cores=0-7
/proc/30360/task/30600/stat : 30600 (java) R 30358 30358 28879 0 -1 4202560 22 0 0 0 181 0 0 0 20 0 28 0 475907304 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819475114744 139820535348181 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30601] ppid=30358 vsize=28834900 memory=1452 CPUtime=1.86 cores=0-7
/proc/30360/task/30601/stat : 30601 (java) R 30358 30358 28879 0 -1 4202560 42 0 0 0 186 0 0 0 20 0 28 0 475907304 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819476167256 139820535347920 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30602] ppid=30358 vsize=28834900 memory=236564 CPUtime=1.84 cores=0-7
/proc/30360/task/30602/stat : 30602 (java) R 30358 30358 28879 0 -1 4202560 29 0 0 0 184 0 0 0 20 0 28 0 475907304 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819477219032 139820535159508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30603] ppid=30358 vsize=28834900 memory=1160 CPUtime=1.86 cores=0-7
/proc/30360/task/30603/stat : 30603 (java) R 30358 30358 28879 0 -1 4202560 27 0 0 0 186 0 0 0 20 0 28 0 475907304 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819480375336 139820534544871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30604] ppid=30358 vsize=28834900 memory=0 CPUtime=1.84 cores=0-7
/proc/30360/task/30604/stat : 30604 (java) R 30358 30358 28879 0 -1 4202560 22 0 0 0 184 0 0 0 20 0 28 0 475907304 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819483532416 139820535159344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30605] ppid=30358 vsize=28834900 memory=140386979400128 CPUtime=1.85 cores=0-7
/proc/30360/task/30605/stat : 30605 (java) R 30358 30358 28879 0 -1 4202560 42 0 0 0 185 0 0 0 20 0 28 0 475907304 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819482480504 139820535395729 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30606] ppid=30358 vsize=28834900 memory=-2893623298589923218 CPUtime=1.66 cores=0-7
/proc/30360/task/30606/stat : 30606 (java) R 30358 30358 28879 0 -1 4202560 78 0 0 0 166 0 0 0 20 0 28 0 475907305 29526937600 57314 33554432000 4194304 4196468 140727113078576 139819481428680 139820884872889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
Current children cumulated CPU time: 46.92 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 230708 KiB

[startup+6.60112 s]
/proc/loadavg: 8.13 5.01 3.30 9/218 30606
/proc/meminfo: memFree=16204156/32770624 swapFree=66955320/67108860
[pid=30358] ppid=30355 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30358/stat : 30358 (xcsp3-exec) S 30355 30358 28879 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475906850 115843072 363 33554432000 4194304 5098028 140726179122288 140726179120392 139643800343164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30744576 140726179124049 140726179124309 140726179124309 140726179127238 0
/proc/30358/statm: 28282 363 305 221 0 87 0
[pid=30360] ppid=30358 vsize=28834900 memory=229552 CPUtime=48.5 cores=0-7
/proc/30360/stat : 30360 (java) S 30358 30358 28879 0 -1 1077944320 35236 0 0 0 4828 22 0 0 20 0 28 0 475906850 29526937600 57388 33554432000 4194304 4196468 140727113078576 140727113061120 139820904029943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
/proc/30360/statm: 7208725 57388 3509 1 0 7169825 0
[pid=30360/tid=30361] ppid=30358 vsize=28834900 memory=1899415 CPUtime=0.58 cores=0-7
/proc/30360/task/30361/stat : 30361 (java) S 30358 30358 28879 0 -1 1077944384 9311 0 0 0 54 4 0 0 20 0 28 0 475906851 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820908270720 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30362] ppid=30358 vsize=28834900 memory=1452 CPUtime=0 cores=0-7
/proc/30360/task/30362/stat : 30362 (java) S 30358 30358 28879 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820856650896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30363] ppid=30358 vsize=28834900 memory=229160 CPUtime=0 cores=0-7
/proc/30360/task/30363/stat : 30363 (java) S 30358 30358 28879 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820855598096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30364] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30364/stat : 30364 (java) S 30358 30358 28879 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820854545296 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30365] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30365/stat : 30365 (java) S 30358 30358 28879 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820853492496 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30366] ppid=30358 vsize=28834900 memory=140386979052838 CPUtime=0 cores=0-7
/proc/30360/task/30366/stat : 30366 (java) S 30358 30358 28879 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820852439696 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30367] ppid=30358 vsize=28834900 memory=280773958169696 CPUtime=0 cores=0-7
/proc/30360/task/30367/stat : 30367 (java) S 30358 30358 28879 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820851386896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30368] ppid=30358 vsize=28834900 memory=1900628 CPUtime=0 cores=0-7
/proc/30360/task/30368/stat : 30368 (java) S 30358 30358 28879 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820850334096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30369] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30369/stat : 30369 (java) S 30358 30358 28879 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820447684880 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30370] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30370/stat : 30370 (java) S 30358 30358 28879 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 28 0 475906853 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819501988720 139820904041090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30371] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30371/stat : 30371 (java) S 30358 30358 28879 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 475906853 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819500934752 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30372] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30372/stat : 30372 (java) S 30358 30358 28879 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 475906854 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819499881856 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30373] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30373/stat : 30373 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819498830160 139820904048539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30374] ppid=30358 vsize=28834900 memory=280773958289920 CPUtime=1.99 cores=0-7
/proc/30360/task/30374/stat : 30374 (java) S 30358 30358 28879 0 -1 1077944384 5297 0 0 0 197 2 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819497777520 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30375] ppid=30358 vsize=28834900 memory=0 CPUtime=1.85 cores=0-7
/proc/30360/task/30375/stat : 30375 (java) S 30358 30358 28879 0 -1 1077944384 4227 0 0 0 184 1 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819496724720 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30376] ppid=30358 vsize=28834900 memory=0 CPUtime=2.05 cores=0-7
/proc/30360/task/30376/stat : 30376 (java) S 30358 30358 28879 0 -1 1077944384 5061 0 0 0 203 2 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819495671920 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30377] ppid=30358 vsize=28834900 memory=140386979023504 CPUtime=0.63 cores=0-7
/proc/30360/task/30377/stat : 30377 (java) S 30358 30358 28879 0 -1 1077944384 3426 0 0 0 62 1 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819494619120 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30378] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30378/stat : 30378 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819493567584 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30379] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30379/stat : 30379 (java) S 30358 30358 28879 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 28 0 475906857 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819492514864 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30599] ppid=30358 vsize=28834900 memory=0 CPUtime=2.05 cores=0-7
/proc/30360/task/30599/stat : 30599 (java) R 30358 30358 28879 0 -1 4202560 48 0 0 0 205 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819479321880 139820534545662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30600] ppid=30358 vsize=28834900 memory=0 CPUtime=2.01 cores=0-7
/proc/30360/task/30600/stat : 30600 (java) R 30358 30358 28879 0 -1 4202560 60 0 0 0 201 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819475114440 139820536272084 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30601] ppid=30358 vsize=28834900 memory=0 CPUtime=2.05 cores=0-7
/proc/30360/task/30601/stat : 30601 (java) R 30358 30358 28879 0 -1 4202560 148 0 0 0 205 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819476164528 139820535117168 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30602] ppid=30358 vsize=28834900 memory=0 CPUtime=2.04 cores=0-7
/proc/30360/task/30602/stat : 30602 (java) R 30358 30358 28879 0 -1 4202560 80 0 0 0 204 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819477217584 139820534545169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30603] ppid=30358 vsize=28834900 memory=0 CPUtime=2.05 cores=0-7
/proc/30360/task/30603/stat : 30603 (java) R 30358 30358 28879 0 -1 4202560 108 0 0 0 205 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819480375472 139820534931499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30604] ppid=30358 vsize=28834900 memory=0 CPUtime=2.03 cores=0-7
/proc/30360/task/30604/stat : 30604 (java) R 30358 30358 28879 0 -1 4202560 49 0 0 0 203 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819483532720 139820536910936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30605] ppid=30358 vsize=28834900 memory=0 CPUtime=2.05 cores=0-7
/proc/30360/task/30605/stat : 30605 (java) R 30358 30358 28879 0 -1 4202560 82 0 0 0 205 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819482481448 139820534544486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30606] ppid=30358 vsize=28834900 memory=6944656592455360604 CPUtime=1.85 cores=0-7
/proc/30360/task/30606/stat : 30606 (java) R 30358 30358 28879 0 -1 4202560 92 0 0 0 185 0 0 0 20 0 28 0 475907305 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819481429016 139820534544920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
Current children cumulated CPU time: 48.5 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 231004 KiB

[startup+6.70112 s]
/proc/loadavg: 8.13 5.01 3.30 9/218 30606
/proc/meminfo: memFree=16204156/32770624 swapFree=66955320/67108860
[pid=30358] ppid=30355 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30358/stat : 30358 (xcsp3-exec) S 30355 30358 28879 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475906850 115843072 363 33554432000 4194304 5098028 140726179122288 140726179120392 139643800343164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30744576 140726179124049 140726179124309 140726179124309 140726179127238 0
/proc/30358/statm: 28282 363 305 221 0 87 0
[pid=30360] ppid=30358 vsize=28834900 memory=229552 CPUtime=49.3 cores=0-7
/proc/30360/stat : 30360 (java) S 30358 30358 28879 0 -1 1077944320 35247 0 0 0 4908 22 0 0 20 0 28 0 475906850 29526937600 57388 33554432000 4194304 4196468 140727113078576 140727113061120 139820904029943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
/proc/30360/statm: 7208725 57388 3509 1 0 7169825 0
[pid=30360/tid=30361] ppid=30358 vsize=28834900 memory=0 CPUtime=0.58 cores=0-7
/proc/30360/task/30361/stat : 30361 (java) S 30358 30358 28879 0 -1 1077944384 9311 0 0 0 54 4 0 0 20 0 28 0 475906851 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820908270720 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30362] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30362/stat : 30362 (java) S 30358 30358 28879 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820856650896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30363] ppid=30358 vsize=28834900 memory=280773958642464 CPUtime=0 cores=0-7
/proc/30360/task/30363/stat : 30363 (java) S 30358 30358 28879 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820855598096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30364] ppid=30358 vsize=28834900 memory=132570138282218 CPUtime=0 cores=0-7
/proc/30360/task/30364/stat : 30364 (java) S 30358 30358 28879 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820854545296 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30365] ppid=30358 vsize=28834900 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30360/task/30365/stat : 30365 (java) S 30358 30358 28879 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820853492496 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30366] ppid=30358 vsize=28834900 memory=1408 CPUtime=0 cores=0-7
/proc/30360/task/30366/stat : 30366 (java) S 30358 30358 28879 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820852439696 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30367] ppid=30358 vsize=28834900 memory=2688 CPUtime=0 cores=0-7
/proc/30360/task/30367/stat : 30367 (java) S 30358 30358 28879 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820851386896 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30368] ppid=30358 vsize=28834900 memory=1452 CPUtime=0 cores=0-7
/proc/30360/task/30368/stat : 30368 (java) S 30358 30358 28879 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820850334096 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30369] ppid=30358 vsize=28834900 memory=236532 CPUtime=0 cores=0-7
/proc/30360/task/30369/stat : 30369 (java) S 30358 30358 28879 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 475906852 29526937600 57388 33554432000 4194304 4196468 140727113078576 139820447684880 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30370] ppid=30358 vsize=28834900 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30360/task/30370/stat : 30370 (java) S 30358 30358 28879 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 28 0 475906853 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819501988720 139820904041090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30371] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30371/stat : 30371 (java) S 30358 30358 28879 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 475906853 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819500934752 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30372] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30372/stat : 30372 (java) S 30358 30358 28879 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 475906854 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819499881856 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30373] ppid=30358 vsize=28834900 memory=0 CPUtime=0 cores=0-7
/proc/30360/task/30373/stat : 30373 (java) S 30358 30358 28879 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819498830160 139820904048539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30374] ppid=30358 vsize=28834900 memory=0 CPUtime=1.99 cores=0-7
/proc/30360/task/30374/stat : 30374 (java) S 30358 30358 28879 0 -1 1077944384 5297 0 0 0 197 2 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819497777520 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30375] ppid=30358 vsize=28834900 memory=1452 CPUtime=1.85 cores=0-7
/proc/30360/task/30375/stat : 30375 (java) S 30358 30358 28879 0 -1 1077944384 4227 0 0 0 184 1 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819496724720 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30376] ppid=30358 vsize=28834900 memory=213784 CPUtime=2.05 cores=0-7
/proc/30360/task/30376/stat : 30376 (java) S 30358 30358 28879 0 -1 1077944384 5061 0 0 0 203 2 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819495671920 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30377] ppid=30358 vsize=28834900 memory=0 CPUtime=0.63 cores=0-7
/proc/30360/task/30377/stat : 30377 (java) S 30358 30358 28879 0 -1 1077944384 3426 0 0 0 62 1 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819494619120 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30378] ppid=30358 vsize=28834900 memory=14056 CPUtime=0 cores=0-7
/proc/30360/task/30378/stat : 30378 (java) S 30358 30358 28879 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475906856 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819493567584 139820904040149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30379] ppid=30358 vsize=28834900 memory=2116 CPUtime=0 cores=0-7
/proc/30360/task/30379/stat : 30379 (java) S 30358 30358 28879 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 28 0 475906857 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819492514864 139820904041090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30599] ppid=30358 vsize=28834900 memory=516 CPUtime=2.15 cores=0-7
/proc/30360/task/30599/stat : 30599 (java) R 30358 30358 28879 0 -1 4202560 48 0 0 0 215 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819479321880 139820536271363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30600] ppid=30358 vsize=28834900 memory=1556 CPUtime=2.11 cores=0-7
/proc/30360/task/30600/stat : 30600 (java) R 30358 30358 28879 0 -1 4202560 60 0 0 0 211 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819475114440 139820535159739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30601] ppid=30358 vsize=28834900 memory=63 CPUtime=2.15 cores=0-7
/proc/30360/task/30601/stat : 30601 (java) R 30358 30358 28879 0 -1 4202560 149 0 0 0 215 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819476164664 139820534544649 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30602] ppid=30358 vsize=28834900 memory=0 CPUtime=2.14 cores=0-7
/proc/30360/task/30602/stat : 30602 (java) R 30358 30358 28879 0 -1 4202560 88 0 0 0 214 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819477217584 139820534545584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30603] ppid=30358 vsize=28834900 memory=0 CPUtime=2.15 cores=0-7
/proc/30360/task/30603/stat : 30603 (java) R 30358 30358 28879 0 -1 4202560 109 0 0 0 215 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819480375472 139820535237996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30604] ppid=30358 vsize=28834900 memory=196 CPUtime=2.13 cores=0-7
/proc/30360/task/30604/stat : 30604 (java) R 30358 30358 28879 0 -1 4202560 49 0 0 0 213 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819483532856 139820534544840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30605] ppid=30358 vsize=28834900 memory=191 CPUtime=2.15 cores=0-7
/proc/30360/task/30605/stat : 30605 (java) R 30358 30358 28879 0 -1 4202560 83 0 0 0 215 0 0 0 20 0 28 0 475907304 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819482481448 139820536847780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
[pid=30360/tid=30606] ppid=30358 vsize=28834900 memory=196 CPUtime=1.95 cores=0-7
/proc/30360/task/30606/stat : 30606 (java) R 30358 30358 28879 0 -1 4202560 92 0 0 0 195 0 0 0 20 0 28 0 475907305 29526937600 57388 33554432000 4194304 4196468 140727113078576 139819481429016 139820534545188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14946304 140727113081814 140727113081990 140727113081990 140727113084879 0
Current children cumulated CPU time: 49.3 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 231004 KiB

Child status: 0
Real time (s): 6.78485
CPU time (s): 49.8988
CPU user time (s): 49.6574
CPU system time (s): 0.241417
CPU usage (%): 735.445
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 238048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.6574
system time used= 0.241417
maximum resident set size= 236712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5764
involuntary context switches= 1208


# summary of solver processes directly reported to runsolver:
#   pid: 30358
#   total CPU time (s): 49.8988
#   total CPU user time (s): 49.6574
#   total CPU system time (s): 0.241417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071559 second user time and 0.123712 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-20 17:19:50
IDJOB=4404610
IDBENCH=123040
IDSOLVER=2865
FILE ID=node105/4404610-1568996488
RUNJOBID= node105-1568992392-28906
PBS_JOBID= 21704735
Free space on /var/tmp= 13180 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15c.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 /var/tmp/evaluation-result-4404610-1568996488/watcher-4404610-1568996488 -o /var/tmp/evaluation-result-4404610-1568996488/solver-4404610-1568996488 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node105-1568992392-28906 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1630927543 HOME/instance-4404610-1568996488.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=1630927543

node105.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.00
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.00
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.00
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.00
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:        16421044 kB
MemAvailable:   31809048 kB
Buffers:          142196 kB
Cached:         15187488 kB
SwapCached:        49488 kB
Active:          7590896 kB
Inactive:        7790144 kB
Active(anon):       2360 kB
Inactive(anon):    93940 kB
Active(file):    7588536 kB
Inactive(file):  7696204 kB
Unevictable:      110952 kB
Mlocked:          110952 kB
SwapTotal:      67108860 kB
SwapFree:       66955320 kB
Dirty:             25860 kB
Writeback:             0 kB
AnonPages:        267728 kB
Mapped:            47708 kB
Shmem:             36672 kB
Slab:             560252 kB
SReclaimable:     531724 kB
SUnreclaim:        28528 kB
KernelStack:        3856 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13152 MiB
End job on node105 at 2019-09-20 17:19:57