Trace number 4271583

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 4.0.5 par (2017-08-09)OPT932 100.383 16.078699

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-00.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark5.9264202
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271583-1502644377.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271583-1502644377.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
0.74/0.43	c solve instance...
0.74/0.45	o 360 
0.74/0.46	o 640 
0.74/0.46	o 664 
0.74/0.46	o 690 
0.74/0.47	o 711 
0.74/0.48	o 779 
0.74/0.49	o 809 
0.74/0.49	o 817 
0.74/0.52	o 840 
1.27/0.54	o 859 
1.27/0.54	o 868 
1.27/0.55	o 876 
1.27/0.59	o 879 
3.39/0.85	o 892 
3.39/0.85	o 895 
4.08/0.96	o 901 
4.08/0.98	o 907 
4.90/1.06	o 908 
4.90/1.07	o 912 
9.86/1.85	o 917 
12.76/2.37	o 920 
15.15/2.75	o 921 
19.98/3.57	o 927 
20.59/3.62	o 932 
99.96/16.07	s OPTIMUM FOUND
99.96/16.07	v <instantiation>
99.96/16.07	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] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
99.96/16.07	v 	<values>1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 </values>
99.96/16.07	v </instantiation>

Verifier Data

OK	932

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271583-1502644377/watcher-4271583-1502644377 -o /tmp/evaluation-result-4271583-1502644377/solver-4271583-1502644377 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 380464812 HOME/instance-4271583-1502644377.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=15363, runsolver pid=15360
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 7.02 6.80 6.06 3/199 15384
/proc/meminfo: memFree=28575084/32770624 swapFree=67108860/67108860
[pid=15363] ppid=15360 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15363/stat : 15363 (xcsp3-exec) S 15360 15363 4410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97525608 9740288 346 33554432000 4194304 5098028 140728492622896 140728492621000 140408928735868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38637568 140728492627051 140728492627260 140728492627260 140728492629995 0
/proc/15363/statm: 2378 346 289 221 0 87 0
[pid=15365] ppid=15363 vsize=25999808 memory=27116 CPUtime=0.11 cores=0-7
/proc/15365/stat : 15365 (java) S 15363 15363 4410 0 -1 1077944320 5584 0 0 0 10 1 0 0 20 0 20 0 97525609 26623803392 6779 33554432000 4194304 4196468 140725993110176 140725993092720 140121735876343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
/proc/15365/statm: 6499952 6779 2898 1 0 6488269 0
[pid=15365/tid=15366] ppid=15363 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/15365/task/15366/stat : 15366 (java) R 15363 15363 4410 0 -1 4202560 3590 0 0 0 8 0 0 0 20 0 20 0 97525609 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121740109616 140121719919973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15367] ppid=15363 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15365/task/15367/stat : 15367 (java) S 15363 15363 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121698982416 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15368] ppid=15363 vsize=25999808 memory=140648129042048 CPUtime=0 cores=0-7
/proc/15365/task/15368/stat : 15368 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121293060752 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15369] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15369/stat : 15369 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121292007696 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15370] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15370/stat : 15370 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121290955152 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15371] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15371/stat : 15371 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121289903120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15372] ppid=15363 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15365/task/15372/stat : 15372 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121288850576 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15373] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15373/stat : 15373 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121287797520 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15374] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15374/stat : 15374 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26623803392 6779 33554432000 4194304 4196468 140725993110176 140121286744976 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15375] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15375/stat : 15375 (java) S 15363 15363 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97525611 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120075221232 140121735887490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15376] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15376/stat : 15376 (java) S 15363 15363 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97525612 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120074167456 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15377] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15377/stat : 15377 (java) S 15363 15363 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97525612 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120073114352 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15378] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15378/stat : 15378 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525614 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120072062928 140121735894939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15379] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15379/stat : 15379 (java) S 15363 15363 4410 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 97525614 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120071011056 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15380] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15380/stat : 15380 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525614 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120069958512 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15381] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15381/stat : 15381 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525614 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120068905456 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15382] ppid=15363 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15365/task/15382/stat : 15382 (java) S 15363 15363 4410 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 97525614 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120067852912 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15383] ppid=15363 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15383/stat : 15383 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525615 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120066800096 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15384] ppid=15363 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15365/task/15384/stat : 15384 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525615 26623803392 6779 33554432000 4194304 4196468 140725993110176 140120065747632 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28500 KiB

[startup+0.210391 s]*
/proc/loadavg: 7.02 6.80 6.06 2/199 15384
/proc/meminfo: memFree=28563292/32770624 swapFree=67108860/67108860
[pid=15363] ppid=15360 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15363/stat : 15363 (xcsp3-exec) S 15360 15363 4410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97525608 9740288 346 33554432000 4194304 5098028 140728492622896 140728492621000 140408928735868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38637568 140728492627051 140728492627260 140728492627260 140728492629995 0
/proc/15363/statm: 2378 346 289 221 0 87 0
[pid=15365] ppid=15363 vsize=26004064 memory=39280 CPUtime=0.33 cores=0-7
/proc/15365/stat : 15365 (java) S 15363 15363 4410 0 -1 1077944320 8378 0 0 0 31 2 0 0 20 0 20 0 97525609 26628161536 9820 33554432000 4194304 4196468 140725993110176 140725993092720 140121735876343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
/proc/15365/statm: 6501016 9820 3059 1 0 6488269 0
[pid=15365/tid=15366] ppid=15363 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15365/task/15366/stat : 15366 (java) R 15363 15363 4410 0 -1 4202560 5445 0 0 0 19 1 0 0 20 0 20 0 97525609 26628161536 9820 33554432000 4194304 4196468 140725993110176 140121740078064 140121728555565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15367] ppid=15363 vsize=26004096 memory=330 CPUtime=0 cores=0-7
/proc/15365/task/15367/stat : 15367 (java) S 15363 15363 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97525610 26628194304 9820 33554432000 4194304 4196468 140725993110176 140121698982416 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15368] ppid=15363 vsize=26004096 memory=3761267772328842912 CPUtime=0 cores=0-7
/proc/15365/task/15368/stat : 15368 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525610 26628194304 9820 33554432000 4194304 4196468 140725993110176 140121293060752 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15369] ppid=15363 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/15365/task/15369/stat : 15369 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628194304 9840 33554432000 4194304 4196468 140725993110176 140121292007696 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15370] ppid=15363 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15370/stat : 15370 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628161536 9840 33554432000 4194304 4196468 140725993110176 140121290955152 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15371] ppid=15363 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15371/stat : 15371 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628161536 9840 33554432000 4194304 4196468 140725993110176 140121289903120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15372] ppid=15363 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15365/task/15372/stat : 15372 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628161536 9840 33554432000 4194304 4196468 140725993110176 140121288850576 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15373] ppid=15363 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15373/stat : 15373 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628161536 9840 33554432000 4194304 4196468 140725993110176 140121287797520 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15374] ppid=15363 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15374/stat : 15374 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628161536 9840 33554432000 4194304 4196468 140725993110176 140121286744976 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15375] ppid=15363 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15375/stat : 15375 (java) S 15363 15363 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97525611 26628194304 9840 33554432000 4194304 4196468 140725993110176 140120075221232 140121735887490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15376] ppid=15363 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15376/stat : 15376 (java) S 15363 15363 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97525612 26628194304 9840 33554432000 4194304 4196468 140725993110176 140120074167456 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15377] ppid=15363 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15377/stat : 15377 (java) S 15363 15363 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97525612 26628161536 9840 33554432000 4194304 4196468 140725993110176 140120073114352 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15378] ppid=15363 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15378/stat : 15378 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525614 26628161536 9840 33554432000 4194304 4196468 140725993110176 140120072062928 140121735894939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15379] ppid=15363 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/15365/task/15379/stat : 15379 (java) S 15363 15363 4410 0 -1 1077944384 696 0 0 0 2 0 0 0 20 0 20 0 97525614 26628161536 9840 33554432000 4194304 4196468 140725993110176 140120071011056 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15380] ppid=15363 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15365/task/15380/stat : 15380 (java) S 15363 15363 4410 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 97525614 26628161536 9840 33554432000 4194304 4196468 140725993110176 140120069958512 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15381] ppid=15363 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/15365/task/15381/stat : 15381 (java) S 15363 15363 4410 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 20 0 97525614 26628161536 9840 33554432000 4194304 4196468 140725993110176 140120068905456 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15382] ppid=15363 vsize=26004096 memory=-1 CPUtime=0.07 cores=0-7
/proc/15365/task/15382/stat : 15382 (java) S 15363 15363 4410 0 -1 1077944384 753 0 0 0 7 0 0 0 20 0 20 0 97525614 26628194304 9840 33554432000 4194304 4196468 140725993110176 140120067852912 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15383] ppid=15363 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15383/stat : 15383 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525615 26628194304 9840 33554432000 4194304 4196468 140725993110176 140120066800096 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15384] ppid=15363 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15365/task/15384/stat : 15384 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525615 26628161536 9840 33554432000 4194304 4196468 140725993110176 140120065747632 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40664 KiB

[startup+0.310431 s]*
/proc/loadavg: 7.02 6.80 6.06 2/199 15384
/proc/meminfo: memFree=28557088/32770624 swapFree=67108860/67108860
[pid=15363] ppid=15360 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15363/stat : 15363 (xcsp3-exec) S 15360 15363 4410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97525608 9740288 346 33554432000 4194304 5098028 140728492622896 140728492621000 140408928735868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38637568 140728492627051 140728492627260 140728492627260 140728492629995 0
/proc/15363/statm: 2378 346 289 221 0 87 0
[pid=15365] ppid=15363 vsize=26004140 memory=46060 CPUtime=0.49 cores=0-7
/proc/15365/stat : 15365 (java) S 15363 15363 4410 0 -1 1077944320 9244 0 0 0 46 3 0 0 20 0 20 0 97525609 26628239360 11515 33554432000 4194304 4196468 140725993110176 140725993092720 140121735876343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
/proc/15365/statm: 6501035 11515 3075 1 0 6488269 0
[pid=15365/tid=15366] ppid=15363 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15365/task/15366/stat : 15366 (java) R 15363 15363 4410 0 -1 4202560 6236 0 0 0 27 2 0 0 20 0 20 0 97525609 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121740108704 140121719956830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15367] ppid=15363 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15367/stat : 15367 (java) S 15363 15363 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121698982416 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15368] ppid=15363 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15368/stat : 15368 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121293060752 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15369] ppid=15363 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15369/stat : 15369 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121292007696 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15370] ppid=15363 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15370/stat : 15370 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121290955152 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15371] ppid=15363 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/15365/task/15371/stat : 15371 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121289903120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15372] ppid=15363 vsize=26004140 memory=140648032334767 CPUtime=0 cores=0-7
/proc/15365/task/15372/stat : 15372 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121288850576 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15373] ppid=15363 vsize=26004140 memory=140648032337072 CPUtime=0 cores=0-7
/proc/15365/task/15373/stat : 15373 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121287797520 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15374] ppid=15363 vsize=26004140 memory=140648032339376 CPUtime=0 cores=0-7
/proc/15365/task/15374/stat : 15374 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525610 26628239360 11515 33554432000 4194304 4196468 140725993110176 140121286744976 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15375] ppid=15363 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15375/stat : 15375 (java) S 15363 15363 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97525611 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120075221232 140121735887490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15376] ppid=15363 vsize=26004140 memory=281296064685712 CPUtime=0 cores=0-7
/proc/15365/task/15376/stat : 15376 (java) S 15363 15363 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97525612 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120074167456 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15377] ppid=15363 vsize=26004140 memory=281296064692624 CPUtime=0 cores=0-7
/proc/15365/task/15377/stat : 15377 (java) S 15363 15363 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97525612 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120073114352 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15378] ppid=15363 vsize=26004140 memory=281296064633904 CPUtime=0 cores=0-7
/proc/15365/task/15378/stat : 15378 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525614 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120072062928 140121735894939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15379] ppid=15363 vsize=26004140 memory=281296064706448 CPUtime=0.03 cores=0-7
/proc/15365/task/15379/stat : 15379 (java) S 15363 15363 4410 0 -1 1077944384 698 0 0 0 3 0 0 0 20 0 20 0 97525614 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120071011056 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15380] ppid=15363 vsize=26004140 memory=281296064713360 CPUtime=0.01 cores=0-7
/proc/15365/task/15380/stat : 15380 (java) S 15363 15363 4410 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 97525614 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120069958512 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15381] ppid=15363 vsize=26004140 memory=281296064711056 CPUtime=0.02 cores=0-7
/proc/15365/task/15381/stat : 15381 (java) S 15363 15363 4410 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 20 0 97525614 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120068905456 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15382] ppid=15363 vsize=26004140 memory=281296064727216 CPUtime=0.11 cores=0-7
/proc/15365/task/15382/stat : 15382 (java) S 15363 15363 4410 0 -1 1077944384 811 0 0 0 11 0 0 0 20 0 20 0 97525614 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120067852912 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15383] ppid=15363 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15383/stat : 15383 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97525615 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120066800096 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15384] ppid=15363 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/15365/task/15384/stat : 15384 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97525615 26628239360 11515 33554432000 4194304 4196468 140725993110176 140120065747632 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47444 KiB

[startup+0.709986 s]
/proc/loadavg: 7.02 6.80 6.06 10/207 15456
/proc/meminfo: memFree=28438820/32770624 swapFree=67108860/67108860
[pid=15363] ppid=15360 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15363/stat : 15363 (xcsp3-exec) S 15360 15363 4410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97525608 9740288 346 33554432000 4194304 5098028 140728492622896 140728492621000 140408928735868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38637568 140728492627051 140728492627260 140728492627260 140728492629995 0
/proc/15363/statm: 2378 346 289 221 0 87 0
[pid=15365] ppid=15363 vsize=26605264 memory=176808 CPUtime=2.64 cores=0-7
/proc/15365/stat : 15365 (java) S 15363 15363 4410 0 -1 1077944320 15883 0 0 0 255 9 0 0 20 0 28 0 97525609 27243790336 44202 33554432000 4194304 4196468 140725993110176 140725993092720 140121735876343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
/proc/15365/statm: 6651316 44202 3235 1 0 6638550 0
[pid=15365/tid=15366] ppid=15363 vsize=26605264 memory=0 CPUtime=0.42 cores=0-7
/proc/15365/task/15366/stat : 15366 (java) S 15363 15363 4410 0 -1 1077944384 6711 0 0 0 40 2 0 0 20 0 28 0 97525609 27243790336 44202 33554432000 4194304 4196468 140725993110176 140121740117120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15367] ppid=15363 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15367/stat : 15367 (java) S 15363 15363 4410 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 97525610 27243790336 44202 33554432000 4194304 4196468 140725993110176 140121698982416 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15368] ppid=15363 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15368/stat : 15368 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97525610 27243790336 44202 33554432000 4194304 4196468 140725993110176 140121293060752 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15369] ppid=15363 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15369/stat : 15369 (java) S 15363 15363 4410 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 97525610 27243790336 44202 33554432000 4194304 4196468 140725993110176 140121292007696 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0

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

[pid=15365/tid=15382] ppid=15363 vsize=26605264 memory=140648032847536 CPUtime=0.4 cores=0-7
/proc/15365/task/15382/stat : 15382 (java) S 15363 15363 4410 0 -1 1077944384 2246 0 0 0 40 0 0 0 20 0 28 0 97525614 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120067852912 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15383] ppid=15363 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15383/stat : 15383 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97525615 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120066800096 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15384] ppid=15363 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/15365/task/15384/stat : 15384 (java) S 15363 15363 4410 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 97525615 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120065747632 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15577] ppid=15363 vsize=26605264 memory=0 CPUtime=9.13 cores=0-7
/proc/15365/task/15577/stat : 15577 (java) S 15363 15363 4410 0 -1 1077944384 130 0 0 0 879 34 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120055634496 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15578] ppid=15363 vsize=26605264 memory=0 CPUtime=9.37 cores=0-7
/proc/15365/task/15578/stat : 15578 (java) R 15363 15363 4410 0 -1 4202560 132 0 0 0 903 34 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120050372352 140121375757926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15579] ppid=15363 vsize=26605264 memory=1384 CPUtime=8.88 cores=0-7
/proc/15365/task/15579/stat : 15579 (java) R 15363 15363 4410 0 -1 4202560 383 0 0 0 853 35 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120057741696 140121375392940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15580] ppid=15363 vsize=26605264 memory=206424 CPUtime=9.24 cores=0-7
/proc/15365/task/15580/stat : 15580 (java) S 15363 15363 4410 0 -1 1077944384 196 0 0 0 896 28 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120049320448 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15581] ppid=15363 vsize=26605264 memory=4100 CPUtime=9.28 cores=0-7
/proc/15365/task/15581/stat : 15581 (java) R 15363 15363 4410 0 -1 4202560 682 0 0 0 894 34 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120054583424 140121735897690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15582] ppid=15363 vsize=26605264 memory=1156 CPUtime=8.72 cores=0-7
/proc/15365/task/15582/stat : 15582 (java) R 15363 15363 4410 0 -1 4202560 98 0 0 0 830 42 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120056688896 140121373143211 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15583] ppid=15363 vsize=26605264 memory=3052 CPUtime=8.94 cores=0-7
/proc/15365/task/15583/stat : 15583 (java) R 15363 15363 4410 0 -1 1077944384 160 0 0 0 854 40 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120052477824 140121735886549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15584] ppid=15363 vsize=26605264 memory=1384 CPUtime=9.83 cores=0-7
/proc/15365/task/15584/stat : 15584 (java) R 15363 15363 4410 0 -1 4202560 375 0 0 0 964 19 0 0 20 0 28 0 97525971 27243790336 51606 33554432000 4194304 4196468 140725993110176 140120051425280 140121375904457 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
Current children cumulated CPU time: 94.7 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 207808 KiB

[startup+15.601 s]
/proc/loadavg: 7.00 6.81 6.08 8/207 15584
/proc/meminfo: memFree=28395828/32770624 swapFree=67108860/67108860
[pid=15363] ppid=15360 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15363/stat : 15363 (xcsp3-exec) S 15360 15363 4410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97525608 9740288 346 33554432000 4194304 5098028 140728492622896 140728492621000 140408928735868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38637568 140728492627051 140728492627260 140728492627260 140728492629995 0
/proc/15363/statm: 2378 346 289 221 0 87 0
[pid=15365] ppid=15363 vsize=26605264 memory=208984 CPUtime=97.34 cores=0-7
/proc/15365/stat : 15365 (java) S 15363 15363 4410 0 -1 1077944320 28571 0 0 0 9375 359 0 0 20 0 28 0 97525609 27243790336 52246 33554432000 4194304 4196468 140725993110176 140725993092720 140121735876343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
/proc/15365/statm: 6651316 52246 3262 1 0 6638550 0
[pid=15365/tid=15366] ppid=15363 vsize=26605264 memory=6760 CPUtime=0.42 cores=0-7
/proc/15365/task/15366/stat : 15366 (java) S 15363 15363 4410 0 -1 1077944384 6711 0 0 0 40 2 0 0 20 0 28 0 97525609 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121740117120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15367] ppid=15363 vsize=26605264 memory=840 CPUtime=0.03 cores=0-7
/proc/15365/task/15367/stat : 15367 (java) S 15363 15363 4410 0 -1 1077944384 211 0 0 0 2 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121698982416 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15368] ppid=15363 vsize=26605264 memory=1296 CPUtime=0.03 cores=0-7
/proc/15365/task/15368/stat : 15368 (java) S 15363 15363 4410 0 -1 1077944384 78 0 0 0 2 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121293060752 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15369] ppid=15363 vsize=26605264 memory=2428 CPUtime=0.04 cores=0-7
/proc/15365/task/15369/stat : 15369 (java) S 15363 15363 4410 0 -1 1077944384 425 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121292007696 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15370] ppid=15363 vsize=26605264 memory=1728 CPUtime=0.04 cores=0-7
/proc/15365/task/15370/stat : 15370 (java) S 15363 15363 4410 0 -1 1077944384 86 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121290955152 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15371] ppid=15363 vsize=26605264 memory=1716 CPUtime=0.05 cores=0-7
/proc/15365/task/15371/stat : 15371 (java) S 15363 15363 4410 0 -1 1077944384 235 0 0 0 3 2 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121289903120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15372] ppid=15363 vsize=26605264 memory=796 CPUtime=0.04 cores=0-7
/proc/15365/task/15372/stat : 15372 (java) S 15363 15363 4410 0 -1 1077944384 185 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121288850576 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15373] ppid=15363 vsize=26605264 memory=1952 CPUtime=0.04 cores=0-7
/proc/15365/task/15373/stat : 15373 (java) S 15363 15363 4410 0 -1 1077944384 244 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121287797520 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15374] ppid=15363 vsize=26605264 memory=1200 CPUtime=0.04 cores=0-7
/proc/15365/task/15374/stat : 15374 (java) S 15363 15363 4410 0 -1 1077944384 152 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121286744976 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15375] ppid=15363 vsize=26605264 memory=1296 CPUtime=0.02 cores=0-7
/proc/15365/task/15375/stat : 15375 (java) S 15363 15363 4410 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 28 0 97525611 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120075221232 140121735887490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15376] ppid=15363 vsize=26605264 memory=2428 CPUtime=0 cores=0-7
/proc/15365/task/15376/stat : 15376 (java) S 15363 15363 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 97525612 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120074167520 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15377] ppid=15363 vsize=26605264 memory=2340 CPUtime=0 cores=0-7
/proc/15365/task/15377/stat : 15377 (java) S 15363 15363 4410 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 97525612 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120073114352 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15378] ppid=15363 vsize=26605264 memory=1580 CPUtime=0 cores=0-7
/proc/15365/task/15378/stat : 15378 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120072062928 140121735894939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15379] ppid=15363 vsize=26605264 memory=928 CPUtime=0.71 cores=0-7
/proc/15365/task/15379/stat : 15379 (java) S 15363 15363 4410 0 -1 1077944384 4178 0 0 0 70 1 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120071011056 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15380] ppid=15363 vsize=26605264 memory=2240 CPUtime=0.71 cores=0-7
/proc/15365/task/15380/stat : 15380 (java) S 15363 15363 4410 0 -1 1077944384 3379 0 0 0 71 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120069958512 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15381] ppid=15363 vsize=26605264 memory=4128 CPUtime=0.72 cores=0-7
/proc/15365/task/15381/stat : 15381 (java) S 15363 15363 4410 0 -1 1077944384 2767 0 0 0 72 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120068905456 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15382] ppid=15363 vsize=26605264 memory=2196 CPUtime=0.4 cores=0-7
/proc/15365/task/15382/stat : 15382 (java) S 15363 15363 4410 0 -1 1077944384 2246 0 0 0 40 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120067852912 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15383] ppid=15363 vsize=26605264 memory=6760 CPUtime=0 cores=0-7
/proc/15365/task/15383/stat : 15383 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97525615 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120066800096 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15384] ppid=15363 vsize=26605264 memory=840 CPUtime=0 cores=0-7
/proc/15365/task/15384/stat : 15384 (java) S 15363 15363 4410 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 97525615 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120065747632 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15577] ppid=15363 vsize=26605264 memory=1692 CPUtime=9.46 cores=0-7
/proc/15365/task/15577/stat : 15577 (java) R 15363 15363 4410 0 -1 4202560 130 0 0 0 911 35 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120055634400 140121735888278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15578] ppid=15363 vsize=26605264 memory=916 CPUtime=9.68 cores=0-7
/proc/15365/task/15578/stat : 15578 (java) R 15363 15363 4410 0 -1 4202560 132 0 0 0 932 36 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120050372256 140121735897690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15579] ppid=15363 vsize=26605264 memory=4524 CPUtime=9.2 cores=0-7
/proc/15365/task/15579/stat : 15579 (java) R 15363 15363 4410 0 -1 1077944384 383 0 0 0 884 36 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120057741696 140121735886549 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15580] ppid=15363 vsize=26605264 memory=4100 CPUtime=9.56 cores=0-7
/proc/15365/task/15580/stat : 15580 (java) R 15363 15363 4410 0 -1 4202560 196 0 0 0 926 30 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120049320448 140121735888278 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15581] ppid=15363 vsize=26605264 memory=1156 CPUtime=9.61 cores=0-7
/proc/15365/task/15581/stat : 15581 (java) R 15363 15363 4410 0 -1 4202560 683 0 0 0 925 36 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120054583424 140121735897690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15582] ppid=15363 vsize=26605264 memory=3052 CPUtime=9.05 cores=0-7
/proc/15365/task/15582/stat : 15582 (java) S 15363 15363 4410 0 -1 1077944384 98 0 0 0 862 43 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120056688896 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15583] ppid=15363 vsize=26605264 memory=1384 CPUtime=9.25 cores=0-7
/proc/15365/task/15583/stat : 15583 (java) R 15363 15363 4410 0 -1 4202560 161 0 0 0 884 41 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120052477824 140121735897690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15584] ppid=15363 vsize=26605264 memory=208992 CPUtime=10.18 cores=0-7
/proc/15365/task/15584/stat : 15584 (java) S 15363 15363 4410 0 -1 1077944384 407 0 0 0 998 20 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120051425280 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
Current children cumulated CPU time: 97.34 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 210368 KiB

[startup+16.0011 s]*
/proc/loadavg: 7.00 6.81 6.08 8/207 15584
/proc/meminfo: memFree=28393568/32770624 swapFree=67108860/67108860
[pid=15363] ppid=15360 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15363/stat : 15363 (xcsp3-exec) S 15360 15363 4410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97525608 9740288 346 33554432000 4194304 5098028 140728492622896 140728492621000 140408928735868 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38637568 140728492627051 140728492627260 140728492627260 140728492629995 0
/proc/15363/statm: 2378 346 289 221 0 87 0
[pid=15365] ppid=15363 vsize=26605264 memory=208984 CPUtime=99.96 cores=0-7
/proc/15365/stat : 15365 (java) S 15363 15363 4410 0 -1 1077944320 28576 0 0 0 9629 367 0 0 20 0 28 0 97525609 27243790336 52246 33554432000 4194304 4196468 140725993110176 140725993092720 140121735876343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
/proc/15365/statm: 6651316 52246 3262 1 0 6638550 0
[pid=15365/tid=15366] ppid=15363 vsize=26605264 memory=4616 CPUtime=0.42 cores=0-7
/proc/15365/task/15366/stat : 15366 (java) S 15363 15363 4410 0 -1 1077944384 6711 0 0 0 40 2 0 0 20 0 28 0 97525609 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121740117120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15367] ppid=15363 vsize=26605264 memory=4872558044660077418 CPUtime=0.03 cores=0-7
/proc/15365/task/15367/stat : 15367 (java) S 15363 15363 4410 0 -1 1077944384 212 0 0 0 2 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121698982416 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15368] ppid=15363 vsize=26605264 memory=281296065232752 CPUtime=0.03 cores=0-7
/proc/15365/task/15368/stat : 15368 (java) S 15363 15363 4410 0 -1 1077944384 78 0 0 0 2 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121293060752 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15369] ppid=15363 vsize=26605264 memory=9162 CPUtime=0.04 cores=0-7
/proc/15365/task/15369/stat : 15369 (java) S 15363 15363 4410 0 -1 1077944384 425 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121292007696 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15370] ppid=15363 vsize=26605264 memory=23503 CPUtime=0.04 cores=0-7
/proc/15365/task/15370/stat : 15370 (java) S 15363 15363 4410 0 -1 1077944384 86 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121290955152 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15371] ppid=15363 vsize=26605264 memory=11825 CPUtime=0.05 cores=0-7
/proc/15365/task/15371/stat : 15371 (java) S 15363 15363 4410 0 -1 1077944384 235 0 0 0 3 2 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121289903120 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15372] ppid=15363 vsize=26605264 memory=4559449 CPUtime=0.04 cores=0-7
/proc/15365/task/15372/stat : 15372 (java) S 15363 15363 4410 0 -1 1077944384 187 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121288850576 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15373] ppid=15363 vsize=26605264 memory=7883386690753356889 CPUtime=0.04 cores=0-7
/proc/15365/task/15373/stat : 15373 (java) S 15363 15363 4410 0 -1 1077944384 244 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121287797520 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15374] ppid=15363 vsize=26605264 memory=7883386690753356889 CPUtime=0.04 cores=0-7
/proc/15365/task/15374/stat : 15374 (java) S 15363 15363 4410 0 -1 1077944384 153 0 0 0 3 1 0 0 20 0 28 0 97525610 27243790336 52246 33554432000 4194304 4196468 140725993110176 140121286744976 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15375] ppid=15363 vsize=26605264 memory=7883386690753356889 CPUtime=0.02 cores=0-7
/proc/15365/task/15375/stat : 15375 (java) S 15363 15363 4410 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 28 0 97525611 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120075221232 140121735887490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15376] ppid=15363 vsize=26605264 memory=7883386690753356889 CPUtime=0 cores=0-7
/proc/15365/task/15376/stat : 15376 (java) S 15363 15363 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 97525612 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120074167520 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15377] ppid=15363 vsize=26605264 memory=7451888798518237549 CPUtime=0 cores=0-7
/proc/15365/task/15377/stat : 15377 (java) S 15363 15363 4410 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 97525612 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120073114352 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15378] ppid=15363 vsize=26605264 memory=5516 CPUtime=0 cores=0-7
/proc/15365/task/15378/stat : 15378 (java) S 15363 15363 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120072062928 140121735894939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15379] ppid=15363 vsize=26605264 memory=4616 CPUtime=0.71 cores=0-7
/proc/15365/task/15379/stat : 15379 (java) S 15363 15363 4410 0 -1 1077944384 4178 0 0 0 70 1 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120071011056 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15380] ppid=15363 vsize=26605264 memory=1008 CPUtime=0.71 cores=0-7
/proc/15365/task/15380/stat : 15380 (java) S 15363 15363 4410 0 -1 1077944384 3379 0 0 0 71 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120069958512 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15381] ppid=15363 vsize=26605264 memory=11008 CPUtime=0.72 cores=0-7
/proc/15365/task/15381/stat : 15381 (java) S 15363 15363 4410 0 -1 1077944384 2767 0 0 0 72 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120068905456 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15382] ppid=15363 vsize=26605264 memory=1228 CPUtime=0.4 cores=0-7
/proc/15365/task/15382/stat : 15382 (java) S 15363 15363 4410 0 -1 1077944384 2246 0 0 0 40 0 0 0 20 0 28 0 97525614 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120067852912 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15383] ppid=15363 vsize=26605264 memory=1420 CPUtime=0 cores=0-7
/proc/15365/task/15383/stat : 15383 (java) S 15363 15363 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97525615 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120066800096 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15384] ppid=15363 vsize=26605264 memory=15872 CPUtime=0 cores=0-7
/proc/15365/task/15384/stat : 15384 (java) S 15363 15363 4410 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 97525615 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120065747632 140121735887490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15577] ppid=15363 vsize=26605264 memory=16448 CPUtime=9.8 cores=0-7
/proc/15365/task/15577/stat : 15577 (java) R 15363 15363 4410 0 -1 4202560 130 0 0 0 944 36 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120055634384 140121376034351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15578] ppid=15363 vsize=26605264 memory=15724 CPUtime=10 cores=0-7
/proc/15365/task/15578/stat : 15578 (java) R 15363 15363 4410 0 -1 4202560 133 0 0 0 963 37 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120050372352 140121376034111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15579] ppid=15363 vsize=26605264 memory=4048 CPUtime=9.52 cores=0-7
/proc/15365/task/15579/stat : 15579 (java) R 15363 15363 4410 0 -1 1077944384 383 0 0 0 914 38 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120057741696 140121735886549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15580] ppid=15363 vsize=26605264 memory=1236 CPUtime=9.89 cores=0-7
/proc/15365/task/15580/stat : 15580 (java) S 15363 15363 4410 0 -1 1077944384 196 0 0 0 958 31 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120049320448 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15581] ppid=15363 vsize=26605264 memory=6791534058613427641 CPUtime=9.94 cores=0-7
/proc/15365/task/15581/stat : 15581 (java) R 15363 15363 4410 0 -1 4202560 683 0 0 0 957 37 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120054583424 140121376361588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15582] ppid=15363 vsize=26605264 memory=281296064964352 CPUtime=9.38 cores=0-7
/proc/15365/task/15582/stat : 15582 (java) S 15363 15363 4410 0 -1 1077944384 98 0 0 0 894 44 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120056688896 140121735886549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15583] ppid=15363 vsize=26605264 memory=140648032273664 CPUtime=9.58 cores=0-7
/proc/15365/task/15583/stat : 15583 (java) R 15363 15363 4410 0 -1 4202560 161 0 0 0 915 43 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120052478216 140121376592852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
[pid=15365/tid=15584] ppid=15363 vsize=26605264 memory=140648032273760 CPUtime=10.54 cores=0-7
/proc/15365/task/15584/stat : 15584 (java) R 15363 15363 4410 0 -1 4202560 407 0 0 0 1033 21 0 0 20 0 28 0 97525971 27243790336 52246 33554432000 4194304 4196468 140725993110176 140120051425280 140121375442201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34582528 140725993116824 140725993117000 140725993117000 140725993119695 0
Current children cumulated CPU time: 99.96 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 210368 KiB

Child status: 0
Real time (s): 16.0787
CPU time (s): 100.383
CPU user time (s): 96.688
CPU system time (s): 3.6945
CPU usage (%): 624.318
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 214460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.688
system time used= 3.6945
maximum resident set size= 215252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29804
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= 1432274
involuntary context switches= 250


# summary of solver processes directly reported to runsolver:
#   pid: 15363
#   total CPU time (s): 100.383
#   total CPU user time (s): 96.688
#   total CPU system time (s): 3.6945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.161998 second user time and 0.212821 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 18:58:39
IDJOB=4271583
IDBENCH=133508
IDSOLVER=2663
FILE ID=node104/4271583-1502644377
RUNJOBID= node104-1502637289-4437
PBS_JOBID= 20628328
Free space on /tmp= 61864 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-00.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271583-1502644377/watcher-4271583-1502644377 -o /tmp/evaluation-result-4271583-1502644377/solver-4271583-1502644377 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 380464812 HOME/instance-4271583-1502644377.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=380464812

node104.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.43
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.43
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.43
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.43
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:        28591792 kB
MemAvailable:   31984416 kB
Buffers:          163072 kB
Cached:          3511044 kB
SwapCached:            0 kB
Active:           401680 kB
Inactive:        3322688 kB
Active(anon):      53328 kB
Inactive(anon):    25024 kB
Active(file):     348352 kB
Inactive(file):  3297664 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7872 kB
Writeback:             0 kB
AnonPages:         52824 kB
Mapped:            43464 kB
Shmem:             25228 kB
Slab:             150508 kB
SReclaimable:     124888 kB
SUnreclaim:        25620 kB
KernelStack:        2960 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61856 MiB
End job on node104 at 2017-08-13 18:58:55