Trace number 4294939

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.3 953.302

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-12-13_c18.xml
MD5SUMc64ae1eb34294e2d276677e97ca01970
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 variables156
Number of constraints25
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":156}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":156}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":13},{"arity":13,"count":12}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.52	
0.65/0.52	scop order+minisat_release (2018-06-13)
0.65/0.52	
0.65/0.54	c BEGIN-Prog: Thu Jul 26 01:48:42 CEST 2018
0.65/0.54	c PID: 348
0.65/0.54	c IP: 172.20.3.150
0.65/0.54	c HOST: node150.alineos.net
0.65/0.55	c (0,0) Parsing Begin
3.08/1.54	c (1,1) Parsing End
3.08/1.55	c (1,1) CSP: 156 int (0 aux), 0 bool (0 aux), 25 ctr, max domain size 26
3.08/1.55	c (1,1) Heap : 455 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.08/1.55	c (1,1) Constraint Name Generate Begin
3.08/1.55	c (1,1) Ctr:HOME/instance-4294939-1532562521.xml,ExtensionSupport:IntVar
3.08/1.55	c (1,1) Constraint Name Generate End
3.08/1.55	c (1,1) Heap : 455 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.08/1.55	c (1,1) CSP to CSPinCNF Begin
102.56/73.07	c (72,66) translated 3 (10%) constraints
161.42/115.73	c (115,103) translated 5 (20%) constraints
250.25/180.00	c (179,159) translated 8 (30%) constraints
354.55/234.39	c (233,196) translated 10 (40%) constraints
481.23/308.83	c (308,253) translated 13 (50%) constraints
576.06/382.74	c (382,320) translated 15 (60%) constraints
921.17/512.22	c (511,377) translated 18 (70%) constraints
1904.16/788.60	c (788,414) translated 20 (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 (2344 MiB free)
  memory of node 1: 16384 MiB (9632 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294939-1532562521/watcher-4294939-1532562521 -o /tmp/evaluation-result-4294939-1532562521/solver-4294939-1532562521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294939-1532562521.xml 

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

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=348, runsolver pid=345
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 2.97 2.14 1.50 4/215 363
/proc/meminfo: memFree=12203540/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15011656 memory=72312 CPUtime=0.1 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 6294 0 0 0 8 2 0 0 20 0 15 0 73815425 15371935744 18078 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3752914 18078 2755 1 0 3715374 0
[pid=348/tid=350] ppid=345 vsize=15011656 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) R 345 348 32649 0 -1 4202560 4765 0 0 0 7 2 0 0 20 0 15 0 73815426 15371935744 18408 33554432000 4194304 4196468 140733151774000 139817414279560 139817422743324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15011656 memory=343 CPUtime=0 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 18408 33554432000 4194304 4196468 140733151774000 139817446709904 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15011656 memory=288370970166937216 CPUtime=0 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 18474 33554432000 4194304 4196468 140733151774000 139817237793296 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 18474 33554432000 4194304 4196468 140733151774000 139817236740496 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 18474 33554432000 4194304 4196468 140733151774000 139817235687696 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15011656 memory=140594015225472 CPUtime=0 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 18474 33554432000 4194304 4196468 140733151774000 139816412875632 139817442478722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 18474 33554432000 4194304 4196468 140733151774000 139816016537120 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 18474 33554432000 4194304 4196468 140733151774000 139815748101488 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 18474 33554432000 4194304 4196468 140733151774000 139815373592912 139817442486171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) S 345 348 32649 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 18474 33554432000 4194304 4196468 140733151774000 139816411822448 139817442478722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 18474 33554432000 4194304 4196468 140733151774000 139816410769648 139817442478722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15011656 memory=140594015225472 CPUtime=0.01 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) S 345 348 32649 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 15 0 73815432 15371935744 18474 33554432000 4194304 4196468 140733151774000 139816409716848 139817442478722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 18474 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15011656 memory=140594015225472 CPUtime=0 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 18540 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 72312 KiB

[startup+0.210428 s]*
/proc/loadavg: 2.97 2.14 1.50 4/215 363
/proc/meminfo: memFree=12190084/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15011656 memory=85920 CPUtime=0.24 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 9882 0 0 0 21 3 0 0 20 0 15 0 73815425 15371935744 21480 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3752914 21480 2916 1 0 3715374 0
[pid=348/tid=350] ppid=345 vsize=15011656 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) R 345 348 32649 0 -1 4202560 7804 0 0 0 18 2 0 0 20 0 15 0 73815426 15371935744 21480 33554432000 4194304 4196468 140733151774000 139817414293968 139817434704702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15011656 memory=343 CPUtime=0 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 21480 33554432000 4194304 4196468 140733151774000 139817446709904 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15011656 memory=288370970166937216 CPUtime=0 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 21480 33554432000 4194304 4196468 140733151774000 139817237793296 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 21480 33554432000 4194304 4196468 140733151774000 139817236740496 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 21480 33554432000 4194304 4196468 140733151774000 139817235687696 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15011656 memory=140594015225472 CPUtime=0 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 21480 33554432000 4194304 4196468 140733151774000 139816412875632 139817442478722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 21480 33554432000 4194304 4196468 140733151774000 139816016537120 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 21480 33554432000 4194304 4196468 140733151774000 139815748101488 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 21480 33554432000 4194304 4196468 140733151774000 139815373592912 139817442486171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) R 345 348 32649 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 21480 33554432000 4194304 4196468 140733151774000 139816411822448 139817442478722 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) R 345 348 32649 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 21480 33554432000 4194304 4196468 140733151774000 139816410769648 139817420335392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15011656 memory=140594015225472 CPUtime=0.03 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) S 345 348 32649 0 -1 1077944384 275 0 0 0 3 0 0 0 20 0 15 0 73815432 15371935744 21480 33554432000 4194304 4196468 140733151774000 139816409716848 139817442478722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 21480 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15011656 memory=140594015225472 CPUtime=0 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 21480 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 85920 KiB

[startup+0.310455 s]*
/proc/loadavg: 2.97 2.14 1.50 3/215 363
/proc/meminfo: memFree=12186424/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15011656 memory=89812 CPUtime=0.41 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 10459 0 0 0 38 3 0 0 20 0 15 0 73815425 15371935744 22453 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3752914 22453 3018 1 0 3715374 0
[pid=348/tid=350] ppid=345 vsize=15011656 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) R 345 348 32649 0 -1 4202560 8216 0 0 0 27 2 0 0 20 0 15 0 73815426 15371935744 22453 33554432000 4194304 4196468 140733151774000 139817414295072 139817422742897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15011656 memory=288230613314699634 CPUtime=0 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 22453 33554432000 4194304 4196468 140733151774000 139817446709904 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15011656 memory=288230376152129825 CPUtime=0 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 22453 33554432000 4194304 4196468 140733151774000 139817237793296 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 22453 33554432000 4194304 4196468 140733151774000 139817236740496 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15371935744 22453 33554432000 4194304 4196468 140733151774000 139817235687696 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 22453 33554432000 4194304 4196468 140733151774000 139816412875632 139817442478722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 22453 33554432000 4194304 4196468 140733151774000 139816016537120 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15011656 memory=140594015225472 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815429 15371935744 22453 33554432000 4194304 4196468 140733151774000 139815748101488 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 22453 33554432000 4194304 4196468 140733151774000 139815373592912 139817442486171 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) R 345 348 32649 0 -1 4202560 409 0 0 0 2 0 0 0 20 0 15 0 73815432 15371935744 22453 33554432000 4194304 4196468 140733151774000 139816411822544 139817421725228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15011656 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) R 345 348 32649 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 15 0 73815432 15371935744 22453 33554432000 4194304 4196468 140733151774000 139816410769648 139817442478722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15011656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) R 345 348 32649 0 -1 4202560 302 0 0 0 7 0 0 0 20 0 15 0 73815432 15371935744 22453 33554432000 4194304 4196468 140733151774000 139816409716848 139817421123415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 22453 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815432 15371935744 22453 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89812 KiB

[startup+0.708418 s]
/proc/loadavg: 2.97 2.14 1.50 3/215 363
/proc/meminfo: memFree=12162364/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15017928 memory=132876 CPUtime=1.03 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 17444 0 0 0 97 6 0 0 20 0 15 0 73815425 15378358272 33219 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3754482 33219 3136 1 0 3715886 0
[pid=348/tid=350] ppid=345 vsize=15017928 memory=4 CPUtime=0.67 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) R 345 348 32649 0 -1 4202560 14695 0 0 0 63 4 0 0 20 0 15 0 73815426 15378358272 33219 33554432000 4194304 4196468 140733151774000 139817414304752 139817442489501 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15017928 memory=65 CPUtime=0 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15378358272 33219 33554432000 4194304 4196468 140733151774000 139817446709904 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15017928 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15378358272 33219 33554432000 4194304 4196468 140733151774000 139817237793296 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15017928 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15378358272 33219 33554432000 4194304 4196468 140733151774000 139817236740496 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15017928 memory=123625 CPUtime=0 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15378358272 33219 33554432000 4194304 4196468 140733151774000 139817235687696 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73815429 15378358272 33219 33554432000 4194304 4196468 140733151774000 139816412875632 139817442478722 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 73815429 15378358272 33219 33554432000 4194304 4196468 140733151774000 139816016537120 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815429 15378358272 33219 33554432000 4194304 4196468 140733151774000 139815748101488 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15378358272 33219 33554432000 4194304 4196468 140733151774000 139815373592912 139817442486171 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15017928 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) S 345 348 32649 0 -1 1077944384 635 0 0 0 8 0 0 0 20 0 15 0 73815432 15378358272 33219 33554432000 4194304 4196468 140733151774000 139816411822448 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15017928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) S 345 348 32649 0 -1 1077944384 314 0 0 0 7 0 0 0 20 0 15 0 73815432 15378358272 33219 33554432000 4194304 4196468 140733151774000 139816410769648 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15017928 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) S 345 348 32649 0 -1 1077944384 459 0 0 0 16 0 0 0 20 0 15 0 73815432 15378358272 33219 33554432000 4194304 4196468 140733151774000 139816409716848 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15378358272 33219 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15017928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815432 15378358272 33219 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 132876 KiB

[startup+1.50067 s]
/proc/loadavg: 2.97 2.14 1.50 3/215 363
/proc/meminfo: memFree=12028076/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15020052 memory=467484 CPUtime=3.08 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 19756 0 0 0 295 13 0 0 20 0 15 0 73815425 15380533248 116871 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3755013 116871 3197 1 0 3716398 0
[pid=348/tid=350] ppid=345 vsize=15020052 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) R 345 348 32649 0 -1 4202560 15557 0 0 0 136 11 0 0 20 0 15 0 73815426 15380533248 116871 33554432000 4194304 4196468 140733151774000 139817414303312 139817442479510 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15020052 memory=430108 CPUtime=0 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15380533248 116871 33554432000 4194304 4196468 140733151774000 139817446709904 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15020052 memory=132876 CPUtime=0 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15380533248 116871 33554432000 4194304 4196468 140733151774000 139817237793296 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15020052 memory=4 CPUtime=0 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) S 345 348 32649 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73815427 15380533248 116871 33554432000 4194304 4196468 140733151774000 139817236740496 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15020052 memory=65 CPUtime=0 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) S 345 348 32649 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73815427 15380533248 116871 33554432000 4194304 4196468 140733151774000 139817235687696 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15020052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73815429 15380533248 116871 33554432000 4194304 4196468 140733151774000 139816412875632 139817442478722 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0

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

/proc/348/statm: 3756037 3012748 3259 1 0 3717422 0
[pid=348/tid=350] ppid=345 vsize=15024148 memory=4136 CPUtime=423.77 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) S 345 348 32649 0 -1 1077944384 70843 0 0 0 42324 53 0 0 20 0 15 0 73815426 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817414304544 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15024148 memory=1412 CPUtime=520.45 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) R 345 348 32649 0 -1 4202560 516904 0 0 0 51736 309 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817446709792 139817424064083 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15024148 memory=12050992 CPUtime=519.97 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) R 345 348 32649 0 -1 4202560 390950 0 0 0 51738 259 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817237793496 139817424064271 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15024148 memory=2436 CPUtime=519.93 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) R 345 348 32649 0 -1 4202560 498736 0 0 0 51683 310 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817236740696 139817427452871 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15024148 memory=1728 CPUtime=520.58 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) R 345 348 32649 0 -1 4202560 485579 0 0 0 51761 297 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817235687896 139817424064076 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15024148 memory=6947385649911455296 CPUtime=3.74 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 257214 0 0 0 362 12 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816412873952 139817442477781 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15024148 memory=3068 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816016537184 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15024148 memory=12050992 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815748101504 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15024148 memory=19698 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815373592912 139817442486171 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15024148 memory=12050992 CPUtime=5.66 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) S 345 348 32649 0 -1 1077944384 15505 0 0 0 564 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816411822448 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15024148 memory=1944 CPUtime=4.27 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) S 345 348 32649 0 -1 1077944384 13817 0 0 0 425 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816410769648 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15024148 memory=1428 CPUtime=1.09 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) S 345 348 32649 0 -1 1077944384 15421 0 0 0 107 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816409716848 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15024148 memory=8520 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15024148 memory=792 CPUtime=0.63 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 681 0 0 0 30 33 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12050992 KiB

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

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

[startup+953.302 s]
# the end of solver process 348 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.59 s, system=12.7183 s

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

[startup+952.002 s]*
/proc/loadavg: 5.27 5.08 3.77 10/216 501
/proc/meminfo: memFree=700036/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15024148 memory=12050992 CPUtime=2523.4 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 2267035 0 0 0 251078 1262 0 0 20 0 15 0 73815425 15384727552 3012748 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3756037 3012748 3259 1 0 3717422 0
[pid=348/tid=350] ppid=345 vsize=15024148 memory=288230574492221466 CPUtime=423.77 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) S 345 348 32649 0 -1 1077944384 70843 0 0 0 42324 53 0 0 20 0 15 0 73815426 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817414304544 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15024148 memory=288230583166042426 CPUtime=521.25 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) R 345 348 32649 0 -1 4202560 516904 0 0 0 51816 309 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817446709792 139817427418284 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15024148 memory=14409311157749108 CPUtime=520.78 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) R 345 348 32649 0 -1 4202560 390950 0 0 0 51819 259 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817237793496 139817427165188 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15024148 memory=15876 CPUtime=520.72 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) R 345 348 32649 0 -1 4202560 498777 0 0 0 51762 310 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817236740696 139817427165327 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15024148 memory=18268 CPUtime=521.39 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) R 345 348 32649 0 -1 4202560 485579 0 0 0 51842 297 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817235687896 139817427165120 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15024148 memory=13916 CPUtime=3.74 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 257214 0 0 0 362 12 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816412873952 139817442477781 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15024148 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816016537184 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15024148 memory=644 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815748101504 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15024148 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815373592560 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15024148 memory=1232 CPUtime=5.66 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) S 345 348 32649 0 -1 1077944384 15505 0 0 0 564 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816411822448 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15024148 memory=956 CPUtime=4.27 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) S 345 348 32649 0 -1 1077944384 13817 0 0 0 425 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816410769648 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15024148 memory=2424 CPUtime=1.09 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) S 345 348 32649 0 -1 1077944384 15421 0 0 0 107 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816409716848 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15024148 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15024148 memory=928 CPUtime=0.63 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 681 0 0 0 30 33 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 2523.4 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12050992 KiB

[startup+952.802 s]
/proc/loadavg: 5.27 5.08 3.77 10/216 501
/proc/meminfo: memFree=700036/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15024148 memory=12050992 CPUtime=2526.57 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 2267035 0 0 0 251395 1262 0 0 20 0 15 0 73815425 15384727552 3012748 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3756037 3012748 3259 1 0 3717422 0
[pid=348/tid=350] ppid=345 vsize=15024148 memory=6947385649911455296 CPUtime=423.77 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) S 345 348 32649 0 -1 1077944384 70843 0 0 0 42324 53 0 0 20 0 15 0 73815426 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817414304544 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15024148 memory=12050992 CPUtime=522.05 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) R 345 348 32649 0 -1 4202560 516904 0 0 0 51896 309 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817446709792 139817427418180 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15024148 memory=4100 CPUtime=521.57 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) R 345 348 32649 0 -1 4202560 390950 0 0 0 51898 259 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817237793496 139817424020816 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15024148 memory=22476 CPUtime=521.5 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) R 345 348 32649 0 -1 4202560 498777 0 0 0 51840 310 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817236740696 139817425644144 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15024148 memory=1292 CPUtime=522.18 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) R 345 348 32649 0 -1 4202560 485579 0 0 0 51921 297 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817235687896 139817427165350 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15024148 memory=12050992 CPUtime=3.74 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 257214 0 0 0 362 12 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816412873952 139817442477781 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15024148 memory=3196 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816016537184 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15024148 memory=11679956 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815748101504 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15024148 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815373592560 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15024148 memory=1728 CPUtime=5.66 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) S 345 348 32649 0 -1 1077944384 15505 0 0 0 564 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816411822208 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15024148 memory=1708 CPUtime=4.27 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) S 345 348 32649 0 -1 1077944384 13817 0 0 0 425 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816410769696 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15024148 memory=5792 CPUtime=1.09 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) S 345 348 32649 0 -1 1077944384 15421 0 0 0 107 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816409716896 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15024148 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15024148 memory=9920 CPUtime=0.63 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 681 0 0 0 30 33 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 2526.57 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12050992 KiB

[startup+953.202 s]
/proc/loadavg: 5.27 5.08 3.77 11/216 501
/proc/meminfo: memFree=700036/32770624 swapFree=67108860/67108860
[pid=348] ppid=345 vsize=15024148 memory=12050992 CPUtime=2528.16 cores=1,3,5,7
/proc/348/stat : 348 (java) S 345 348 32649 0 -1 1077944320 2267035 0 0 0 251554 1262 0 0 20 0 15 0 73815425 15384727552 3012748 33554432000 4194304 4196468 140733151774000 140733151756544 139817442467575 0 0 0 25189583 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
/proc/348/statm: 3756037 3012748 3259 1 0 3717422 0
[pid=348/tid=350] ppid=345 vsize=15024148 memory=288230583166042426 CPUtime=423.77 cores=1,3,5,7
/proc/348/task/350/stat : 350 (java) S 345 348 32649 0 -1 1077944384 70843 0 0 0 42324 53 0 0 20 0 15 0 73815426 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817414304544 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=351] ppid=345 vsize=15024148 memory=14409311157749108 CPUtime=522.45 cores=1,3,5,7
/proc/348/task/351/stat : 351 (java) R 345 348 32649 0 -1 4202560 516904 0 0 0 51936 309 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817446709792 139817424064337 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=352] ppid=345 vsize=15024148 memory=18268 CPUtime=521.97 cores=1,3,5,7
/proc/348/task/352/stat : 352 (java) R 345 348 32649 0 -1 4202560 390950 0 0 0 51938 259 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817237793496 139817427418180 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=353] ppid=345 vsize=15024148 memory=13916 CPUtime=521.89 cores=1,3,5,7
/proc/348/task/353/stat : 353 (java) R 345 348 32649 0 -1 4202560 498777 0 0 0 51879 310 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817236740696 139817424064193 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=354] ppid=345 vsize=15024148 memory=4052 CPUtime=522.58 cores=1,3,5,7
/proc/348/task/354/stat : 354 (java) R 345 348 32649 0 -1 4202560 485579 0 0 0 51961 297 0 0 20 0 15 0 73815427 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139817235687896 139817424063984 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=355] ppid=345 vsize=15024148 memory=644 CPUtime=3.74 cores=1,3,5,7
/proc/348/task/355/stat : 355 (java) S 345 348 32649 0 -1 1077944384 257214 0 0 0 362 12 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816412873952 139817442477781 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=356] ppid=345 vsize=15024148 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/348/task/356/stat : 356 (java) S 345 348 32649 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816016537184 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=357] ppid=345 vsize=15024148 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/348/task/357/stat : 357 (java) S 345 348 32649 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73815429 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815748101504 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=358] ppid=345 vsize=15024148 memory=956 CPUtime=0 cores=1,3,5,7
/proc/348/task/358/stat : 358 (java) S 345 348 32649 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139815373592560 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=359] ppid=345 vsize=15024148 memory=2424 CPUtime=5.66 cores=1,3,5,7
/proc/348/task/359/stat : 359 (java) S 345 348 32649 0 -1 1077944384 15505 0 0 0 564 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816411822208 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=360] ppid=345 vsize=15024148 memory=1576 CPUtime=4.27 cores=1,3,5,7
/proc/348/task/360/stat : 360 (java) S 345 348 32649 0 -1 1077944384 13817 0 0 0 425 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816410769696 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=361] ppid=345 vsize=15024148 memory=928 CPUtime=1.09 cores=1,3,5,7
/proc/348/task/361/stat : 361 (java) S 345 348 32649 0 -1 1077944384 15421 0 0 0 107 2 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816409716896 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=362] ppid=345 vsize=15024148 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/348/task/362/stat : 362 (java) S 345 348 32649 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139814875687136 139817442477781 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
[pid=348/tid=363] ppid=345 vsize=15024148 memory=12050992 CPUtime=0.63 cores=1,3,5,7
/proc/348/task/363/stat : 363 (java) S 345 348 32649 0 -1 1077944384 681 0 0 0 30 33 0 0 20 0 15 0 73815432 15384727552 3012748 33554432000 4194304 4196468 140733151774000 139816408665264 139817442478722 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 39124992 140733151777779 140733151778057 140733151778057 140733151780815 0
Current children cumulated CPU time: 2528.16 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12050992 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 953.302
CPU time (s): 2528.3
CPU user time (s): 2515.59
CPU system time (s): 12.7183
CPU usage (%): 265.215
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12050992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.59
system time used= 12.7183
maximum resident set size= 12051144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2267037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31092
involuntary context switches= 28046


# summary of solver processes directly reported to runsolver:
#   pid: 348
#   total CPU time (s): 2528.3
#   total CPU user time (s): 2515.59
#   total CPU system time (s): 12.7183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49458 second user time and 9.60519 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-26 01:48:42
IDJOB=4294939
IDBENCH=141446
IDSOLVER=2756
FILE ID=node150/4294939-1532562521
RUNJOBID= node150-1532562189-32681
PBS_JOBID= 21021956
Free space on /tmp= 53088 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-12-13_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-4294939-1532562521/watcher-4294939-1532562521 -o /tmp/evaluation-result-4294939-1532562521/solver-4294939-1532562521 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532562189-32681 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294939-1532562521.xml

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

MD5SUM BENCH= c64ae1eb34294e2d276677e97ca01970
RANDOM SEED=189927260

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:        12264832 kB
MemAvailable:   20041880 kB
Buffers:          187360 kB
Cached:          7803184 kB
SwapCached:            0 kB
Active:         13019924 kB
Inactive:        6892916 kB
Active(anon):   10848168 kB
Inactive(anon):  1101740 kB
Active(file):    2171756 kB
Inactive(file):  5791176 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             12528 kB
Writeback:             0 kB
AnonPages:      11929464 kB
Mapped:            52004 kB
Shmem:             25224 kB
Slab:             270048 kB
SReclaimable:     242576 kB
SUnreclaim:        27472 kB
KernelStack:        3584 kB
PageTables:        28352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13021316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9152512 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= 53084 MiB
End job on node150 at 2018-07-26 02:04:35