Trace number 4299904

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
GG's minicp 2018-04-29SAT 10.3263 8.81174

General information on the benchmark

NameMagicSquare/
MagicSquare-06-sum_c18.xml
MD5SUMa745669eea561cf8bd8f725d7a56d7c0
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.010117
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
10.30/8.80	s SATISFIABLE
10.30/8.80	v <instantiation>
10.30/8.80	v 	<list>
10.30/8.80	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] 
10.30/8.80	v 	</list>
10.30/8.80	v 	<values>
10.30/8.80	v 		1 14 33 27 34 2 28 3 29 17 4 30 23 24 5 22 16 21 15 20 26 31 9 10 19 32 7 6 35 12 25 18 11 8 13 36 
10.30/8.80	v 	</values>
10.30/8.80	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 (9584 MiB free)
  memory of node 1: 16384 MiB (8014 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299904-1532829167/watcher-4299904-1532829167 -o /tmp/evaluation-result-4299904-1532829167/solver-4299904-1532829167 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299904-1532829167.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
solver pid=1841, runsolver pid=1838
Current StackSize limit: 8192 KiB


[startup+0.100397 s]*
/proc/loadavg: 1.60 1.43 1.43 3/216 1856
/proc/meminfo: memFree=18006196/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661056 memory=27632 CPUtime=0.12 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 5268 0 0 0 11 1 0 0 20 0 15 0 100479890 10916921344 6908 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665264 6908 2846 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661056 memory=8940607975817108597 CPUtime=0.09 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 3144 0 0 0 8 1 0 0 20 0 15 0 100479890 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279940443616 140279554321536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661056 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661056 memory=140295099614848 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479893 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100479893 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) R 1838 1841 31971 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 100479895 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279102040816 140279936223874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) R 1838 1841 31971 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 15 0 100479895 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279100988272 140279919648465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10661056 memory=140295099614848 CPUtime=0.02 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) R 1838 1841 31971 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 100479896 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279099935216 140279936224662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10661056 memory=140295099614848 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479896 10916921344 6908 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27632 KiB

[startup+0.210679 s]*
/proc/loadavg: 1.60 1.43 1.43 3/216 1856
/proc/meminfo: memFree=17994036/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661132 memory=40324 CPUtime=0.32 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 8157 0 0 0 30 2 0 0 20 0 15 0 100479890 10916999168 10081 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665283 10081 2973 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661132 memory=8940607975817108597 CPUtime=0.2 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 5248 0 0 0 19 1 0 0 20 0 15 0 100479890 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279940445040 140279920293214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661132 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661132 memory=140295099614848 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661132 memory=140295099614848 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) S 1838 1841 31971 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 100479895 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279102040816 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) S 1838 1841 31971 0 -1 1077944384 278 0 0 0 2 0 0 0 20 0 15 0 100479895 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279100988272 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10661132 memory=140295099614848 CPUtime=0.07 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) S 1838 1841 31971 0 -1 1077944384 766 0 0 0 7 0 0 0 20 0 15 0 100479896 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279099935216 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10661132 memory=140295099614848 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 10081 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40324 KiB

[startup+0.314483 s]*
/proc/loadavg: 1.60 1.43 1.43 7/216 1856
/proc/meminfo: memFree=17987460/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661132 memory=46884 CPUtime=0.58 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 8768 0 0 0 55 3 0 0 20 0 15 0 100479890 10916999168 11721 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665283 11721 3049 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 5562 0 0 0 29 1 0 0 20 0 15 0 100479890 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279940451264 140279556447252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10661132 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10661132 memory=140295099614848 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) R 1838 1841 31971 0 -1 4202560 566 0 0 0 5 0 0 0 20 0 15 0 100479895 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279102028496 140279920612257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10661132 memory=195840959 CPUtime=0.07 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) R 1838 1841 31971 0 -1 4202560 406 0 0 0 7 0 0 0 20 0 15 0 100479895 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279100988400 140279914101856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10661132 memory=216318866 CPUtime=0.13 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) R 1838 1841 31971 0 -1 1077944384 866 0 0 0 13 0 0 0 20 0 15 0 100479896 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279099935216 140279936223874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10661132 memory=210776978 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10661132 memory=280589945328408 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) R 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 11721 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46884 KiB

[startup+0.700758 s]
/proc/loadavg: 1.60 1.43 1.43 5/216 1856
/proc/meminfo: memFree=17949928/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10663044 memory=127516 CPUtime=1.72 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 15656 0 0 0 168 4 0 0 20 0 15 0 100479890 10918957056 31879 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665761 31879 3078 1 0 2627741 0
[pid=1841/tid=1843] ppid=1838 vsize=10663044 memory=28860 CPUtime=0.68 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 5592 0 0 0 66 2 0 0 20 0 15 0 100479890 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279940451920 140279556730063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10663044 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10663044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10663044 memory=148232072075927 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479891 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10663044 memory=14611 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10663044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479893 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10663044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10663044 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100479893 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10663044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10663044 memory=9049594879731859629 CPUtime=0.42 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) R 1838 1841 31971 0 -1 4202560 4756 0 0 0 42 0 0 0 20 0 15 0 100479895 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279102025176 140279917734172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10663044 memory=6943526294502006880 CPUtime=0.44 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) R 1838 1841 31971 0 -1 4202560 2634 0 0 0 44 0 0 0 20 0 15 0 100479895 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279100969288 140279917392383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10663044 memory=6944656592455360604 CPUtime=0.15 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) S 1838 1841 31971 0 -1 1077944384 1306 0 0 0 15 0 0 0 20 0 15 0 100479896 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279099935216 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10663044 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10663044 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) S 1838 1841 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100479896 10918957056 31879 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10663044 KiB
Current children cumulated memory: 127516 KiB

[startup+1.50085 s]
/proc/loadavg: 1.60 1.43 1.43 4/216 1856
/proc/meminfo: memFree=17838760/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661132 memory=197648 CPUtime=2.92 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 16742 0 0 0 287 5 0 0 20 0 15 0 100479890 10916999168 49412 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665283 49412 3097 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661132 memory=280589945120488 CPUtime=1.47 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 5628 0 0 0 144 3 0 0 20 0 15 0 100479890 10916999168 49412 33554432000 4194304 4196468 140724285179664 140279940452272 140279557266721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661132 memory=15917148802680 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 49412 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661132 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 49412 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661132 memory=15537435857651685 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 49412 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 49412 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 49412 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0

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

[startup+8.81166 s]
# the end of solver process 1841 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.225 s, system=0.101257 s

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

[startup+6.40094 s]
/proc/loadavg: 1.71 1.46 1.44 3/216 1856
/proc/meminfo: memFree=17836880/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661132 memory=195164 CPUtime=7.87 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 18730 0 0 0 779 8 0 0 20 0 15 0 100479890 10916999168 48791 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665283 48791 3125 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661132 memory=8112282956445269571 CPUtime=6.34 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 5941 0 0 0 631 3 0 0 20 0 15 0 100479890 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279940451872 140279557267404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661132 memory=199444 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661132 memory=-3472574944341025154 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661132 memory=280589945048488 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 15 0 100479891 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661132 memory=8514726395714825875 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 15 0 100479893 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10661132 memory=55 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10661132 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10661132 memory=8320808402720142132 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10661132 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) S 1838 1841 31971 0 -1 1077944384 5293 0 0 0 60 0 0 0 20 0 15 0 100479895 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279102040816 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10661132 memory=11556 CPUtime=0.65 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) S 1838 1841 31971 0 -1 1077944384 3063 0 0 0 65 0 0 0 20 0 15 0 100479895 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279100988272 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10661132 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) S 1838 1841 31971 0 -1 1077944384 1458 0 0 0 16 0 0 0 20 0 15 0 100479896 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279099935216 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10661132 memory=280589945202288 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) S 1838 1841 31971 0 -1 1077944384 733 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 48791 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195164 KiB

[startup+8.00063 s]*
/proc/loadavg: 1.66 1.45 1.44 3/216 1856
/proc/meminfo: memFree=17832656/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661132 memory=196756 CPUtime=9.49 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 19629 0 0 0 940 9 0 0 20 0 15 0 100479890 10916999168 49189 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665283 49189 3125 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661132 memory=6935054825532540783 CPUtime=7.94 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 6151 0 0 0 791 3 0 0 20 0 15 0 100479890 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279940452272 140279557267666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661132 memory=-7003737579269690708 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661132 memory=6441370576508249454 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661132 memory=7669740534535510376 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 106 0 0 0 0 1 0 0 20 0 15 0 100479891 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 15 0 100479893 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10661132 memory=54 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10661132 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) S 1838 1841 31971 0 -1 1077944384 5296 0 0 0 60 0 0 0 20 0 15 0 100479895 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279102040816 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10661132 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) S 1838 1841 31971 0 -1 1077944384 3065 0 0 0 65 0 0 0 20 0 15 0 100479895 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279100988272 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10661132 memory=16 CPUtime=0.16 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) S 1838 1841 31971 0 -1 1077944384 1461 0 0 0 16 0 0 0 20 0 15 0 100479896 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279099935216 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10661132 memory=2 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) S 1838 1841 31971 0 -1 1077944384 752 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 49189 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 196756 KiB

[startup+8.40112 s]
/proc/loadavg: 1.66 1.45 1.44 3/216 1856
/proc/meminfo: memFree=17832656/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661132 memory=195732 CPUtime=9.89 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 19632 0 0 0 980 9 0 0 20 0 15 0 100479890 10916999168 48933 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665283 48933 3125 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661132 memory=792 CPUtime=8.33 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 6152 0 0 0 830 3 0 0 20 0 15 0 100479890 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279940452160 140279556683785 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661132 memory=1716 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661132 memory=1952 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661132 memory=8584 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 106 0 0 0 0 1 0 0 20 0 15 0 100479891 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661132 memory=194708 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661132 memory=-2127762100390551432 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 15 0 100479893 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10661132 memory=-4051592751533505334 CPUtime=0.6 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) S 1838 1841 31971 0 -1 1077944384 5296 0 0 0 60 0 0 0 20 0 15 0 100479895 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279102040816 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10661132 memory=1414355462422710185 CPUtime=0.65 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) S 1838 1841 31971 0 -1 1077944384 3065 0 0 0 65 0 0 0 20 0 15 0 100479895 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279100988272 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10661132 memory=6944656592455360608 CPUtime=0.16 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) S 1838 1841 31971 0 -1 1077944384 1461 0 0 0 16 0 0 0 20 0 15 0 100479896 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279099935216 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) S 1838 1841 31971 0 -1 1077944384 752 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 48933 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 9.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195732 KiB

[startup+8.80074 s]
/proc/loadavg: 1.66 1.45 1.44 3/216 1856
/proc/meminfo: memFree=17832656/32770624 swapFree=67108860/67108860
[pid=1841] ppid=1838 vsize=10661132 memory=195952 CPUtime=10.3 cores=0,2,4,6
/proc/1841/stat : 1841 (java) S 1838 1841 31971 0 -1 1077944320 20473 0 0 0 1021 9 0 0 20 0 15 0 100479890 10916999168 48988 33554432000 4194304 4196468 140724285179664 140724285162208 140279936212727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
/proc/1841/statm: 2665283 48988 3128 1 0 2627263 0
[pid=1841/tid=1843] ppid=1838 vsize=10661132 memory=8112282956445269571 CPUtime=8.72 cores=0,2,4,6
/proc/1841/task/1843/stat : 1843 (java) R 1838 1841 31971 0 -1 4202560 6221 0 0 0 869 3 0 0 20 0 15 0 100479890 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279940452848 140279557041886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1844] ppid=1838 vsize=10661132 memory=140295099625761 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1844/stat : 1844 (java) S 1838 1841 31971 0 -1 1077944384 436 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279878216720 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1845] ppid=1838 vsize=10661132 memory=7367994820087800106 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1845/stat : 1845 (java) S 1838 1841 31971 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279877164176 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1846] ppid=1838 vsize=10661132 memory=6944656592455360604 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1846/stat : 1846 (java) S 1838 1841 31971 0 -1 1077944384 106 0 0 0 0 1 0 0 20 0 15 0 100479891 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279876111120 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1847] ppid=1838 vsize=10661132 memory=196248 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1847/stat : 1847 (java) S 1838 1841 31971 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 100479891 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279875058576 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1848] ppid=1838 vsize=10661132 memory=280589945362784 CPUtime=0.01 cores=0,2,4,6
/proc/1841/task/1848/stat : 1848 (java) S 1838 1841 31971 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 15 0 100479893 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279106250992 140279936223874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1849] ppid=1838 vsize=10661132 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1849/stat : 1849 (java) S 1838 1841 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279105197216 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1850] ppid=1838 vsize=10661132 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1850/stat : 1850 (java) S 1838 1841 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 100479893 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279104144112 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1851] ppid=1838 vsize=10661132 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1851/stat : 1851 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479895 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279103092688 140279936231323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1852] ppid=1838 vsize=10661132 memory=7392 CPUtime=0.61 cores=0,2,4,6
/proc/1841/task/1852/stat : 1852 (java) S 1838 1841 31971 0 -1 1077944384 5734 0 0 0 61 0 0 0 20 0 15 0 100479895 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279102040816 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1853] ppid=1838 vsize=10661132 memory=840 CPUtime=0.66 cores=0,2,4,6
/proc/1841/task/1853/stat : 1853 (java) S 1838 1841 31971 0 -1 1077944384 3397 0 0 0 66 0 0 0 20 0 15 0 100479895 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279100988272 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1854] ppid=1838 vsize=10661132 memory=1692 CPUtime=0.16 cores=0,2,4,6
/proc/1841/task/1854/stat : 1854 (java) S 1838 1841 31971 0 -1 1077944384 1461 0 0 0 16 0 0 0 20 0 15 0 100479896 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279099935216 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1855] ppid=1838 vsize=10661132 memory=912 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1855/stat : 1855 (java) S 1838 1841 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279098882912 140279936222933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
[pid=1841/tid=1856] ppid=1838 vsize=10661132 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/1841/task/1856/stat : 1856 (java) S 1838 1841 31971 0 -1 1077944384 752 0 0 0 0 0 0 0 20 0 15 0 100479896 10916999168 48988 33554432000 4194304 4196468 140724285179664 140279097829936 140279936223874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7180288 140724285187189 140724285187337 140724285187337 140724285190095 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195952 KiB

Child status: 0
Real time (s): 8.81174
CPU time (s): 10.3263
CPU user time (s): 10.225
CPU system time (s): 0.101257
CPU usage (%): 117.188
Max. virtual memory (cumulated for all children) (KiB): 10663044
Max. memory (cumulated for all children) (KiB): 201996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.225
system time used= 0.101257
maximum resident set size= 202000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1675
involuntary context switches= 45


# summary of solver processes directly reported to runsolver:
#   pid: 1841
#   total CPU time (s): 10.3263
#   total CPU user time (s): 10.225
#   total CPU system time (s): 0.101257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065861 second user time and 0.132676 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 03:52:47
IDJOB=4299904
IDBENCH=141506
IDSOLVER=2762
FILE ID=node103/4299904-1532829167
RUNJOBID= node103-1532811179-32002
PBS_JOBID= 21022486
Free space on /tmp= 56532 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/MagicSquare/MagicSquare-06-sum_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299904-1532829167/watcher-4299904-1532829167 -o /tmp/evaluation-result-4299904-1532829167/solver-4299904-1532829167 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299904-1532829167.xml

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

MD5SUM BENCH= a745669eea561cf8bd8f725d7a56d7c0
RANDOM SEED=2096804323

node103.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.48
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.48
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.48
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.48
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:        18021204 kB
MemAvailable:   29746236 kB
Buffers:          304960 kB
Cached:         11603456 kB
SwapCached:            0 kB
Active:          6110644 kB
Inactive:        8031784 kB
Active(anon):    2236968 kB
Inactive(anon):    25184 kB
Active(file):    3873676 kB
Inactive(file):  8006600 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       2240696 kB
Mapped:            55632 kB
Shmem:             25228 kB
Slab:             300776 kB
SReclaimable:     273216 kB
SUnreclaim:        27560 kB
KernelStack:        3536 kB
PageTables:         9288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2971468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2170880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56532 MiB
End job on node103 at 2018-07-29 03:52:56