Trace number 4307632

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-08-14SAT 8.82326 6.42871

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P03_c18.xml
MD5SUM76f2570dac1ecc86f40824dfede26263
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.556125
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints28
Number of domains2
Minimum domain size26
Maximum domain size27
Distribution of domain sizes[{"size":26,"count":26},{"size":27,"count":12}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":26},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":26},{"arity":12,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints26
Distribution of constraint types[{"type":"intension","count":26},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.71/0.62	c version: 2018-08-14
0.71/0.62	c seed: 1178535803
0.71/0.62	c timeout: 2520
0.71/0.63	c memlimit: 11000
0.71/0.63	c nbcore: 4
0.71/0.65	c Parsing instance...
1.57/1.11	c Parsing done, starting search...
8.78/6.42	s SATISFIABLE
8.78/6.42	v <instantiation>
8.78/6.42	v 	<list>
8.78/6.42	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3]
8.78/6.42	v 	</list>
8.78/6.42	v 	<values>
8.78/6.42	v 		26 0 25 7 2 22 8 11 14 1 24 16 26 1 19 25 7 18 20 6 9 14 11 3 13 10 2 23 15 8 24 22 17 4 12 21 16 5 
8.78/6.42	v 	</values>
8.78/6.42	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307632-1534258056/watcher-4307632-1534258056 -o /tmp/evaluation-result-4307632-1534258056/solver-4307632-1534258056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534258056-911 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1178535803 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307632-1534258056.xml 

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

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

solver pid=945, runsolver pid=938

[startup+0.101561 s]*
/proc/loadavg: 0.08 0.03 0.05 5/206 964
/proc/meminfo: memFree=15517492/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=13681496 memory=17692 CPUtime=0.03 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 4237 0 0 0 3 0 0 0 20 0 9 0 243368980 14009851904 4423 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16784585 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3420374 4423 2155 1 0 3382915 0
[pid=945/tid=948] ppid=938 vsize=13681496 memory=8389772277269004345 CPUtime=0.03 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 2916 0 0 0 3 0 0 0 20 0 9 0 243368986 14009851904 4423 33554432000 4194304 4196468 140734080172928 140212771831376 140212751676766 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=13681496 memory=288293255295270935 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4423 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=13681496 memory=288370455634544256 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4423 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=13681496 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4488 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=13681496 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4488 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=13681496 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 243368988 14009851904 4488 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=13681496 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 243368989 14009851904 4488 33554432000 4194304 4196468 140734080172928 140212308530336 140212767606485 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=13681496 memory=140079482832512 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 243368989 14009851904 4488 33554432000 4194304 4196468 140734080172928 140212307477232 140212767606485 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13681496 KiB
Current children cumulated memory: 17692 KiB

[startup+0.209938 s]*
/proc/loadavg: 0.08 0.03 0.05 4/218 976
/proc/meminfo: memFree=15482104/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=14082736 memory=39796 CPUtime=0.18 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 9058 0 0 0 16 2 0 0 20 0 15 0 243368980 14420721664 9949 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3520684 9949 3260 1 0 3482761 0
[pid=945/tid=948] ppid=938 vsize=14082736 memory=8389772277269004345 CPUtime=0.13 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 6950 0 0 0 12 1 0 0 20 0 15 0 243368986 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212771795984 140212748970048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=14082736 memory=288370455634544256 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212308530336 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=14082736 memory=140079482832512 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212307477232 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=970] ppid=938 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/970/stat : 970 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212306425808 140212767614875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=971] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/971/stat : 971 (java) S 938 945 875 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212305373936 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=972] ppid=938 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/972/stat : 972 (java) S 938 945 875 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212304321392 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=973] ppid=938 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/945/task/973/stat : 973 (java) S 938 945 875 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 15 0 243368992 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212303268336 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=975] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/975/stat : 975 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212302216032 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=976] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/976/stat : 976 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9949 33554432000 4194304 4196468 140734080172928 140212301163056 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 39796 KiB

[startup+0.310163 s]*
/proc/loadavg: 0.08 0.03 0.05 5/218 976
/proc/meminfo: memFree=15466600/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=14082736 memory=48096 CPUtime=0.36 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 10666 0 0 0 34 2 0 0 20 0 15 0 243368980 14420721664 12024 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3520684 12024 3378 1 0 3482761 0
[pid=945/tid=948] ppid=938 vsize=14082736 memory=7230368021996071252 CPUtime=0.24 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 8372 0 0 0 22 2 0 0 20 0 15 0 243368986 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212771804112 140212749161249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=14082736 memory=140079482832512 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=14082736 memory=4294969504 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=14082736 memory=2272 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212308530336 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=14082736 memory=140083777799807 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212307477232 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=970] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/970/stat : 970 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212306425808 140212767614875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=971] ppid=938 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/945/task/971/stat : 971 (java) S 938 945 875 0 -1 1077944384 521 0 0 0 2 0 0 0 20 0 15 0 243368992 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212305373936 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=972] ppid=938 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/945/task/972/stat : 972 (java) S 938 945 875 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 15 0 243368992 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212304321392 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=973] ppid=938 vsize=14082736 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/945/task/973/stat : 973 (java) S 938 945 875 0 -1 1077944384 296 0 0 0 7 0 0 0 20 0 15 0 243368992 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212303268336 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=975] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/975/stat : 975 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212302216032 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=976] ppid=938 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/976/stat : 976 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 12024 33554432000 4194304 4196468 140734080172928 140212301163056 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48096 KiB

[startup+0.703754 s]
/proc/loadavg: 0.08 0.03 0.05 5/218 976
/proc/meminfo: memFree=15448240/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=14084804 memory=84296 CPUtime=0.86 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 16889 0 0 0 82 4 0 0 20 0 15 0 243368980 14422839296 21074 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3521201 21074 3469 1 0 3483273 0
[pid=945/tid=948] ppid=938 vsize=14084804 memory=-8172468297011507069 CPUtime=0.61 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 14429 0 0 0 58 3 0 0 20 0 15 0 243368986 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212771831568 140212767608214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=14084804 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212308530336 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=14084804 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212307477232 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=970] ppid=938 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/970/stat : 970 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212306425808 140212767614875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=971] ppid=938 vsize=14084804 memory=140080358359589 CPUtime=0.03 cores=0,2,4,6
/proc/945/task/971/stat : 971 (java) S 938 945 875 0 -1 1077944384 529 0 0 0 3 0 0 0 20 0 15 0 243368992 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212305373936 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=972] ppid=938 vsize=14084804 memory=140080358359608 CPUtime=0.05 cores=0,2,4,6
/proc/945/task/972/stat : 972 (java) S 938 945 875 0 -1 1077944384 208 0 0 0 5 0 0 0 20 0 15 0 243368992 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212304321392 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=973] ppid=938 vsize=14084804 memory=140080358359609 CPUtime=0.13 cores=0,2,4,6
/proc/945/task/973/stat : 973 (java) S 938 945 875 0 -1 1077944384 340 0 0 0 13 0 0 0 20 0 15 0 243368992 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212303268336 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=975] ppid=938 vsize=14084804 memory=140080358359610 CPUtime=0 cores=0,2,4,6
/proc/945/task/975/stat : 975 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212302216032 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=976] ppid=938 vsize=14084804 memory=140080358359611 CPUtime=0 cores=0,2,4,6
/proc/945/task/976/stat : 976 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 21074 33554432000 4194304 4196468 140734080172928 140212301163056 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 84296 KiB

[startup+1.50156 s]
/proc/loadavg: 0.08 0.03 0.05 4/218 976
/proc/meminfo: memFree=15354044/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=14090948 memory=139808 CPUtime=2.76 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 27395 0 0 0 269 7 0 0 20 0 15 0 243368980 14429130752 34952 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3522737 34952 3527 1 0 3484809 0
[pid=945/tid=948] ppid=938 vsize=14090948 memory=124732 CPUtime=1.4 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 19406 0 0 0 135 5 0 0 20 0 15 0 243368986 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212771832088 140212382503751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=14090948 memory=280158703701680 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=14090948 memory=7235405971237463895 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=14090948 memory=7156895373588850771 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=14090948 memory=280158703637856 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=14090948 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=14090948 memory=4426077037645960083 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212308530336 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=14090948 memory=-6517102902069810590 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212307477232 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=970] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/970/stat : 970 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212306425808 140212767614875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=971] ppid=938 vsize=14090948 memory=6429566043312 CPUtime=0.44 cores=0,2,4,6
/proc/945/task/971/stat : 971 (java) R 938 945 875 0 -1 4202560 2638 0 0 0 44 0 0 0 20 0 15 0 243368992 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212305362288 140212749140841 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=972] ppid=938 vsize=14090948 memory=8187704045821649517 CPUtime=0.49 cores=0,2,4,6
/proc/945/task/972/stat : 972 (java) R 938 945 875 0 -1 4202560 2284 0 0 0 49 0 0 0 20 0 15 0 243368992 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212304307416 140212749140497 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=973] ppid=938 vsize=14090948 memory=-7966001957961632603 CPUtime=0.38 cores=0,2,4,6
/proc/945/task/973/stat : 973 (java) S 938 945 875 0 -1 1077944384 1676 0 0 0 38 0 0 0 20 0 15 0 243368992 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212303268336 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=975] ppid=938 vsize=14090948 memory=-7595718148000617580 CPUtime=0 cores=0,2,4,6
/proc/945/task/975/stat : 975 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212302216032 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=976] ppid=938 vsize=14090948 memory=-7029379521810568556 CPUtime=0 cores=0,2,4,6
/proc/945/task/976/stat : 976 (java) S 938 945 875 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 34952 33554432000 4194304 4196468 140734080172928 140212301163056 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 139808 KiB

[startup+3.11018 s]
/proc/loadavg: 0.48 0.11 0.08 4/218 1054
/proc/meminfo: memFree=15286768/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=14090948 memory=228956 CPUtime=5.47 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 31486 0 0 0 533 14 0 0 20 0 15 0 243368980 14429130752 57239 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3522737 57239 3549 1 0 3484809 0
[pid=945/tid=948] ppid=938 vsize=14090948 memory=3816 CPUtime=3.01 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 19628 0 0 0 291 10 0 0 20 0 15 0 243368986 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212771832184 140212383384555 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=14090948 memory=161 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 243368988 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212308530400 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212307477248 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=970] ppid=938 vsize=14090948 memory=280158703533984 CPUtime=0 cores=0,2,4,6
/proc/945/task/970/stat : 970 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212306425808 140212767614875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=971] ppid=938 vsize=14090948 memory=280158703536288 CPUtime=1 cores=0,2,4,6
/proc/945/task/971/stat : 971 (java) S 938 945 875 0 -1 1077944384 4533 0 0 0 99 1 0 0 20 0 15 0 243368992 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212305373936 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=972] ppid=938 vsize=14090948 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/945/task/972/stat : 972 (java) S 938 945 875 0 -1 1077944384 2751 0 0 0 99 0 0 0 20 0 15 0 243368992 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212304321392 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=973] ppid=938 vsize=14090948 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/945/task/973/stat : 973 (java) S 938 945 875 0 -1 1077944384 2523 0 0 0 41 0 0 0 20 0 15 0 243368992 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212303268336 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=975] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/975/stat : 975 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212302216032 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=976] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/976/stat : 976 (java) S 938 945 875 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57239 33554432000 4194304 4196468 140734080172928 140212301163056 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 228956 KiB

[startup+6.30064 s]
/proc/loadavg: 0.48 0.11 0.08 3/218 1054
/proc/meminfo: memFree=15063660/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=14090948 memory=231044 CPUtime=8.68 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 32076 0 0 0 854 14 0 0 20 0 15 0 243368980 14429130752 57761 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3522737 57761 3549 1 0 3484809 0
[pid=945/tid=948] ppid=938 vsize=14090948 memory=0 CPUtime=6.18 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 19655 0 0 0 608 10 0 0 20 0 15 0 243368986 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212771834400 140212382826472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=14090948 memory=280158703533984 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=14090948 memory=280158703536288 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=14090948 memory=3816 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=14090948 memory=66036 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 243368988 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=14090948 memory=1116 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212308530400 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=14090948 memory=2144 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212307477248 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=970] ppid=938 vsize=14090948 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/945/task/970/stat : 970 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212306425808 140212767614875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=971] ppid=938 vsize=14090948 memory=748 CPUtime=1.02 cores=0,2,4,6
/proc/945/task/971/stat : 971 (java) S 938 945 875 0 -1 1077944384 4539 0 0 0 101 1 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212305373936 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=972] ppid=938 vsize=14090948 memory=3816 CPUtime=0.99 cores=0,2,4,6
/proc/945/task/972/stat : 972 (java) S 938 945 875 0 -1 1077944384 2751 0 0 0 99 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212304321392 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=973] ppid=938 vsize=14090948 memory=66036 CPUtime=0.41 cores=0,2,4,6
/proc/945/task/973/stat : 973 (java) S 938 945 875 0 -1 1077944384 2523 0 0 0 41 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212303268336 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=975] ppid=938 vsize=14090948 memory=1116 CPUtime=0 cores=0,2,4,6
/proc/945/task/975/stat : 975 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212302216032 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=976] ppid=938 vsize=14090948 memory=2144 CPUtime=0 cores=0,2,4,6
/proc/945/task/976/stat : 976 (java) S 938 945 875 0 -1 1077944384 548 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212301163056 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 231044 KiB

[startup+6.42867 s]
# the end of solver process 945 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.67589 s, system=0.147374 s

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

[startup+6.40082 s]
/proc/loadavg: 0.48 0.11 0.08 3/218 1054
/proc/meminfo: memFree=15063660/32770624 swapFree=67108504/67108860
[pid=945] ppid=938 vsize=14090948 memory=231044 CPUtime=8.78 cores=0,2,4,6
/proc/945/stat : 945 (java) S 938 945 875 0 -1 1077944320 32076 0 0 0 864 14 0 0 20 0 15 0 243368980 14429130752 57761 33554432000 4194304 4196468 140734080172928 140734080155472 140212767596279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
/proc/945/statm: 3522737 57761 3549 1 0 3484809 0
[pid=945/tid=948] ppid=938 vsize=14090948 memory=748 CPUtime=6.28 cores=0,2,4,6
/proc/945/task/948/stat : 948 (java) R 938 945 875 0 -1 4202560 19655 0 0 0 618 10 0 0 20 0 15 0 243368986 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212771834400 140212382787557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=950] ppid=938 vsize=14090948 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/945/task/950/stat : 950 (java) S 938 945 875 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212363246608 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=951] ppid=938 vsize=14090948 memory=231044 CPUtime=0 cores=0,2,4,6
/proc/945/task/951/stat : 951 (java) S 938 945 875 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212362194064 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=953] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/953/stat : 953 (java) S 938 945 875 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212361141008 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=955] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/955/stat : 955 (java) S 938 945 875 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212360088464 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=958] ppid=938 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/945/task/958/stat : 958 (java) S 938 945 875 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 243368988 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212309584112 140212767607426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=960] ppid=938 vsize=14090948 memory=280155415119768 CPUtime=0 cores=0,2,4,6
/proc/945/task/960/stat : 960 (java) S 938 945 875 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212308530400 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=964] ppid=938 vsize=14090948 memory=231044 CPUtime=0 cores=0,2,4,6
/proc/945/task/964/stat : 964 (java) S 938 945 875 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212307477248 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=970] ppid=938 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/945/task/970/stat : 970 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212306425808 140212767614875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=971] ppid=938 vsize=14090948 memory=6944656575208382560 CPUtime=1.02 cores=0,2,4,6
/proc/945/task/971/stat : 971 (java) S 938 945 875 0 -1 1077944384 4539 0 0 0 101 1 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212305373936 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=972] ppid=938 vsize=14090948 memory=6944652177228980320 CPUtime=0.99 cores=0,2,4,6
/proc/945/task/972/stat : 972 (java) S 938 945 875 0 -1 1077944384 2751 0 0 0 99 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212304321392 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=973] ppid=938 vsize=14090948 memory=6655300316396806240 CPUtime=0.41 cores=0,2,4,6
/proc/945/task/973/stat : 973 (java) S 938 945 875 0 -1 1077944384 2523 0 0 0 41 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212303268336 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=975] ppid=938 vsize=14090948 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/945/task/975/stat : 975 (java) S 938 945 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212302216032 140212767606485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
[pid=945/tid=976] ppid=938 vsize=14090948 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/945/task/976/stat : 976 (java) S 938 945 875 0 -1 1077944384 548 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 57761 33554432000 4194304 4196468 140734080172928 140212301163056 140212767607426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23187456 140734080181328 140734080181513 140734080181513 140734080184271 0
Current children cumulated CPU time: 8.78 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 231044 KiB

Child status: 0
Real time (s): 6.42871
CPU time (s): 8.82326
CPU user time (s): 8.67589
CPU system time (s): 0.147374
CPU usage (%): 137.248
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 231044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.67589
system time used= 0.147374
maximum resident set size= 231636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32466
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2480
involuntary context switches= 93


# summary of solver processes directly reported to runsolver:
#   pid: 945
#   total CPU time (s): 8.82326
#   total CPU user time (s): 8.67589
#   total CPU system time (s): 0.147374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04862 second user time and 0.114258 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-14 16:47:36
IDJOB=4307632
IDBENCH=141166
IDSOLVER=2790
FILE ID=node104/4307632-1534258056
RUNJOBID= node104-1534258056-911
PBS_JOBID= 21038129
Free space on /tmp= 40084 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P03_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307632-1534258056/watcher-4307632-1534258056 -o /tmp/evaluation-result-4307632-1534258056/solver-4307632-1534258056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534258056-911 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1178535803 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307632-1534258056.xml

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

MD5SUM BENCH= 76f2570dac1ecc86f40824dfede26263
RANDOM SEED=1178535803

node104.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.11
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.11
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.11
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.11
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:        15537140 kB
MemAvailable:   31906600 kB
Buffers:          234048 kB
Cached:         16181528 kB
SwapCached:            8 kB
Active:          7732836 kB
Inactive:        8734540 kB
Active(anon):       3056 kB
Inactive(anon):   101108 kB
Active(file):    7729780 kB
Inactive(file):  8633432 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             71700 kB
Writeback:             0 kB
AnonPages:         59200 kB
Mapped:            54284 kB
Shmem:             49636 kB
Slab:             462896 kB
SReclaimable:     434708 kB
SUnreclaim:        28188 kB
KernelStack:        3248 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 40016 MiB
End job on node104 at 2018-08-14 16:47:45