Trace number 4258361

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
sat4j-CSP 2017-07-05? (TO) 260.22 85.352303

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-B-n78-k10.xml
MD5SUM7c96a44e638c86f7d39463bcb8517eb1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1571
Best CPU time to get the best result obtained on this benchmark251.90199
Satisfiable
(Un)Satisfiability was proved
Number of variables6162
Number of constraints6083
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":78},{"size":2,"count":6006},{"size":101,"count":77}]
Minimum variable degree0
Maximum variable degree153
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":78},{"degree":2,"count":154},{"degree":4,"count":5852},{"degree":153,"count":77}]
Minimum constraint arity1
Maximum constraint arity77
Distribution of constraint arities[{"arity":1,"count":77},{"arity":3,"count":5852},{"arity":77,"count":154}]
Number of extensional constraints0
Number of intensional constraints77
Distribution of constraint types[{"type":"intension","count":77},{"type":"sum","count":5852},{"type":"count","count":154}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258361-1502646048/watcher-4258361-1502646048 -o /tmp/evaluation-result-4258361-1502646048/solver-4258361-1502646048 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258361-1502646048.xml 

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

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

solver pid=9951, runsolver pid=9948

[startup+0.100276 s]*
/proc/loadavg: 2.41 2.99 3.28 2/197 9953
/proc/meminfo: memFree=28512824/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=9936560 memory=16944 CPUtime=0 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 3026 0 0 0 0 0 0 0 20 0 6 0 66798167 10175037440 4236 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2484140 4236 1653 1 0 2473637 0
[pid=9951/tid=9953] ppid=9948 vsize=9936560 memory=4206751525541407381 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) R 9948 9951 17093 0 -1 4202560 1980 0 0 0 0 0 0 0 20 0 6 0 66798177 10175037440 4500 18446744073709551615 4194304 4196468 140737408932016 139744777269840 139744753808272 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66798178 10175037440 4500 18446744073709551615 4194304 4196468 140737408932016 139744703453456 139744773043925 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=9936560 memory=140341515146880 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66798178 10175037440 4500 18446744073709551615 4194304 4196468 140737408932016 139744702400912 139744773043925 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66798178 10175037440 4500 18446744073709551615 4194304 4196468 140737408932016 139744701348368 139744773043925 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66798178 10175037440 4500 18446744073709551615 4194304 4196468 140737408932016 139744700295824 139744773043925 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16944 KiB

[startup+0.209871 s]*
/proc/loadavg: 2.41 2.99 3.28 3/210 9966
/proc/meminfo: memFree=28502008/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551156 memory=27504 CPUtime=0.08 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 4876 0 0 0 7 1 0 0 20 0 15 0 66798167 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637789 6876 2731 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) R 9948 9951 17093 0 -1 4202560 2841 0 0 0 6 1 0 0 20 0 15 0 66798177 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744777265552 139744756427056 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744703453456 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551156 memory=140341515699050 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744702400912 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744701348368 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744700295824 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551156 memory=140341515146880 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798179 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744268741104 139744773044866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744267687328 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744266634736 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744265583312 139744773052315 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) S 9948 9951 17093 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 66798182 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744264529904 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) R 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744263477360 139744773044866 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551156 memory=140341515146880 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) S 9948 9951 17093 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 15 0 66798182 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551156 memory=140341515146880 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798187 10804383744 6876 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27504 KiB

[startup+0.310264 s]*
/proc/loadavg: 2.41 2.99 3.28 3/210 9966
/proc/meminfo: memFree=28489912/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551156 memory=36764 CPUtime=0.23 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 7944 0 0 0 21 2 0 0 20 0 15 0 66798167 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637789 9191 2859 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551156 memory=-7677926825137650786 CPUtime=0.16 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) R 9948 9951 17093 0 -1 4202560 5615 0 0 0 14 2 0 0 20 0 15 0 66798177 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744777267968 139744773055645 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744703453456 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744702400912 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744701348368 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798178 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744700295824 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798179 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744268741104 139744773044866 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744267687328 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744266634736 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744265583312 139744773052315 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) S 9948 9951 17093 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 15 0 66798182 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744264529904 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) S 9948 9951 17093 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 15 0 66798182 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744263477360 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) S 9948 9951 17093 0 -1 1077944384 387 0 0 0 4 0 0 0 20 0 15 0 66798182 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551156 memory=140341515146880 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798187 10804383744 9191 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36764 KiB

[startup+0.701081 s]
/proc/loadavg: 2.41 2.99 3.28 6/210 9966
/proc/meminfo: memFree=28468884/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551232 memory=97036 CPUtime=1.43 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 12372 0 0 0 139 4 0 0 20 0 15 0 66798167 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637808 24259 3058 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551232 memory=6297835844906604903 CPUtime=0.54 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) R 9948 9951 17093 0 -1 4202560 6872 0 0 0 51 3 0 0 20 0 15 0 66798177 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744777267216 139744361165895 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551232 memory=7308028628335813952 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798178 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744703453456 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551232 memory=7596259004554634560 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798178 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744702400912 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551232 memory=7302135314614015848 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798178 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744701348368 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551232 memory=2274 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) S 9948 9951 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66798178 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744700295824 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551232 memory=301 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66798179 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744268741104 139744773044866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551232 memory=857 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744267687328 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744266634736 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744265583312 139744773052315 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551232 memory=108 CPUtime=0.31 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) R 9948 9951 17093 0 -1 4202560 1595 0 0 0 31 0 0 0 20 0 15 0 66798182 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744264514688 139744773055066 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551232 memory=3904 CPUtime=0.32 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) R 9948 9951 17093 0 -1 4202560 1086 0 0 0 32 0 0 0 20 0 15 0 66798182 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744263464176 139744754578304 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551232 memory=-7677926825137650786 CPUtime=0.24 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) R 9948 9951 17093 0 -1 4202560 1451 0 0 0 24 0 0 0 20 0 15 0 66798182 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744757114206 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798187 10804461568 24259 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 97036 KiB

[startup+1.50108 s]
/proc/loadavg: 2.41 2.99 3.28 5/210 9966
/proc/meminfo: memFree=28194152/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551232 memory=380804 CPUtime=3.96 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 17891 0 0 0 381 15 0 0 20 0 15 0 66798167 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637808 95201 3112 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551232 memory=280682823929728 CPUtime=1.26 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) R 9948 9951 17093 0 -1 4202560 7329 0 0 0 120 6 0 0 20 0 15 0 66798177 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744777263152 139744757139840 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) S 9948 9951 17093 0 -1 1077944384 134 0 0 0 4 1 0 0 20 0 15 0 66798178 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744703453456 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551232 memory=5857 CPUtime=0.04 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) S 9948 9951 17093 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 15 0 66798178 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744702400912 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) S 9948 9951 17093 0 -1 1077944384 118 0 0 0 4 1 0 0 20 0 15 0 66798178 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744701348368 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551232 memory=280682824024352 CPUtime=0.04 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) S 9948 9951 17093 0 -1 1077944384 117 0 0 0 3 1 0 0 20 0 15 0 66798178 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744700295824 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 66798179 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744268741104 139744773044866 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551232 memory=13563795322702378 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744267687392 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744266634752 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744265583312 139744773052315 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551232 memory=16448 CPUtime=1.04 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) R 9948 9951 17093 0 -1 4202560 3151 0 0 0 104 0 0 0 20 0 15 0 66798182 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744264515928 139744752870057 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551232 memory=2752 CPUtime=1.01 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) R 9948 9951 17093 0 -1 4202560 3195 0 0 0 100 1 0 0 20 0 15 0 66798182 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744263458376 139744758141250 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551232 memory=2752 CPUtime=0.4 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) S 9948 9951 17093 0 -1 1077944384 2247 0 0 0 39 1 0 0 20 0 15 0 66798182 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551232 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551232 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66798187 10804461568 95201 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 3.96 s
Current children cumulated vsize: 10551232 KiB

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


[startup+85.3522 s]
# the end of solver process 9951 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.927 s, system=6.29254 s

Solver just ended.
Dumping a history of the last processes samples

[startup+84.0011 s]*
/proc/loadavg: 3.13 3.10 3.29 6/210 10049
/proc/meminfo: memFree=20063716/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551232 memory=8114140 CPUtime=254.98 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 175834 0 0 0 24873 625 0 0 20 0 15 0 66798167 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637808 2028535 3138 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551232 memory=24452 CPUtime=13.34 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) S 9948 9951 17093 0 -1 1077944384 14068 0 0 0 1320 14 0 0 20 0 15 0 66798177 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744777269808 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551232 memory=4872558044660077418 CPUtime=55.73 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) R 9948 9951 17093 0 -1 4202560 26155 0 0 0 5422 151 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744703453656 139744757984846 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551232 memory=301741420686082359 CPUtime=55.98 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) R 9948 9951 17093 0 -1 4202560 39072 0 0 0 5443 155 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744702400912 139744757984324 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551232 memory=13563795322702378 CPUtime=56.38 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) R 9948 9951 17093 0 -1 4202560 27620 0 0 0 5497 141 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744701348568 139744757731311 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551232 memory=5788 CPUtime=56.01 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) R 9948 9951 17093 0 -1 4202560 18134 0 0 0 5448 153 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744700296024 139744757984958 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551232 memory=0 CPUtime=13.73 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 32085 0 0 0 1371 2 0 0 20 0 15 0 66798179 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744268739424 139744773043925 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744267687392 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551232 memory=140341412550804 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744266634752 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744265582960 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551232 memory=4612 CPUtime=1.55 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) S 9948 9951 17093 0 -1 1077944384 5898 0 0 0 154 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744264529904 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551232 memory=1708 CPUtime=1.64 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) S 9948 9951 17093 0 -1 1077944384 7754 0 0 0 163 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744263477360 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551232 memory=1444 CPUtime=0.47 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) S 9948 9951 17093 0 -1 1077944384 3558 0 0 0 46 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551232 memory=12200 CPUtime=0.05 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 127 0 0 0 2 3 0 0 20 0 15 0 66798187 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 254.98 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8114140 KiB

[startup+84.8011 s]
/proc/loadavg: 3.13 3.10 3.29 6/210 10049
/proc/meminfo: memFree=20063716/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551232 memory=8114140 CPUtime=258.14 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 175834 0 0 0 25189 625 0 0 20 0 15 0 66798167 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637808 2028535 3138 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551232 memory=7680170660397595203 CPUtime=13.34 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) S 9948 9951 17093 0 -1 1077944384 14068 0 0 0 1320 14 0 0 20 0 15 0 66798177 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744777269808 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551232 memory=8114140 CPUtime=56.52 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) R 9948 9951 17093 0 -1 4202560 26155 0 0 0 5501 151 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744703453656 139744757731494 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551232 memory=1232 CPUtime=56.77 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) R 9948 9951 17093 0 -1 4202560 39072 0 0 0 5522 155 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744702400912 139744757731544 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551232 memory=2248 CPUtime=57.17 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) R 9948 9951 17093 0 -1 4202560 27620 0 0 0 5576 141 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744701348568 139744757731358 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551232 memory=4300 CPUtime=56.8 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) R 9948 9951 17093 0 -1 4202560 18134 0 0 0 5527 153 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744700296024 139744758018730 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551232 memory=932 CPUtime=13.73 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 32085 0 0 0 1371 2 0 0 20 0 15 0 66798179 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744268739424 139744773043925 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551232 memory=8114140 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744267687392 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551232 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744266634752 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551232 memory=8114140 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744265582960 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551232 memory=8114140 CPUtime=1.55 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) S 9948 9951 17093 0 -1 1077944384 5898 0 0 0 154 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744264529904 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551232 memory=1000 CPUtime=1.64 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) S 9948 9951 17093 0 -1 1077944384 7754 0 0 0 163 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744263477360 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551232 memory=4028 CPUtime=0.47 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) S 9948 9951 17093 0 -1 1077944384 3558 0 0 0 46 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551232 memory=37652 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551232 memory=8114140 CPUtime=0.05 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 127 0 0 0 2 3 0 0 20 0 15 0 66798187 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 258.14 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8114140 KiB

[startup+85.2011 s]
/proc/loadavg: 3.13 3.10 3.29 6/210 10049
/proc/meminfo: memFree=20063716/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551232 memory=8114140 CPUtime=259.73 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 175834 0 0 0 25348 625 0 0 20 0 15 0 66798167 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637808 2028535 3138 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551232 memory=4872558044660077418 CPUtime=13.34 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) S 9948 9951 17093 0 -1 1077944384 14068 0 0 0 1320 14 0 0 20 0 15 0 66798177 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744777269808 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551232 memory=1624 CPUtime=56.92 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) R 9948 9951 17093 0 -1 4202560 26155 0 0 0 5541 151 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744703453656 139744754630160 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551232 memory=2160 CPUtime=57.17 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) R 9948 9951 17093 0 -1 4202560 39072 0 0 0 5562 155 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744702400800 139744757984074 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551232 memory=844 CPUtime=57.57 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) R 9948 9951 17093 0 -1 4202560 27620 0 0 0 5616 141 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744701348568 139744757984324 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551232 memory=16448 CPUtime=57.19 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) R 9948 9951 17093 0 -1 4202560 18134 0 0 0 5566 153 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744700296024 139744757731494 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551232 memory=2752 CPUtime=13.73 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 32085 0 0 0 1371 2 0 0 20 0 15 0 66798179 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744268739424 139744773043925 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551232 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744267687392 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551232 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744266634752 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551232 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744265582960 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551232 memory=2868 CPUtime=1.55 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) S 9948 9951 17093 0 -1 1077944384 5898 0 0 0 154 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744264529904 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551232 memory=8114136 CPUtime=1.64 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) S 9948 9951 17093 0 -1 1077944384 7754 0 0 0 163 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744263477360 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551232 memory=1156 CPUtime=0.47 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) S 9948 9951 17093 0 -1 1077944384 3558 0 0 0 46 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551232 memory=2928 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551232 memory=3383540 CPUtime=0.05 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 127 0 0 0 2 3 0 0 20 0 15 0 66798187 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 259.73 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8114140 KiB

[startup+85.3011 s]
/proc/loadavg: 3.13 3.10 3.29 6/210 10049
/proc/meminfo: memFree=20063716/32770624 swapFree=67108860/67108860
[pid=9951] ppid=9948 vsize=10551232 memory=8114140 CPUtime=260.13 cores=1,3,5,7
/proc/9951/stat : 9951 (java) S 9948 9951 17093 0 -1 1077944320 175834 0 0 0 25388 625 0 0 20 0 15 0 66798167 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 140737408914560 139744773033719 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
/proc/9951/statm: 2637808 2028535 3138 1 0 2627261 0
[pid=9951/tid=9953] ppid=9948 vsize=10551232 memory=0 CPUtime=13.34 cores=1,3,5,7
/proc/9951/task/9953/stat : 9953 (java) S 9948 9951 17093 0 -1 1077944384 14068 0 0 0 1320 14 0 0 20 0 15 0 66798177 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744777269808 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9954] ppid=9948 vsize=10551232 memory=0 CPUtime=57.02 cores=1,3,5,7
/proc/9951/task/9954/stat : 9954 (java) R 9948 9951 17093 0 -1 4202560 26155 0 0 0 5551 151 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744703453656 139744758019015 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9955] ppid=9948 vsize=10551232 memory=8114140 CPUtime=57.27 cores=1,3,5,7
/proc/9951/task/9955/stat : 9955 (java) R 9948 9951 17093 0 -1 4202560 39072 0 0 0 5572 155 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744702400800 139744753059877 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9956] ppid=9948 vsize=10551232 memory=8114140 CPUtime=57.67 cores=1,3,5,7
/proc/9951/task/9956/stat : 9956 (java) R 9948 9951 17093 0 -1 4202560 27620 0 0 0 5626 141 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744701348568 139744757984324 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9957] ppid=9948 vsize=10551232 memory=8114140 CPUtime=57.29 cores=1,3,5,7
/proc/9951/task/9957/stat : 9957 (java) R 9948 9951 17093 0 -1 4202560 18134 0 0 0 5576 153 0 0 20 0 15 0 66798178 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744700296024 139744757984712 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9958] ppid=9948 vsize=10551232 memory=8114140 CPUtime=13.73 cores=1,3,5,7
/proc/9951/task/9958/stat : 9958 (java) S 9948 9951 17093 0 -1 1077944384 32085 0 0 0 1371 2 0 0 20 0 15 0 66798179 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744268739424 139744773043925 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9959] ppid=9948 vsize=10551232 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9959/stat : 9959 (java) S 9948 9951 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744267687392 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9960] ppid=9948 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9960/stat : 9960 (java) S 9948 9951 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66798180 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744266634752 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9961] ppid=9948 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9961/stat : 9961 (java) S 9948 9951 17093 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744265582960 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9962] ppid=9948 vsize=10551232 memory=1624 CPUtime=1.55 cores=1,3,5,7
/proc/9951/task/9962/stat : 9962 (java) S 9948 9951 17093 0 -1 1077944384 5898 0 0 0 154 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744264529904 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9963] ppid=9948 vsize=10551232 memory=8114140 CPUtime=1.64 cores=1,3,5,7
/proc/9951/task/9963/stat : 9963 (java) S 9948 9951 17093 0 -1 1077944384 7754 0 0 0 163 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744263477360 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9964] ppid=9948 vsize=10551232 memory=8114140 CPUtime=0.47 cores=1,3,5,7
/proc/9951/task/9964/stat : 9964 (java) S 9948 9951 17093 0 -1 1077944384 3558 0 0 0 46 1 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744262424816 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9965] ppid=9948 vsize=10551232 memory=8114136 CPUtime=0 cores=1,3,5,7
/proc/9951/task/9965/stat : 9965 (java) S 9948 9951 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66798182 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744261372512 139744773043925 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
[pid=9951/tid=9966] ppid=9948 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9951/task/9966/stat : 9966 (java) S 9948 9951 17093 0 -1 1077944384 127 0 0 0 2 3 0 0 20 0 15 0 66798187 10804461568 2028535 18446744073709551615 4194304 4196468 140737408932016 139744260320048 139744773044866 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15495168 140737408934293 140737408934446 140737408934446 140737408937935 0
Current children cumulated CPU time: 260.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8114140 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 85.3523
CPU time (s): 260.22
CPU user time (s): 253.927
CPU system time (s): 6.29254
CPU usage (%): 304.877
Max. virtual memory (cumulated for all children) (KiB): 10553172
Max. memory (cumulated for all children) (KiB): 8114140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.927
system time used= 6.29254
maximum resident set size= 8114408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175838
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5958
involuntary context switches= 2701


# summary of solver processes directly reported to runsolver:
#   pid: 9951
#   total CPU time (s): 260.22
#   total CPU user time (s): 253.927
#   total CPU system time (s): 6.29254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.53347 second user time and 0.867312 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:26:40
IDJOB=4258361
IDBENCH=124454
IDSOLVER=2643
FILE ID=node127/4258361-1502646048
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-B-n78-k10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258361-1502646048/watcher-4258361-1502646048 -o /tmp/evaluation-result-4258361-1502646048/solver-4258361-1502646048 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258361-1502646048.xml

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

MD5SUM BENCH= 7c96a44e638c86f7d39463bcb8517eb1
RANDOM SEED=1500843268

node127.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.92
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.92
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.92
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.92
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:        28516420 kB
MemAvailable:   28952320 kB
Buffers:          200352 kB
Cached:           531844 kB
SwapCached:            0 kB
Active:          3610940 kB
Inactive:         212588 kB
Active(anon):    3041160 kB
Inactive(anon):    83872 kB
Active(file):     569780 kB
Inactive(file):   128716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2016 kB
Writeback:             4 kB
AnonPages:       3091848 kB
Mapped:            59076 kB
Shmem:             33444 kB
Slab:             132424 kB
SReclaimable:     106480 kB
SUnreclaim:        25944 kB
KernelStack:        3456 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4513532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2967552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:28:05