Trace number 4294930

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
scop order+MapleCOMSPS (2018-06-13)? (TO) 2528.4 959.262

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-11-12_c18.xml
MD5SUM996bcdf4a135147c7f2ba7242cc18cd5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints23
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":132}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":132}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":12},{"arity":12,"count":11}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.52	
0.66/0.52	scop order+minisat_release (2018-06-13)
0.66/0.52	
0.66/0.58	c BEGIN-Prog: Thu Jul 26 01:43:10 CEST 2018
0.66/0.58	c PID: 32709
0.66/0.58	c IP: 172.20.3.150
0.66/0.58	c HOST: node150.alineos.net
0.66/0.59	c (0,0) Parsing Begin
3.12/1.65	c (1,1) Parsing End
3.12/1.66	c (1,1) CSP: 132 int (0 aux), 0 bool (0 aux), 23 ctr, max domain size 26
3.12/1.66	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.12/1.66	c (1,1) Constraint Name Generate Begin
3.12/1.66	c (1,1) Ctr:HOME/instance-4294930-1532562189.xml,ExtensionSupport:IntVar
3.12/1.66	c (1,1) Constraint Name Generate End
3.12/1.66	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.12/1.66	c (1,1) CSP to CSPinCNF Begin
105.59/72.85	c (72,65) translated 3 (10%) constraints
167.13/117.25	c (116,104) translated 5 (20%) constraints
226.15/160.73	c (160,142) translated 7 (30%) constraints
374.00/241.62	c (241,200) translated 10 (40%) constraints
434.67/286.06	c (285,239) translated 12 (50%) constraints
601.91/376.27	c (375,303) translated 14 (60%) constraints
779.75/462.67	c (462,358) translated 17 (70%) constraints
1241.23/606.94	c (606,395) translated 19 (80%) constraints

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4435 MiB free)
  memory of node 1: 16384 MiB (10431 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294930-1532562189/watcher-4294930-1532562189 -o /tmp/evaluation-result-4294930-1532562189/solver-4294930-1532562189 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32680 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294930-1532562189.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=32709, runsolver pid=32703
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 1.00 1.01 1.02 4/216 32739
/proc/meminfo: memFree=15103912/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15011656 memory=71724 CPUtime=0.1 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 6697 0 0 0 9 1 0 0 20 0 15 0 73782192 15371935744 17931 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3752914 17931 2750 1 0 3715374 0
[pid=32709/tid=32713] ppid=32703 vsize=15011656 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) R 32703 32709 32649 0 -1 4202560 4808 0 0 0 8 1 0 0 20 0 15 0 73782193 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256810844736 140256823088478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256843250192 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256657406608 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256656353552 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256655301008 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782196 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256179366640 140256839019138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73782197 15371935744 17997 33554432000 4194304 4196468 140725597195264 140255445378720 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782197 15371935744 17997 33554432000 4194304 4196468 140725597195264 140255176942832 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 17997 33554432000 4194304 4196468 140725597195264 140254802434512 140256839026587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) S 32703 32709 32649 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256178313456 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256177260912 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) R 32703 32709 32649 0 -1 4202560 249 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256176207856 140256817556371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15371935744 17997 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782200 15371935744 17997 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 71724 KiB

[startup+0.210985 s]*
/proc/loadavg: 1.00 1.01 1.02 5/216 32739
/proc/meminfo: memFree=15073248/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15011656 memory=88092 CPUtime=0.24 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 10948 0 0 0 22 2 0 0 20 0 15 0 73782192 15371935744 22023 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3752914 22023 2911 1 0 3715374 0
[pid=32709/tid=32713] ppid=32703 vsize=15011656 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) R 32703 32709 32649 0 -1 4202560 8849 0 0 0 18 2 0 0 20 0 15 0 73782193 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256810798656 140256823051621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15011656 memory=343 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256843250192 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15011656 memory=140573872990223 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256657406608 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256656353552 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256655301008 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782196 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256179366640 140256839019138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73782197 15371935744 22023 33554432000 4194304 4196468 140725597195264 140255445378720 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782197 15371935744 22023 33554432000 4194304 4196468 140725597195264 140255176942832 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 22023 33554432000 4194304 4196468 140725597195264 140254802434512 140256839026587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) S 32703 32709 32649 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256178313456 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256177260912 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0.03 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) R 32703 32709 32649 0 -1 4202560 294 0 0 0 3 0 0 0 20 0 15 0 73782199 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256176207856 140256823088478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15371935744 22023 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782200 15371935744 22023 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 88092 KiB

[startup+0.310673 s]*
/proc/loadavg: 1.00 1.01 1.02 4/216 32739
/proc/meminfo: memFree=15066424/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15011656 memory=92088 CPUtime=0.42 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 11490 0 0 0 39 3 0 0 20 0 15 0 73782192 15371935744 23022 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3752914 23022 3037 1 0 3715374 0
[pid=32709/tid=32713] ppid=32703 vsize=15011656 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) R 32703 32709 32649 0 -1 4202560 9217 0 0 0 27 2 0 0 20 0 15 0 73782193 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256810812144 140256823088478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15011656 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256843250192 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15011656 memory=140573872990187 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256657406608 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256656353552 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256655301008 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782196 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256179366640 140256839019138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73782197 15371935744 23022 33554432000 4194304 4196468 140725597195264 140255445378720 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782197 15371935744 23022 33554432000 4194304 4196468 140725597195264 140255176942832 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782199 15371935744 23022 33554432000 4194304 4196468 140725597195264 140254802434512 140256839026587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) R 32703 32709 32649 0 -1 4202560 338 0 0 0 1 0 0 0 20 0 15 0 73782199 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256178313456 140256831297457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 73782199 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256177260912 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0.07 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) S 32703 32709 32649 0 -1 1077944384 332 0 0 0 7 0 0 0 20 0 15 0 73782199 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256176207856 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15371935744 23022 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15011656 memory=140573872572032 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782200 15371935744 23022 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 92088 KiB

[startup+0.700743 s]
/proc/loadavg: 1.00 1.01 1.02 4/216 32739
/proc/meminfo: memFree=15020040/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15017928 memory=125844 CPUtime=0.9 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 17671 0 1 0 84 6 0 0 20 0 15 0 73782192 15378358272 31461 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3754482 31461 3145 1 0 3715886 0
[pid=32709/tid=32713] ppid=32703 vsize=15017928 memory=281117957591856 CPUtime=0.62 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) R 32703 32709 32649 0 -1 4202560 14999 0 1 0 57 5 0 0 20 0 15 0 73782193 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256810844192 140256823051621 0 4 0 25189583 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15017928 memory=3907217069518880800 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256843250192 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256657406608 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256656353552 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15017928 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256655301008 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73782196 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256179366640 140256839019138 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15017928 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73782197 15378358272 31500 33554432000 4194304 4196468 140725597195264 140255445378720 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15017928 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782197 15378358272 31500 33554432000 4194304 4196468 140725597195264 140255176942832 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15017928 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782199 15378358272 31500 33554432000 4194304 4196468 140725597195264 140254802434512 140256839026587 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15017928 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) S 32703 32709 32649 0 -1 1077944384 433 0 0 0 4 0 0 0 20 0 15 0 73782199 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256178313456 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15017928 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 471 0 0 0 7 0 0 0 20 0 15 0 73782199 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256177260912 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15017928 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) S 32703 32709 32649 0 -1 1077944384 429 0 0 0 14 0 0 0 20 0 15 0 73782199 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256176207856 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15378358272 31500 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15017928 memory=18464 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782200 15378358272 31500 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 125844 KiB

[startup+1.50079 s]
/proc/loadavg: 1.08 1.03 1.02 8/216 32739
/proc/meminfo: memFree=14820784/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15020052 memory=482828 CPUtime=2.77 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 20040 0 1 0 264 13 0 0 20 0 15 0 73782192 15380533248 120707 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3755013 120707 3195 1 0 3716398 0
[pid=32709/tid=32713] ppid=32703 vsize=15020052 memory=10799 CPUtime=1.42 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) R 32703 32709 32649 0 -1 4202560 15936 0 1 0 131 11 0 0 20 0 15 0 73782193 15380533248 120707 33554432000 4194304 4196468 140725597195264 140256810844992 140256334728654 0 4 0 25189583 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15020052 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15380533248 120707 33554432000 4194304 4196468 140725597195264 140256843250192 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15380533248 120707 33554432000 4194304 4196468 140725597195264 140256657406608 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) S 32703 32709 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73782195 15380533248 120707 33554432000 4194304 4196468 140725597195264 140256656353552 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) S 32703 32709 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73782195 15380533248 120707 33554432000 4194304 4196468 140725597195264 140256655301008 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73782196 15380533248 120707 33554432000 4194304 4196468 140725597195264 140256179366640 140256839019138 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0

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

/proc/32709/statm: 3756037 3012400 3258 1 0 3717422 0
[pid=32709/tid=32713] ppid=32703 vsize=15024148 memory=840 CPUtime=431.13 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) S 32703 32709 32649 0 -1 1077944384 269409 0 1 0 43030 83 0 0 20 0 15 0 73782193 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256810846240 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15024148 memory=1800 CPUtime=518.51 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) R 32703 32709 32649 0 -1 4202560 2212502 0 0 0 51291 560 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256843250392 140256820604733 0 4 0 25189583 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15024148 memory=920 CPUtime=517.13 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) R 32703 32709 32649 0 -1 4202560 2286204 0 0 0 51130 583 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256657406808 140256820604992 0 4 0 25189583 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15024148 memory=6791534058613427641 CPUtime=517.97 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) R 32703 32709 32649 0 -1 4202560 2393618 0 0 0 51216 581 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256656353440 140256823958596 0 4 0 25189583 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15024148 memory=2292 CPUtime=518.61 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) R 32703 32709 32649 0 -1 4202560 2932212 0 0 0 51304 557 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256655301208 140256820604451 0 4 0 25189583 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15024148 memory=2588 CPUtime=2.93 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 212933 0 0 0 276 17 0 0 20 0 15 0 73782196 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256179364960 140256839018197 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15024148 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255445378784 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15024148 memory=3204 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255176942848 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15024148 memory=12049600 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254802434512 140256839026587 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15024148 memory=928 CPUtime=6.22 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) S 32703 32709 32649 0 -1 1077944384 15318 0 0 0 619 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256178313504 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15024148 memory=2240 CPUtime=5.87 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 15364 0 0 0 585 2 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256177260960 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15024148 memory=303430223234596890 CPUtime=1.09 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) S 32703 32709 32649 0 -1 1077944384 18696 0 0 0 106 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256176207616 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15024148 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15024148 memory=13849659739211202 CPUtime=0.61 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1074 0 0 0 29 32 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12049600 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+959.262 s]
# the end of solver process 32709 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2504.06 s, system=24.3319 s

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

[startup+958.401 s]
/proc/loadavg: 6.73 5.22 3.28 9/215 384
/proc/meminfo: memFree=294116/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15024148 memory=12049600 CPUtime=2525.71 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 10413003 0 1 0 250164 2407 0 0 20 0 15 0 73782192 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3756037 3012400 3258 1 0 3717422 0
[pid=32709/tid=32713] ppid=32703 vsize=15024148 memory=1412 CPUtime=431.13 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) S 32703 32709 32649 0 -1 1077944384 269409 0 1 0 43030 83 0 0 20 0 15 0 73782193 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256810846240 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15024148 memory=3212 CPUtime=519.9 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) R 32703 32709 32649 0 -1 4202560 2212502 0 0 0 51430 560 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256843250392 140256820604445 0 4 0 25189583 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15024148 memory=1728 CPUtime=518.52 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) R 32703 32709 32649 0 -1 4202560 2286824 0 0 0 51269 583 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256657406808 140256823705743 0 4 0 25189583 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15024148 memory=1708 CPUtime=519.36 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) R 32703 32709 32649 0 -1 4202560 2393618 0 0 0 51355 581 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256656353440 140256820561232 0 4 0 25189583 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15024148 memory=5792 CPUtime=519.97 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) R 32703 32709 32649 0 -1 4202560 2985922 0 0 0 51437 560 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256655301208 140256823958596 0 4 0 25189583 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15024148 memory=4612 CPUtime=2.93 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 212933 0 0 0 276 17 0 0 20 0 15 0 73782196 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256179364960 140256839018197 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15024148 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255445378784 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15024148 memory=22456 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255176942848 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15024148 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254802434160 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15024148 memory=2436 CPUtime=6.22 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) S 32703 32709 32649 0 -1 1077944384 15318 0 0 0 619 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256178313504 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15024148 memory=6791534058613427641 CPUtime=5.87 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 15364 0 0 0 585 2 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256177260960 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15024148 memory=1412 CPUtime=1.09 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) S 32703 32709 32649 0 -1 1077944384 18696 0 0 0 106 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256176207616 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15024148 memory=3204 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15024148 memory=12049600 CPUtime=0.61 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1074 0 0 0 29 32 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 2525.71 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12049600 KiB

[startup+958.801 s]
/proc/loadavg: 6.73 5.22 3.28 9/215 384
/proc/meminfo: memFree=294116/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15024148 memory=12049600 CPUtime=2527.31 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 10444288 0 1 0 250322 2409 0 0 20 0 15 0 73782192 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3756037 3012400 3258 1 0 3717422 0
[pid=32709/tid=32713] ppid=32703 vsize=15024148 memory=7892 CPUtime=431.13 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) S 32703 32709 32649 0 -1 1077944384 269409 0 1 0 43030 83 0 0 20 0 15 0 73782193 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256810846240 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15024148 memory=840 CPUtime=520.31 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) R 32703 32709 32649 0 -1 4202560 2222533 0 0 0 51470 561 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256843250392 140256820604445 0 4 0 25189583 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15024148 memory=6791534058613427641 CPUtime=518.92 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) R 32703 32709 32649 0 -1 4202560 2299347 0 0 0 51308 584 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256657406808 140256820604999 0 4 0 25189583 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15024148 memory=6791534058613427641 CPUtime=519.76 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) R 32703 32709 32649 0 -1 4202560 2393618 0 0 0 51395 581 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256656353440 140256823705630 0 4 0 25189583 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15024148 memory=644 CPUtime=520.38 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) R 32703 32709 32649 0 -1 4202560 2994657 0 0 0 51477 561 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256655301208 140256823993287 0 4 0 25189583 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15024148 memory=1792 CPUtime=2.93 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 212933 0 0 0 276 17 0 0 20 0 15 0 73782196 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256179364960 140256839018197 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15024148 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255445378784 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15024148 memory=956 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255176942848 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15024148 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254802434160 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15024148 memory=12049600 CPUtime=6.22 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) S 32703 32709 32649 0 -1 1077944384 15318 0 0 0 619 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256178313504 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15024148 memory=3848 CPUtime=5.87 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 15364 0 0 0 585 2 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256177260960 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15024148 memory=2292 CPUtime=1.09 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) S 32703 32709 32649 0 -1 1077944384 18696 0 0 0 106 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256176207616 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15024148 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15024148 memory=1412 CPUtime=0.61 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1074 0 0 0 29 32 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 2527.31 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12049600 KiB

[startup+959.001 s]*
/proc/loadavg: 6.73 5.22 3.28 9/215 384
/proc/meminfo: memFree=294116/32770624 swapFree=67108860/67108860
[pid=32709] ppid=32703 vsize=15024148 memory=12049600 CPUtime=2528.1 cores=0,2,4,6
/proc/32709/stat : 32709 (java) S 32703 32709 32649 0 -1 1077944320 10450996 0 1 0 250401 2409 0 0 20 0 15 0 73782192 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140725597177808 140256839007991 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
/proc/32709/statm: 3756037 3012400 3258 1 0 3717422 0
[pid=32709/tid=32713] ppid=32703 vsize=15024148 memory=6791534058613427641 CPUtime=431.13 cores=0,2,4,6
/proc/32709/task/32713/stat : 32713 (java) S 32703 32709 32649 0 -1 1077944384 269409 0 1 0 43030 83 0 0 20 0 15 0 73782193 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256810846240 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32715] ppid=32703 vsize=15024148 memory=288230583166042426 CPUtime=520.51 cores=0,2,4,6
/proc/32709/task/32715/stat : 32715 (java) R 32703 32709 32649 0 -1 4202560 2225012 0 0 0 51490 561 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256843250192 140256820617767 0 4 0 25189583 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32716] ppid=32703 vsize=15024148 memory=13849659739211202 CPUtime=519.12 cores=0,2,4,6
/proc/32709/task/32716/stat : 32716 (java) R 32703 32709 32649 0 -1 4202560 2301750 0 0 0 51328 584 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256657406608 140256823997712 0 4 0 25189583 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32718] ppid=32703 vsize=15024148 memory=1792 CPUtime=519.96 cores=0,2,4,6
/proc/32709/task/32718/stat : 32718 (java) R 32703 32709 32649 0 -1 4202560 2393618 0 0 0 51415 581 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256656353752 140256820617677 0 4 0 25189583 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32720] ppid=32703 vsize=15024148 memory=1232 CPUtime=520.56 cores=0,2,4,6
/proc/32709/task/32720/stat : 32720 (java) R 32703 32709 32649 0 -1 4202560 2996468 0 0 0 51495 561 0 0 20 0 15 0 73782195 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256655300896 140256820617746 0 4 0 25189583 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32723] ppid=32703 vsize=15024148 memory=0 CPUtime=2.94 cores=0,2,4,6
/proc/32709/task/32723/stat : 32723 (java) S 32703 32709 32649 0 -1 1077944384 212944 0 0 0 277 17 0 0 20 0 15 0 73782196 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256179365184 140256839018197 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32724] ppid=32703 vsize=15024148 memory=7809922791128457578 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32724/stat : 32724 (java) S 32703 32709 32649 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255445378784 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32726] ppid=32703 vsize=15024148 memory=7739556232969611881 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32726/stat : 32726 (java) S 32703 32709 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73782197 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140255176942848 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32728] ppid=32703 vsize=15024148 memory=7378702049053009000 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32728/stat : 32728 (java) S 32703 32709 32649 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254802434160 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32729] ppid=32703 vsize=15024148 memory=-8820188211957838939 CPUtime=6.22 cores=0,2,4,6
/proc/32709/task/32729/stat : 32729 (java) S 32703 32709 32649 0 -1 1077944384 15318 0 0 0 619 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256178313504 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32730] ppid=32703 vsize=15024148 memory=8514726395714826391 CPUtime=5.87 cores=0,2,4,6
/proc/32709/task/32730/stat : 32730 (java) S 32703 32709 32649 0 -1 1077944384 15364 0 0 0 585 2 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256177260960 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32732] ppid=32703 vsize=15024148 memory=-8253362762722141311 CPUtime=1.09 cores=0,2,4,6
/proc/32709/task/32732/stat : 32732 (java) S 32703 32709 32649 0 -1 1077944384 18696 0 0 0 106 3 0 0 20 0 15 0 73782199 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256176207616 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32736] ppid=32703 vsize=15024148 memory=7100839861465685612 CPUtime=0 cores=0,2,4,6
/proc/32709/task/32736/stat : 32736 (java) S 32703 32709 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140254304528736 140256839018197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
[pid=32709/tid=32738] ppid=32703 vsize=15024148 memory=-7175204567652784766 CPUtime=0.61 cores=0,2,4,6
/proc/32709/task/32738/stat : 32738 (java) S 32703 32709 32649 0 -1 1077944384 1074 0 0 0 29 32 0 0 20 0 15 0 73782200 15384727552 3012400 33554432000 4194304 4196468 140725597195264 140256175156272 140256839019138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 39399424 140725597201395 140725597201673 140725597201673 140725597204431 0
Current children cumulated CPU time: 2528.1 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12049600 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 959.262
CPU time (s): 2528.4
CPU user time (s): 2504.06
CPU system time (s): 24.3319
CPU usage (%): 263.577
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12049600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2504.06
system time used= 24.3319
maximum resident set size= 12049772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10450998
page faults= 1
swaps= 0
block input operations= 216
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45907
involuntary context switches= 33567


# summary of solver processes directly reported to runsolver:
#   pid: 32709
#   total CPU time (s): 2528.4
#   total CPU user time (s): 2504.06
#   total CPU system time (s): 24.3319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81424 second user time and 9.37178 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 01:43:09
IDJOB=4294930
IDBENCH=141445
IDSOLVER=2756
FILE ID=node150/4294930-1532562189
RUNJOBID= node150-1532562189-32680
PBS_JOBID= 21021956
Free space on /tmp= 53100 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-11-12_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -order -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294930-1532562189/watcher-4294930-1532562189 -o /tmp/evaluation-result-4294930-1532562189/solver-4294930-1532562189 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32680 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294930-1532562189.xml

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

MD5SUM BENCH= 996bcdf4a135147c7f2ba7242cc18cd5
RANDOM SEED=483271675

node150.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.76
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.76
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.76
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.76
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:        15224124 kB
MemAvailable:   31932052 kB
Buffers:          248908 kB
Cached:         16547400 kB
SwapCached:            0 kB
Active:          2174740 kB
Inactive:       14672848 kB
Active(anon):       9596 kB
Inactive(anon):    69580 kB
Active(file):    2165144 kB
Inactive(file): 14603268 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23948 kB
Writeback:             0 kB
AnonPages:         59168 kB
Mapped:            39904 kB
Shmem:             25224 kB
Slab:             394980 kB
SReclaimable:     367976 kB
SUnreclaim:        27004 kB
KernelStack:        3248 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53080 MiB
End job on node150 at 2018-07-26 01:59:09