Trace number 4273053

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26SAT (TO)932 2520.0801 2475.1201

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-00.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark5.8269501
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.28/0.37	c version: 2017-07-26
0.28/0.37	c seed: 1730001568
0.28/0.37	c timeout: 2520
0.28/0.37	c memlimit: 11000
0.28/0.37	c nbcore: 4
0.28/0.39	c Parsing instance...
0.93/0.73	c Parsing done, starting search...
0.93/0.75	o 0
1.10/0.82	o 63
1.10/0.86	o 98
1.10/0.87	o 593
1.40/0.93	o 640
1.98/1.12	o 664
2.24/1.21	o 670
2.80/1.46	o 674
2.80/1.46	o 714
2.80/1.47	o 723
3.41/1.66	o 779
3.41/1.66	o 796
3.41/1.67	o 825
3.41/1.69	o 844
3.41/1.69	o 863
3.41/1.69	o 883
4.36/2.40	o 885
4.36/2.41	o 894
4.36/2.43	o 903
4.48/2.54	o 907
5.10/3.12	o 929
17.72/15.25	o 932
2520.06/2475.11	s SATISFIABLE
2520.06/2475.11	v <instantiation>
2520.06/2475.11	v 	<list>
2520.06/2475.11	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
2520.06/2475.11	v 	</list>
2520.06/2475.11	v 	<values>
2520.06/2475.11	v 		1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0 
2520.06/2475.11	v 	</values>
2520.06/2475.11	v </instantiation>

Verifier Data

OK	932

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273053-1502878140/watcher-4273053-1502878140 -o /tmp/evaluation-result-4273053-1502878140/solver-4273053-1502878140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502867387-31958 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1730001568 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273053-1502878140.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
Current StackSize limit: 8192 KiB

solver pid=851, runsolver pid=848

[startup+0.100151 s]*
/proc/loadavg: 1.48 1.53 1.60 3/200 857
/proc/meminfo: memFree=31388912/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13507100 memory=16260 CPUtime=0.02 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 3919 0 0 0 1 1 0 0 20 0 8 0 15429107 13831270400 4065 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3376775 4065 2058 1 0 3366272 0
[pid=851/tid=853] ppid=848 vsize=13573664 memory=8390339637985935414 CPUtime=0.01 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 2661 0 0 0 1 0 0 0 20 0 9 0 15429115 13899431936 4110 18446744073709551615 4194304 4196468 140732188568976 140398435038352 140398430819485 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13573664 memory=4294967622 CPUtime=0 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15429116 13899431936 4110 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13573664 memory=288370209829226112 CPUtime=0 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15429116 13899431936 4110 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 15429116 13899431936 4110 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 15429116 13899431936 4175 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13573664 memory=139833677514368 CPUtime=0 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 15429117 13899431936 4175 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 15429118 13899431936 4175 18446744073709551615 4194304 4196468 140732188568976 140397909074848 140398430807765 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 15429118 13899431936 4175 18446744073709551615 4194304 4196468 140732188568976 140397908022320 140398430807765 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13507100 KiB
Current children cumulated memory: 16260 KiB

[startup+0.209741 s]*
/proc/loadavg: 1.48 1.53 1.60 4/209 866
/proc/meminfo: memFree=31365628/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13975920 memory=33836 CPUtime=0.12 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 9156 0 0 0 10 2 0 0 20 0 15 0 15429107 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3493980 8459 3384 1 0 3482759 0
[pid=851/tid=853] ppid=848 vsize=13975920 memory=8390339637985935414 CPUtime=0.09 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 7357 0 0 0 7 2 0 0 20 0 15 0 15429115 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140398434987008 140398430809494 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13975920 memory=4294967622 CPUtime=0 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13975920 memory=288370209829226112 CPUtime=0 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13975920 memory=139833677514368 CPUtime=0 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15429117 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15429118 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397909074848 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15429118 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397908022256 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) S 848 851 2357 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 15429120 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397905918448 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397904865904 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13975920 memory=139833677514368 CPUtime=0.01 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) R 848 851 2357 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 15 0 15429120 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430809494 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=865] ppid=848 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/851/task/865/stat : 865 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429121 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397902761056 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=866] ppid=848 vsize=13975920 memory=139833677514368 CPUtime=0 cores=1,3,5,7
/proc/851/task/866/stat : 866 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429124 14311342080 8459 18446744073709551615 4194304 4196468 140732188568976 140397901707568 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 33836 KiB

[startup+0.310227 s]*
/proc/loadavg: 1.48 1.53 1.60 5/209 866
/proc/meminfo: memFree=31348444/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13975920 memory=42948 CPUtime=0.28 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 10874 0 0 0 25 3 0 0 20 0 15 0 15429107 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3493980 10737 3629 1 0 3482759 0
[pid=851/tid=853] ppid=848 vsize=13975920 memory=1398720917958146503 CPUtime=0.19 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 8505 0 0 0 16 3 0 0 20 0 15 0 15429115 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140398435022128 140398430819485 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15429116 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 15429117 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15429118 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397909074848 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15429118 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397908022256 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) S 848 851 2357 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 15 0 15429120 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397905918448 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13975920 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) S 848 851 2357 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 15 0 15429120 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397904865904 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13975920 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) S 848 851 2357 0 -1 1077944384 396 0 0 0 5 0 0 0 20 0 15 0 15429120 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=865] ppid=848 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/851/task/865/stat : 865 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429121 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397902761056 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=866] ppid=848 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/866/stat : 866 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429124 14311342080 10737 18446744073709551615 4194304 4196468 140732188568976 140397901707568 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42948 KiB

[startup+0.700782 s]
/proc/loadavg: 1.48 1.53 1.60 6/209 866
/proc/meminfo: memFree=31323904/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13980036 memory=71904 CPUtime=0.93 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 14201 0 0 0 87 6 0 0 20 0 15 0 15429107 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3495009 17976 3720 1 0 3483783 0
[pid=851/tid=853] ppid=848 vsize=13980036 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 10954 0 0 0 52 5 0 0 20 0 15 0 15429115 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140398435026752 140398430819485 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13980036 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13980036 memory=7302135314614015842 CPUtime=0 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13980036 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13980036 memory=4640748766403514448 CPUtime=0 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 15429117 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13980036 memory=6935649255759570262 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15429118 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397909074848 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13980036 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15429118 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397908022256 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13980036 memory=8700 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13980036 memory=4639098309541127270 CPUtime=0.08 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) S 848 851 2357 0 -1 1077944384 703 0 0 0 8 0 0 0 20 0 15 0 15429120 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397905918448 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13980036 memory=7885081012184048465 CPUtime=0.1 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) S 848 851 2357 0 -1 1077944384 536 0 0 0 10 0 0 0 20 0 15 0 15429120 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397904865904 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13980036 memory=7452725453987210602 CPUtime=0.15 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) S 848 851 2357 0 -1 1077944384 626 0 0 0 15 0 0 0 20 0 15 0 15429120 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=865] ppid=848 vsize=13980036 memory=6935655852947886160 CPUtime=0 cores=1,3,5,7
/proc/851/task/865/stat : 865 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429121 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397902761056 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=866] ppid=848 vsize=13980036 memory=7306645528826565482 CPUtime=0 cores=1,3,5,7
/proc/851/task/866/stat : 866 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429124 14315556864 17976 18446744073709551615 4194304 4196468 140732188568976 140397901707568 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 71904 KiB

[startup+1.50081 s]
/proc/loadavg: 1.48 1.53 1.60 6/209 866
/proc/meminfo: memFree=31185080/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13980036 memory=176564 CPUtime=3.1 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 24353 0 0 0 300 10 0 0 20 0 15 0 15429107 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3495009 44141 3775 1 0 3483783 0
[pid=851/tid=853] ppid=848 vsize=13980036 memory=101228 CPUtime=1.37 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 15072 0 0 0 129 8 0 0 20 0 15 0 15429115 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140398435032688 140398073667227 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13980036 memory=8700 CPUtime=0 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13980036 memory=139833531976832 CPUtime=0 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15429116 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13980036 memory=2380 CPUtime=0 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 15429117 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13980036 memory=100748 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15429118 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140397909074848 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15429118 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140397908022256 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13980036 memory=279667064138720 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13980036 memory=3472468129759748090 CPUtime=0.63 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) R 848 851 2357 0 -1 4202560 3036 0 0 0 63 0 0 0 20 0 15 0 15429120 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140397905906608 140398409199576 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13980036 memory=-7595718316222733696 CPUtime=0.64 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) R 848 851 2357 0 -1 4202560 2580 0 0 0 64 0 0 0 20 0 15 0 15429120 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140397904852688 140398415086268 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13980036 memory=-9178176117148050014 CPUtime=0.42 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) S 848 851 2357 0 -1 1077944384 2159 0 0 0 42 0 0 0 20 0 15 0 15429120 14315556864 44141 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0

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

/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 64029 0 0 0 235455 56 0 0 20 0 15 0 15429115 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140398435035424 140398073667233 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13982084 memory=790528 CPUtime=13.69 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 6161 0 0 0 1295 74 0 0 20 0 15 0 15429116 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13982084 memory=790528 CPUtime=13.88 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 9247 0 0 0 1318 70 0 0 20 0 15 0 15429116 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13982084 memory=790528 CPUtime=13.77 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 6970 0 0 0 1305 72 0 0 20 0 15 0 15429116 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13982084 memory=790528 CPUtime=13.75 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 5822 0 0 0 1300 75 0 0 20 0 15 0 15429116 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13982084 memory=0 CPUtime=10.48 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 7984 0 0 0 978 70 0 0 20 0 15 0 15429117 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13982084 memory=790528 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397909074912 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13982084 memory=790528 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397908022272 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13982084 memory=790528 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13982084 memory=2752 CPUtime=1.27 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) S 848 851 2357 0 -1 1077944384 15302 0 0 0 125 2 0 0 20 0 15 0 15429120 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397905918448 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13982084 memory=1292 CPUtime=1.38 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) S 848 851 2357 0 -1 1077944384 14179 0 0 0 137 1 0 0 20 0 15 0 15429120 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397904865904 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13982084 memory=4104 CPUtime=0.59 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) S 848 851 2357 0 -1 1077944384 17260 0 0 0 58 1 0 0 20 0 15 0 15429120 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=865] ppid=848 vsize=13982084 memory=12220 CPUtime=0 cores=1,3,5,7
/proc/851/task/865/stat : 865 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429121 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397902761056 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=866] ppid=848 vsize=13982084 memory=1292 CPUtime=1.37 cores=1,3,5,7
/proc/851/task/866/stat : 866 (java) S 848 851 2357 0 -1 1077944384 744 0 0 0 59 78 0 0 20 0 15 0 15429124 14317654016 197632 18446744073709551615 4194304 4196468 140732188568976 140397901707568 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 2425.41 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 790528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.29 1.31 3/209 1042
/proc/meminfo: memFree=29839240/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13982084 memory=794624 CPUtime=2486.53 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 150773 0 0 0 248227 426 0 0 20 0 15 0 15429107 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3495521 198656 3809 1 0 3484295 0
[pid=851/tid=853] ppid=848 vsize=13982084 memory=794624 CPUtime=2414.41 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 64821 0 0 0 241384 57 0 0 20 0 15 0 15429115 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140398435034944 140398073704584 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13982084 memory=794624 CPUtime=14.09 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 6316 0 0 0 1334 75 0 0 20 0 15 0 15429116 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13982084 memory=4134931637327791675 CPUtime=14.27 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 9420 0 0 0 1356 71 0 0 20 0 15 0 15429116 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13982084 memory=794624 CPUtime=14.16 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 7181 0 0 0 1342 74 0 0 20 0 15 0 15429116 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13982084 memory=792576 CPUtime=14.14 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 5920 0 0 0 1338 76 0 0 20 0 15 0 15429116 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13982084 memory=790528 CPUtime=10.7 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 8163 0 0 0 998 72 0 0 20 0 15 0 15429117 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13982084 memory=792576 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397909074912 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13982084 memory=792576 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397908022272 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13982084 memory=794624 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13982084 memory=794624 CPUtime=1.27 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) S 848 851 2357 0 -1 1077944384 15304 0 0 0 125 2 0 0 20 0 15 0 15429120 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397905918448 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13982084 memory=794624 CPUtime=1.38 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) S 848 851 2357 0 -1 1077944384 14181 0 0 0 137 1 0 0 20 0 15 0 15429120 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397904865904 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13982084 memory=794624 CPUtime=0.59 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) S 848 851 2357 0 -1 1077944384 17262 0 0 0 58 1 0 0 20 0 15 0 15429120 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=865] ppid=848 vsize=13982084 memory=794624 CPUtime=0 cores=1,3,5,7
/proc/851/task/865/stat : 865 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429121 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397902761056 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=866] ppid=848 vsize=13982084 memory=794624 CPUtime=1.4 cores=1,3,5,7
/proc/851/task/866/stat : 866 (java) S 848 851 2357 0 -1 1077944384 759 0 0 0 60 80 0 0 20 0 15 0 15429124 14317654016 198656 18446744073709551615 4194304 4196468 140732188568976 140397901707568 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 2486.53 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 794624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.11 s]
/proc/loadavg: 1.35 1.31 1.32 4/208 1075
/proc/meminfo: memFree=30636544/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13982084 memory=796676 CPUtime=2520.06 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 152514 0 0 0 251576 430 0 0 20 0 15 0 15429107 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3495521 199169 3810 1 0 3484295 0
[pid=851/tid=853] ppid=848 vsize=13982084 memory=796676 CPUtime=2446.84 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 65364 0 0 0 244626 58 0 0 20 0 15 0 15429115 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398435036048 140398073667801 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13982084 memory=796676 CPUtime=14.29 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 6389 0 0 0 1354 75 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13982084 memory=794628 CPUtime=14.49 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 9583 0 0 0 1377 72 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13982084 memory=796676 CPUtime=14.37 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 7381 0 0 0 1363 74 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13982084 memory=796676 CPUtime=14.35 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 5939 0 0 0 1359 76 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13982084 memory=796676 CPUtime=10.83 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 8302 0 0 0 1011 72 0 0 20 0 15 0 15429117 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13982084 memory=796676 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397909074912 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13982084 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397908022272 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13982084 memory=796676 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13982084 memory=796676 CPUtime=1.34 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) S 848 851 2357 0 -1 1077944384 15613 0 0 0 131 3 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397905918448 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13982084 memory=796676 CPUtime=1.42 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) S 848 851 2357 0 -1 1077944384 14393 0 0 0 141 1 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397904865904 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13982084 memory=1692 CPUtime=0.59 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) S 848 851 2357 0 -1 1077944384 17336 0 0 0 58 1 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=865] ppid=848 vsize=13982084 memory=55 CPUtime=0 cores=1,3,5,7
/proc/851/task/865/stat : 865 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429121 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397902761056 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=866] ppid=848 vsize=13982084 memory=7523329527258392215 CPUtime=1.42 cores=1,3,5,7
/proc/851/task/866/stat : 866 (java) S 848 851 2357 0 -1 1077944384 762 0 0 0 61 81 0 0 20 0 15 0 15429124 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397901707568 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 796676 KiB

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

[startup+2475.12 s]
# the end of solver process 851 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.77 s, system=4.3043 s

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

[startup+2475.11 s]
/proc/loadavg: 1.35 1.31 1.32 4/208 1075
/proc/meminfo: memFree=30636544/32770624 swapFree=67108860/67108860
[pid=851] ppid=848 vsize=13982084 memory=796676 CPUtime=2520.06 cores=1,3,5,7
/proc/851/stat : 851 (java) S 848 851 2357 0 -1 1077944320 152514 0 0 0 251576 430 0 0 20 0 15 0 15429107 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140732188551520 140398430797559 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
/proc/851/statm: 3495521 199169 3810 1 0 3484295 0
[pid=851/tid=853] ppid=848 vsize=13982084 memory=796676 CPUtime=2446.84 cores=1,3,5,7
/proc/851/task/853/stat : 853 (java) R 848 851 2357 0 -1 4202560 65364 0 0 0 244626 58 0 0 20 0 15 0 15429115 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398435036048 140398073667801 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=854] ppid=848 vsize=13982084 memory=796676 CPUtime=14.29 cores=1,3,5,7
/proc/851/task/854/stat : 854 (java) S 848 851 2357 0 -1 1077944384 6389 0 0 0 1354 75 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398030940944 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=855] ppid=848 vsize=13982084 memory=794628 CPUtime=14.49 cores=1,3,5,7
/proc/851/task/855/stat : 855 (java) S 848 851 2357 0 -1 1077944384 9583 0 0 0 1377 72 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398029888400 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=856] ppid=848 vsize=13982084 memory=796676 CPUtime=14.37 cores=1,3,5,7
/proc/851/task/856/stat : 856 (java) S 848 851 2357 0 -1 1077944384 7381 0 0 0 1363 74 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398028835856 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=857] ppid=848 vsize=13982084 memory=796676 CPUtime=14.35 cores=1,3,5,7
/proc/851/task/857/stat : 857 (java) S 848 851 2357 0 -1 1077944384 5939 0 0 0 1359 76 0 0 20 0 15 0 15429116 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140398027783312 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=858] ppid=848 vsize=13982084 memory=796676 CPUtime=10.83 cores=1,3,5,7
/proc/851/task/858/stat : 858 (java) S 848 851 2357 0 -1 1077944384 8302 0 0 0 1011 72 0 0 20 0 15 0 15429117 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397910128624 140398430808706 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=859] ppid=848 vsize=13982084 memory=796676 CPUtime=0 cores=1,3,5,7
/proc/851/task/859/stat : 859 (java) S 848 851 2357 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397909074912 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=860] ppid=848 vsize=13982084 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/851/task/860/stat : 860 (java) S 848 851 2357 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 15429118 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397908022272 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=861] ppid=848 vsize=13982084 memory=796676 CPUtime=0 cores=1,3,5,7
/proc/851/task/861/stat : 861 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397906970832 140398430816155 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=862] ppid=848 vsize=13982084 memory=796676 CPUtime=1.34 cores=1,3,5,7
/proc/851/task/862/stat : 862 (java) S 848 851 2357 0 -1 1077944384 15613 0 0 0 131 3 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397905918448 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=863] ppid=848 vsize=13982084 memory=796676 CPUtime=1.42 cores=1,3,5,7
/proc/851/task/863/stat : 863 (java) S 848 851 2357 0 -1 1077944384 14393 0 0 0 141 1 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397904865904 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=864] ppid=848 vsize=13982084 memory=1692 CPUtime=0.59 cores=1,3,5,7
/proc/851/task/864/stat : 864 (java) S 848 851 2357 0 -1 1077944384 17336 0 0 0 58 1 0 0 20 0 15 0 15429120 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397903813360 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=865] ppid=848 vsize=13982084 memory=55 CPUtime=0 cores=1,3,5,7
/proc/851/task/865/stat : 865 (java) S 848 851 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15429121 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397902761056 140398430807765 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
[pid=851/tid=866] ppid=848 vsize=13982084 memory=7523329527258392215 CPUtime=1.42 cores=1,3,5,7
/proc/851/task/866/stat : 866 (java) S 848 851 2357 0 -1 1077944384 762 0 0 0 61 81 0 0 20 0 15 0 15429124 14317654016 199169 18446744073709551615 4194304 4196468 140732188568976 140397901707568 140398430808706 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28184576 140732188574071 140732188574252 140732188574252 140732188577743 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 796676 KiB

Child status: 143
Real time (s): 2475.12
CPU time (s): 2520.08
CPU user time (s): 2515.77
CPU system time (s): 4.3043
CPU usage (%): 101.816
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 796676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.77
system time used= 4.3043
maximum resident set size= 797040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357026
involuntary context switches= 5573


# summary of solver processes directly reported to runsolver:
#   pid: 851
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.77
#   total CPU system time (s): 4.3043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3714 second user time and 25.3796 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 11:55:04
IDJOB=4273053
IDBENCH=133508
IDSOLVER=2665
FILE ID=node129/4273053-1502878140
RUNJOBID= node129-1502867387-31958
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-00.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273053-1502878140/watcher-4273053-1502878140 -o /tmp/evaluation-result-4273053-1502878140/solver-4273053-1502878140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502867387-31958 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1730001568 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273053-1502878140.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1730001568

node129.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.61
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.61
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.61
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.61
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:        31404552 kB
MemAvailable:   31974284 kB
Buffers:          189936 kB
Cached:           666052 kB
SwapCached:            0 kB
Active:           505760 kB
Inactive:         449660 kB
Active(anon):      99912 kB
Inactive(anon):    16744 kB
Active(file):     405848 kB
Inactive(file):   432916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84624 kB
Writeback:             0 kB
AnonPages:         83392 kB
Mapped:            45968 kB
Shmem:             17060 kB
Slab:             117944 kB
SReclaimable:      93608 kB
SUnreclaim:        24336 kB
KernelStack:        3392 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1251360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61932 MiB
End job on node129 at 2017-08-16 12:36:20