Trace number 4396362

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
Concrete 3.12.2OPT6 7.12664 3.30665

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-bgr/
Pb-bgr-04.xml
MD5SUMa565a7a5aa699043db8dfe2959276911
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.012578
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints44
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":38}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":21},{"degree":29,"count":5},{"degree":30,"count":12}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":8,"count":2},{"arity":9,"count":7},{"arity":10,"count":6},{"arity":13,"count":6},{"arity":14,"count":18},{"arity":18,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":44}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
6.87/3.14	o 10
6.87/3.16	o 8
6.87/3.16	o 7
6.87/3.17	o 6
6.87/3.17	v <instantiation
6.87/3.17	v         cost = '6'>
6.87/3.17	v       <list>
6.87/3.17	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37]
6.87/3.17	v       </list>
6.87/3.17	v       <values>
6.87/3.17	v         0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 1
6.87/3.17	v       </values>
6.87/3.17	v     </instantiation>
6.87/3.17	s OPTIMUM FOUND

Verifier Data

OK	6

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396362-1568403875/watcher-4396362-1568403875 -o /tmp/evaluation-result-4396362-1568403875/solver-4396362-1568403875 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568396747-1256 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=376277668 HOME/instance-4396362-1568403875.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2848, runsolver pid=2845

[startup+0.100125 s]*
/proc/loadavg: 1.49 1.35 1.42 3/219 2905
/proc/meminfo: memFree=30487840/32770624 swapFree=66940896/67108860
[pid=2848] ppid=2845 vsize=9972712 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/2848/stat : 2848 (java) S 2845 2848 1225 0 -1 1077944320 4544 13149 0 0 1 0 5 3 20 0 6 0 416626216 10212057088 4270 33554432000 4194304 4196468 140726358859392 140726358841936 140648808287991 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
/proc/2848/statm: 2493178 4270 1935 1 0 2481616 0
[pid=2848/tid=2901] ppid=2845 vsize=10055356 memory=-8458449238936043463 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2901/stat : 2901 (java) R 2845 2848 1225 0 -1 4202560 2410 13149 0 0 1 0 5 3 20 0 7 0 416626224 10296684544 4402 33554432000 4194304 4196468 140726358859392 140648780131088 140648808298197 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2902] ppid=2845 vsize=10055356 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2902/stat : 2902 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 7 0 416626225 10296684544 4402 33554432000 4194304 4196468 140726358859392 140648812530832 140648808298197 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2903] ppid=2845 vsize=10055356 memory=140081339287168 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2903/stat : 2903 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 7 0 416626225 10296684544 4402 33554432000 4194304 4196468 140726358859392 140648711420944 140648808298197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2904] ppid=2845 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2904/stat : 2904 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 7 0 416626225 10296684544 4402 33554432000 4194304 4196468 140726358859392 140648710368144 140648808298197 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2905] ppid=2845 vsize=10055356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2905/stat : 2905 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 7 0 416626225 10296684544 4402 33554432000 4194304 4196468 140726358859392 140648709315344 140648808298197 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2906] ppid=2845 vsize=10055356 memory=140081339287168 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2906/stat : 2906 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 7 0 416626227 10296684544 4402 33554432000 4194304 4196468 140726358859392 140648266881392 140648808299138 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210055 s]*
/proc/loadavg: 1.49 1.35 1.42 3/228 2914
/proc/meminfo: memFree=30469396/32770624 swapFree=66940896/67108860
[pid=2848] ppid=2845 vsize=10820148 memory=42068 CPUtime=0.27 cores=0,2,4,6
/proc/2848/stat : 2848 (java) S 2845 2848 1225 0 -1 1077944320 7385 13149 0 0 17 2 5 3 20 0 15 0 416626216 11079831552 10517 33554432000 4194304 4196468 140726358859392 140726358841936 140648808287991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
/proc/2848/statm: 2705037 10517 3252 1 0 2667149 0
[pid=2848/tid=2901] ppid=2845 vsize=10820148 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2848/task/2901/stat : 2901 (java) R 2845 2848 1225 0 -1 4202560 3889 13149 0 0 11 1 5 3 20 0 15 0 416626224 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648780112136 140648792368478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2902] ppid=2845 vsize=10820148 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2902/stat : 2902 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648812530832 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2903] ppid=2845 vsize=10820148 memory=288370457490998912 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2903/stat : 2903 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648711420944 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2904] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2904/stat : 2904 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648710368144 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2905] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2905/stat : 2905 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648709315344 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2906] ppid=2845 vsize=10820148 memory=140081339287168 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2906/stat : 2906 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626227 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648266881392 140648808299138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2907] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2907/stat : 2907 (java) S 2845 2848 1225 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 416626227 11079831552 10517 33554432000 4194304 4196468 140726358859392 140647696688160 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2908] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2908/stat : 2908 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626227 11079831552 10517 33554432000 4194304 4196468 140726358859392 140647562470256 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2909] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2909/stat : 2909 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11079831552 10517 33554432000 4194304 4196468 140726358859392 140647322179408 140648808306587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2910] ppid=2845 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2910/stat : 2910 (java) R 2845 2848 1225 0 -1 1077944384 445 13149 0 0 1 0 5 3 20 0 15 0 416626230 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648265829232 140648808299138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2911] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2911/stat : 2911 (java) S 2845 2848 1225 0 -1 1077944384 196 13149 0 0 1 0 5 3 20 0 15 0 416626230 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648264776432 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2912] ppid=2845 vsize=10820148 memory=140081339287168 CPUtime=0.11 cores=0,2,4,6
/proc/2848/task/2912/stat : 2912 (java) R 2845 2848 1225 0 -1 4202560 628 13149 0 0 3 0 5 3 20 0 15 0 416626230 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648263723632 140648808299926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2913] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2913/stat : 2913 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11079831552 10517 33554432000 4194304 4196468 140726358859392 140647288621792 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2914] ppid=2845 vsize=10820148 memory=140081339287168 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2914/stat : 2914 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626230 11079831552 10517 33554432000 4194304 4196468 140726358859392 140648262671024 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 42068 KiB

[startup+0.310441 s]*
/proc/loadavg: 1.49 1.35 1.42 3/228 2914
/proc/meminfo: memFree=30455984/32770624 swapFree=66940896/67108860
[pid=2848] ppid=2845 vsize=10820148 memory=50340 CPUtime=0.41 cores=0,2,4,6
/proc/2848/stat : 2848 (java) S 2845 2848 1225 0 -1 1077944320 10887 13149 0 0 29 4 5 3 20 0 15 0 416626216 11079831552 12585 33554432000 4194304 4196468 140726358859392 140726358841936 140648808287991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
/proc/2848/statm: 2705037 12585 3268 1 0 2667149 0
[pid=2848/tid=2901] ppid=2845 vsize=10820148 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/2848/task/2901/stat : 2901 (java) R 2845 2848 1225 0 -1 4202560 7376 13149 0 0 19 2 5 3 20 0 15 0 416626224 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648780087904 140648808309917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2902] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2902/stat : 2902 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648812530832 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2903] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2903/stat : 2903 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648711420944 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2904] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2904/stat : 2904 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648710368144 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2905] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2905/stat : 2905 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648709315344 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2906] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2906/stat : 2906 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626227 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648266881392 140648808299138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2907] ppid=2845 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2907/stat : 2907 (java) S 2845 2848 1225 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 416626227 11079831552 12585 33554432000 4194304 4196468 140726358859392 140647696688160 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2908] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2908/stat : 2908 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626227 11079831552 12585 33554432000 4194304 4196468 140726358859392 140647562470256 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2909] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2909/stat : 2909 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11079831552 12585 33554432000 4194304 4196468 140726358859392 140647322179408 140648808306587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2910] ppid=2845 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2910/stat : 2910 (java) S 2845 2848 1225 0 -1 1077944384 445 13149 0 0 1 0 5 3 20 0 15 0 416626230 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648265829232 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2911] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2911/stat : 2911 (java) S 2845 2848 1225 0 -1 1077944384 197 13149 0 0 1 0 5 3 20 0 15 0 416626230 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648264776432 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2912] ppid=2845 vsize=10820148 memory=140081339287168 CPUtime=0.13 cores=0,2,4,6
/proc/2848/task/2912/stat : 2912 (java) S 2845 2848 1225 0 -1 1077944384 637 13149 0 0 5 0 5 3 20 0 15 0 416626230 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648263723632 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2913] ppid=2845 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2913/stat : 2913 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11079831552 12585 33554432000 4194304 4196468 140726358859392 140647288621792 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2914] ppid=2845 vsize=10820148 memory=140081339287168 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2914/stat : 2914 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626230 11079831552 12585 33554432000 4194304 4196468 140726358859392 140648262671024 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50340 KiB

[startup+0.70236 s]
/proc/loadavg: 1.49 1.35 1.42 3/228 2914
/proc/meminfo: memFree=30441764/32770624 swapFree=66940896/67108860
[pid=2848] ppid=2845 vsize=10824360 memory=83896 CPUtime=1.15 cores=0,2,4,6
/proc/2848/stat : 2848 (java) S 2845 2848 1225 0 -1 1077944320 15181 13149 0 0 101 6 5 3 20 0 15 0 416626216 11084144640 20974 33554432000 4194304 4196468 140726358859392 140726358841936 140648808287991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
/proc/2848/statm: 2706090 20974 3512 1 0 2668173 0
[pid=2848/tid=2901] ppid=2845 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2848/task/2901/stat : 2901 (java) R 2845 2848 1225 0 -1 4202560 10417 13149 0 0 55 4 5 3 20 0 15 0 416626224 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648780115152 140648808309917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2902] ppid=2845 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2902/stat : 2902 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626225 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648812530832 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2903] ppid=2845 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2903/stat : 2903 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648711420944 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2904] ppid=2845 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2904/stat : 2904 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648710368144 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2905] ppid=2845 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2905/stat : 2905 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626225 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648709315344 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2906] ppid=2845 vsize=10824360 memory=140084653326913 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2906/stat : 2906 (java) S 2845 2848 1225 0 -1 1077944384 5 13149 0 0 0 0 5 3 20 0 15 0 416626227 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648266881392 140648808299138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2907] ppid=2845 vsize=10824360 memory=140084653326920 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2907/stat : 2907 (java) S 2845 2848 1225 0 -1 1077944384 13 13149 0 0 0 0 5 3 20 0 15 0 416626227 11084144640 20974 33554432000 4194304 4196468 140726358859392 140647696688160 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2908] ppid=2845 vsize=10824360 memory=140084653326924 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2908/stat : 2908 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626227 11084144640 20974 33554432000 4194304 4196468 140726358859392 140647562470256 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2909] ppid=2845 vsize=10824360 memory=140084653326925 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2909/stat : 2909 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11084144640 20974 33554432000 4194304 4196468 140726358859392 140647322179408 140648808306587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2910] ppid=2845 vsize=10824360 memory=140084653326932 CPUtime=0.23 cores=0,2,4,6
/proc/2848/task/2910/stat : 2910 (java) S 2845 2848 1225 0 -1 1077944384 1028 13149 0 0 15 0 5 3 20 0 15 0 416626230 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648265829232 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2911] ppid=2845 vsize=10824360 memory=140084653326934 CPUtime=0.21 cores=0,2,4,6
/proc/2848/task/2911/stat : 2911 (java) R 2845 2848 1225 0 -1 4202560 620 13149 0 0 13 0 5 3 20 0 15 0 416626230 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648264776728 140648787533881 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2912] ppid=2845 vsize=10824360 memory=140084653326954 CPUtime=0.24 cores=0,2,4,6
/proc/2848/task/2912/stat : 2912 (java) R 2845 2848 1225 0 -1 4202560 878 13149 0 0 16 0 5 3 20 0 15 0 416626230 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648263723632 140648808299926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2913] ppid=2845 vsize=10824360 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2913/stat : 2913 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11084144640 20974 33554432000 4194304 4196468 140726358859392 140647288621792 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2914] ppid=2845 vsize=10824360 memory=2112 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2914/stat : 2914 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626230 11084144640 20974 33554432000 4194304 4196468 140726358859392 140648262671024 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83896 KiB

[startup+1.50072 s]
/proc/loadavg: 1.53 1.36 1.42 3/228 2914
/proc/meminfo: memFree=30397644/32770624 swapFree=66940896/67108860
[pid=2848] ppid=2845 vsize=10834676 memory=171820 CPUtime=2.46 cores=0,2,4,6
/proc/2848/stat : 2848 (java) S 2845 2848 1225 0 -1 1077944320 21894 13149 0 0 227 11 5 3 20 0 15 0 416626216 11094708224 42955 33554432000 4194304 4196468 140726358859392 140726358841936 140648808287991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
/proc/2848/statm: 2708669 42955 3578 1 0 2670733 0
[pid=2848/tid=2901] ppid=2845 vsize=10834676 memory=1943560 CPUtime=1.44 cores=0,2,4,6
/proc/2848/task/2901/stat : 2901 (java) R 2845 2848 1225 0 -1 4202560 15352 13149 0 0 130 6 5 3 20 0 15 0 416626224 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648780088224 140648808299926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2902] ppid=2845 vsize=10834676 memory=1944734 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2902/stat : 2902 (java) S 2845 2848 1225 0 -1 1077944384 353 13149 0 0 1 0 5 3 20 0 15 0 416626225 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648812530832 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2903] ppid=2845 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2903/stat : 2903 (java) S 2845 2848 1225 0 -1 1077944384 26 13149 0 0 0 0 5 3 20 0 15 0 416626225 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648711420944 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2904] ppid=2845 vsize=10834676 memory=320425177016018691 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2904/stat : 2904 (java) S 2845 2848 1225 0 -1 1077944384 57 13149 0 0 1 0 5 3 20 0 15 0 416626225 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648710368144 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2905] ppid=2845 vsize=10834676 memory=288291060703143778 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2905/stat : 2905 (java) S 2845 2848 1225 0 -1 1077944384 73 13149 0 0 1 0 5 3 20 0 15 0 416626225 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648709315344 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2906] ppid=2845 vsize=10834676 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/2848/task/2906/stat : 2906 (java) S 2845 2848 1225 0 -1 1077944384 149 13149 0 0 1 0 5 3 20 0 15 0 416626227 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648266881392 140648808299138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2907] ppid=2845 vsize=10834676 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2907/stat : 2907 (java) S 2845 2848 1225 0 -1 1077944384 14 13149 0 0 0 0 5 3 20 0 15 0 416626227 11094708224 42955 33554432000 4194304 4196468 140726358859392 140647696688224 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2908] ppid=2845 vsize=10834676 memory=7681421203011431829 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2908/stat : 2908 (java) S 2845 2848 1225 0 -1 1077944384 2 13149 0 0 0 0 5 3 20 0 15 0 416626227 11094708224 42955 33554432000 4194304 4196468 140726358859392 140647562470272 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2909] ppid=2845 vsize=10834676 memory=7222483652687470737 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2909/stat : 2909 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11094708224 42955 33554432000 4194304 4196468 140726358859392 140647322179408 140648808306587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2910] ppid=2845 vsize=10834676 memory=-3472574944341025154 CPUtime=0.34 cores=0,2,4,6
/proc/2848/task/2910/stat : 2910 (java) S 2845 2848 1225 0 -1 1077944384 1278 13149 0 0 26 0 5 3 20 0 15 0 416626230 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648265829232 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2911] ppid=2845 vsize=10834676 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/2848/task/2911/stat : 2911 (java) S 2845 2848 1225 0 -1 1077944384 688 13149 0 0 23 0 5 3 20 0 15 0 416626230 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648264776432 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2912] ppid=2845 vsize=10834676 memory=-2672971631320983069 CPUtime=0.49 cores=0,2,4,6
/proc/2848/task/2912/stat : 2912 (java) R 2845 2848 1225 0 -1 4202560 1690 13149 0 0 40 1 5 3 20 0 15 0 416626230 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648263723632 140648808309338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2913] ppid=2845 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2913/stat : 2913 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11094708224 42955 33554432000 4194304 4196468 140726358859392 140647288621792 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2914] ppid=2845 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2914/stat : 2914 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626230 11094708224 42955 33554432000 4194304 4196468 140726358859392 140648262671024 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 171820 KiB

[startup+3.11217 s]
/proc/loadavg: 1.53 1.36 1.42 6/228 2914
/proc/meminfo: memFree=30255280/32770624 swapFree=66940896/67108860
[pid=2848] ppid=2845 vsize=10846984 memory=248984 CPUtime=6.87 cores=0,2,4,6
/proc/2848/stat : 2848 (java) S 2845 2848 1225 0 -1 1077944320 34078 13149 0 0 661 18 5 3 20 0 15 0 416626216 11107311616 62246 33554432000 4194304 4196468 140726358859392 140726358841936 140648808287991 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
/proc/2848/statm: 2711746 62246 3609 1 0 2673805 0
[pid=2848/tid=2901] ppid=2845 vsize=10846984 memory=280162461999536 CPUtime=3 cores=0,2,4,6
/proc/2848/task/2901/stat : 2901 (java) R 2845 2848 1225 0 -1 4202560 19444 13149 0 0 284 8 5 3 20 0 15 0 416626224 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648780119184 140648390214287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2902] ppid=2845 vsize=10846984 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2848/task/2902/stat : 2902 (java) S 2845 2848 1225 0 -1 1077944384 377 13149 0 0 2 0 5 3 20 0 15 0 416626225 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648812530832 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2903] ppid=2845 vsize=10846984 memory=8819569139123385389 CPUtime=0.1 cores=0,2,4,6
/proc/2848/task/2903/stat : 2903 (java) S 2845 2848 1225 0 -1 1077944384 60 13149 0 0 2 0 5 3 20 0 15 0 416626225 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648711420944 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2904] ppid=2845 vsize=10846984 memory=4809 CPUtime=0.11 cores=0,2,4,6
/proc/2848/task/2904/stat : 2904 (java) S 2845 2848 1225 0 -1 1077944384 77 13149 0 0 3 0 5 3 20 0 15 0 416626225 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648710368144 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2905] ppid=2845 vsize=10846984 memory=1937 CPUtime=0.1 cores=0,2,4,6
/proc/2848/task/2905/stat : 2905 (java) S 2845 2848 1225 0 -1 1077944384 87 13149 0 0 2 0 5 3 20 0 15 0 416626225 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648709315344 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2906] ppid=2845 vsize=10846984 memory=135 CPUtime=0.11 cores=0,2,4,6
/proc/2848/task/2906/stat : 2906 (java) S 2845 2848 1225 0 -1 1077944384 377 13149 0 0 3 0 5 3 20 0 15 0 416626227 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648266881392 140648808299138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2907] ppid=2845 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2907/stat : 2907 (java) S 2845 2848 1225 0 -1 1077944384 14 13149 0 0 0 0 5 3 20 0 15 0 416626227 11107311616 62246 33554432000 4194304 4196468 140726358859392 140647696688224 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2908] ppid=2845 vsize=10846984 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2908/stat : 2908 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626227 11107311616 62246 33554432000 4194304 4196468 140726358859392 140647562470272 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2909] ppid=2845 vsize=10846984 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2909/stat : 2909 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11107311616 62246 33554432000 4194304 4196468 140726358859392 140647322179408 140648808306587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2910] ppid=2845 vsize=10846984 memory=780 CPUtime=1.17 cores=0,2,4,6
/proc/2848/task/2910/stat : 2910 (java) R 2845 2848 1225 0 -1 4202560 3148 13149 0 0 107 2 5 3 20 0 15 0 416626230 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648265821008 140648787610051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2911] ppid=2845 vsize=10846984 memory=5972 CPUtime=1.39 cores=0,2,4,6
/proc/2848/task/2911/stat : 2911 (java) R 2845 2848 1225 0 -1 4202560 3425 13149 0 0 130 1 5 3 20 0 15 0 416626230 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648264753680 140648788987336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2912] ppid=2845 vsize=10846984 memory=209308 CPUtime=1.31 cores=0,2,4,6
/proc/2848/task/2912/stat : 2912 (java) R 2845 2848 1225 0 -1 1077944384 4854 13149 0 0 121 2 5 3 20 0 15 0 416626230 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648263721424 140648808298197 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2913] ppid=2845 vsize=10846984 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2913/stat : 2913 (java) S 2845 2848 1225 0 -1 1077944384 3 13149 0 0 0 0 5 3 20 0 15 0 416626230 11107311616 62246 33554432000 4194304 4196468 140726358859392 140647288621792 140648808298197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
[pid=2848/tid=2914] ppid=2845 vsize=10846984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2848/task/2914/stat : 2914 (java) S 2845 2848 1225 0 -1 1077944384 1 13149 0 0 0 0 5 3 20 0 15 0 416626230 11107311616 62246 33554432000 4194304 4196468 140726358859392 140648262671024 140648808299138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22753280 140726358866672 140726358869189 140726358869189 140726358872015 0
Current children cumulated CPU time: 6.87 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 248984 KiB

[startup+3.3066 s]
# the end of solver process 2848 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.90016 s, system=0.226481 s

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

[startup+3.20085 s]*
/proc/loadavg: 1.53 1.36 1.42 3/215 2915
/proc/meminfo: memFree=30430240/32770624 swapFree=66940896/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 3.30665
CPU time (s): 7.12664
CPU user time (s): 6.90016
CPU system time (s): 0.226481
CPU usage (%): 215.525
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 248984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.90016
system time used= 0.226481
maximum resident set size= 252044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47546
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= 5818
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 2848
#   total CPU time (s): 7.12664
#   total CPU user time (s): 6.90016
#   total CPU system time (s): 0.226481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042815 second user time and 0.0747 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 21:43:57
IDJOB=4396362
IDBENCH=134859
IDSOLVER=2847
FILE ID=node149/4396362-1568403875
RUNJOBID= node149-1568396747-1256
PBS_JOBID= 21701870
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-bgr/Pb-bgr-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396362-1568403875/watcher-4396362-1568403875 -o /tmp/evaluation-result-4396362-1568403875/solver-4396362-1568403875 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568396747-1256 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=376277668 HOME/instance-4396362-1568403875.xml

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

MD5SUM BENCH= a565a7a5aa699043db8dfe2959276911
RANDOM SEED=376277668

node149.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.81
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.81
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.81
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.81
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:        30496260 kB
MemAvailable:   31370004 kB
Buffers:          166076 kB
Cached:          1007880 kB
SwapCached:        61352 kB
Active:          1030948 kB
Inactive:         696700 kB
Active(anon):     520676 kB
Inactive(anon):    72448 kB
Active(file):     510272 kB
Inactive(file):   624252 kB
Unevictable:      111264 kB
Mlocked:          111264 kB
SwapTotal:      67108860 kB
SwapFree:       66940896 kB
Dirty:             35200 kB
Writeback:            16 kB
AnonPages:        605228 kB
Mapped:            57592 kB
Shmem:             31332 kB
Slab:             139216 kB
SReclaimable:     110108 kB
SUnreclaim:        29108 kB
KernelStack:        3728 kB
PageTables:         7036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1773336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61352 MiB
End job on node149 at 2019-09-13 21:44:01