Trace number 4298956

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29SAT (TO)5344 2520.05 2516.91

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-qap_c18.xml
MD5SUMae953de311e4ef2e73bebc6e6ca1406d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4776
Best CPU time to get the best result obtained on this benchmark0.378238
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints12
Number of domains2
Minimum domain size12
Maximum domain size51
Distribution of domain sizes[{"size":12,"count":12},{"size":51,"count":11}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":133},{"degree":2,"count":16},{"degree":3,"count":5},{"degree":4,"count":1},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":11},{"arity":12,"count":1}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.56/0.33	o 15692
0.56/0.34	o 14792
0.56/0.36	o 13132
0.56/0.36	o 12263
0.56/0.36	o 12204
0.56/0.37	o 12124
0.56/0.39	o 11824
0.56/0.39	o 11332
0.56/0.39	o 11054
0.56/0.39	o 11050
0.56/0.39	o 10219
0.56/0.39	o 9837
0.56/0.39	o 9560
0.56/0.39	o 9520
0.56/0.40	o 8792
0.56/0.40	o 8522
0.56/0.40	o 8451
0.56/0.40	o 8111
0.56/0.40	o 7729
0.56/0.40	o 7487
0.56/0.40	o 7410
0.56/0.40	o 6785
0.88/0.43	o 6701
0.88/0.43	o 6467
0.88/0.44	o 6351
0.88/0.44	o 6291
0.88/0.44	o 6279
0.88/0.44	o 6219
0.88/0.45	o 6199
0.88/0.45	o 6139
0.88/0.45	o 5971
0.88/0.46	o 5344
2520.03/2516.90	s SATISFIABLE
2520.03/2516.90	v <instantiation>
2520.03/2516.90	v 	<list>
2520.03/2516.90	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] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[2][6] d[2][7] d[5][8] d[7][9] d[8][10] d[9][11] 
2520.03/2516.90	v 	</list>
2520.03/2516.90	v 	<values>
2520.03/2516.90	v 		10 5 8 11 7 3 1 6 0 4 9 2 0 39 18 15 12 35 35 26 5 17 10 
2520.03/2516.90	v 	</values>
2520.03/2516.90	v </instantiation>

Verifier Data

OK	5344

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298956-1532786736/watcher-4298956-1532786736 -o /tmp/evaluation-result-4298956-1532786736/solver-4298956-1532786736 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298956-1532786736.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB
solver pid=31654, runsolver pid=31651


[startup+0.100058 s]*
/proc/loadavg: 1.97 2.00 1.99 4/216 31669
/proc/meminfo: memFree=23463136/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661056 memory=27704 CPUtime=0.13 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 5310 0 0 0 12 1 0 0 20 0 15 0 96236751 10916921344 6926 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665264 6926 2844 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661056 memory=-8269626465541330300 CPUtime=0.09 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 3139 0 0 0 9 0 0 0 20 0 15 0 96236751 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285741337968 140285737127318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661056 memory=139649430210176 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236752 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661056 memory=139649430210176 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236753 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96236754 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96236754 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) R 31651 31654 30301 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 15 0 96236756 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285223810880 140285722781536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) R 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236756 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285222766576 140285737126530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661056 memory=139649430210176 CPUtime=0.01 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) R 31651 31654 30301 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 96236756 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285221714288 140285721195870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661056 memory=139649430210176 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236757 10916921344 6926 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27704 KiB

[startup+0.210563 s]*
/proc/loadavg: 1.97 2.00 1.99 3/216 31669
/proc/meminfo: memFree=23451892/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661132 memory=40300 CPUtime=0.32 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 8198 0 0 0 31 1 0 0 20 0 15 0 96236751 10916999168 10075 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665283 10075 2979 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 5251 0 0 0 19 0 0 0 20 0 15 0 96236751 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285741347696 140285721195870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=345 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=139649430240760 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=139649430210176 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236753 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) S 31651 31654 30301 0 -1 1077944384 646 0 0 0 2 0 0 0 20 0 15 0 96236756 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285223819376 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) S 31651 31654 30301 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 15 0 96236756 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285222766576 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661132 memory=139649430210176 CPUtime=0.07 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) S 31651 31654 30301 0 -1 1077944384 813 0 0 0 7 0 0 0 20 0 15 0 96236756 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285221714288 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661132 memory=139649430210176 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236757 10916999168 10075 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40300 KiB

[startup+0.314137 s]*
/proc/loadavg: 1.97 2.00 1.99 5/216 31669
/proc/meminfo: memFree=23445440/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661132 memory=46804 CPUtime=0.56 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 8934 0 0 0 54 2 0 0 20 0 15 0 96236751 10916999168 11701 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665283 11701 3049 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 5681 0 0 0 29 1 0 0 20 0 15 0 96236751 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285741351312 140285325683852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=139649430240652 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=139649430210176 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236753 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) R 31651 31654 30301 0 -1 1077944384 713 0 0 0 4 0 0 0 20 0 15 0 96236756 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285223819376 140285737126530 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) R 31651 31654 30301 0 -1 4202560 210 0 0 0 5 0 0 0 20 0 15 0 96236756 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285222755568 140285715518834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661132 memory=139649430210176 CPUtime=0.14 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) S 31651 31654 30301 0 -1 1077944384 960 0 0 0 14 0 0 0 20 0 15 0 96236756 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285221714288 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661132 memory=139649430210176 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236757 10916999168 11701 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46804 KiB

[startup+0.700767 s]
/proc/loadavg: 1.97 2.00 1.99 8/216 31669
/proc/meminfo: memFree=23426272/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661132 memory=68732 CPUtime=1.73 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 12348 0 0 0 171 2 0 0 20 0 15 0 96236751 10916999168 17183 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665283 17183 3089 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661132 memory=1840 CPUtime=0.68 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 5733 0 0 0 67 1 0 0 20 0 15 0 96236751 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285741351072 140285737127318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96236753 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661132 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661132 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661132 memory=7302135314614015848 CPUtime=0.41 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) R 31651 31654 30301 0 -1 4202560 2015 0 0 0 41 0 0 0 20 0 15 0 96236756 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285223819184 140285716839662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661132 memory=7450453974481135974 CPUtime=0.43 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) R 31651 31654 30301 0 -1 4202560 1821 0 0 0 43 0 0 0 20 0 15 0 96236756 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285222751240 140285722035721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661132 memory=7151830906713428048 CPUtime=0.19 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) R 31651 31654 30301 0 -1 1077944384 1406 0 0 0 19 0 0 0 20 0 15 0 96236756 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285221714288 140285737126530 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236757 10916999168 17183 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 68732 KiB

[startup+1.50066 s]
/proc/loadavg: 1.97 2.00 1.99 5/216 31669
/proc/meminfo: memFree=23413244/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661132 memory=89980 CPUtime=2.76 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 15229 0 0 0 273 3 0 0 20 0 15 0 96236751 10916999168 22495 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665283 22495 3108 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661132 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 5991 0 0 0 147 1 0 0 20 0 15 0 96236751 10916999168 22495 33554432000 4194304 4196468 140727756157856 140285741352944 140285328223884 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 22495 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 22495 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 22495 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96236752 10916999168 22495 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96236753 10916999168 22495 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0

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

/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 12631 0 0 0 244026 6 0 0 20 0 15 0 96236751 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285741355040 140285328223884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.53 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2894 0 0 0 45 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.53 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 1944 0 0 0 46 7 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.52 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1813 0 0 0 43 9 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.54 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2721 0 0 0 46 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.89 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 5318 0 0 0 83 6 0 0 20 0 15 0 96236753 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.59 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) S 31651 31654 30301 0 -1 1077944384 3782 0 0 0 59 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285223819376 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.58 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) S 31651 31654 30301 0 -1 1077944384 3735 0 0 0 57 1 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285222766576 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.25 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) S 31651 31654 30301 0 -1 1077944384 3022 0 0 0 25 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285221714288 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661132 memory=4012 CPUtime=0.54 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 756 0 0 0 25 29 0 0 20 0 15 0 96236757 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 2445.37 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188464 KiB

[startup+2502.3 s]
/proc/loadavg: 1.41 1.31 1.40 3/215 31823
/proc/meminfo: memFree=20786152/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661132 memory=188464 CPUtime=2505.42 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 40085 0 0 0 250485 57 0 0 20 0 15 0 96236751 10916999168 47116 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665283 47116 3138 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661132 memory=188464 CPUtime=2500.28 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 12669 0 0 0 250021 7 0 0 20 0 15 0 96236751 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285741355040 140285328223784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.54 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2895 0 0 0 46 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 1946 0 0 0 47 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.52 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1815 0 0 0 43 9 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2722 0 0 0 47 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.92 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 5323 0 0 0 86 6 0 0 20 0 15 0 96236753 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.59 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) S 31651 31654 30301 0 -1 1077944384 3782 0 0 0 59 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285223819376 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.58 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) S 31651 31654 30301 0 -1 1077944384 3735 0 0 0 57 1 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285222766576 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.25 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) S 31651 31654 30301 0 -1 1077944384 3022 0 0 0 25 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285221714288 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661132 memory=27848 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 760 0 0 0 26 29 0 0 20 0 15 0 96236757 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 2505.42 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.9 s]
/proc/loadavg: 1.79 1.39 1.42 3/215 31823
/proc/meminfo: memFree=18953368/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661132 memory=188464 CPUtime=2520.03 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 40706 0 0 0 251946 57 0 0 20 0 15 0 96236751 10916999168 47116 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665283 47116 3138 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661132 memory=188464 CPUtime=2514.87 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 12835 0 0 0 251480 7 0 0 20 0 15 0 96236751 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285741355088 140285328224030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.54 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2898 0 0 0 46 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 1948 0 0 0 47 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=16240 CPUtime=0.53 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1858 0 0 0 44 9 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2951 0 0 0 47 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.92 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 5484 0 0 0 86 6 0 0 20 0 15 0 96236753 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.59 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) S 31651 31654 30301 0 -1 1077944384 3782 0 0 0 59 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285223819376 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661132 memory=1580 CPUtime=0.58 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) S 31651 31654 30301 0 -1 1077944384 3735 0 0 0 57 1 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285222766576 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.25 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) S 31651 31654 30301 0 -1 1077944384 3022 0 0 0 25 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285221714288 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 777 0 0 0 26 29 0 0 20 0 15 0 96236757 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188464 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2516.91 s]
# the end of solver process 31654 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.47 s, system=0.581242 s

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

[startup+2516.9 s]
/proc/loadavg: 1.79 1.39 1.42 3/215 31823
/proc/meminfo: memFree=18953368/32770624 swapFree=67108404/67108860
[pid=31654] ppid=31651 vsize=10661132 memory=188464 CPUtime=2520.03 cores=0,2,4,6
/proc/31654/stat : 31654 (java) S 31651 31654 30301 0 -1 1077944320 40706 0 0 0 251946 57 0 0 20 0 15 0 96236751 10916999168 47116 33554432000 4194304 4196468 140727756157856 140727756140400 140285737115383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
/proc/31654/statm: 2665283 47116 3138 1 0 2627263 0
[pid=31654/tid=31656] ppid=31651 vsize=10661132 memory=188464 CPUtime=2514.87 cores=0,2,4,6
/proc/31654/task/31656/stat : 31656 (java) R 31651 31654 30301 0 -1 4202560 12835 0 0 0 251480 7 0 0 20 0 15 0 96236751 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285741355088 140285328224030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31657] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.54 cores=0,2,4,6
/proc/31654/task/31657/stat : 31657 (java) S 31651 31654 30301 0 -1 1077944384 2898 0 0 0 46 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285663189392 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31658] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31658/stat : 31658 (java) S 31651 31654 30301 0 -1 1077944384 1948 0 0 0 47 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285662136592 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31659] ppid=31651 vsize=10661132 memory=16240 CPUtime=0.53 cores=0,2,4,6
/proc/31654/task/31659/stat : 31659 (java) S 31651 31654 30301 0 -1 1077944384 1858 0 0 0 44 9 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285661084304 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31660] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31660/stat : 31660 (java) S 31651 31654 30301 0 -1 1077944384 2951 0 0 0 47 8 0 0 20 0 15 0 96236752 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285660031504 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31661] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.92 cores=0,2,4,6
/proc/31654/task/31661/stat : 31661 (java) S 31651 31654 30301 0 -1 1077944384 5484 0 0 0 86 6 0 0 20 0 15 0 96236753 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285228030576 140285737126530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31662] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31662/stat : 31662 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285226976544 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31663] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31663/stat : 31663 (java) S 31651 31654 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96236754 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285225924208 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31664] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31664/stat : 31664 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285224872528 140285737133979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31665] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.59 cores=0,2,4,6
/proc/31654/task/31665/stat : 31665 (java) S 31651 31654 30301 0 -1 1077944384 3782 0 0 0 59 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285223819376 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31666] ppid=31651 vsize=10661132 memory=1580 CPUtime=0.58 cores=0,2,4,6
/proc/31654/task/31666/stat : 31666 (java) S 31651 31654 30301 0 -1 1077944384 3735 0 0 0 57 1 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285222766576 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31667] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.25 cores=0,2,4,6
/proc/31654/task/31667/stat : 31667 (java) S 31651 31654 30301 0 -1 1077944384 3022 0 0 0 25 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285221714288 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31668] ppid=31651 vsize=10661132 memory=188464 CPUtime=0 cores=0,2,4,6
/proc/31654/task/31668/stat : 31668 (java) S 31651 31654 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96236756 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285220661728 140285737125589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
[pid=31654/tid=31669] ppid=31651 vsize=10661132 memory=188464 CPUtime=0.55 cores=0,2,4,6
/proc/31654/task/31669/stat : 31669 (java) S 31651 31654 30301 0 -1 1077944384 777 0 0 0 26 29 0 0 20 0 15 0 96236757 10916999168 47116 33554432000 4194304 4196468 140727756157856 140285219609520 140285737126530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32935936 140727756162165 140727756162313 140727756162313 140727756165071 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188464 KiB

Child status: 143
Real time (s): 2516.91
CPU time (s): 2520.05
CPU user time (s): 2519.47
CPU system time (s): 0.581242
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 188464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.47
system time used= 0.581242
maximum resident set size= 188964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40970
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78166
involuntary context switches= 3830


# summary of solver processes directly reported to runsolver:
#   pid: 31654
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.47
#   total CPU system time (s): 0.581242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8839 second user time and 22.4854 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 16:05:36
IDJOB=4298956
IDBENCH=141257
IDSOLVER=2762
FILE ID=node148/4298956-1532786736
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43264 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-qap_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298956-1532786736/watcher-4298956-1532786736 -o /tmp/evaluation-result-4298956-1532786736/solver-4298956-1532786736 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298956-1532786736.xml

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

MD5SUM BENCH= ae953de311e4ef2e73bebc6e6ca1406d
RANDOM SEED=206440127

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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.50
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.50
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.50
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:        23477868 kB
MemAvailable:   31749820 kB
Buffers:          226104 kB
Cached:          8180200 kB
SwapCached:          352 kB
Active:          2173776 kB
Inactive:        6466988 kB
Active(anon):     188076 kB
Inactive(anon):    74228 kB
Active(file):    1985700 kB
Inactive(file):  6392760 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:        264740 kB
Mapped:            54888 kB
Shmem:             25016 kB
Slab:             349968 kB
SReclaimable:     321952 kB
SUnreclaim:        28016 kB
KernelStack:        3808 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1142988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43084 MiB
End job on node148 at 2018-07-28 16:47:33