Trace number 4263816

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
AbsCon-basic 2017-06-11SAT (TO)0 2520.0901 2513.1101

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-63.xml
MD5SUM6886ed4ce8536fa7eb6fe38004cd2981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.38/0.31	
0.38/0.31	AbsCon 2 
0.38/0.31	
1.77/1.05	  Solving XCSP3-instance-4263816-1502314927 as a COP in -infty..+infty
1.77/1.05	  Loading variables...
2.34/1.22	  Loading constraints...
6.14/2.53	  Solver SolverBacktrack being built...
6.14/2.53	
6.44/2.67	  Preprocessing : gac=true, ccks=0, filters=110, revisions=0 (useless=0), AC=748, removals=748, inconsistent=false
6.44/2.67	
14.74/9.87	o 0
2520.07/2513.10	
2520.07/2513.10	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 197 197 196 196 0 199 199 193 193 193 0 199 198 197 193 192 0 199 196 194 193 192 0 192 192 191 191 190 0 190 190 190 190 189 0 189 189 188 187 186 0 186 186 185 184 184 0 184 183 182 181 181 0 180 180 180 179 176 0 176 176 176 174 174 0 174 173 173 173 172 0 172 171 171 168 167 151 170 170 170 170 170 150 170 170 169 169 169 153 168 168 168 168 167 153 166 166 166 166 166 165 165 165 164 164 164 164 162 161 161 160 159 159 158 158 157 157 157 157 157 156 156 156 156 155 155 154 154 154 154 154 </values>  </instantiation>
2520.07/2513.10	s SATISFIABLE

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263816-1502314927/watcher-4263816-1502314927 -o /tmp/evaluation-result-4263816-1502314927/solver-4263816-1502314927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502258094-11416 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263816-1502314927.xml 

pid=23102
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 1.98 2/195 23105
/proc/meminfo: memFree=27053960/32770624 swapFree=0/334588
[pid=23105] ppid=23102 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23105/stat : 23105 (runsolver) D 23102 23105 6971 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 19833402 24240128 107 18446744073709551615 4194304 4338465 140721910707072 140721910704712 140068760941271 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 38047744 140721910714528 140721910714954 140721910714954 140721910718410 0
/proc/23105/statm: 5918 107 54 36 0 2156 0

[startup+0.100126 s]
/proc/loadavg: 2.03 2.03 1.98 2/195 23105
/proc/meminfo: memFree=27053960/32770624 swapFree=0/334588
[pid=23105] ppid=23102 vsize=10417928 CPUtime=0.05 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 4298 0 0 0 4 1 0 0 20 0 13 0 19833402 10667958272 5383 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2604482 5383 2400 1 0 2593979 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10417928

[startup+0.207191 s]
/proc/loadavg: 2.03 2.03 1.98 2/195 23105
/proc/meminfo: memFree=27053960/32770624 swapFree=0/334588
[pid=23105] ppid=23102 vsize=10551180 CPUtime=0.18 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 5870 0 0 0 17 1 0 0 20 0 15 0 19833402 10804408320 7830 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2637795 7830 2875 1 0 2627261 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10551180

[startup+0.305706 s]
/proc/loadavg: 2.03 2.03 1.98 2/195 23105
/proc/meminfo: memFree=27053960/32770624 swapFree=0/334588
[pid=23105] ppid=23102 vsize=10554292 CPUtime=0.38 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 8767 0 0 0 35 3 0 0 20 0 16 0 19833402 10807595008 11641 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2654957 11689 2989 1 0 2643902 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 10554292

[startup+0.700654 s]
/proc/loadavg: 2.03 2.03 1.98 2/195 23105
/proc/meminfo: memFree=27053960/32770624 swapFree=0/334588
[pid=23105] ppid=23102 vsize=10621952 CPUtime=1.29 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 12453 0 0 0 124 5 0 0 20 0 16 0 19833402 10876878848 28769 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2655488 28769 3079 1 0 2644414 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10621952

[startup+1.50065 s]
/proc/loadavg: 2.19 2.06 1.99 3/211 23121
/proc/meminfo: memFree=26877560/32770624 swapFree=0/334656
[pid=23105] ppid=23102 vsize=10621952 CPUtime=3.23 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 18582 0 0 0 315 8 0 0 20 0 16 0 19833402 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2655488 52222 3102 1 0 2644414 0
[pid=23105/tid=23107] ppid=23102 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 19833407 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 19833407 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 19833407 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 19833407 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 19833409 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23113] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23113/stat : 23113 (java) S 23102 23105 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 19833409 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939541882016 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23114] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23114/stat : 23114 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 19833409 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939540828912 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23115] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23115/stat : 23115 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833411 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939539777488 139940047390619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23116] ppid=23102 vsize=10621952 CPUtime=0.73 cores=0,2,4,6
/proc/23105/task/23116/stat : 23116 (java) R 23102 23105 6971 0 -1 4202560 3196 0 0 0 73 0 0 0 20 0 16 0 19833412 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939538718136 139940030868811 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23117] ppid=23102 vsize=10621952 CPUtime=0.69 cores=0,2,4,6
/proc/23105/task/23117/stat : 23117 (java) R 23102 23105 6971 0 -1 4202560 2904 0 0 0 69 0 0 0 20 0 16 0 19833412 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939537652728 139940030782816 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23118] ppid=23102 vsize=10621952 CPUtime=0.34 cores=0,2,4,6
/proc/23105/task/23118/stat : 23118 (java) S 23102 23105 6971 0 -1 1077944384 2322 0 0 0 34 0 0 0 20 0 16 0 19833412 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939536620016 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23119] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23119/stat : 23119 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833412 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939535567712 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23120] ppid=23102 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23120/stat : 23120 (java) S 23102 23105 6971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 19833415 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939534514736 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23121] ppid=23102 vsize=10621952 CPUtime=1.17 cores=0,2,4,6
/proc/23105/task/23121/stat : 23121 (java) R 23102 23105 6971 0 -1 4202560 2917 0 0 0 115 2 0 0 20 0 16 0 19833432 10876878848 52222 18446744073709551615 4194304 4196468 140725395352160 139939531315784 139939647926053 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 10621952

[startup+3.10075 s]
/proc/loadavg: 2.19 2.06 1.99 5/211 23121
/proc/meminfo: memFree=26724916/32770624 swapFree=0/334656
[pid=23105] ppid=23102 vsize=10624000 CPUtime=7.38 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 22244 0 0 0 725 13 0 0 20 0 16 0 19833402 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2656000 95863 3118 1 0 2644926 0
[pid=23105/tid=23107] ppid=23102 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 19833407 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 19833407 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 40 0 0 0 4 0 0 0 20 0 16 0 19833407 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 16 0 19833407 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23113] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23113/stat : 23113 (java) S 23102 23105 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939541882080 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23114] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23114/stat : 23114 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939540828928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23115] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23115/stat : 23115 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833411 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939539777488 139940047390619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23116] ppid=23102 vsize=10624000 CPUtime=1.84 cores=0,2,4,6
/proc/23105/task/23116/stat : 23116 (java) S 23102 23105 6971 0 -1 1077944384 3834 0 0 0 183 1 0 0 20 0 16 0 19833412 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939538725616 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23117] ppid=23102 vsize=10624000 CPUtime=1.89 cores=0,2,4,6
/proc/23105/task/23117/stat : 23117 (java) S 23102 23105 6971 0 -1 1077944384 5069 0 0 0 189 0 0 0 20 0 16 0 19833412 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939537673072 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23118] ppid=23102 vsize=10624000 CPUtime=0.47 cores=0,2,4,6
/proc/23105/task/23118/stat : 23118 (java) S 23102 23105 6971 0 -1 1077944384 2559 0 0 0 46 1 0 0 20 0 16 0 19833412 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939536620016 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23119] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23119/stat : 23119 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833412 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939535567712 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23120] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23120/stat : 23120 (java) S 23102 23105 6971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 19833415 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939534514736 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23121] ppid=23102 vsize=10624000 CPUtime=2.71 cores=0,2,4,6
/proc/23105/task/23121/stat : 23121 (java) R 23102 23105 6971 0 -1 4202560 3324 0 0 0 267 4 0 0 20 0 16 0 19833432 10878976000 95863 18446744073709551615 4194304 4196468 140725395352160 139939531321400 139939653687384 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 10624000

[startup+6.30077 s]
/proc/loadavg: 2.19 2.06 1.99 3/211 23121
/proc/meminfo: memFree=26680436/32770624 swapFree=0/334668
[pid=23105] ppid=23102 vsize=10624000 CPUtime=11.13 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 28470 0 0 0 1098 15 0 0 20 0 16 0 19833402 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2656000 95786 3121 1 0 2644926 0
[pid=23105/tid=23107] ppid=23102 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 19833407 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 19833407 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 40 0 0 0 4 0 0 0 20 0 16 0 19833407 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 16 0 19833407 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23113] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23113/stat : 23113 (java) S 23102 23105 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939541882080 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23114] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23114/stat : 23114 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939540828928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23115] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23115/stat : 23115 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833411 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939539777488 139940047390619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23116] ppid=23102 vsize=10624000 CPUtime=2.1 cores=0,2,4,6
/proc/23105/task/23116/stat : 23116 (java) S 23102 23105 6971 0 -1 1077944384 4748 0 0 0 209 1 0 0 20 0 16 0 19833412 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939538725616 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23117] ppid=23102 vsize=10624000 CPUtime=2.12 cores=0,2,4,6
/proc/23105/task/23117/stat : 23117 (java) S 23102 23105 6971 0 -1 1077944384 6886 0 0 0 212 0 0 0 20 0 16 0 19833412 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939537673072 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23118] ppid=23102 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/23105/task/23118/stat : 23118 (java) S 23102 23105 6971 0 -1 1077944384 3132 0 0 0 51 1 0 0 20 0 16 0 19833412 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939536620016 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23119] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23119/stat : 23119 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833412 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939535567712 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23120] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23120/stat : 23120 (java) S 23102 23105 6971 0 -1 1077944384 594 0 0 0 0 0 0 0 20 0 16 0 19833415 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939534514736 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23121] ppid=23102 vsize=10624000 CPUtime=5.91 cores=0,2,4,6
/proc/23105/task/23121/stat : 23121 (java) R 23102 23105 6971 0 -1 4202560 5615 0 0 0 586 5 0 0 20 0 16 0 19833432 10878976000 95786 18446744073709551615 4194304 4196468 140725395352160 139939531320000 139939653687137 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
Current children cumulated CPU time (s) 11.13
Current children cumulated vsize (KiB) 10624000

[startup+12.7008 s]
/proc/loadavg: 2.16 2.06 1.99 3/211 23122
/proc/meminfo: memFree=26679968/32770624 swapFree=0/334676
[pid=23105] ppid=23102 vsize=10624000 CPUtime=18.03 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 31524 0 0 0 1787 16 0 0 20 0 16 0 19833402 10878976000 95892 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2656000 95892 3121 1 0 2644926 0
[pid=23105/tid=23107] ppid=23102 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10878976000 95892 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 19833407 10878976000 95892 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 19833407 10878976000 95892 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 40 0 0 0 4 0 0 0 20 0 16 0 19833407 10878976000 95892 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 16 0 19833407 10878976000 95892 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 660 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 95892 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0

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

/proc/meminfo: memFree=31167576/32770624 swapFree=0/337216
[pid=23105] ppid=23102 vsize=10624000 CPUtime=2449.24 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 55132 0 0 0 244860 64 0 0 20 0 16 0 19833402 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2656000 99660 3125 1 0 2644926 0
[pid=23105/tid=23107] ppid=23102 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 40 0 0 0 4 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 1090 0 0 0 2 3 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23113] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23113/stat : 23113 (java) S 23102 23105 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939541882080 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23114] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23114/stat : 23114 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939540828928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23115] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23115/stat : 23115 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833411 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939539777488 139940047390619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23116] ppid=23102 vsize=10624000 CPUtime=2.56 cores=0,2,4,6
/proc/23105/task/23116/stat : 23116 (java) S 23102 23105 6971 0 -1 1077944384 8712 0 0 0 255 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939538725616 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23117] ppid=23102 vsize=10624000 CPUtime=2.47 cores=0,2,4,6
/proc/23105/task/23117/stat : 23117 (java) S 23102 23105 6971 0 -1 1077944384 12421 0 0 0 246 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939537673072 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23118] ppid=23102 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/23105/task/23118/stat : 23118 (java) S 23102 23105 6971 0 -1 1077944384 7583 0 0 0 59 2 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939536620016 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23119] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23119/stat : 23119 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939535567712 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23120] ppid=23102 vsize=10624000 CPUtime=1.13 cores=0,2,4,6
/proc/23105/task/23120/stat : 23120 (java) S 23102 23105 6971 0 -1 1077944384 1766 0 0 0 54 59 0 0 20 0 16 0 19833415 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939534514736 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23121] ppid=23102 vsize=10624000 CPUtime=2441.92 cores=0,2,4,6
/proc/23105/task/23121/stat : 23121 (java) R 23102 23105 6971 0 -1 4202560 16313 0 0 0 244186 6 0 0 20 0 16 0 19833432 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939531324424 139939654579629 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
Current children cumulated CPU time (s) 2449.24
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/211 23408
/proc/meminfo: memFree=31167080/32770624 swapFree=0/337252
[pid=23105] ppid=23102 vsize=10624000 CPUtime=2509.26 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 55215 0 0 0 250862 64 0 0 20 0 16 0 19833402 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2656000 99660 3125 1 0 2644926 0
[pid=23105/tid=23107] ppid=23102 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 40 0 0 0 4 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 1090 0 0 0 2 3 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23113] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23113/stat : 23113 (java) S 23102 23105 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939541882080 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23114] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23114/stat : 23114 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939540828928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23115] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23115/stat : 23115 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833411 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939539777488 139940047390619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23116] ppid=23102 vsize=10624000 CPUtime=2.57 cores=0,2,4,6
/proc/23105/task/23116/stat : 23116 (java) S 23102 23105 6971 0 -1 1077944384 8712 0 0 0 256 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939538725616 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23117] ppid=23102 vsize=10624000 CPUtime=2.47 cores=0,2,4,6
/proc/23105/task/23117/stat : 23117 (java) S 23102 23105 6971 0 -1 1077944384 12421 0 0 0 246 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939537673072 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23118] ppid=23102 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/23105/task/23118/stat : 23118 (java) S 23102 23105 6971 0 -1 1077944384 7583 0 0 0 59 2 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939536620016 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23119] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23119/stat : 23119 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939535567712 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23120] ppid=23102 vsize=10624000 CPUtime=1.15 cores=0,2,4,6
/proc/23105/task/23120/stat : 23120 (java) S 23102 23105 6971 0 -1 1077944384 1770 0 0 0 55 60 0 0 20 0 16 0 19833415 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939534514736 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23121] ppid=23102 vsize=10624000 CPUtime=2501.92 cores=0,2,4,6
/proc/23105/task/23121/stat : 23121 (java) R 23102 23105 6971 0 -1 4202560 16392 0 0 0 250186 6 0 0 20 0 16 0 19833432 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939531324424 139939653548992 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
Current children cumulated CPU time (s) 2509.26
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.1 s]
/proc/loadavg: 2.00 2.01 2.01 3/211 23409
/proc/meminfo: memFree=31167096/32770624 swapFree=0/337264
[pid=23105] ppid=23102 vsize=10624000 CPUtime=2520.07 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 55307 0 0 0 251943 64 0 0 20 0 16 0 19833402 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2656000 99660 3125 1 0 2644926 0
[pid=23105/tid=23107] ppid=23102 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 40 0 0 0 4 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 1097 0 0 0 2 3 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23113] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23113/stat : 23113 (java) S 23102 23105 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939541882080 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23114] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23114/stat : 23114 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939540828928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23115] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23115/stat : 23115 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833411 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939539777488 139940047390619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23116] ppid=23102 vsize=10624000 CPUtime=2.57 cores=0,2,4,6
/proc/23105/task/23116/stat : 23116 (java) S 23102 23105 6971 0 -1 1077944384 8712 0 0 0 256 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939538725616 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23117] ppid=23102 vsize=10624000 CPUtime=2.47 cores=0,2,4,6
/proc/23105/task/23117/stat : 23117 (java) S 23102 23105 6971 0 -1 1077944384 12421 0 0 0 246 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939537673072 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23118] ppid=23102 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/23105/task/23118/stat : 23118 (java) S 23102 23105 6971 0 -1 1077944384 7583 0 0 0 59 2 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939536620016 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23119] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23119/stat : 23119 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939535567712 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23120] ppid=23102 vsize=10624000 CPUtime=1.15 cores=0,2,4,6
/proc/23105/task/23120/stat : 23120 (java) S 23102 23105 6971 0 -1 1077944384 1797 0 0 0 55 60 0 0 20 0 16 0 19833415 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939534514736 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23121] ppid=23102 vsize=10624000 CPUtime=2512.72 cores=0,2,4,6
/proc/23105/task/23121/stat : 23121 (java) R 23102 23105 6971 0 -1 4202560 16450 0 0 0 251266 6 0 0 20 0 16 0 19833432 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939531324424 139939653548772 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 10624000

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

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

[startup+2513.1 s]
/proc/loadavg: 2.00 2.01 2.01 3/211 23409
/proc/meminfo: memFree=31167096/32770624 swapFree=0/337264
[pid=23105] ppid=23102 vsize=10624000 CPUtime=2520.07 cores=0,2,4,6
/proc/23105/stat : 23105 (java) S 23102 23105 6971 0 -1 1077944320 55307 0 0 0 251943 64 0 0 20 0 16 0 19833402 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 140725395334704 139940047372023 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
/proc/23105/statm: 2656000 99660 3125 1 0 2644926 0
[pid=23105/tid=23107] ppid=23102 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/23105/task/23107/stat : 23107 (java) S 23102 23105 6971 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 19833406 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139940051614896 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23108] ppid=23102 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/23105/task/23108/stat : 23108 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939977792528 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23109] ppid=23102 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/23105/task/23109/stat : 23109 (java) S 23102 23105 6971 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939976739984 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23110] ppid=23102 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/23105/task/23110/stat : 23110 (java) S 23102 23105 6971 0 -1 1077944384 40 0 0 0 4 0 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939975686928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23111] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23111/stat : 23111 (java) S 23102 23105 6971 0 -1 1077944384 43 0 0 0 4 1 0 0 20 0 16 0 19833407 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939974634384 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23112] ppid=23102 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/23105/task/23112/stat : 23112 (java) S 23102 23105 6971 0 -1 1077944384 1097 0 0 0 2 3 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939542935792 139940047383170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23113] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23113/stat : 23113 (java) S 23102 23105 6971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939541882080 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23114] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23114/stat : 23114 (java) S 23102 23105 6971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 19833409 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939540828928 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23115] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23115/stat : 23115 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833411 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939539777488 139940047390619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23116] ppid=23102 vsize=10624000 CPUtime=2.57 cores=0,2,4,6
/proc/23105/task/23116/stat : 23116 (java) S 23102 23105 6971 0 -1 1077944384 8712 0 0 0 256 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939538725616 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23117] ppid=23102 vsize=10624000 CPUtime=2.47 cores=0,2,4,6
/proc/23105/task/23117/stat : 23117 (java) S 23102 23105 6971 0 -1 1077944384 12421 0 0 0 246 1 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939537673072 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23118] ppid=23102 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/23105/task/23118/stat : 23118 (java) S 23102 23105 6971 0 -1 1077944384 7583 0 0 0 59 2 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939536620016 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23119] ppid=23102 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/23105/task/23119/stat : 23119 (java) S 23102 23105 6971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 19833412 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939535567712 139940047382229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23120] ppid=23102 vsize=10624000 CPUtime=1.15 cores=0,2,4,6
/proc/23105/task/23120/stat : 23120 (java) S 23102 23105 6971 0 -1 1077944384 1797 0 0 0 55 60 0 0 20 0 16 0 19833415 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939534514736 139940047383170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
[pid=23105/tid=23121] ppid=23102 vsize=10624000 CPUtime=2512.72 cores=0,2,4,6
/proc/23105/task/23121/stat : 23121 (java) R 23102 23105 6971 0 -1 4202560 16450 0 0 0 251266 6 0 0 20 0 16 0 19833432 10878976000 99660 18446744073709551615 4194304 4196468 140725395352160 139939531324424 139939653548772 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31666176 140725395354062 140725395354191 140725395354191 140725395357647 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2513.11
CPU time (s): 2520.09
CPU user time (s): 2519.44
CPU system time (s): 0.648138
CPU usage (%): 100.278
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.44
system time used= 0.648138
maximum resident set size= 399324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57488
involuntary context switches= 1070

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.874 second user time and 14.2315 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-09 23:27:51
IDJOB=4263816
IDBENCH=137180
IDSOLVER=2652
FILE ID=node124/4263816-1502314927
RUNJOBID= node124-1502258094-11416
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-63.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263816-1502314927/watcher-4263816-1502314927 -o /tmp/evaluation-result-4263816-1502314927/solver-4263816-1502314927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502258094-11416 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263816-1502314927.xml

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

MD5SUM BENCH= 6886ed4ce8536fa7eb6fe38004cd2981
RANDOM SEED=1636259945

node124.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:        27054248 kB
MemAvailable:   27315312 kB
Buffers:          149388 kB
Cached:           401940 kB
SwapCached:            0 kB
Active:          4949472 kB
Inactive:         351356 kB
Active(anon):    4749904 kB
Inactive(anon):    16768 kB
Active(file):     199568 kB
Inactive(file):   334588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8268 kB
Writeback:             4 kB
AnonPages:       4749556 kB
Mapped:            45664 kB
Shmem:             17128 kB
Slab:             110248 kB
SReclaimable:      85484 kB
SUnreclaim:        24764 kB
KernelStack:        3440 kB
PageTables:        13800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5997852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4632576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-10 00:09:45