Trace number 4307912

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 - Conflict Ordering with restarts 2018-08-14SAT (TO)12 2520.07 2488.52

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.182611
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
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.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 595316965
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.50/1.01	c Parsing done, starting search...
1.50/1.04	o 24
1.50/1.05	o 23
1.50/1.06	o 22
1.50/1.06	o 21
1.50/1.08	o 20
1.50/1.10	o 19
1.50/1.11	o 18
1.80/1.12	o 17
1.80/1.16	o 16
1.80/1.19	o 15
2.88/1.77	o 14
8.24/6.98	o 13
14.78/13.43	o 12
2520.05/2488.50	s SATISFIABLE
2520.05/2488.50	v <instantiation>
2520.05/2488.50	v 	<list>
2520.05/2488.50	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48]
2520.05/2488.50	v 	</list>
2520.05/2488.50	v 	<values>
2520.05/2488.50	v 		0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 
2520.05/2488.50	v 	</values>
2520.05/2488.50	v </instantiation>

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307912-1534273216/watcher-4307912-1534273216 -o /tmp/evaluation-result-4307912-1534273216/solver-4307912-1534273216 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 595316965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307912-1534273216.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=16794, runsolver pid=16791
Current StackSize limit: 8192 KiB


[startup+0.100744 s]*
/proc/loadavg: 1.68 1.41 1.35 4/216 16809
/proc/meminfo: memFree=27213936/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14082736 memory=29972 CPUtime=0.12 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 6936 0 0 0 11 1 0 0 20 0 15 0 244884830 14420721664 7493 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3520684 7493 3134 1 0 3482761 0
[pid=16794/tid=16796] ppid=16791 vsize=14082736 memory=-8125511277465603706 CPUtime=0.09 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 4944 0 0 0 8 1 0 0 20 0 15 0 244884830 14420721664 7493 33554432000 4194304 4196468 140735080402384 140494318991936 140494314775709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884832 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884833 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493226636064 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884833 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493225583728 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) S 16791 16794 15043 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493223479920 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) S 16791 16794 15043 0 -1 1077944384 283 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0.01 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) S 16791 16794 15043 0 -1 1077944384 304 0 0 0 1 0 0 0 20 0 15 0 244884836 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493221374832 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 7493 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29972 KiB

[startup+0.210612 s]*
/proc/loadavg: 1.68 1.41 1.35 4/216 16809
/proc/meminfo: memFree=27198292/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14082736 memory=46032 CPUtime=0.3 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 10621 0 0 0 28 2 0 0 20 0 15 0 244884830 14420721664 11508 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3520684 11508 3321 1 0 3482761 0
[pid=16794/tid=16796] ppid=16791 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 8285 0 0 0 18 2 0 0 20 0 15 0 244884830 14420721664 11508 33554432000 4194304 4196468 140735080402384 140494318981232 140494298797413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14082736 memory=3546786722567882400 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244884832 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884833 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493226636064 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884833 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493225583728 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) R 16791 16794 15043 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 15 0 244884836 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493223466464 140494295454080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) R 16791 16794 15043 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 15 0 244884836 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0.06 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) R 16791 16794 15043 0 -1 4202560 405 0 0 0 6 0 0 0 20 0 15 0 244884836 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493221374832 140494307850516 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 11508 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46032 KiB

[startup+0.310741 s]*
/proc/loadavg: 1.68 1.41 1.35 3/216 16809
/proc/meminfo: memFree=27194384/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14082736 memory=49712 CPUtime=0.45 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 11099 0 0 0 42 3 0 0 20 0 15 0 244884830 14420721664 12428 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3520684 12428 3414 1 0 3482761 0
[pid=16794/tid=16796] ppid=16791 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 8620 0 0 0 28 2 0 0 20 0 15 0 244884830 14420721664 12428 33554432000 4194304 4196468 140735080402384 140494318943056 140494306990910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14082736 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14082736 memory=3473599930088228512 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884831 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244884832 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884833 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493226636064 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884833 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493225583728 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) S 16791 16794 15043 0 -1 1077944384 173 0 0 0 3 0 0 0 20 0 15 0 244884836 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493223479920 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) S 16791 16794 15043 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 15 0 244884836 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0.08 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) S 16791 16794 15043 0 -1 1077944384 450 0 0 0 8 0 0 0 20 0 15 0 244884836 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493221374832 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14082736 memory=140214906848896 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884836 14420721664 12428 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49712 KiB

[startup+0.700743 s]
/proc/loadavg: 1.68 1.41 1.35 3/216 16809
/proc/meminfo: memFree=27170024/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14084804 memory=89628 CPUtime=0.99 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 17866 0 0 0 95 4 0 0 20 0 15 0 244884830 14422839296 22407 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3521201 22407 3490 1 0 3483273 0
[pid=16794/tid=16796] ppid=16791 vsize=14084804 memory=33240 CPUtime=0.67 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 14932 0 0 0 64 3 0 0 20 0 15 0 244884830 14422839296 22407 33554432000 4194304 4196468 140735080402384 140494318977888 140494298834270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14084804 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14084804 memory=492 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14084804 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14084804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884831 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14084804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244884832 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14084804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884833 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493226636064 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14084804 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884833 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493225583728 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) S 16791 16794 15043 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 15 0 244884836 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493223479920 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14084804 memory=7453282923461570405 CPUtime=0.08 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) S 16791 16794 15043 0 -1 1077944384 649 0 0 0 8 0 0 0 20 0 15 0 244884836 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) S 16791 16794 15043 0 -1 1077944384 580 0 0 0 15 0 0 0 20 0 15 0 244884836 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493221374832 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14084804 memory=972 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884836 14422839296 22407 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89628 KiB

[startup+1.5008 s]
/proc/loadavg: 1.68 1.41 1.35 4/216 16809
/proc/meminfo: memFree=27135344/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14088900 memory=145076 CPUtime=2.66 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 24031 0 0 0 259 7 0 0 20 0 15 0 244884830 14427033600 36269 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3522225 36269 3534 1 0 3484297 0
[pid=16794/tid=16796] ppid=16791 vsize=14088900 memory=128496 CPUtime=1.47 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 18442 0 0 0 142 5 0 0 20 0 15 0 244884830 14427033600 36269 33554432000 4194304 4196468 140735080402384 140494318989544 140493956135898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14427033600 36269 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14427033600 36269 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884831 14427033600 36269 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14088900 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884831 14427033600 36269 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244884832 14427033600 36269 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0

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

/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 75129 0 0 0 235405 64 0 0 20 0 15 0 244884830 14427033600 89124 33554432000 4194304 4196468 140735080402384 140494318992592 140735080738163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14088900 memory=33280 CPUtime=10.12 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 5972 0 0 0 895 117 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.1 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 3019 0 0 0 890 120 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.1 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 4032 0 0 0 890 120 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.12 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2349 0 0 0 897 115 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14088900 memory=356496 CPUtime=14.18 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5650 0 0 0 1321 97 0 0 20 0 15 0 244884832 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493226636128 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493225583744 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14088900 memory=356496 CPUtime=0.65 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) S 16791 16794 15043 0 -1 1077944384 3512 0 0 0 64 1 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493223479920 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14088900 memory=356496 CPUtime=0.66 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) S 16791 16794 15043 0 -1 1077944384 5441 0 0 0 64 2 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14088900 memory=3544 CPUtime=0.42 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) S 16791 16794 15043 0 -1 1077944384 4905 0 0 0 42 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493221374832 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14088900 memory=64740 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14088900 memory=356496 CPUtime=1.41 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1218 0 0 0 58 83 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 2412.57 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 356496 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.34 1.40 3/215 16907
/proc/meminfo: memFree=25887092/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14088900 memory=356496 CPUtime=2473.28 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 113700 0 0 0 246810 518 0 0 20 0 15 0 244884830 14427033600 89124 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3522225 89124 3578 1 0 3484297 0
[pid=16794/tid=16796] ppid=16791 vsize=14088900 memory=356496 CPUtime=2413.92 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 75921 0 0 0 241327 65 0 0 20 0 15 0 244884830 14427033600 89124 33554432000 4194304 4196468 140735080402384 140494318992496 140735080738182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.39 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 5977 0 0 0 917 122 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.37 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 3096 0 0 0 913 124 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.37 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 4034 0 0 0 913 124 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.39 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2376 0 0 0 920 119 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14088900 memory=0 CPUtime=14.57 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5760 0 0 0 1357 100 0 0 20 0 15 0 244884832 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493226636128 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493225583744 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14088900 memory=356496 CPUtime=0.65 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) S 16791 16794 15043 0 -1 1077944384 3515 0 0 0 64 1 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493223479920 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14088900 memory=356496 CPUtime=0.66 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) S 16791 16794 15043 0 -1 1077944384 5443 0 0 0 64 2 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14088900 memory=356496 CPUtime=0.42 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) S 16791 16794 15043 0 -1 1077944384 4907 0 0 0 42 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493221374832 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14088900 memory=356496 CPUtime=1.45 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1233 0 0 0 59 86 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 2473.28 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 356496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.5 s]
/proc/loadavg: 1.22 1.33 1.40 3/215 16985
/proc/meminfo: memFree=25582108/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14088900 memory=356496 CPUtime=2520.05 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 114223 0 0 0 251475 530 0 0 20 0 15 0 244884830 14427033600 89124 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3522225 89124 3578 1 0 3484297 0
[pid=16794/tid=16796] ppid=16791 vsize=14088900 memory=356496 CPUtime=2459.55 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 76435 0 0 0 245888 67 0 0 20 0 15 0 244884830 14427033600 89124 33554432000 4194304 4196468 140735080402384 140494318992144 140493956686496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.6 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 5977 0 0 0 934 126 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.57 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 3096 0 0 0 930 127 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.57 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 4034 0 0 0 932 125 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.59 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2377 0 0 0 938 121 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14088900 memory=356496 CPUtime=14.86 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5764 0 0 0 1383 103 0 0 20 0 15 0 244884832 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493226636128 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493225583744 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14088900 memory=356496 CPUtime=0.65 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) S 16791 16794 15043 0 -1 1077944384 3515 0 0 0 64 1 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493223479920 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14088900 memory=6791534058613427641 CPUtime=0.66 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) S 16791 16794 15043 0 -1 1077944384 5443 0 0 0 64 2 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14088900 memory=3160 CPUtime=0.42 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) S 16791 16794 15043 0 -1 1077944384 4907 0 0 0 42 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493221374832 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14088900 memory=3544 CPUtime=1.48 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1237 0 0 0 61 87 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 356496 KiB

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

[startup+2488.52 s]
# the end of solver process 16794 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.77 s, system=5.3043 s

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

[startup+2488.5 s]
/proc/loadavg: 1.22 1.33 1.40 3/215 16985
/proc/meminfo: memFree=25582108/32770624 swapFree=67030672/67108860
[pid=16794] ppid=16791 vsize=14088900 memory=356496 CPUtime=2520.05 cores=1,3,5,7
/proc/16794/stat : 16794 (java) S 16791 16794 15043 0 -1 1077944320 114223 0 0 0 251475 530 0 0 20 0 15 0 244884830 14427033600 89124 33554432000 4194304 4196468 140735080402384 140735080384928 140494314753783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
/proc/16794/statm: 3522225 89124 3578 1 0 3484297 0
[pid=16794/tid=16796] ppid=16791 vsize=14088900 memory=356496 CPUtime=2459.55 cores=1,3,5,7
/proc/16794/task/16796/stat : 16796 (java) R 16791 16794 15043 0 -1 4202560 76435 0 0 0 245888 67 0 0 20 0 15 0 244884830 14427033600 89124 33554432000 4194304 4196468 140735080402384 140494318992144 140493956686496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16797] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.6 cores=1,3,5,7
/proc/16794/task/16797/stat : 16797 (java) S 16791 16794 15043 0 -1 1077944384 5977 0 0 0 934 126 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493910285200 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16798] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.57 cores=1,3,5,7
/proc/16794/task/16798/stat : 16798 (java) S 16791 16794 15043 0 -1 1077944384 3096 0 0 0 930 127 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493909232400 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16799] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.57 cores=1,3,5,7
/proc/16794/task/16799/stat : 16799 (java) S 16791 16794 15043 0 -1 1077944384 4034 0 0 0 932 125 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493908180112 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16800] ppid=16791 vsize=14088900 memory=356496 CPUtime=10.59 cores=1,3,5,7
/proc/16794/task/16800/stat : 16800 (java) S 16791 16794 15043 0 -1 1077944384 2377 0 0 0 938 121 0 0 20 0 15 0 244884831 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493907127312 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16801] ppid=16791 vsize=14088900 memory=356496 CPUtime=14.86 cores=1,3,5,7
/proc/16794/task/16801/stat : 16801 (java) S 16791 16794 15043 0 -1 1077944384 5764 0 0 0 1383 103 0 0 20 0 15 0 244884832 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493227690096 140494314764930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16802] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16802/stat : 16802 (java) S 16791 16794 15043 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493226636128 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16803] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16803/stat : 16803 (java) S 16791 16794 15043 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 244884833 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493225583744 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16804] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16804/stat : 16804 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884835 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493224532048 140494314772379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16805] ppid=16791 vsize=14088900 memory=356496 CPUtime=0.65 cores=1,3,5,7
/proc/16794/task/16805/stat : 16805 (java) S 16791 16794 15043 0 -1 1077944384 3515 0 0 0 64 1 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493223479920 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16806] ppid=16791 vsize=14088900 memory=6791534058613427641 CPUtime=0.66 cores=1,3,5,7
/proc/16794/task/16806/stat : 16806 (java) S 16791 16794 15043 0 -1 1077944384 5443 0 0 0 64 2 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493222427120 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16807] ppid=16791 vsize=14088900 memory=3160 CPUtime=0.42 cores=1,3,5,7
/proc/16794/task/16807/stat : 16807 (java) S 16791 16794 15043 0 -1 1077944384 4907 0 0 0 42 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493221374832 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16808] ppid=16791 vsize=14088900 memory=356496 CPUtime=0 cores=1,3,5,7
/proc/16794/task/16808/stat : 16808 (java) S 16791 16794 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493220322272 140494314763989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
[pid=16794/tid=16809] ppid=16791 vsize=14088900 memory=3544 CPUtime=1.48 cores=1,3,5,7
/proc/16794/task/16809/stat : 16809 (java) S 16791 16794 15043 0 -1 1077944384 1237 0 0 0 61 87 0 0 20 0 15 0 244884836 14427033600 89124 33554432000 4194304 4196468 140735080402384 140493219269040 140494314764930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 33763328 140735080404041 140735080404233 140735080404233 140735080406991 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 356496 KiB

Child status: 143
Real time (s): 2488.52
CPU time (s): 2520.07
CPU user time (s): 2514.77
CPU system time (s): 5.3043
CPU usage (%): 101.268
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 356496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.77
system time used= 5.3043
maximum resident set size= 357044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114539
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= 466627
involuntary context switches= 5856


# summary of solver processes directly reported to runsolver:
#   pid: 16794
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2514.77
#   total CPU system time (s): 5.3043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7211 second user time and 24.1329 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-14 21:00:17
IDJOB=4307912
IDBENCH=141114
IDSOLVER=2791
FILE ID=node102/4307912-1534273216
RUNJOBID= node102-1534258226-15075
PBS_JOBID= 21038131
Free space on /tmp= 39484 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307912-1534273216/watcher-4307912-1534273216 -o /tmp/evaluation-result-4307912-1534273216/solver-4307912-1534273216 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15075 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 595316965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307912-1534273216.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=595316965

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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.51
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.51
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.51
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:        27230708 kB
MemAvailable:   31447792 kB
Buffers:          198024 kB
Cached:          4270136 kB
SwapCached:        51232 kB
Active:          2388532 kB
Inactive:        2590640 kB
Active(anon):     435812 kB
Inactive(anon):   126904 kB
Active(file):    1952720 kB
Inactive(file):  2463736 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030672 kB
Dirty:             35964 kB
Writeback:             0 kB
AnonPages:        371488 kB
Mapped:            66160 kB
Shmem:             48996 kB
Slab:             258324 kB
SReclaimable:     229088 kB
SUnreclaim:        29236 kB
KernelStack:        3824 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1715380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39448 MiB
End job on node102 at 2018-08-14 21:41:45