Trace number 4280407

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-18)OPT886 50.143799 8.1004896

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-16.xml
MD5SUMb96279f92050ffb29891facc982b592e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark886
Best CPU time to get the best result obtained on this benchmark7.43712
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-4280407-1503152003.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280407-1503152003.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
0.73/0.43	c solve instance...
0.73/0.46	o 275 
0.73/0.46	o 371 
0.73/0.46	o 428 
0.73/0.46	o 456 
0.73/0.47	o 480 
0.73/0.48	o 535 
0.73/0.48	o 538 
0.73/0.48	o 551 
0.73/0.48	o 575 
0.73/0.49	o 603 
0.73/0.49	o 627 
0.73/0.49	o 628 
0.73/0.49	o 647 
0.73/0.49	o 659 
0.73/0.49	o 660 
0.73/0.49	o 700 
0.73/0.50	o 714 
0.73/0.50	o 739 
0.73/0.51	o 742 
0.73/0.51	o 750 
0.73/0.51	o 783 
1.85/0.64	o 788 
1.85/0.66	o 793 
1.85/0.67	o 825 
1.85/0.68	o 826 
3.34/0.82	o 834 
4.05/0.91	o 849 
4.05/0.94	o 852 
4.05/0.96	o 859 
4.05/0.96	o 862 
4.05/0.98	o 869 
4.80/1.05	o 880 
4.80/1.08	o 881 
8.32/1.55	o 886 
49.60/8.08	s OPTIMUM FOUND
49.60/8.08	v <instantiation>
49.60/8.08	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>
49.60/8.08	v 	<values>1 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 </values>
49.60/8.08	v </instantiation>

Verifier Data

OK	886

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280407-1503152003/watcher-4280407-1503152003 -o /tmp/evaluation-result-4280407-1503152003/solver-4280407-1503152003 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503143284-30089 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 993170223 HOME/instance-4280407-1503152003.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=2436, runsolver pid=2433
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 6.91 7.48 7.90 2/199 2457
/proc/meminfo: memFree=25492888/32770624 swapFree=67108860/67108860
[pid=2436] ppid=2433 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2436/stat : 2436 (xcsp3-exec) S 2433 2436 30062 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148281225 9740288 345 33554432000 4194304 5098028 140734227864992 140734227863096 140116592538236 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24268800 140734227866725 140734227866935 140734227866935 140734227869675 0
/proc/2436/statm: 2378 345 289 221 0 87 0
[pid=2438] ppid=2436 vsize=25999808 memory=28244 CPUtime=0.11 cores=0-7
/proc/2438/stat : 2438 (java) S 2436 2436 30062 0 -1 1077944320 5416 0 0 0 10 1 0 0 20 0 20 0 148281225 26623803392 7061 33554432000 4194304 4196468 140729971101104 140729971083648 139624484925175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
/proc/2438/statm: 6499952 7061 2869 1 0 6488269 0
[pid=2438/tid=2439] ppid=2436 vsize=25999808 memory=-7096649868621430206 CPUtime=0.09 cores=0-7
/proc/2438/task/2439/stat : 2439 (java) R 2436 2436 30062 0 -1 4202560 3429 0 0 0 8 1 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624489157424 139624484947101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2440] ppid=2436 vsize=25999808 memory=3461361991549258287 CPUtime=0 cores=0-7
/proc/2438/task/2440/stat : 2440 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624437545360 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2441] ppid=2436 vsize=25999808 memory=140689758365312 CPUtime=0 cores=0-7
/proc/2438/task/2441/stat : 2441 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624436492560 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2442] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2442/stat : 2442 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624435440272 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2443] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2443/stat : 2443 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624434387472 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2444] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2444/stat : 2444 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624433335184 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2445] ppid=2436 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2438/task/2445/stat : 2445 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624432282384 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2446] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2446/stat : 2446 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624431230096 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2447] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2447/stat : 2447 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281226 26623803392 7061 33554432000 4194304 4196468 140729971101104 139624430177296 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2448] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2448/stat : 2448 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281228 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623025076336 139624484936322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2449] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2449/stat : 2449 (java) S 2436 2436 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148281228 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623024022304 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2450] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2450/stat : 2450 (java) S 2436 2436 30062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148281229 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623022969968 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2451] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2451/stat : 2451 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281231 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623021918288 139624484943771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2452] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2452/stat : 2452 (java) S 2436 2436 30062 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 148281231 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623020866160 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2453] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2453/stat : 2453 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281231 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623019813360 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2454] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2454/stat : 2454 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148281231 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623018761072 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2455] ppid=2436 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/2438/task/2455/stat : 2455 (java) R 2436 2436 30062 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 20 0 148281231 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623017708272 139624463849094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2456] ppid=2436 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2456/stat : 2456 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148281231 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623016655200 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2457] ppid=2436 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2438/task/2457/stat : 2457 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281231 26623803392 7061 33554432000 4194304 4196468 140729971101104 139623015602480 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29624 KiB

[startup+0.2101 s]*
/proc/loadavg: 6.91 7.48 7.90 2/199 2457
/proc/meminfo: memFree=25482384/32770624 swapFree=67108860/67108860
[pid=2436] ppid=2433 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2436/stat : 2436 (xcsp3-exec) S 2433 2436 30062 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148281225 9740288 345 33554432000 4194304 5098028 140734227864992 140734227863096 140116592538236 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24268800 140734227866725 140734227866935 140734227866935 140734227869675 0
/proc/2436/statm: 2378 345 289 221 0 87 0
[pid=2438] ppid=2436 vsize=26004064 memory=40620 CPUtime=0.32 cores=0-7
/proc/2438/stat : 2438 (java) S 2436 2436 30062 0 -1 1077944320 8203 0 0 0 30 2 0 0 20 0 20 0 148281225 26628161536 10155 33554432000 4194304 4196468 140729971101104 140729971083648 139624484925175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
/proc/2438/statm: 6501016 10155 3062 1 0 6488269 0
[pid=2438/tid=2439] ppid=2436 vsize=26004064 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/2438/task/2439/stat : 2439 (java) R 2436 2436 30062 0 -1 4202560 5333 0 0 0 18 1 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624489162016 139624469005692 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2440] ppid=2436 vsize=26004064 memory=288230600413020183 CPUtime=0 cores=0-7
/proc/2438/task/2440/stat : 2440 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624437545360 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2441] ppid=2436 vsize=26004064 memory=140689759003847 CPUtime=0 cores=0-7
/proc/2438/task/2441/stat : 2441 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624436492560 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2442] ppid=2436 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2442/stat : 2442 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624435440272 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2443] ppid=2436 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2438/task/2443/stat : 2443 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624434387472 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2444] ppid=2436 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2444/stat : 2444 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624433335184 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2445] ppid=2436 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2438/task/2445/stat : 2445 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624432282384 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2446] ppid=2436 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2446/stat : 2446 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624431230096 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2447] ppid=2436 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2447/stat : 2447 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281226 26628161536 10155 33554432000 4194304 4196468 140729971101104 139624430177296 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2448] ppid=2436 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2448/stat : 2448 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281228 26628161536 10155 33554432000 4194304 4196468 140729971101104 139623025076336 139624484936322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2449] ppid=2436 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2449/stat : 2449 (java) S 2436 2436 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148281228 26628161536 10155 33554432000 4194304 4196468 140729971101104 139623024022304 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2450] ppid=2436 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2450/stat : 2450 (java) S 2436 2436 30062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148281229 26628194304 10155 33554432000 4194304 4196468 140729971101104 139623022969968 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2451] ppid=2436 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2451/stat : 2451 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281231 26628194304 10155 33554432000 4194304 4196468 140729971101104 139623021918288 139624484943771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2452] ppid=2436 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/2438/task/2452/stat : 2452 (java) S 2436 2436 30062 0 -1 1077944384 574 0 0 0 1 0 0 0 20 0 20 0 148281231 26628161536 10176 33554432000 4194304 4196468 140729971101104 139623020866160 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2453] ppid=2436 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/2438/task/2453/stat : 2453 (java) S 2436 2436 30062 0 -1 1077944384 233 0 0 0 2 0 0 0 20 0 20 0 148281231 26628161536 10176 33554432000 4194304 4196468 140729971101104 139623019813360 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2454] ppid=2436 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/2438/task/2454/stat : 2454 (java) S 2436 2436 30062 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 20 0 148281231 26628161536 10176 33554432000 4194304 4196468 140729971101104 139623018761072 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2455] ppid=2436 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/2438/task/2455/stat : 2455 (java) R 2436 2436 30062 0 -1 4202560 752 0 0 0 7 0 0 0 20 0 20 0 148281231 26628161536 10176 33554432000 4194304 4196468 140729971101104 139623017708272 139624477162302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2456] ppid=2436 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2456/stat : 2456 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148281231 26628161536 10176 33554432000 4194304 4196468 140729971101104 139623016655200 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2457] ppid=2436 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/2438/task/2457/stat : 2457 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281231 26628194304 10176 33554432000 4194304 4196468 140729971101104 139623015602480 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 42000 KiB

[startup+0.30951 s]*
/proc/loadavg: 6.91 7.48 7.90 3/199 2457
/proc/meminfo: memFree=25475808/32770624 swapFree=67108860/67108860
[pid=2436] ppid=2433 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2436/stat : 2436 (xcsp3-exec) S 2433 2436 30062 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148281225 9740288 345 33554432000 4194304 5098028 140734227864992 140734227863096 140116592538236 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24268800 140734227866725 140734227866935 140734227866935 140734227869675 0
/proc/2436/statm: 2378 345 289 221 0 87 0
[pid=2438] ppid=2436 vsize=26004140 memory=47396 CPUtime=0.49 cores=0-7
/proc/2438/stat : 2438 (java) S 2436 2436 30062 0 -1 1077944320 9105 0 0 0 46 3 0 0 20 0 20 0 148281225 26628239360 11849 33554432000 4194304 4196468 140729971101104 140729971083648 139624484925175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
/proc/2438/statm: 6501035 11849 3080 1 0 6488269 0
[pid=2438/tid=2439] ppid=2436 vsize=26004140 memory=1398720917958146503 CPUtime=0.29 cores=0-7
/proc/2438/task/2439/stat : 2439 (java) R 2436 2436 30062 0 -1 4202560 6129 0 0 0 28 1 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624489163664 139624469005662 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2440] ppid=2436 vsize=26004140 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2438/task/2440/stat : 2440 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624437545360 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2441] ppid=2436 vsize=26004140 memory=23780 CPUtime=0 cores=0-7
/proc/2438/task/2441/stat : 2441 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624436492560 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2442] ppid=2436 vsize=26004140 memory=4044 CPUtime=0 cores=0-7
/proc/2438/task/2442/stat : 2442 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624435440272 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2443] ppid=2436 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2443/stat : 2443 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624434387472 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2444] ppid=2436 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2444/stat : 2444 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624433335184 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2445] ppid=2436 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2445/stat : 2445 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624432282384 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2446] ppid=2436 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2446/stat : 2446 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624431230096 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2447] ppid=2436 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2447/stat : 2447 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281226 26628239360 11849 33554432000 4194304 4196468 140729971101104 139624430177296 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2448] ppid=2436 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2448/stat : 2448 (java) S 2436 2436 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148281228 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623025076336 139624484936322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2449] ppid=2436 vsize=26004140 memory=1970350607106051 CPUtime=0 cores=0-7
/proc/2438/task/2449/stat : 2449 (java) S 2436 2436 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148281228 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623024022304 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2450] ppid=2436 vsize=26004140 memory=2111040246936484 CPUtime=0 cores=0-7
/proc/2438/task/2450/stat : 2450 (java) S 2436 2436 30062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148281229 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623022969968 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2451] ppid=2436 vsize=26004140 memory=2111040246938788 CPUtime=0 cores=0-7
/proc/2438/task/2451/stat : 2451 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281231 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623021918288 139624484943771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2452] ppid=2436 vsize=26004140 memory=2111040246941092 CPUtime=0.01 cores=0-7
/proc/2438/task/2452/stat : 2452 (java) S 2436 2436 30062 0 -1 1077944384 576 0 0 0 1 0 0 0 20 0 20 0 148281231 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623020866160 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2453] ppid=2436 vsize=26004140 memory=2111040246943396 CPUtime=0.03 cores=0-7
/proc/2438/task/2453/stat : 2453 (java) S 2436 2436 30062 0 -1 1077944384 233 0 0 0 3 0 0 0 20 0 20 0 148281231 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623019813360 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2454] ppid=2436 vsize=26004140 memory=2111040246945700 CPUtime=0.02 cores=0-7
/proc/2438/task/2454/stat : 2454 (java) S 2436 2436 30062 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 20 0 148281231 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623018761072 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2455] ppid=2436 vsize=26004140 memory=2111040246969252 CPUtime=0.11 cores=0-7
/proc/2438/task/2455/stat : 2455 (java) S 2436 2436 30062 0 -1 1077944384 835 0 0 0 11 0 0 0 20 0 20 0 148281231 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623017708272 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2456] ppid=2436 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2456/stat : 2456 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148281231 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623016655200 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2457] ppid=2436 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/2438/task/2457/stat : 2457 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148281231 26628239360 11849 33554432000 4194304 4196468 140729971101104 139623015602480 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 48776 KiB

[startup+0.701693 s]
/proc/loadavg: 6.91 7.48 7.90 13/207 2616
/proc/meminfo: memFree=25342028/32770624 swapFree=67108860/67108860
[pid=2436] ppid=2433 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2436/stat : 2436 (xcsp3-exec) S 2433 2436 30062 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148281225 9740288 345 33554432000 4194304 5098028 140734227864992 140734227863096 140116592538236 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24268800 140734227866725 140734227866935 140734227866935 140734227869675 0
/proc/2436/statm: 2378 345 289 221 0 87 0
[pid=2438] ppid=2436 vsize=26605264 memory=192896 CPUtime=2.54 cores=0-7
/proc/2438/stat : 2438 (java) S 2436 2436 30062 0 -1 1077944320 17868 0 0 0 243 11 0 0 20 0 28 0 148281225 27243790336 48224 33554432000 4194304 4196468 140729971101104 140729971083648 139624484925175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
/proc/2438/statm: 6651316 48224 3240 1 0 6638550 0
[pid=2438/tid=2439] ppid=2436 vsize=26605264 memory=4580 CPUtime=0.42 cores=0-7
/proc/2438/task/2439/stat : 2439 (java) S 2436 2436 30062 0 -1 1077944384 6606 0 0 0 40 2 0 0 20 0 28 0 148281226 27243790336 48224 33554432000 4194304 4196468 140729971101104 139624489165952 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2440] ppid=2436 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2440/stat : 2440 (java) S 2436 2436 30062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 48224 33554432000 4194304 4196468 140729971101104 139624437545360 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2441] ppid=2436 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2441/stat : 2441 (java) S 2436 2436 30062 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 48224 33554432000 4194304 4196468 140729971101104 139624436492560 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2442] ppid=2436 vsize=26605264 memory=-1 CPUtime=0 cores=0-7
/proc/2438/task/2442/stat : 2442 (java) S 2436 2436 30062 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 48224 33554432000 4194304 4196468 140729971101104 139624435440272 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0

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

[pid=2438/tid=2455] ppid=2436 vsize=26605264 memory=288230591755990336 CPUtime=0.41 cores=0-7
/proc/2438/task/2455/stat : 2455 (java) S 2436 2436 30062 0 -1 1077944384 2701 0 0 0 41 0 0 0 20 0 28 0 148281231 27243790336 150205 33554432000 4194304 4196468 140729971101104 139623017708272 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2456] ppid=2436 vsize=26605264 memory=15539617718549459 CPUtime=0 cores=0-7
/proc/2438/task/2456/stat : 2456 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 150205 33554432000 4194304 4196468 140729971101104 139623016655200 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2457] ppid=2436 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2457/stat : 2457 (java) S 2436 2436 30062 0 -1 1077944384 618 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 150205 33554432000 4194304 4196468 140729971101104 139623015602480 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2729] ppid=2436 vsize=26605264 memory=6944656592387989600 CPUtime=4.28 cores=0-7
/proc/2438/task/2729/stat : 2729 (java) S 2436 2436 30062 0 -1 1077944384 352 0 0 0 408 20 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622059207232 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2730] ppid=2436 vsize=26605264 memory=6944656592387989600 CPUtime=4.36 cores=0-7
/proc/2438/task/2730/stat : 2730 (java) R 2436 2436 30062 0 -1 4202560 43 0 0 0 419 17 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622061314032 139624106524450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2731] ppid=2436 vsize=26605264 memory=0 CPUtime=4.44 cores=0-7
/proc/2438/task/2731/stat : 2731 (java) R 2436 2436 30062 0 -1 4202560 170 0 0 0 428 16 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622065524592 139624470135126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2732] ppid=2436 vsize=26605264 memory=0 CPUtime=4.69 cores=0-7
/proc/2438/task/2732/stat : 2732 (java) R 2436 2436 30062 0 -1 4202560 314 0 0 0 455 14 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622064472304 139624106327016 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2733] ppid=2436 vsize=26605264 memory=0 CPUtime=4.49 cores=0-7
/proc/2438/task/2733/stat : 2733 (java) R 2436 2436 30062 0 -1 4202560 261 0 0 0 430 19 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622060261488 139624106524603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2734] ppid=2436 vsize=26605264 memory=0 CPUtime=4.3 cores=0-7
/proc/2438/task/2734/stat : 2734 (java) R 2436 2436 30062 0 -1 4202560 65 0 0 0 407 23 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622066577904 139624469425811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2735] ppid=2436 vsize=26605264 memory=0 CPUtime=4.37 cores=0-7
/proc/2438/task/2735/stat : 2735 (java) R 2436 2436 30062 0 -1 4202560 78 0 0 0 418 19 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622062367088 139624470135439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2736] ppid=2436 vsize=26605264 memory=0 CPUtime=4.62 cores=0-7
/proc/2438/task/2736/stat : 2736 (java) R 2436 2436 30062 0 -1 1077944384 283 0 0 0 448 14 0 0 20 0 28 0 148281380 27243790336 150205 33554432000 4194304 4196468 140729971101104 139622063419024 139624484936322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
Current children cumulated CPU time: 44.51 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 602200 KiB

[startup+7.60109 s]
/proc/loadavg: 6.36 7.36 7.86 8/207 2736
/proc/meminfo: memFree=24921132/32770624 swapFree=67108860/67108860
[pid=2436] ppid=2433 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2436/stat : 2436 (xcsp3-exec) S 2433 2436 30062 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148281225 9740288 345 33554432000 4194304 5098028 140734227864992 140734227863096 140116592538236 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24268800 140734227866725 140734227866935 140734227866935 140734227869675 0
/proc/2436/statm: 2378 345 289 221 0 87 0
[pid=2438] ppid=2436 vsize=26605264 memory=600864 CPUtime=46.99 cores=0-7
/proc/2438/stat : 2438 (java) S 2436 2436 30062 0 -1 1077944320 32026 0 0 0 4524 175 0 0 20 0 28 0 148281225 27243790336 150216 33554432000 4194304 4196468 140729971101104 140729971083648 139624484925175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
/proc/2438/statm: 6651316 150216 3252 1 0 6638550 0
[pid=2438/tid=2439] ppid=2436 vsize=26605264 memory=2428 CPUtime=0.43 cores=0-7
/proc/2438/task/2439/stat : 2439 (java) S 2436 2436 30062 0 -1 1077944384 6606 0 0 0 41 2 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624489165952 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2440] ppid=2436 vsize=26605264 memory=1292 CPUtime=0 cores=0-7
/proc/2438/task/2440/stat : 2440 (java) S 2436 2436 30062 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624437545360 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2441] ppid=2436 vsize=26605264 memory=1728 CPUtime=0 cores=0-7
/proc/2438/task/2441/stat : 2441 (java) S 2436 2436 30062 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624436492560 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2442] ppid=2436 vsize=26605264 memory=12136 CPUtime=0.01 cores=0-7
/proc/2438/task/2442/stat : 2442 (java) S 2436 2436 30062 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624435440272 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2443] ppid=2436 vsize=26605264 memory=1004 CPUtime=0.01 cores=0-7
/proc/2438/task/2443/stat : 2443 (java) S 2436 2436 30062 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624434387472 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2444] ppid=2436 vsize=26605264 memory=1228 CPUtime=0.01 cores=0-7
/proc/2438/task/2444/stat : 2444 (java) S 2436 2436 30062 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624433335184 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2445] ppid=2436 vsize=26605264 memory=1952 CPUtime=0 cores=0-7
/proc/2438/task/2445/stat : 2445 (java) S 2436 2436 30062 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624432282384 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2446] ppid=2436 vsize=26605264 memory=5796 CPUtime=0.01 cores=0-7
/proc/2438/task/2446/stat : 2446 (java) S 2436 2436 30062 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624431230096 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2447] ppid=2436 vsize=26605264 memory=4616 CPUtime=0.01 cores=0-7
/proc/2438/task/2447/stat : 2447 (java) S 2436 2436 30062 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 150216 33554432000 4194304 4196468 140729971101104 139624430177296 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2448] ppid=2436 vsize=26605264 memory=8620 CPUtime=0 cores=0-7
/proc/2438/task/2448/stat : 2448 (java) S 2436 2436 30062 0 -1 1077944384 583 0 0 0 0 0 0 0 20 0 28 0 148281228 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623025076336 139624484936322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2449] ppid=2436 vsize=26605264 memory=792 CPUtime=0 cores=0-7
/proc/2438/task/2449/stat : 2449 (java) S 2436 2436 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 148281228 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623024022368 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2450] ppid=2436 vsize=26605264 memory=1204 CPUtime=0 cores=0-7
/proc/2438/task/2450/stat : 2450 (java) S 2436 2436 30062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 148281229 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623022969984 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2451] ppid=2436 vsize=26605264 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/2438/task/2451/stat : 2451 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623021918288 139624484943771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2452] ppid=2436 vsize=26605264 memory=41640 CPUtime=0.8 cores=0-7
/proc/2438/task/2452/stat : 2452 (java) S 2436 2436 30062 0 -1 1077944384 5779 0 0 0 79 1 0 0 20 0 28 0 148281231 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623020866160 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2453] ppid=2436 vsize=26605264 memory=2428 CPUtime=0.89 cores=0-7
/proc/2438/task/2453/stat : 2453 (java) S 2436 2436 30062 0 -1 1077944384 3352 0 0 0 88 1 0 0 20 0 28 0 148281231 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623019813360 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2454] ppid=2436 vsize=26605264 memory=1292 CPUtime=0.96 cores=0-7
/proc/2438/task/2454/stat : 2454 (java) S 2436 2436 30062 0 -1 1077944384 3630 0 0 0 95 1 0 0 20 0 28 0 148281231 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623018761072 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2455] ppid=2436 vsize=26605264 memory=1728 CPUtime=0.41 cores=0-7
/proc/2438/task/2455/stat : 2455 (java) S 2436 2436 30062 0 -1 1077944384 2715 0 0 0 41 0 0 0 20 0 28 0 148281231 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623017708272 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2456] ppid=2436 vsize=26605264 memory=12136 CPUtime=0 cores=0-7
/proc/2438/task/2456/stat : 2456 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623016655200 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2457] ppid=2436 vsize=26605264 memory=1004 CPUtime=0 cores=0-7
/proc/2438/task/2457/stat : 2457 (java) S 2436 2436 30062 0 -1 1077944384 618 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 150216 33554432000 4194304 4196468 140729971101104 139623015602480 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2729] ppid=2436 vsize=26605264 memory=1228 CPUtime=4.54 cores=0-7
/proc/2438/task/2729/stat : 2729 (java) S 2436 2436 30062 0 -1 1077944384 352 0 0 0 434 20 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622059207232 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2730] ppid=2436 vsize=26605264 memory=1952 CPUtime=4.61 cores=0-7
/proc/2438/task/2730/stat : 2730 (java) R 2436 2436 30062 0 -1 4202560 43 0 0 0 443 18 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622061314032 139624484937110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2731] ppid=2436 vsize=26605264 memory=5796 CPUtime=4.79 cores=0-7
/proc/2438/task/2731/stat : 2731 (java) R 2436 2436 30062 0 -1 4202560 174 0 0 0 461 18 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622065524592 139624105467592 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2732] ppid=2436 vsize=26605264 memory=4616 CPUtime=5.01 cores=0-7
/proc/2438/task/2732/stat : 2732 (java) R 2436 2436 30062 0 -1 4202560 315 0 0 0 486 15 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622064472208 139624106778052 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2733] ppid=2436 vsize=26605264 memory=8620 CPUtime=4.8 cores=0-7
/proc/2438/task/2733/stat : 2733 (java) R 2436 2436 30062 0 -1 4202560 262 0 0 0 459 21 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622060261488 139624484946522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2734] ppid=2436 vsize=26605264 memory=792 CPUtime=4.59 cores=0-7
/proc/2438/task/2734/stat : 2734 (java) R 2436 2436 30062 0 -1 4202560 65 0 0 0 434 25 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622066577904 139624484937110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2735] ppid=2436 vsize=26605264 memory=1204 CPUtime=4.68 cores=0-7
/proc/2438/task/2735/stat : 2735 (java) R 2436 2436 30062 0 -1 1077944384 78 0 0 0 448 20 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622062367088 139624484935381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2736] ppid=2436 vsize=26605264 memory=33 CPUtime=4.96 cores=0-7
/proc/2438/task/2736/stat : 2736 (java) R 2436 2436 30062 0 -1 4202560 284 0 0 0 481 15 0 0 20 0 28 0 148281380 27243790336 150216 33554432000 4194304 4196468 140729971101104 139622063419120 139624105467587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
Current children cumulated CPU time: 46.99 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 602244 KiB

[startup+8.00111 s]*
/proc/loadavg: 6.36 7.36 7.86 7/207 2736
/proc/meminfo: memFree=24916736/32770624 swapFree=67108860/67108860
[pid=2436] ppid=2433 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2436/stat : 2436 (xcsp3-exec) S 2433 2436 30062 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148281225 9740288 345 33554432000 4194304 5098028 140734227864992 140734227863096 140116592538236 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24268800 140734227866725 140734227866935 140734227866935 140734227869675 0
/proc/2436/statm: 2378 345 289 221 0 87 0
[pid=2438] ppid=2436 vsize=26605264 memory=604964 CPUtime=49.6 cores=0-7
/proc/2438/stat : 2438 (java) S 2436 2436 30062 0 -1 1077944320 32205 0 0 0 4776 184 0 0 20 0 28 0 148281225 27243790336 151241 33554432000 4194304 4196468 140729971101104 140729971083648 139624484925175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
/proc/2438/statm: 6651316 151241 3252 1 0 6638550 0
[pid=2438/tid=2439] ppid=2436 vsize=26605264 memory=1398720917958146503 CPUtime=0.43 cores=0-7
/proc/2438/task/2439/stat : 2439 (java) S 2436 2436 30062 0 -1 1077944384 6606 0 0 0 41 2 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624489165952 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2440] ppid=2436 vsize=26605264 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2438/task/2440/stat : 2440 (java) S 2436 2436 30062 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624437545360 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2441] ppid=2436 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2441/stat : 2441 (java) S 2436 2436 30062 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624436492560 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2442] ppid=2436 vsize=26605264 memory=0 CPUtime=0.01 cores=0-7
/proc/2438/task/2442/stat : 2442 (java) S 2436 2436 30062 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624435440272 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2443] ppid=2436 vsize=26605264 memory=0 CPUtime=0.01 cores=0-7
/proc/2438/task/2443/stat : 2443 (java) S 2436 2436 30062 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624434387472 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2444] ppid=2436 vsize=26605264 memory=4639948313719891052 CPUtime=0.01 cores=0-7
/proc/2438/task/2444/stat : 2444 (java) S 2436 2436 30062 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624433335184 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2445] ppid=2436 vsize=26605264 memory=7594302999290798952 CPUtime=0.01 cores=0-7
/proc/2438/task/2445/stat : 2445 (java) S 2436 2436 30062 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624432282384 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2446] ppid=2436 vsize=26605264 memory=6940979774165837672 CPUtime=0.02 cores=0-7
/proc/2438/task/2446/stat : 2446 (java) S 2436 2436 30062 0 -1 1077944384 74 0 0 0 2 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624431230096 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2447] ppid=2436 vsize=26605264 memory=27392071567 CPUtime=0.01 cores=0-7
/proc/2438/task/2447/stat : 2447 (java) S 2436 2436 30062 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 28 0 148281226 27243790336 151241 33554432000 4194304 4196468 140729971101104 139624430177296 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2448] ppid=2436 vsize=26605264 memory=140689640287670 CPUtime=0.01 cores=0-7
/proc/2438/task/2448/stat : 2448 (java) S 2436 2436 30062 0 -1 1077944384 584 0 0 0 1 0 0 0 20 0 28 0 148281228 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623025076336 139624484936322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2449] ppid=2436 vsize=26605264 memory=281379280579488 CPUtime=0 cores=0-7
/proc/2438/task/2449/stat : 2449 (java) S 2436 2436 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 148281228 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623024022368 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2450] ppid=2436 vsize=26605264 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/2438/task/2450/stat : 2450 (java) S 2436 2436 30062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 148281229 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623022969984 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2451] ppid=2436 vsize=26605264 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/2438/task/2451/stat : 2451 (java) S 2436 2436 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623021918288 139624484943771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2452] ppid=2436 vsize=26605264 memory=6655300316396806240 CPUtime=0.8 cores=0-7
/proc/2438/task/2452/stat : 2452 (java) S 2436 2436 30062 0 -1 1077944384 5779 0 0 0 79 1 0 0 20 0 28 0 148281231 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623020866160 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2453] ppid=2436 vsize=26605264 memory=6944656592387989600 CPUtime=0.92 cores=0-7
/proc/2438/task/2453/stat : 2453 (java) S 2436 2436 30062 0 -1 1077944384 3488 0 0 0 91 1 0 0 20 0 28 0 148281231 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623019813360 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2454] ppid=2436 vsize=26605264 memory=6943526294502006880 CPUtime=0.96 cores=0-7
/proc/2438/task/2454/stat : 2454 (java) S 2436 2436 30062 0 -1 1077944384 3630 0 0 0 95 1 0 0 20 0 28 0 148281231 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623018761072 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2455] ppid=2436 vsize=26605264 memory=6944656592455097440 CPUtime=0.41 cores=0-7
/proc/2438/task/2455/stat : 2455 (java) S 2436 2436 30062 0 -1 1077944384 2719 0 0 0 41 0 0 0 20 0 28 0 148281231 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623017708272 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2456] ppid=2436 vsize=26605264 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/2438/task/2456/stat : 2456 (java) S 2436 2436 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623016655200 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2457] ppid=2436 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/2438/task/2457/stat : 2457 (java) S 2436 2436 30062 0 -1 1077944384 618 0 0 0 0 0 0 0 20 0 28 0 148281231 27243790336 151241 33554432000 4194304 4196468 140729971101104 139623015602480 139624484936322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2729] ppid=2436 vsize=26605264 memory=0 CPUtime=4.87 cores=0-7
/proc/2438/task/2729/stat : 2729 (java) R 2436 2436 30062 0 -1 4202560 352 0 0 0 466 21 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622059207232 139624105467637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2730] ppid=2436 vsize=26605264 memory=0 CPUtime=4.92 cores=0-7
/proc/2438/task/2730/stat : 2730 (java) R 2436 2436 30062 0 -1 1077944384 43 0 0 0 473 19 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622061314032 139624484935381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2731] ppid=2436 vsize=26605264 memory=0 CPUtime=5.11 cores=0-7
/proc/2438/task/2731/stat : 2731 (java) S 2436 2436 30062 0 -1 1077944384 175 0 0 0 492 19 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622065524592 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2732] ppid=2436 vsize=26605264 memory=0 CPUtime=5.35 cores=0-7
/proc/2438/task/2732/stat : 2732 (java) R 2436 2436 30062 0 -1 4202560 324 0 0 0 520 15 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622064472304 139624106778634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2733] ppid=2436 vsize=26605264 memory=3184097920075968559 CPUtime=5.11 cores=0-7
/proc/2438/task/2733/stat : 2733 (java) R 2436 2436 30062 0 -1 4202560 262 0 0 0 489 22 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622060261488 139624105467592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2734] ppid=2436 vsize=26605264 memory=6656426216303648864 CPUtime=4.88 cores=0-7
/proc/2438/task/2734/stat : 2734 (java) S 2436 2436 30062 0 -1 1077944384 65 0 0 0 462 26 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622066577904 139624484935381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2735] ppid=2436 vsize=26605264 memory=6944656592455359580 CPUtime=4.99 cores=0-7
/proc/2438/task/2735/stat : 2735 (java) R 2436 2436 30062 0 -1 4202560 78 0 0 0 478 21 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622062367088 139624105467504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
[pid=2438/tid=2736] ppid=2436 vsize=26605264 memory=6655300316396806240 CPUtime=5.3 cores=0-7
/proc/2438/task/2736/stat : 2736 (java) R 2436 2436 30062 0 -1 4202560 289 0 0 0 514 16 0 0 20 0 28 0 148281380 27243790336 151241 33554432000 4194304 4196468 140729971101104 139622063419120 139624107326840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31268864 140729971102866 140729971103043 140729971103043 140729971105743 0
Current children cumulated CPU time: 49.6 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 606344 KiB

Child status: 0
Real time (s): 8.10049
CPU time (s): 50.1438
CPU user time (s): 48.2663
CPU system time (s): 1.87744
CPU usage (%): 619.021
Max. virtual memory (cumulated for all children) (KiB): 26616720
Max. memory (cumulated for all children) (KiB): 606344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.2663
system time used= 1.87744
maximum resident set size= 605372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 643042
involuntary context switches= 248


# summary of solver processes directly reported to runsolver:
#   pid: 2436
#   total CPU time (s): 50.1438
#   total CPU user time (s): 48.2663
#   total CPU system time (s): 1.87744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092478 second user time and 0.130923 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-19 15:59:03
IDJOB=4280407
IDBENCH=133519
IDSOLVER=2675
FILE ID=node148/4280407-1503152003
RUNJOBID= node148-1503143284-30089
PBS_JOBID= 20630802
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-16.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-4280407-1503152003/watcher-4280407-1503152003 -o /tmp/evaluation-result-4280407-1503152003/solver-4280407-1503152003 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503143284-30089 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 993170223 HOME/instance-4280407-1503152003.xml

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

MD5SUM BENCH= b96279f92050ffb29891facc982b592e
RANDOM SEED=993170223

node148.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.19
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.19
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.19
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.19
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:        25509428 kB
MemAvailable:   31973072 kB
Buffers:          291652 kB
Cached:          6466120 kB
SwapCached:            0 kB
Active:          1160924 kB
Inactive:        5650244 kB
Active(anon):       4872 kB
Inactive(anon):    84704 kB
Active(file):    1156052 kB
Inactive(file):  5565540 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7896 kB
Writeback:             0 kB
AnonPages:         67272 kB
Mapped:            50800 kB
Shmem:             33416 kB
Slab:             142252 kB
SReclaimable:     115776 kB
SUnreclaim:        26476 kB
KernelStack:        3520 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61940 MiB
End job on node148 at 2017-08-19 15:59:11