Trace number 4275056

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
OscaR - Parallel with EPS 2017-07-26OPT71 5.3607998 2.72103

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P071-Q409.xml
MD5SUM00888bf8312be233faaf540b9d46fb52
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark0.048999999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1975284972
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.86/0.59	c Parsing done, starting search...
4.90/2.16	o 409
4.90/2.16	o 71
4.90/2.19	s OPTIMUM FOUND
4.90/2.19	v <instantiation>
4.90/2.19	v 	<list>
4.90/2.19	v 		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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
4.90/2.19	v 	</list>
4.90/2.19	v 	<values>
4.90/2.19	v 		1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
4.90/2.19	v 	</values>
4.90/2.19	v </instantiation>

Verifier Data

OK	71

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275056-1502774453/watcher-4275056-1502774453 -o /tmp/evaluation-result-4275056-1502774453/solver-4275056-1502774453 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502765606-27138 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1975284972 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275056-1502774453.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
Current StackSize limit: 8192 KiB

solver pid=27966, runsolver pid=27963

[startup+0.10014 s]*
/proc/loadavg: 8.54 8.88 8.83 2/198 27986
/proc/meminfo: memFree=31356116/32770624 swapFree=67108860/67108860
[pid=27966] ppid=27963 vsize=14325320 memory=34264 CPUtime=0.12 cores=0-7
/proc/27966/stat : 27966 (java) S 27963 27966 27111 0 -1 1077944320 8482 0 0 0 11 1 0 0 20 0 20 0 110533556 14669127680 8566 33554432000 4194304 4196468 140736085205296 140736085187840 140667832172279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
/proc/27966/statm: 3581330 8566 3408 1 0 3569050 0
[pid=27966/tid=27968] ppid=27963 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27966/task/27968/stat : 27968 (java) R 27963 27966 27111 0 -1 4202560 6406 0 0 0 8 1 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667836388976 140667816252766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27969] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27969/stat : 27969 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667428452752 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27970] ppid=27963 vsize=14325320 memory=140290992055936 CPUtime=0 cores=0-7
/proc/27966/task/27970/stat : 27970 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667427399952 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27971] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27971/stat : 27971 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667426347664 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27972] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27972/stat : 27972 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667425294864 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27973] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27973/stat : 27973 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667424242576 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27974] ppid=27963 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27966/task/27974/stat : 27974 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667423189776 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27975] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 8566 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27977] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27977/stat : 27977 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533559 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666929563760 140667832183426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27978] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27978/stat : 27978 (java) S 27963 27966 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110533559 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666928509728 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27979] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27979/stat : 27979 (java) S 27963 27966 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110533560 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666927457392 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27980] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27980/stat : 27980 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666926405712 140667832190875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27981] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27981/stat : 27981 (java) S 27963 27966 27111 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666925353584 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27982] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27982/stat : 27982 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666924300784 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27983] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27983/stat : 27983 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666923248496 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27984] ppid=27963 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/27966/task/27984/stat : 27984 (java) S 27963 27966 27111 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 20 0 110533562 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666922195696 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27985] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27985/stat : 27985 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666921142624 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27986] ppid=27963 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27966/task/27986/stat : 27986 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 8566 33554432000 4194304 4196468 140736085205296 140666920089904 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34264 KiB

[startup+0.210505 s]*
/proc/loadavg: 8.54 8.88 8.83 3/198 27986
/proc/meminfo: memFree=31346916/32770624 swapFree=67108860/67108860
[pid=27966] ppid=27963 vsize=14325320 memory=43408 CPUtime=0.3 cores=0-7
/proc/27966/stat : 27966 (java) S 27963 27966 27111 0 -1 1077944320 9483 0 0 0 28 2 0 0 20 0 20 0 110533556 14669127680 10852 33554432000 4194304 4196468 140736085205296 140736085187840 140667832172279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
/proc/27966/statm: 3581330 10852 3598 1 0 3569050 0
[pid=27966/tid=27968] ppid=27963 vsize=14325320 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/27966/task/27968/stat : 27968 (java) R 27963 27966 27111 0 -1 4202560 7041 0 0 0 18 2 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667836387296 140667816252766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27969] ppid=27963 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/27966/task/27969/stat : 27969 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667428452752 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27970] ppid=27963 vsize=14325320 memory=3689491313327285920 CPUtime=0 cores=0-7
/proc/27966/task/27970/stat : 27970 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667427399952 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27971] ppid=27963 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27966/task/27971/stat : 27971 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667426347664 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27972] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27972/stat : 27972 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667425294864 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27973] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27973/stat : 27973 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667424242576 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27974] ppid=27963 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27966/task/27974/stat : 27974 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667423189776 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27975] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533557 14669127680 10852 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27977] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27977/stat : 27977 (java) S 27963 27966 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110533559 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666929563760 140667832183426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27978] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27978/stat : 27978 (java) S 27963 27966 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110533559 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666928509728 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27979] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27979/stat : 27979 (java) S 27963 27966 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110533560 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666927457392 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27980] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27980/stat : 27980 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666926405712 140667832190875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27981] ppid=27963 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27966/task/27981/stat : 27981 (java) S 27963 27966 27111 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 20 0 110533562 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666925353584 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27982] ppid=27963 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27966/task/27982/stat : 27982 (java) S 27963 27966 27111 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 20 0 110533562 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666924300784 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27983] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27983/stat : 27983 (java) S 27963 27966 27111 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666923248496 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27984] ppid=27963 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/27966/task/27984/stat : 27984 (java) R 27963 27966 27111 0 -1 4202560 406 0 0 0 5 0 0 0 20 0 20 0 110533562 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666922195696 140667811536440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27985] ppid=27963 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27985/stat : 27985 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666921142624 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27986] ppid=27963 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27966/task/27986/stat : 27986 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533562 14669127680 10852 33554432000 4194304 4196468 140736085205296 140666920089904 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43408 KiB

[startup+0.310168 s]*
/proc/loadavg: 8.54 8.88 8.83 3/198 27986
/proc/meminfo: memFree=31339348/32770624 swapFree=67108860/67108860
[pid=27966] ppid=27963 vsize=14325340 memory=51068 CPUtime=0.48 cores=0-7
/proc/27966/stat : 27966 (java) S 27963 27966 27111 0 -1 1077944320 10535 0 0 0 45 3 0 0 20 0 20 0 110533556 14669148160 12767 33554432000 4194304 4196468 140736085205296 140736085187840 140667832172279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
/proc/27966/statm: 3581335 12767 3708 1 0 3569050 0
[pid=27966/tid=27968] ppid=27963 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27966/task/27968/stat : 27968 (java) R 27963 27966 27111 0 -1 4202560 7598 0 0 0 27 2 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667836394592 140667832193626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27969] ppid=27963 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27969/stat : 27969 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667428452752 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27970] ppid=27963 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27970/stat : 27970 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667427399952 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27971] ppid=27963 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27971/stat : 27971 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667426347664 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27972] ppid=27963 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27972/stat : 27972 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667425294864 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27973] ppid=27963 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/27966/task/27973/stat : 27973 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667424242576 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27974] ppid=27963 vsize=14325340 memory=140290878960559 CPUtime=0 cores=0-7
/proc/27966/task/27974/stat : 27974 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667423189776 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27975] ppid=27963 vsize=14325340 memory=140290878962864 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=14325340 memory=140290878965168 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533557 14669148160 12767 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27977] ppid=27963 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27977/stat : 27977 (java) S 27963 27966 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110533559 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666929563760 140667832183426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27978] ppid=27963 vsize=14325340 memory=280581757937296 CPUtime=0 cores=0-7
/proc/27966/task/27978/stat : 27978 (java) S 27963 27966 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110533559 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666928509728 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27979] ppid=27963 vsize=14325340 memory=280581757944208 CPUtime=0 cores=0-7
/proc/27966/task/27979/stat : 27979 (java) S 27963 27966 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110533560 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666927457392 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27980] ppid=27963 vsize=14325340 memory=280581757885488 CPUtime=0 cores=0-7
/proc/27966/task/27980/stat : 27980 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533562 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666926405712 140667832190875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27981] ppid=27963 vsize=14325340 memory=280581757958032 CPUtime=0.02 cores=0-7
/proc/27966/task/27981/stat : 27981 (java) S 27963 27966 27111 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 20 0 110533562 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666925353584 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27982] ppid=27963 vsize=14325340 memory=280581757964944 CPUtime=0.04 cores=0-7
/proc/27966/task/27982/stat : 27982 (java) S 27963 27966 27111 0 -1 1077944384 367 0 0 0 4 0 0 0 20 0 20 0 110533562 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666924300784 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27983] ppid=27963 vsize=14325340 memory=280581757962640 CPUtime=0.01 cores=0-7
/proc/27966/task/27983/stat : 27983 (java) S 27963 27966 27111 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 110533562 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666923248496 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27984] ppid=27963 vsize=14325340 memory=280581757979248 CPUtime=0.08 cores=0-7
/proc/27966/task/27984/stat : 27984 (java) R 27963 27966 27111 0 -1 4202560 495 0 0 0 8 0 0 0 20 0 20 0 110533562 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666922195696 140667832184214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27985] ppid=27963 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27985/stat : 27985 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533562 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666921142624 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27986] ppid=27963 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/27966/task/27986/stat : 27986 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533562 14669148160 12767 33554432000 4194304 4196468 140736085205296 140666920089904 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51068 KiB

[startup+0.700917 s]
/proc/loadavg: 7.94 8.75 8.79 5/198 27986
/proc/meminfo: memFree=31327312/32770624 swapFree=67108860/67108860
[pid=27966] ppid=27963 vsize=14329436 memory=78804 CPUtime=1.16 cores=0-7
/proc/27966/stat : 27966 (java) S 27963 27966 27111 0 -1 1077944320 12821 0 0 0 110 6 0 0 20 0 20 0 110533556 14673342464 19701 33554432000 4194304 4196468 140736085205296 140736085187840 140667832172279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
/proc/27966/statm: 3582359 19701 3761 1 0 3570074 0
[pid=27966/tid=27968] ppid=27963 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/27966/task/27968/stat : 27968 (java) R 27963 27966 27111 0 -1 4202560 9138 0 0 0 64 3 0 0 20 0 20 0 110533557 14673342464 19701 33554432000 4194304 4196468 140736085205296 140667836400736 140667832194205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27969] ppid=27963 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27969/stat : 27969 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19701 33554432000 4194304 4196468 140736085205296 140667428452752 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27970] ppid=27963 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27970/stat : 27970 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19701 33554432000 4194304 4196468 140736085205296 140667427399952 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27971] ppid=27963 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27971/stat : 27971 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19701 33554432000 4194304 4196468 140736085205296 140667426347664 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27972] ppid=27963 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/27966/task/27972/stat : 27972 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19701 33554432000 4194304 4196468 140736085205296 140667425294864 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27973] ppid=27963 vsize=14329436 memory=5792 CPUtime=0 cores=0-7
/proc/27966/task/27973/stat : 27973 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19701 33554432000 4194304 4196468 140736085205296 140667424242576 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27974] ppid=27963 vsize=14329436 memory=4620 CPUtime=0 cores=0-7
/proc/27966/task/27974/stat : 27974 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19766 33554432000 4194304 4196468 140736085205296 140667423189776 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27975] ppid=27963 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19766 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533557 14673342464 19766 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27977] ppid=27963 vsize=14329436 memory=16236 CPUtime=0 cores=0-7
/proc/27966/task/27977/stat : 27977 (java) S 27963 27966 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110533559 14673342464 19766 33554432000 4194304 4196468 140736085205296 140666929563760 140667832183426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0

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

[pid=27966/tid=27975] ppid=27963 vsize=14331484 memory=140290879174080 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 110533557 14675439616 58381 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 110533557 14675439616 58381 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27977] ppid=27963 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27977/stat : 27977 (java) S 27963 27966 27111 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 20 0 110533559 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666929563760 140667832183426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27978] ppid=27963 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27978/stat : 27978 (java) S 27963 27966 27111 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 110533559 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666928509792 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27979] ppid=27963 vsize=14331484 memory=12880606923214 CPUtime=0 cores=0-7
/proc/27966/task/27979/stat : 27979 (java) S 27963 27966 27111 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 110533560 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666927457408 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27980] ppid=27963 vsize=14331484 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/27966/task/27980/stat : 27980 (java) S 27963 27966 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110533562 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666926405712 140667832190875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27981] ppid=27963 vsize=14331484 memory=15255943717849665 CPUtime=0.39 cores=0-7
/proc/27966/task/27981/stat : 27981 (java) R 27963 27966 27111 0 -1 4202560 4743 0 0 0 38 1 0 0 20 0 20 0 110533562 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666925353584 140667813695201 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27982] ppid=27963 vsize=14331484 memory=0 CPUtime=0.57 cores=0-7
/proc/27966/task/27982/stat : 27982 (java) R 27963 27966 27111 0 -1 4202560 4275 0 0 0 56 1 0 0 20 0 20 0 110533562 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666924300784 140667817337825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27983] ppid=27963 vsize=14331484 memory=0 CPUtime=0.36 cores=0-7
/proc/27966/task/27983/stat : 27983 (java) S 27963 27966 27111 0 -1 1077944384 3679 0 0 0 35 1 0 0 20 0 20 0 110533562 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666923248496 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27984] ppid=27963 vsize=14331484 memory=0 CPUtime=0.47 cores=0-7
/proc/27966/task/27984/stat : 27984 (java) S 27963 27966 27111 0 -1 1077944384 5965 0 0 0 46 1 0 0 20 0 20 0 110533562 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666922195696 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27985] ppid=27963 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27985/stat : 27985 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533562 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666921142624 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27986] ppid=27963 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27986/stat : 27986 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110533562 14675439616 58381 33554432000 4194304 4196468 140736085205296 140666920089904 140667832183426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 233524 KiB

[startup+2.40082 s]
/proc/loadavg: 7.94 8.75 8.79 4/200 27988
/proc/meminfo: memFree=31152796/32770624 swapFree=67108860/67108860
[pid=27966] ppid=27963 vsize=15336124 memory=244988 CPUtime=5.34 cores=0-7
/proc/27966/stat : 27966 (java) S 27963 27966 27111 0 -1 1077944320 38766 0 0 0 517 17 0 0 20 0 18 0 110533556 15704190976 61247 33554432000 4194304 4196468 140736085205296 140736085187840 140667832172279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
/proc/27966/statm: 3834031 61247 3837 1 0 3821225 0
[pid=27966/tid=27968] ppid=27963 vsize=15336124 memory=6872598998417432672 CPUtime=2.05 cores=0-7
/proc/27966/task/27968/stat : 27968 (java) D 27963 27966 27111 0 -1 4202560 12754 0 0 0 198 7 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667836415288 140667824857911 0 0 0 16800975 18446744072100256901 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27969] ppid=27963 vsize=15336124 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/27966/task/27969/stat : 27969 (java) S 27963 27966 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667428452752 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27970] ppid=27963 vsize=15336124 memory=4137282616176187523 CPUtime=0 cores=0-7
/proc/27966/task/27970/stat : 27970 (java) S 27963 27966 27111 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667427399952 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27971] ppid=27963 vsize=15336124 memory=-9001734043636558696 CPUtime=0 cores=0-7
/proc/27966/task/27971/stat : 27971 (java) S 27963 27966 27111 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667426347664 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27972] ppid=27963 vsize=15336124 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/27966/task/27972/stat : 27972 (java) S 27963 27966 27111 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667425294864 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27973] ppid=27963 vsize=15336124 memory=280581757731056 CPUtime=0 cores=0-7
/proc/27966/task/27973/stat : 27973 (java) S 27963 27966 27111 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667424242576 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27974] ppid=27963 vsize=15336124 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/27966/task/27974/stat : 27974 (java) S 27963 27966 27111 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667423189776 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27975] ppid=27963 vsize=15336124 memory=206768 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=15336124 memory=280581758094560 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27978] ppid=27963 vsize=15336124 memory=280581758095872 CPUtime=0 cores=0-7
/proc/27966/task/27978/stat : 27978 (java) S 27963 27966 27111 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 18 0 110533559 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666928509792 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27979] ppid=27963 vsize=15336124 memory=280581758096064 CPUtime=0 cores=0-7
/proc/27966/task/27979/stat : 27979 (java) S 27963 27966 27111 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 18 0 110533560 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666927457408 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27980] ppid=27963 vsize=15336124 memory=280581758096256 CPUtime=0 cores=0-7
/proc/27966/task/27980/stat : 27980 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666926405360 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27981] ppid=27963 vsize=15336124 memory=280581758096448 CPUtime=0.55 cores=0-7
/proc/27966/task/27981/stat : 27981 (java) S 27963 27966 27111 0 -1 1077944384 5372 0 0 0 54 1 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666925338128 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27982] ppid=27963 vsize=15336124 memory=0 CPUtime=0.99 cores=0-7
/proc/27966/task/27982/stat : 27982 (java) S 27963 27966 27111 0 -1 1077944384 5165 0 0 0 98 1 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666924285680 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27983] ppid=27963 vsize=15336124 memory=0 CPUtime=0.72 cores=0-7
/proc/27966/task/27983/stat : 27983 (java) S 27963 27966 27111 0 -1 1077944384 4591 0 0 0 70 2 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666923228896 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27984] ppid=27963 vsize=15336124 memory=0 CPUtime=0.63 cores=0-7
/proc/27966/task/27984/stat : 27984 (java) S 27963 27966 27111 0 -1 1077944384 7696 0 0 0 61 2 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666922190496 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27985] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27985/stat : 27985 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666921142624 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 15336124 KiB
Current children cumulated memory: 244988 KiB

[startup+2.60083 s]
/proc/loadavg: 7.94 8.75 8.79 4/200 27988
/proc/meminfo: memFree=31152796/32770624 swapFree=67108860/67108860
[pid=27966] ppid=27963 vsize=15336124 memory=244988 CPUtime=5.34 cores=0-7
/proc/27966/stat : 27966 (java) S 27963 27966 27111 0 -1 1077944320 38766 0 0 0 517 17 0 0 20 0 18 0 110533556 15704190976 61247 33554432000 4194304 4196468 140736085205296 140736085187840 140667832172279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
/proc/27966/statm: 3834031 61247 3837 1 0 3821225 0
[pid=27966/tid=27968] ppid=27963 vsize=15336124 memory=0 CPUtime=2.05 cores=0-7
/proc/27966/task/27968/stat : 27968 (java) D 27963 27966 27111 0 -1 4202560 12754 0 0 0 198 7 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667836415288 140667824857911 0 0 0 16800975 18446744072100256901 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27969] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27969/stat : 27969 (java) S 27963 27966 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667428452752 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27970] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27970/stat : 27970 (java) S 27963 27966 27111 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667427399952 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27971] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27971/stat : 27971 (java) S 27963 27966 27111 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667426347664 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27972] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27972/stat : 27972 (java) S 27963 27966 27111 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667425294864 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27973] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27973/stat : 27973 (java) S 27963 27966 27111 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667424242576 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27974] ppid=27963 vsize=15336124 memory=35 CPUtime=0 cores=0-7
/proc/27966/task/27974/stat : 27974 (java) S 27963 27966 27111 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667423189776 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27975] ppid=27963 vsize=15336124 memory=47 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=15336124 memory=33 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27978] ppid=27963 vsize=15336124 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27966/task/27978/stat : 27978 (java) S 27963 27966 27111 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 18 0 110533559 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666928509792 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27979] ppid=27963 vsize=15336124 memory=491 CPUtime=0 cores=0-7
/proc/27966/task/27979/stat : 27979 (java) S 27963 27966 27111 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 18 0 110533560 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666927457408 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27980] ppid=27963 vsize=15336124 memory=280581758074544 CPUtime=0 cores=0-7
/proc/27966/task/27980/stat : 27980 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666926405360 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27981] ppid=27963 vsize=15336124 memory=288230604624101685 CPUtime=0.55 cores=0-7
/proc/27966/task/27981/stat : 27981 (java) S 27963 27966 27111 0 -1 1077944384 5372 0 0 0 54 1 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666925338128 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27982] ppid=27963 vsize=15336124 memory=14699577949293086 CPUtime=0.99 cores=0-7
/proc/27966/task/27982/stat : 27982 (java) S 27963 27966 27111 0 -1 1077944384 5165 0 0 0 98 1 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666924285680 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27983] ppid=27963 vsize=15336124 memory=0 CPUtime=0.72 cores=0-7
/proc/27966/task/27983/stat : 27983 (java) S 27963 27966 27111 0 -1 1077944384 4591 0 0 0 70 2 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666923228896 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27984] ppid=27963 vsize=15336124 memory=0 CPUtime=0.63 cores=0-7
/proc/27966/task/27984/stat : 27984 (java) S 27963 27966 27111 0 -1 1077944384 7696 0 0 0 61 2 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666922190496 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27985] ppid=27963 vsize=15336124 memory=140290879025257 CPUtime=0 cores=0-7
/proc/27966/task/27985/stat : 27985 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666921142624 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 15336124 KiB
Current children cumulated memory: 244988 KiB

[startup+2.70085 s]
/proc/loadavg: 7.94 8.75 8.79 4/200 27988
/proc/meminfo: memFree=31152796/32770624 swapFree=67108860/67108860
[pid=27966] ppid=27963 vsize=15336124 memory=244988 CPUtime=5.34 cores=0-7
/proc/27966/stat : 27966 (java) S 27963 27966 27111 0 -1 1077944320 38766 0 0 0 517 17 0 0 20 0 18 0 110533556 15704190976 61247 33554432000 4194304 4196468 140736085205296 140736085187840 140667832172279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
/proc/27966/statm: 3834031 61247 3837 1 0 3821225 0
[pid=27966/tid=27968] ppid=27963 vsize=15336124 memory=0 CPUtime=2.05 cores=0-7
/proc/27966/task/27968/stat : 27968 (java) D 27963 27966 27111 0 -1 4202560 12754 0 0 0 198 7 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667836415288 140667824857911 0 0 0 16800975 18446744072100256901 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27969] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27969/stat : 27969 (java) S 27963 27966 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667428452752 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27970] ppid=27963 vsize=15336124 memory=233580 CPUtime=0 cores=0-7
/proc/27966/task/27970/stat : 27970 (java) S 27963 27966 27111 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667427399952 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27971] ppid=27963 vsize=15336124 memory=181844 CPUtime=0 cores=0-7
/proc/27966/task/27971/stat : 27971 (java) S 27963 27966 27111 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667426347664 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27972] ppid=27963 vsize=15336124 memory=1232 CPUtime=0 cores=0-7
/proc/27966/task/27972/stat : 27972 (java) S 27963 27966 27111 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667425294864 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27973] ppid=27963 vsize=15336124 memory=-7751062316387021378 CPUtime=0 cores=0-7
/proc/27966/task/27973/stat : 27973 (java) S 27963 27966 27111 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667424242576 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27974] ppid=27963 vsize=15336124 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/27966/task/27974/stat : 27974 (java) S 27963 27966 27111 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667423189776 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27975] ppid=27963 vsize=15336124 memory=-6800859132029471843 CPUtime=0 cores=0-7
/proc/27966/task/27975/stat : 27975 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667422137488 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27976] ppid=27963 vsize=15336124 memory=1296 CPUtime=0 cores=0-7
/proc/27966/task/27976/stat : 27976 (java) S 27963 27966 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 18 0 110533557 15704190976 61247 33554432000 4194304 4196468 140736085205296 140667421084688 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27978] ppid=27963 vsize=15336124 memory=2404 CPUtime=0 cores=0-7
/proc/27966/task/27978/stat : 27978 (java) S 27963 27966 27111 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 18 0 110533559 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666928509792 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27979] ppid=27963 vsize=15336124 memory=1732 CPUtime=0 cores=0-7
/proc/27966/task/27979/stat : 27979 (java) S 27963 27966 27111 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 18 0 110533560 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666927457408 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27980] ppid=27963 vsize=15336124 memory=796 CPUtime=0 cores=0-7
/proc/27966/task/27980/stat : 27980 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666926405360 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27981] ppid=27963 vsize=15336124 memory=0 CPUtime=0.55 cores=0-7
/proc/27966/task/27981/stat : 27981 (java) S 27963 27966 27111 0 -1 1077944384 5372 0 0 0 54 1 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666925338128 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27982] ppid=27963 vsize=15336124 memory=0 CPUtime=0.99 cores=0-7
/proc/27966/task/27982/stat : 27982 (java) S 27963 27966 27111 0 -1 1077944384 5165 0 0 0 98 1 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666924285680 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27983] ppid=27963 vsize=15336124 memory=0 CPUtime=0.72 cores=0-7
/proc/27966/task/27983/stat : 27983 (java) S 27963 27966 27111 0 -1 1077944384 4591 0 0 0 70 2 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666923228896 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27984] ppid=27963 vsize=15336124 memory=0 CPUtime=0.63 cores=0-7
/proc/27966/task/27984/stat : 27984 (java) S 27963 27966 27111 0 -1 1077944384 7696 0 0 0 61 2 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666922190496 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
[pid=27966/tid=27985] ppid=27963 vsize=15336124 memory=0 CPUtime=0 cores=0-7
/proc/27966/task/27985/stat : 27985 (java) S 27963 27966 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110533562 15704190976 61247 33554432000 4194304 4196468 140736085205296 140666921142624 140667832182485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12804096 140736085214305 140736085214491 140736085214491 140736085217231 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 15336124 KiB
Current children cumulated memory: 244988 KiB

Child status: 0
Real time (s): 2.72103
CPU time (s): 5.3608
CPU user time (s): 5.17248
CPU system time (s): 0.188316
CPU usage (%): 197.014
Max. virtual memory (cumulated for all children) (KiB): 15336124
Max. memory (cumulated for all children) (KiB): 244988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.17248
system time used= 0.188316
maximum resident set size= 245532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4737
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 27966
#   total CPU time (s): 5.3608
#   total CPU user time (s): 5.17248
#   total CPU system time (s): 0.188316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046038 second user time and 0.06178 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 07:06:34
IDJOB=4275056
IDBENCH=135067
IDSOLVER=2668
FILE ID=node102/4275056-1502774453
RUNJOBID= node102-1502765606-27138
PBS_JOBID= 20629096
Free space on /tmp= 61912 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P071-Q409.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275056-1502774453/watcher-4275056-1502774453 -o /tmp/evaluation-result-4275056-1502774453/solver-4275056-1502774453 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502765606-27138 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1975284972 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275056-1502774453.xml

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

MD5SUM BENCH= 00888bf8312be233faaf540b9d46fb52
RANDOM SEED=1975284972

node102.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.35
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.35
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.35
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.35
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:        31377048 kB
MemAvailable:   31981716 kB
Buffers:          168960 kB
Cached:           718404 kB
SwapCached:            0 kB
Active:           715268 kB
Inactive:         225868 kB
Active(anon):       6596 kB
Inactive(anon):    75040 kB
Active(file):     708672 kB
Inactive(file):   150828 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42352 kB
Writeback:             0 kB
AnonPages:         59640 kB
Mapped:            45168 kB
Shmem:             25228 kB
Slab:             148912 kB
SReclaimable:     122008 kB
SUnreclaim:        26904 kB
KernelStack:        3216 kB
PageTables:         4852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61868 MiB
End job on node102 at 2017-08-15 07:06:37