Trace number 4274211

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
OscaR - Conflict Ordering 2017-07-26SAT 4.4263301 2.37391

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-6-2-6-cp.xml
MD5SUM4a8cebd9dd4db13e1c53af67b2847c2b
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 benchmark1.12252
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints998
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":72}]
Minimum variable degree57
Maximum variable degree58
Distribution of variable degrees[{"degree":57,"count":60},{"degree":58,"count":12}]
Minimum constraint arity4
Maximum constraint arity72
Distribution of constraint arities[{"arity":4,"count":990},{"arity":12,"count":7},{"arity":72,"count":1}]
Number of extensional constraints0
Number of intensional constraints990
Distribution of constraint types[{"type":"intension","count":990},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.23/0.40	c version: 2017-07-26
0.23/0.40	c seed: 660310282
0.23/0.40	c timeout: 2520
0.23/0.40	c memlimit: 11000
0.23/0.40	c nbcore: 4
0.42/0.42	c Parsing instance...
4.09/1.87	c Parsing done, starting search...
4.32/1.93	s SATISFIABLE
4.41/2.36	v <instantiation>
4.41/2.36	v 	<list>
4.41/2.36	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11]
4.41/2.36	v 	</list>
4.41/2.36	v 	<values>
4.41/2.36	v 		0 0 1 1 2 2 3 3 4 4 5 5 0 4 3 5 0 2 1 4 2 5 1 3 0 5 4 5 1 2 0 1 3 4 2 3 1 0 0 5 2 3 2 4 1 3 5 4 1 0 1 2 2 3 3 4 0 5 4 5 5 4 3 5 4 2 1 2 3 0 0 1 
4.41/2.36	v 	</values>
4.41/2.36	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274211-1502777370/watcher-4274211-1502777370 -o /tmp/evaluation-result-4274211-1502777370/solver-4274211-1502777370 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 660310282 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274211-1502777370.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=26935, runsolver pid=26932
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.84 1.78 1.80 3/201 26937
/proc/meminfo: memFree=27030388/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=13358552 memory=11376 CPUtime=0 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 2687 0 0 0 0 0 0 0 20 0 6 0 125552165 13679157248 2844 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3339638 2844 1317 1 0 3329135 0
[pid=26935/tid=26937] ppid=26932 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 8289 0 -1 4202560 1431 0 0 0 0 0 0 0 20 0 6 0 125552175 13679157248 2909 18446744073709551615 4194304 4196468 140723049910384 139908197270096 139908085600118 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 125552176 13679157248 2909 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=13358552 memory=140157604267648 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 125552176 13679157248 2909 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 125552176 13679157248 2909 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 125552176 13679157248 2909 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 11376 KiB

[startup+0.215843 s]*
/proc/loadavg: 1.84 1.78 1.80 3/214 26950
/proc/meminfo: memFree=27020100/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=13975920 memory=27376 CPUtime=0.08 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 6621 0 0 0 7 1 0 0 20 0 15 0 125552165 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3493980 6844 3350 1 0 3482759 0
[pid=26935/tid=26937] ppid=26932 vsize=13975920 memory=7077796292425249400 CPUtime=0.06 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 8289 0 -1 4202560 4652 0 0 0 6 0 0 0 20 0 15 0 125552175 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139908197262752 139908177114462 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=13975920 memory=140157604267648 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26942] ppid=26932 vsize=13975920 memory=140157604267648 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125552177 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907671456240 139908193045122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125552178 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907670402464 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125552178 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907669349872 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907668298448 139908193052571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 8289 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907667245040 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 8289 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907666192496 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=13975920 memory=140157604267648 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 8289 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907665139952 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26950] ppid=26932 vsize=13975920 memory=140157604267648 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552186 14311342080 6844 18446744073709551615 4194304 4196468 140723049910384 139907663035184 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 27376 KiB

[startup+0.311976 s]*
/proc/loadavg: 1.84 1.78 1.80 3/214 26950
/proc/meminfo: memFree=27005472/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=13975920 memory=38832 CPUtime=0.23 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 10462 0 0 0 20 3 0 0 20 0 15 0 125552165 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3493980 9708 3545 1 0 3482759 0
[pid=26935/tid=26937] ppid=26932 vsize=13975920 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 8289 0 -1 4202560 8171 0 0 0 14 2 0 0 20 0 15 0 125552175 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139908197244608 139908177114462 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=13975920 memory=140157604274641 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26942] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 125552177 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907671456240 139908193045122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125552178 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907670402464 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125552178 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907669349872 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907668298448 139908193052571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 8289 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 15 0 125552180 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907667245040 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 8289 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907666192496 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=13975920 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 8289 0 -1 1077944384 389 0 0 0 4 0 0 0 20 0 15 0 125552180 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907665139952 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26950] ppid=26932 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552186 14311342080 9708 18446744073709551615 4194304 4196468 140723049910384 139907663035184 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 38832 KiB

[startup+0.703981 s]
/proc/loadavg: 1.84 1.78 1.80 4/214 26950
/proc/meminfo: memFree=26991572/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=13977988 memory=68688 CPUtime=1.04 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 13882 0 0 0 100 4 0 0 20 0 15 0 125552165 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3494497 17172 3728 1 0 3483271 0
[pid=26935/tid=26937] ppid=26932 vsize=13977988 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 8289 0 -1 4202560 10308 0 0 0 51 3 0 0 20 0 15 0 125552175 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139908197268560 139907834014656 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=13977988 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=13977988 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125552176 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=13977988 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552176 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26942] ppid=26932 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 125552177 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907671456240 139908193045122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125552178 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907670402464 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125552178 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907669349872 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=13977988 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907668298448 139908193052571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=13977988 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) R 26932 26935 8289 0 -1 4202560 912 0 0 0 13 0 0 0 20 0 15 0 125552180 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907667224848 139908178160385 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=13977988 memory=7524860340579717849 CPUtime=0.13 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) R 26932 26935 8289 0 -1 4202560 483 0 0 0 13 0 0 0 20 0 15 0 125552180 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907666185520 139908177274081 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=13977988 memory=6944656592387989600 CPUtime=0.22 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) R 26932 26935 8289 0 -1 1077944384 797 0 0 0 22 0 0 0 20 0 15 0 125552180 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907665139136 139908193044181 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=13977988 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26950] ppid=26932 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125552186 14313459712 17172 18446744073709551615 4194304 4196468 140723049910384 139907663035184 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68688 KiB

[startup+1.50066 s]
/proc/loadavg: 1.84 1.78 1.80 4/214 26950
/proc/meminfo: memFree=26929896/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=13982084 memory=241724 CPUtime=3.32 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 26628 0 0 0 320 12 0 0 20 0 15 0 125552165 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3495521 60431 3791 1 0 3484295 0
[pid=26935/tid=26937] ppid=26932 vsize=13982084 memory=7810198798879768676 CPUtime=1.28 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 8289 0 -1 4202560 14332 0 0 0 123 5 0 0 20 0 15 0 125552175 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139908197268976 139907834001351 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=13982084 memory=7810198798879768676 CPUtime=0.01 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 125552176 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=13982084 memory=280314933139456 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 125552176 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=13982084 memory=7884206900708012129 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 202 0 0 0 3 1 0 0 20 0 15 0 125552176 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=13982084 memory=4639924115538006630 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 284 0 0 0 3 1 0 0 20 0 15 0 125552176 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26942] ppid=26932 vsize=13982084 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 8289 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 125552177 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907671456240 139908193045122 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 125552178 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907670402464 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=13982084 memory=140157466680384 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 125552178 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907669349888 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907668298448 139908193052571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=13982084 memory=-8774313645642428999 CPUtime=0.71 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) R 26932 26935 8289 0 -1 4202560 3721 0 0 0 71 0 0 0 20 0 15 0 125552180 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907667228432 139908170265328 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=13982084 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) R 26932 26935 8289 0 -1 4202560 3162 0 0 0 59 0 0 0 20 0 15 0 125552180 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907666173648 139908179057864 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=13982084 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 8289 0 -1 1077944384 3054 0 0 0 55 0 0 0 20 0 15 0 125552180 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907665139952 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26950] ppid=26932 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 8289 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 125552186 14317654016 60431 18446744073709551615 4194304 4196468 140723049910384 139907663035184 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 3.32 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 241724 KiB

[startup+2.37385 s]
# the end of solver process 26935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.22412 s, system=0.202212 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60117 s]
/proc/loadavg: 1.84 1.78 1.80 4/214 26950
/proc/meminfo: memFree=26929896/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=13982084 memory=248176 CPUtime=3.64 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 28875 0 0 0 351 13 0 0 20 0 15 0 125552165 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3495521 62044 3792 1 0 3484295 0
[pid=26935/tid=26937] ppid=26932 vsize=13982084 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 8289 0 -1 4202560 16039 0 0 0 132 6 0 0 20 0 15 0 125552175 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139908197269320 139907840160128 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=13982084 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 125552176 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 125552176 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=13982084 memory=7379829026880842607 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 202 0 0 0 3 1 0 0 20 0 15 0 125552176 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=13982084 memory=2593958921985 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 284 0 0 0 3 1 0 0 20 0 15 0 125552176 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26942] ppid=26932 vsize=13982084 memory=218134464 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 8289 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 125552177 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907671456240 139908193045122 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=13982084 memory=6811895185499135200 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 125552178 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907670402464 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=13982084 memory=5938400107829749334 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 125552178 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907669349888 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=13982084 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907668298448 139908193052571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=13982084 memory=5450916471307863870 CPUtime=0.8 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 8289 0 -1 1077944384 3764 0 0 0 80 0 0 0 20 0 15 0 125552180 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907667245040 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=13982084 memory=8390361644446492005 CPUtime=0.69 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) R 26932 26935 8289 0 -1 4202560 3568 0 0 0 69 0 0 0 20 0 15 0 125552180 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907666173648 139908177955924 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=13982084 memory=140157667770960 CPUtime=0.58 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) R 26932 26935 8289 0 -1 4202560 3147 0 0 0 58 0 0 0 20 0 15 0 125552180 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907665139952 139908186133675 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=13982084 memory=11160 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125552180 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26950] ppid=26932 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 8289 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 125552186 14317654016 62044 18446744073709551615 4194304 4196468 140723049910384 139907663035184 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 3.64 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 248176 KiB

[startup+2.00066 s]*
/proc/loadavg: 1.84 1.78 1.80 2/212 26951
/proc/meminfo: memFree=26674316/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=14048648 memory=352536 CPUtime=4.41 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 32243 0 0 0 422 19 0 0 20 0 13 0 125552165 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3512162 88134 3801 1 0 3500936 0
[pid=26935/tid=26937] ppid=26932 vsize=14048648 memory=7451894300419320161 CPUtime=1.67 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) D 26932 26935 8289 0 -1 4202560 16198 0 0 0 160 7 0 0 20 0 13 0 125552175 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139908197276984 139908185719607 0 0 1 16800974 18446744072101043333 0 0 -1 3 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=14048648 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 92 0 0 0 3 1 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=14048648 memory=3618553983940376755 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 75 0 0 0 3 1 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=14048648 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 271 0 0 0 5 2 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=14048648 memory=3184097920075968559 CPUtime=0.07 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 336 0 0 0 5 2 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=14048648 memory=3472464055785436848 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 13 0 125552178 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907670402528 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=14048648 memory=7812726516167304524 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 13 0 125552178 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907669349888 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=14048648 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907668298096 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=14048648 memory=280314933532384 CPUtime=0.91 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 8289 0 -1 1077944384 3851 0 0 0 91 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907667225520 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=14048648 memory=8292095139715588497 CPUtime=0.8 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 8289 0 -1 1077944384 3636 0 0 0 79 1 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907666181696 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=14048648 memory=4137287014106042739 CPUtime=0.7 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 8289 0 -1 1077944384 5930 0 0 0 69 1 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907665139952 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=14048648 memory=-7449383003082255510 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 14048648 KiB
Current children cumulated memory: 352536 KiB

[startup+2.20067 s]
/proc/loadavg: 1.84 1.78 1.80 2/212 26951
/proc/meminfo: memFree=26674316/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=14048648 memory=352536 CPUtime=4.41 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 32243 0 0 0 422 19 0 0 20 0 13 0 125552165 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3512162 88134 3801 1 0 3500936 0
[pid=26935/tid=26937] ppid=26932 vsize=14048648 memory=0 CPUtime=1.67 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) D 26932 26935 8289 0 -1 4202560 16198 0 0 0 160 7 0 0 20 0 13 0 125552175 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139908197276984 139908185719607 0 0 1 16800974 18446744072101043333 0 0 -1 3 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=14048648 memory=-8774313645642428999 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 92 0 0 0 3 1 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=14048648 memory=288230617509003574 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 75 0 0 0 3 1 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=14048648 memory=15825482134324680 CPUtime=0.07 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 271 0 0 0 5 2 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=14048648 memory=2248 CPUtime=0.07 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 336 0 0 0 5 2 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=14048648 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 13 0 125552178 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907670402528 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=14048648 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 13 0 125552178 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907669349888 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=14048648 memory=928 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907668298096 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=14048648 memory=1620 CPUtime=0.91 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 8289 0 -1 1077944384 3851 0 0 0 91 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907667225520 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=14048648 memory=844 CPUtime=0.8 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 8289 0 -1 1077944384 3636 0 0 0 79 1 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907666181696 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=14048648 memory=18484 CPUtime=0.7 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 8289 0 -1 1077944384 5930 0 0 0 69 1 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907665139952 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=14048648 memory=3520 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 14048648 KiB
Current children cumulated memory: 352536 KiB

[startup+2.30066 s]
/proc/loadavg: 1.84 1.78 1.80 2/212 26951
/proc/meminfo: memFree=26674316/32770624 swapFree=67108860/67108860
[pid=26935] ppid=26932 vsize=14048648 memory=352536 CPUtime=4.41 cores=1,3,5,7
/proc/26935/stat : 26935 (java) S 26932 26935 8289 0 -1 1077944320 32243 0 0 0 422 19 0 0 20 0 13 0 125552165 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 140723049892928 139908193033975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
/proc/26935/statm: 3512162 88134 3801 1 0 3500936 0
[pid=26935/tid=26937] ppid=26932 vsize=14048648 memory=0 CPUtime=1.67 cores=1,3,5,7
/proc/26935/task/26937/stat : 26937 (java) D 26932 26935 8289 0 -1 4202560 16198 0 0 0 160 7 0 0 20 0 13 0 125552175 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139908197276984 139908185719607 0 0 1 16800974 18446744072101043333 0 0 -1 3 0 0 5 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26938] ppid=26932 vsize=14048648 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 8289 0 -1 1077944384 92 0 0 0 3 1 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139908158314768 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26939] ppid=26932 vsize=14048648 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 8289 0 -1 1077944384 75 0 0 0 3 1 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907792374160 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26940] ppid=26932 vsize=14048648 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 8289 0 -1 1077944384 271 0 0 0 5 2 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907791321616 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26941] ppid=26932 vsize=14048648 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 8289 0 -1 1077944384 336 0 0 0 5 2 0 0 20 0 13 0 125552176 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907790269072 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26943] ppid=26932 vsize=14048648 memory=-7173504570862900581 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 8289 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 13 0 125552178 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907670402528 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26944] ppid=26932 vsize=14048648 memory=280314933347488 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 8289 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 13 0 125552178 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907669349888 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26945] ppid=26932 vsize=14048648 memory=7734515921516277655 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907668298096 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26946] ppid=26932 vsize=14048648 memory=7734515921516277655 CPUtime=0.91 cores=1,3,5,7
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 8289 0 -1 1077944384 3851 0 0 0 91 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907667225520 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26947] ppid=26932 vsize=14048648 memory=7734515921516277655 CPUtime=0.8 cores=1,3,5,7
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 8289 0 -1 1077944384 3636 0 0 0 79 1 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907666181696 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26948] ppid=26932 vsize=14048648 memory=19953 CPUtime=0.7 cores=1,3,5,7
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 8289 0 -1 1077944384 5930 0 0 0 69 1 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907665139952 139908193045122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
[pid=26935/tid=26949] ppid=26932 vsize=14048648 memory=288370753517618536 CPUtime=0 cores=1,3,5,7
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 125552180 14385815552 88134 18446744073709551615 4194304 4196468 140723049910384 139907664087648 139908193044181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36421632 140723049918831 140723049919017 140723049919017 140723049922511 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 14048648 KiB
Current children cumulated memory: 352536 KiB

Child status: 0
Real time (s): 2.37391
CPU time (s): 4.42633
CPU user time (s): 4.22412
CPU system time (s): 0.202212
CPU usage (%): 186.457
Max. virtual memory (cumulated for all children) (KiB): 14048648
Max. memory (cumulated for all children) (KiB): 352536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.22412
system time used= 0.202212
maximum resident set size= 352896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32251
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= 2653
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 26935
#   total CPU time (s): 4.42633
#   total CPU user time (s): 4.22412
#   total CPU system time (s): 0.202212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025801 second user time and 0.077332 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-15 07:55:22
IDJOB=4274211
IDBENCH=126439
IDSOLVER=2666
FILE ID=node133/4274211-1502777370
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-6-2-6-cp.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274211-1502777370/watcher-4274211-1502777370 -o /tmp/evaluation-result-4274211-1502777370/solver-4274211-1502777370 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 660310282 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274211-1502777370.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4a8cebd9dd4db13e1c53af67b2847c2b
RANDOM SEED=660310282

node133.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.17
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.17
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.17
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.17
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:        27031312 kB
MemAvailable:   27801400 kB
Buffers:          269956 kB
Cached:           800316 kB
SwapCached:            0 kB
Active:          5017212 kB
Inactive:         258360 kB
Active(anon):    4146208 kB
Inactive(anon):   108956 kB
Active(file):     871004 kB
Inactive(file):   149404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42384 kB
Writeback:             0 kB
AnonPages:       4204732 kB
Mapped:            74796 kB
Shmem:             49852 kB
Slab:             158576 kB
SReclaimable:     131028 kB
SUnreclaim:        27548 kB
KernelStack:        3520 kB
PageTables:        12856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5659892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4077568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61944 MiB
End job on node133 at 2017-08-15 07:55:24