Trace number 4245929

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 NameAnswerCPU timeWall clock time
R1: Concrete 3.4SAT 12.3298 4.69687

General information on the benchmark

NameSat/Sat-m1-jnh/
jnh-012.xml
MD5SUM3c5fe328a8db4231af8c88bf9e66d100
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.033411998
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints848
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree29
Maximum variable degree60
Distribution of variable degrees[{"degree":29,"count":1},{"degree":30,"count":3},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":33,"count":1},{"degree":34,"count":3},{"degree":35,"count":4},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":38,"count":4},{"degree":39,"count":12},{"degree":40,"count":3},{"degree":41,"count":6},{"degree":42,"count":4},{"degree":43,"count":8},{"degree":44,"count":6},{"degree":45,"count":7},{"degree":46,"count":9},{"degree":47,"count":7},{"degree":48,"count":6},{"degree":50,"count":2},{"degree":52,"count":2},{"degree":56,"count":1},{"degree":60,"count":1}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":74},{"arity":3,"count":161},{"arity":4,"count":152},{"arity":5,"count":165},{"arity":6,"count":118},{"arity":7,"count":85},{"arity":8,"count":50},{"arity":9,"count":32},{"arity":10,"count":9},{"arity":11,"count":2}]
Number of extensional constraints848
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":848}]
Optimization problemNO
Type of objective

Solver Data

3.76/2.16	c Concrete v3.4 running
12.14/4.63	v <instantiation>
12.14/4.63	v       <list>
12.14/4.63	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] x[99]
12.14/4.63	v       </list>
12.14/4.63	v       <values>
12.14/4.63	v         1 0 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 1 1 0 0 0 1 0 0 1 1 1 0 0 0 1 1 1 1 1 0 0 1 0 1 1 1 0 1 0 0 1 0 1 0 1 1 1 1 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 1 1 0 1 1 1 0 1 1 0 1 0 1 1 1 1 1 0 0 1 1 1 0 1
12.14/4.63	v       </values>
12.14/4.63	v     </instantiation>
12.14/4.63	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245929-1500707665/watcher-4245929-1500707665 -o /tmp/evaluation-result-4245929-1500707665/solver-4245929-1500707665 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560 bin/concrete HOME/instance-4245929-1500707665.xml 

pid=15479
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.46 2.13 2.39 3/262 15482
/proc/meminfo: memFree=28091668/32770624 swapFree=5788/295164
[pid=15482] ppid=15479 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (bash) S 15479 15482 7954 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 6033991 9736192 350 33554432000 4194304 5098028 140726278782576 140726278780216 140297358937088 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 40611840 140726278784270 140726278784355 140726278784355 140726278787054 0
/proc/15482/statm: 2377 350 278 221 0 86 0

[startup+0.100191 s]
/proc/loadavg: 2.46 2.13 2.39 3/262 15482
/proc/meminfo: memFree=28091668/32770624 swapFree=5788/295164
[pid=15482] ppid=15479 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (bash) S 15479 15482 7954 0 -1 4202496 879 6419 0 0 0 0 0 1 20 0 1 0 6033991 9871360 377 33554432000 4194304 5098028 140726278782576 140726278776584 140297358937088 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 40611840 140726278784270 140726278784355 140726278784355 140726278787054 0
/proc/15482/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200368 s]
/proc/loadavg: 2.46 2.13 2.39 3/262 15482
/proc/meminfo: memFree=28091668/32770624 swapFree=5788/295164
[pid=15482] ppid=15479 vsize=10901808 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 5386 12548 0 0 7 1 8 3 20 0 20 0 6033991 11163451392 6150 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2725452 6150 2592 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901808

[startup+0.300341 s]
/proc/loadavg: 2.46 2.13 2.39 3/262 15482
/proc/meminfo: memFree=28091668/32770624 swapFree=5788/295164
[pid=15482] ppid=15479 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 10087 12548 0 0 22 3 8 3 20 0 20 0 6033991 11163947008 11620 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2725573 11620 2919 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.7002 s]
/proc/loadavg: 2.46 2.13 2.39 3/262 15482
/proc/meminfo: memFree=28091668/32770624 swapFree=5788/295164
[pid=15482] ppid=15479 vsize=10902720 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 12724 12548 0 0 87 4 8 3 20 0 20 0 6033991 11164385280 16490 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2725680 16490 3231 1 0 2713890 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10902720

[startup+1.50126 s]
/proc/loadavg: 2.46 2.13 2.39 3/282 15555
/proc/meminfo: memFree=27984604/32770624 swapFree=5788/295528
[pid=15482] ppid=15479 vsize=10915392 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 26835 12548 0 0 208 14 8 3 20 0 20 0 6033991 11177361408 44176 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2728848 44176 3410 1 0 2716962 0
[pid=15482/tid=15537] ppid=15479 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15537/stat : 15537 (java) R 15479 15482 7954 0 -1 4202560 18893 12548 0 0 126 5 8 3 20 0 20 0 6034003 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081586600672 140081180519648 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15538] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15538/stat : 15538 (java) S 15479 15482 7954 0 -1 1077944384 57 12548 0 0 1 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081508449168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15539] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15539/stat : 15539 (java) S 15479 15482 7954 0 -1 1077944384 16 12548 0 0 1 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081507396368 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15540] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15540/stat : 15540 (java) S 15479 15482 7954 0 -1 1077944384 41 12548 0 0 1 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081506344080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15541] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15541/stat : 15541 (java) S 15479 15482 7954 0 -1 1077944384 25 12548 0 0 1 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081505291280 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15542] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15542/stat : 15542 (java) S 15479 15482 7954 0 -1 1077944384 19 12548 0 0 1 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081504237968 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15543] ppid=15479 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15543/stat : 15543 (java) S 15479 15482 7954 0 -1 1077944384 33 12548 0 0 0 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081503185168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15544] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15544/stat : 15544 (java) S 15479 15482 7954 0 -1 1077944384 139 12548 0 0 1 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081502132880 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15545] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15545/stat : 15545 (java) S 15479 15482 7954 0 -1 1077944384 10 12548 0 0 1 0 8 3 20 0 20 0 6034004 11177361408 44176 33554432000 4194304 4196468 140731018192624 140081501080080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15546] ppid=15479 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15546/stat : 15546 (java) S 15479 15482 7954 0 -1 1077944384 1148 12548 0 0 1 0 8 3 20 0 20 0 6034006 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080922638960 140081582385794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15547] ppid=15479 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15547/stat : 15547 (java) S 15479 15482 7954 0 -1 1077944384 56 12548 0 0 0 0 8 3 20 0 20 0 6034007 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080921584992 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15548] ppid=15479 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15548/stat : 15548 (java) S 15479 15482 7954 0 -1 1077944384 43 12548 0 0 0 0 8 3 20 0 20 0 6034007 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080920532608 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15549] ppid=15479 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15549/stat : 15549 (java) S 15479 15482 7954 0 -1 1077944384 1 12548 0 0 0 0 8 3 20 0 20 0 6034011 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080919480912 140081582393243 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15550] ppid=15479 vsize=10915392 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15550/stat : 15550 (java) S 15479 15482 7954 0 -1 1077944384 1644 12548 0 0 16 0 8 3 20 0 20 0 6034011 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080918427760 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15551] ppid=15479 vsize=10915392 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15551/stat : 15551 (java) S 15479 15482 7954 0 -1 1077944384 612 12548 0 0 11 0 8 3 20 0 20 0 6034011 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080917374960 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15552] ppid=15479 vsize=10915392 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15552/stat : 15552 (java) S 15479 15482 7954 0 -1 1077944384 497 12548 0 0 14 0 8 3 20 0 20 0 6034011 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080916322672 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15553] ppid=15479 vsize=10915392 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15553/stat : 15553 (java) S 15479 15482 7954 0 -1 1077944384 1463 12548 0 0 27 0 8 3 20 0 20 0 6034011 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080915269872 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15554] ppid=15479 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15554/stat : 15554 (java) S 15479 15482 7954 0 -1 1077944384 3 12548 0 0 0 0 8 3 20 0 20 0 6034011 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080914217824 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15555] ppid=15479 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15555/stat : 15555 (java) S 15479 15482 7954 0 -1 1077944384 6 12548 0 0 0 0 8 3 20 0 20 0 6034011 11177361408 44176 33554432000 4194304 4196468 140731018192624 140080913165104 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10915392

[startup+3.10115 s]
/proc/loadavg: 2.66 2.17 2.41 5/282 15555
/proc/meminfo: memFree=27913996/32770624 swapFree=5788/295540
[pid=15482] ppid=15479 vsize=10925820 CPUtime=6.71 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 46768 12548 0 0 640 20 8 3 20 0 20 0 6033991 11188039680 58389 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2731455 58389 3476 1 0 2719010 0
[pid=15482/tid=15537] ppid=15479 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15537/stat : 15537 (java) R 15479 15482 7954 0 -1 4202560 30703 12548 0 0 283 7 8 3 20 0 20 0 6034003 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081586605816 140081566455134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15538] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15538/stat : 15538 (java) S 15479 15482 7954 0 -1 1077944384 57 12548 0 0 1 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081508449168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15539] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15539/stat : 15539 (java) S 15479 15482 7954 0 -1 1077944384 16 12548 0 0 1 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081507396368 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15540] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15540/stat : 15540 (java) S 15479 15482 7954 0 -1 1077944384 41 12548 0 0 1 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081506344080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15541] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15541/stat : 15541 (java) S 15479 15482 7954 0 -1 1077944384 25 12548 0 0 1 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081505291280 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15542] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15542/stat : 15542 (java) S 15479 15482 7954 0 -1 1077944384 19 12548 0 0 1 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081504237968 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15543] ppid=15479 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15543/stat : 15543 (java) S 15479 15482 7954 0 -1 1077944384 33 12548 0 0 0 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081503185168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15544] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15544/stat : 15544 (java) S 15479 15482 7954 0 -1 1077944384 139 12548 0 0 1 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081502132880 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15545] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15545/stat : 15545 (java) S 15479 15482 7954 0 -1 1077944384 10 12548 0 0 1 0 8 3 20 0 20 0 6034004 11188039680 58389 33554432000 4194304 4196468 140731018192624 140081501080080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15546] ppid=15479 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15546/stat : 15546 (java) S 15479 15482 7954 0 -1 1077944384 1161 12548 0 0 1 0 8 3 20 0 20 0 6034006 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080922638960 140081582385794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15547] ppid=15479 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15547/stat : 15547 (java) S 15479 15482 7954 0 -1 1077944384 56 12548 0 0 0 0 8 3 20 0 20 0 6034007 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080921584992 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15548] ppid=15479 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15548/stat : 15548 (java) S 15479 15482 7954 0 -1 1077944384 43 12548 0 0 0 0 8 3 20 0 20 0 6034007 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080920532608 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15549] ppid=15479 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15549/stat : 15549 (java) S 15479 15482 7954 0 -1 1077944384 1 12548 0 0 0 0 8 3 20 0 20 0 6034011 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080919480912 140081582393243 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15550] ppid=15479 vsize=10925820 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15550/stat : 15550 (java) R 15479 15482 7954 0 -1 4202560 2708 12548 0 0 79 1 8 3 20 0 20 0 6034011 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080918413984 140081565759440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15551] ppid=15479 vsize=10925820 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15551/stat : 15551 (java) R 15479 15482 7954 0 -1 4202560 4094 12548 0 0 89 1 8 3 20 0 20 0 6034011 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080917353072 140081568054810 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15552] ppid=15479 vsize=10925820 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15552/stat : 15552 (java) R 15479 15482 7954 0 -1 4202560 1686 12548 0 0 61 0 8 3 20 0 20 0 6034011 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080916309912 140081565760805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15553] ppid=15479 vsize=10925820 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15553/stat : 15553 (java) R 15479 15482 7954 0 -1 4202560 3840 12548 0 0 113 2 8 3 20 0 20 0 6034011 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080915269872 140081575479315 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15554] ppid=15479 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15554/stat : 15554 (java) S 15479 15482 7954 0 -1 1077944384 3 12548 0 0 0 0 8 3 20 0 20 0 6034011 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080914217824 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15555] ppid=15479 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15555/stat : 15555 (java) S 15479 15482 7954 0 -1 1077944384 7 12548 0 0 0 0 8 3 20 0 20 0 6034011 11188039680 58389 33554432000 4194304 4196468 140731018192624 140080913165104 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 10925820

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15482 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20146 s]
/proc/loadavg: 2.66 2.17 2.41 5/282 15555
/proc/meminfo: memFree=27913996/32770624 swapFree=5788/295540
[pid=15482] ppid=15479 vsize=10927868 CPUtime=6.98 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 47305 12548 0 0 666 21 8 3 20 0 20 0 6033991 11190136832 60443 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2731967 60443 3476 1 0 2719522 0
[pid=15482/tid=15537] ppid=15479 vsize=10927868 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15537/stat : 15537 (java) R 15479 15482 7954 0 -1 4202560 31091 12548 0 0 293 8 8 3 20 0 20 0 6034003 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081586605008 140081190372828 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15538] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15538/stat : 15538 (java) S 15479 15482 7954 0 -1 1077944384 57 12548 0 0 1 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081508449168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15539] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15539/stat : 15539 (java) S 15479 15482 7954 0 -1 1077944384 16 12548 0 0 1 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081507396368 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15540] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15540/stat : 15540 (java) S 15479 15482 7954 0 -1 1077944384 41 12548 0 0 1 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081506344080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15541] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15541/stat : 15541 (java) S 15479 15482 7954 0 -1 1077944384 25 12548 0 0 1 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081505291280 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15542] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15542/stat : 15542 (java) S 15479 15482 7954 0 -1 1077944384 19 12548 0 0 1 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081504237968 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15543] ppid=15479 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15543/stat : 15543 (java) S 15479 15482 7954 0 -1 1077944384 33 12548 0 0 0 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081503185168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15544] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15544/stat : 15544 (java) S 15479 15482 7954 0 -1 1077944384 139 12548 0 0 1 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081502132880 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15545] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15545/stat : 15545 (java) S 15479 15482 7954 0 -1 1077944384 10 12548 0 0 1 0 8 3 20 0 20 0 6034004 11190136832 60443 33554432000 4194304 4196468 140731018192624 140081501080080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15546] ppid=15479 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15546/stat : 15546 (java) S 15479 15482 7954 0 -1 1077944384 1161 12548 0 0 1 0 8 3 20 0 20 0 6034006 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080922638960 140081582385794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15547] ppid=15479 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15547/stat : 15547 (java) S 15479 15482 7954 0 -1 1077944384 56 12548 0 0 0 0 8 3 20 0 20 0 6034007 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080921584992 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15548] ppid=15479 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15548/stat : 15548 (java) S 15479 15482 7954 0 -1 1077944384 43 12548 0 0 0 0 8 3 20 0 20 0 6034007 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080920532608 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15549] ppid=15479 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15549/stat : 15549 (java) S 15479 15482 7954 0 -1 1077944384 1 12548 0 0 0 0 8 3 20 0 20 0 6034011 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080919480912 140081582393243 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15550] ppid=15479 vsize=10927868 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15550/stat : 15550 (java) S 15479 15482 7954 0 -1 1077944384 2731 12548 0 0 83 1 8 3 20 0 20 0 6034011 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080918427760 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15551] ppid=15479 vsize=10927868 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15551/stat : 15551 (java) S 15479 15482 7954 0 -1 1077944384 4105 12548 0 0 93 1 8 3 20 0 20 0 6034011 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080917374960 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15552] ppid=15479 vsize=10927868 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15552/stat : 15552 (java) S 15479 15482 7954 0 -1 1077944384 1709 12548 0 0 64 1 8 3 20 0 20 0 6034011 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080916322672 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15553] ppid=15479 vsize=10927868 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15553/stat : 15553 (java) S 15479 15482 7954 0 -1 1077944384 3937 12548 0 0 118 2 8 3 20 0 20 0 6034011 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080915269872 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15554] ppid=15479 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15554/stat : 15554 (java) S 15479 15482 7954 0 -1 1077944384 3 12548 0 0 0 0 8 3 20 0 20 0 6034011 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080914217824 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15555] ppid=15479 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15555/stat : 15555 (java) S 15479 15482 7954 0 -1 1077944384 7 12548 0 0 0 0 8 3 20 0 20 0 6034011 11190136832 60443 33554432000 4194304 4196468 140731018192624 140080913165104 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 10927868

[startup+4.00072 s]
/proc/loadavg: 2.66 2.17 2.41 5/282 15555
/proc/meminfo: memFree=27858360/32770624 swapFree=5788/295540
[pid=15482] ppid=15479 vsize=10929916 CPUtime=9.71 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 50471 12548 0 0 934 26 8 3 20 0 20 0 6033991 11192233984 80071 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2732479 80071 3482 1 0 2720034 0
[pid=15482/tid=15537] ppid=15479 vsize=10929916 CPUtime=3.87 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15537/stat : 15537 (java) R 15479 15482 7954 0 -1 4202560 31855 12548 0 0 367 9 8 3 20 0 20 0 6034003 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081586608256 140081563780888 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15538] ppid=15479 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15538/stat : 15538 (java) S 15479 15482 7954 0 -1 1077944384 60 12548 0 0 2 0 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081508449168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15539] ppid=15479 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15539/stat : 15539 (java) S 15479 15482 7954 0 -1 1077944384 24 12548 0 0 2 1 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081507396368 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15540] ppid=15479 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15540/stat : 15540 (java) S 15479 15482 7954 0 -1 1077944384 60 12548 0 0 3 0 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081506344080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15541] ppid=15479 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15541/stat : 15541 (java) S 15479 15482 7954 0 -1 1077944384 40 12548 0 0 2 1 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081505291280 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15542] ppid=15479 vsize=10929916 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15542/stat : 15542 (java) S 15479 15482 7954 0 -1 1077944384 35 12548 0 0 3 1 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081504237968 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15543] ppid=15479 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15543/stat : 15543 (java) S 15479 15482 7954 0 -1 1077944384 104 12548 0 0 2 1 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081503185168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15544] ppid=15479 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15544/stat : 15544 (java) S 15479 15482 7954 0 -1 1077944384 153 12548 0 0 2 0 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081502132880 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15545] ppid=15479 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15545/stat : 15545 (java) S 15479 15482 7954 0 -1 1077944384 35 12548 0 0 3 0 8 3 20 0 20 0 6034004 11192233984 80071 33554432000 4194304 4196468 140731018192624 140081501080080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15546] ppid=15479 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15546/stat : 15546 (java) S 15479 15482 7954 0 -1 1077944384 2006 12548 0 0 3 0 8 3 20 0 20 0 6034006 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080922638960 140081582385794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15547] ppid=15479 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15547/stat : 15547 (java) S 15479 15482 7954 0 -1 1077944384 56 12548 0 0 0 0 8 3 20 0 20 0 6034007 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080921584992 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15548] ppid=15479 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15548/stat : 15548 (java) S 15479 15482 7954 0 -1 1077944384 43 12548 0 0 0 0 8 3 20 0 20 0 6034007 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080920532608 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15549] ppid=15479 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15549/stat : 15549 (java) S 15479 15482 7954 0 -1 1077944384 1 12548 0 0 0 0 8 3 20 0 20 0 6034011 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080919480912 140081582393243 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15550] ppid=15479 vsize=10929916 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15550/stat : 15550 (java) R 15479 15482 7954 0 -1 4202560 2891 12548 0 0 123 2 8 3 20 0 20 0 6034011 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080918414544 140081582386582 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15551] ppid=15479 vsize=10929916 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15551/stat : 15551 (java) R 15479 15482 7954 0 -1 4202560 4254 12548 0 0 138 1 8 3 20 0 20 0 6034011 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080917363104 140081563896822 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15552] ppid=15479 vsize=10929916 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15552/stat : 15552 (java) R 15479 15482 7954 0 -1 4202560 2131 12548 0 0 116 1 8 3 20 0 20 0 6034011 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080916322968 140081567295803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15553] ppid=15479 vsize=10929916 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15553/stat : 15553 (java) R 15479 15482 7954 0 -1 4202560 4585 12548 0 0 159 3 8 3 20 0 20 0 6034011 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080915264944 140081561345550 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15554] ppid=15479 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15554/stat : 15554 (java) S 15479 15482 7954 0 -1 1077944384 3 12548 0 0 0 0 8 3 20 0 20 0 6034011 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080914217824 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15555] ppid=15479 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15555/stat : 15555 (java) S 15479 15482 7954 0 -1 1077944384 7 12548 0 0 0 0 8 3 20 0 20 0 6034011 11192233984 80071 33554432000 4194304 4196468 140731018192624 140080913165104 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 10929916

[startup+4.4011 s]
/proc/loadavg: 2.66 2.17 2.41 11/282 15555
/proc/meminfo: memFree=27746200/32770624 swapFree=5788/295544
[pid=15482] ppid=15479 vsize=10995452 CPUtime=11.22 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 60674 12548 0 0 1083 28 8 3 20 0 20 0 6033991 11259342848 90197 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2748863 90197 3483 1 0 2736418 0
[pid=15482/tid=15537] ppid=15479 vsize=10995452 CPUtime=4.22 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15537/stat : 15537 (java) S 15479 15482 7954 0 -1 1077944384 39481 12548 0 0 400 11 8 3 20 0 20 0 6034003 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081586612192 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15538] ppid=15479 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15538/stat : 15538 (java) R 15479 15482 7954 0 -1 4202560 61 12548 0 0 4 0 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081508449288 140081575002855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15539] ppid=15479 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15539/stat : 15539 (java) R 15479 15482 7954 0 -1 4202560 40 12548 0 0 6 1 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081507396488 140081575002855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15540] ppid=15479 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15540/stat : 15540 (java) R 15479 15482 7954 0 -1 4202560 60 12548 0 0 6 0 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081506344200 140081575002855 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15541] ppid=15479 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15541/stat : 15541 (java) R 15479 15482 7954 0 -1 4202560 41 12548 0 0 6 1 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081505291400 140081575002855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15542] ppid=15479 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15542/stat : 15542 (java) R 15479 15482 7954 0 -1 4202560 35 12548 0 0 7 1 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081504238088 140081575002855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15543] ppid=15479 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15543/stat : 15543 (java) R 15479 15482 7954 0 -1 4202560 106 12548 0 0 5 1 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081503185368 140081567075314 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15544] ppid=15479 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15544/stat : 15544 (java) R 15479 15482 7954 0 -1 4202560 154 12548 0 0 4 0 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081502133000 140081575002855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15545] ppid=15479 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15545/stat : 15545 (java) R 15479 15482 7954 0 -1 4202560 42 12548 0 0 7 0 8 3 20 0 20 0 6034004 11259342848 90197 33554432000 4194304 4196468 140731018192624 140081501080200 140081575002855 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15546] ppid=15479 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15546/stat : 15546 (java) S 15479 15482 7954 0 -1 1077944384 2011 12548 0 0 6 0 8 3 20 0 20 0 6034006 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080922637584 140081582384853 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15547] ppid=15479 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15547/stat : 15547 (java) S 15479 15482 7954 0 -1 1077944384 56 12548 0 0 0 0 8 3 20 0 20 0 6034007 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080921584992 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15548] ppid=15479 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15548/stat : 15548 (java) S 15479 15482 7954 0 -1 1077944384 43 12548 0 0 0 0 8 3 20 0 20 0 6034007 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080920532608 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15549] ppid=15479 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15549/stat : 15549 (java) S 15479 15482 7954 0 -1 1077944384 1 12548 0 0 0 0 8 3 20 0 20 0 6034011 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080919480912 140081582393243 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15550] ppid=15479 vsize=10995452 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15550/stat : 15550 (java) S 15479 15482 7954 0 -1 1077944384 3214 12548 0 0 142 2 8 3 20 0 20 0 6034011 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080918412752 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15551] ppid=15479 vsize=10995452 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15551/stat : 15551 (java) R 15479 15482 7954 0 -1 4202560 6144 12548 0 0 175 1 8 3 20 0 20 0 6034011 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080917360984 140081566764512 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15552] ppid=15479 vsize=10995452 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15552/stat : 15552 (java) S 15479 15482 7954 0 -1 1077944384 2197 12548 0 0 132 1 8 3 20 0 20 0 6034011 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080916311232 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15553] ppid=15479 vsize=10995452 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15553/stat : 15553 (java) S 15479 15482 7954 0 -1 1077944384 4848 12548 0 0 175 3 8 3 20 0 20 0 6034011 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080915265744 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15554] ppid=15479 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15554/stat : 15554 (java) S 15479 15482 7954 0 -1 1077944384 3 12548 0 0 0 0 8 3 20 0 20 0 6034011 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080914217824 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15555] ppid=15479 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15555/stat : 15555 (java) S 15479 15482 7954 0 -1 1077944384 8 12548 0 0 0 0 8 3 20 0 20 0 6034011 11259342848 90197 33554432000 4194304 4196468 140731018192624 140080913165104 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 10995452

[startup+4.60078 s]
/proc/loadavg: 2.66 2.17 2.41 11/282 15555
/proc/meminfo: memFree=27746200/32770624 swapFree=5788/295544
[pid=15482] ppid=15479 vsize=10997568 CPUtime=12.14 cores=0,2,4,6,8,10,12,14
/proc/15482/stat : 15482 (java) S 15479 15482 7954 0 -1 1077944320 62296 12548 0 0 1174 29 8 3 20 0 20 0 6033991 11261509632 90861 33554432000 4194304 4196468 140731018192624 140731018175168 140081582374647 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
/proc/15482/statm: 2749392 90861 3486 1 0 2736947 0
[pid=15482/tid=15537] ppid=15479 vsize=10997568 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15537/stat : 15537 (java) R 15479 15482 7954 0 -1 4202560 39545 12548 0 0 402 11 8 3 20 0 20 0 6034003 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081586584648 140081562650536 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15538] ppid=15479 vsize=10997568 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15538/stat : 15538 (java) S 15479 15482 7954 0 -1 1077944384 63 12548 0 0 9 0 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081508449168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15539] ppid=15479 vsize=10997568 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15539/stat : 15539 (java) S 15479 15482 7954 0 -1 1077944384 40 12548 0 0 14 1 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081507396368 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15540] ppid=15479 vsize=10997568 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15540/stat : 15540 (java) S 15479 15482 7954 0 -1 1077944384 67 12548 0 0 14 1 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081506344080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15541] ppid=15479 vsize=10997568 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15541/stat : 15541 (java) S 15479 15482 7954 0 -1 1077944384 45 12548 0 0 14 1 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081505291280 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15542] ppid=15479 vsize=10997568 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15542/stat : 15542 (java) S 15479 15482 7954 0 -1 1077944384 36 12548 0 0 14 1 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081504237968 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15543] ppid=15479 vsize=10997568 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15543/stat : 15543 (java) S 15479 15482 7954 0 -1 1077944384 114 12548 0 0 15 1 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081503185168 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15544] ppid=15479 vsize=10997568 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15544/stat : 15544 (java) S 15479 15482 7954 0 -1 1077944384 155 12548 0 0 13 0 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081502132880 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15545] ppid=15479 vsize=10997568 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15545/stat : 15545 (java) S 15479 15482 7954 0 -1 1077944384 49 12548 0 0 15 0 8 3 20 0 20 0 6034004 11261509632 90861 33554432000 4194304 4196468 140731018192624 140081501080080 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15546] ppid=15479 vsize=10997568 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15546/stat : 15546 (java) S 15479 15482 7954 0 -1 1077944384 2022 12548 0 0 13 0 8 3 20 0 20 0 6034006 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080922638960 140081582385794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15547] ppid=15479 vsize=10997568 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15547/stat : 15547 (java) S 15479 15482 7954 0 -1 1077944384 57 12548 0 0 0 0 8 3 20 0 20 0 6034007 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080921585056 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15548] ppid=15479 vsize=10997568 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15548/stat : 15548 (java) S 15479 15482 7954 0 -1 1077944384 44 12548 0 0 0 0 8 3 20 0 20 0 6034007 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080920532608 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15549] ppid=15479 vsize=10997568 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15549/stat : 15549 (java) S 15479 15482 7954 0 -1 1077944384 1 12548 0 0 0 0 8 3 20 0 20 0 6034011 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080919480912 140081582393243 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15550] ppid=15479 vsize=10997568 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15550/stat : 15550 (java) S 15479 15482 7954 0 -1 1077944384 3218 12548 0 0 142 2 8 3 20 0 20 0 6034011 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080918427760 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15551] ppid=15479 vsize=10997568 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15551/stat : 15551 (java) R 15479 15482 7954 0 -1 4202560 7652 12548 0 0 194 2 8 3 20 0 20 0 6034011 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080917360984 140081563920011 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15552] ppid=15479 vsize=10997568 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15552/stat : 15552 (java) S 15479 15482 7954 0 -1 1077944384 2199 12548 0 0 133 1 8 3 20 0 20 0 6034011 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080916322672 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15553] ppid=15479 vsize=10997568 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15553/stat : 15553 (java) S 15479 15482 7954 0 -1 1077944384 4849 12548 0 0 175 3 8 3 20 0 20 0 6034011 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080915269872 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15554] ppid=15479 vsize=10997568 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15554/stat : 15554 (java) S 15479 15482 7954 0 -1 1077944384 3 12548 0 0 0 0 8 3 20 0 20 0 6034011 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080914217824 140081582384853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
[pid=15482/tid=15555] ppid=15479 vsize=10997568 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15482/task/15555/stat : 15555 (java) S 15479 15482 7954 0 -1 1077944384 8 12548 0 0 0 0 8 3 20 0 20 0 6034011 11261509632 90861 33554432000 4194304 4196468 140731018192624 140080913165104 140081582385794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29532160 140731018193601 140731018196375 140731018196375 140731018198991 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 10997568

Child status: 0
Real time (s): 4.69687
CPU time (s): 12.3298
CPU user time (s): 11.9877
CPU system time (s): 0.342029
CPU usage (%): 262.51
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9877
system time used= 0.342029
maximum resident set size= 365020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10024
involuntary context switches= 1878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040678 second user time and 0.060495 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 09:14:25
IDJOB=4245929
IDBENCH=123396
IDSOLVER=2630
FILE ID=node128/4245929-1500707665
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sat/Sat-m1-jnh/jnh-012.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245929-1500707665/watcher-4245929-1500707665 -o /tmp/evaluation-result-4245929-1500707665/solver-4245929-1500707665 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560  bin/concrete HOME/instance-4245929-1500707665.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 3c5fe328a8db4231af8c88bf9e66d100
RANDOM SEED=153713969

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.54
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.54
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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	: 8
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.54
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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.12
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28092660 kB
MemAvailable:   28325632 kB
Buffers:          125580 kB
Cached:           389256 kB
SwapCached:            0 kB
Active:          3935648 kB
Inactive:         303920 kB
Active(anon):    3727528 kB
Inactive(anon):     8756 kB
Active(file):     208120 kB
Inactive(file):   295164 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24700 kB
Writeback:             0 kB
AnonPages:       3730780 kB
Mapped:            43696 kB
Shmem:              8844 kB
Slab:             124800 kB
SReclaimable:      91048 kB
SUnreclaim:        33752 kB
KernelStack:        4560 kB
PageTables:        12516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4154636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3469312 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= 61972 MiB
End job on node128 at 2017-07-22 09:14:30