Trace number 4294840

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) 2525.57 930.337

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-16-17_c18.xml
MD5SUM23da8342a2898ede5001de7625d13c59
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark368.785
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":272}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":272}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":17},{"arity":17,"count":16}]
Number of extensional constraints33
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":33}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
0.67/0.52	scop order+minisat_release (2018-06-13)
0.67/0.52	
0.67/0.54	c BEGIN-Prog: Mon Jul 23 16:51:33 CEST 2018
0.67/0.54	c PID: 13615
0.67/0.54	c IP: 172.20.3.105
0.67/0.54	c HOST: node105.alineos.net
0.67/0.55	c (0,0) Parsing Begin
2.48/1.21	c (0,0) Parsing End
2.48/1.21	c (0,0) CSP: 272 int (0 aux), 0 bool (0 aux), 33 ctr, max domain size 26
2.48/1.21	c (0,0) Heap : 227 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.48/1.21	c (0,0) Constraint Name Generate Begin
2.48/1.22	c (0,0) Ctr:HOME/instance-4294840-1532357493.xml,ExtensionSupport:IntVar
2.48/1.22	c (0,0) Constraint Name Generate End
2.48/1.22	c (0,0) Heap : 227 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.48/1.22	c (0,0) CSP to CSPinCNF Begin
76.17/51.46	c (50,45) translated 4 (10%) constraints
127.03/89.78	c (89,79) translated 7 (20%) constraints
176.82/128.09	c (127,114) translated 10 (30%) constraints
242.26/179.05	c (178,160) translated 14 (40%) constraints
290.45/217.21	c (216,195) translated 17 (50%) constraints
438.38/293.83	c (293,248) translated 20 (60%) constraints
555.20/364.56	c (364,303) translated 24 (70%) constraints
767.01/449.43	c (448,345) translated 27 (80%) constraints
2009.12/794.57	c (794,385) translated 30 (90%) constraints
2525.38/930.28	c (929,0) receiving signal SIGTERM
2525.38/930.28	c (929,0) 0,0,TO,TO,TO,TO,TO,TO,TO,STOP-AFTER(CtrName)
2525.38/930.28	s UNKNOWN
2525.38/930.28	c END-Prog: Mon Jul 23 17:07:03 CEST 2018

Verifier Data


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

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


[startup+0.100119 s]*
/proc/loadavg: 2.87 2.58 2.29 3/220 13630
/proc/meminfo: memFree=13821416/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15011656 memory=74968 CPUtime=0.12 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 6384 0 0 0 10 2 0 0 20 0 15 0 53312460 15371935744 18742 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3752914 18742 2778 1 0 3715374 0
[pid=13615/tid=13617] ppid=13612 vsize=15011656 memory=-6727144656924359504 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) R 13612 13615 2271 0 -1 4202560 4635 0 0 0 8 1 0 0 20 0 15 0 53312460 15371935744 18874 33554432000 4194304 4196468 140737415247408 140155248368016 140155256818512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15011656 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 18874 33554432000 4194304 4196468 140737415247408 140155280783632 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 18874 33554432000 4194304 4196468 140737415247408 140155056486800 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 18874 33554432000 4194304 4196468 140737415247408 140155055434256 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 18874 33554432000 4194304 4196468 140737415247408 140155054381712 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312463 15371935744 18940 33554432000 4194304 4196468 140737415247408 140154314521072 140155276552834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53312464 15371935744 18940 33554432000 4194304 4196468 140737415247408 140153842558368 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312464 15371935744 18940 33554432000 4194304 4196468 140737415247408 140153574122992 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 18940 33554432000 4194304 4196468 140737415247408 140153199614672 140155276560283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 18940 33554432000 4194304 4196468 140737415247408 140154313467888 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 18940 33554432000 4194304 4196468 140737415247408 140154245212272 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) S 13612 13615 2271 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 18940 33554432000 4194304 4196468 140737415247408 140154244159728 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15371935744 18940 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312467 15371935744 18940 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 74968 KiB

[startup+0.210528 s]*
/proc/loadavg: 2.87 2.58 2.29 3/220 13630
/proc/meminfo: memFree=13807340/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15011656 memory=86724 CPUtime=0.25 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 9598 0 0 0 23 2 0 0 20 0 15 0 53312460 15371935744 21681 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3752914 21681 2911 1 0 3715374 0
[pid=13615/tid=13617] ppid=13612 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) R 13612 13615 2271 0 -1 4202560 7493 0 0 0 18 2 0 0 20 0 15 0 53312460 15371935744 21681 33554432000 4194304 4196468 140737415247408 140155248367600 140155268778814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 21681 33554432000 4194304 4196468 140737415247408 140155280783632 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15011656 memory=288370802575795840 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 21681 33554432000 4194304 4196468 140737415247408 140155056486800 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 21681 33554432000 4194304 4196468 140737415247408 140155055434256 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 21681 33554432000 4194304 4196468 140737415247408 140155054381712 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312463 15371935744 21681 33554432000 4194304 4196468 140737415247408 140154314521072 140155276552834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53312464 15371935744 21681 33554432000 4194304 4196468 140737415247408 140153842558368 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312464 15371935744 21681 33554432000 4194304 4196468 140737415247408 140153574122992 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 21681 33554432000 4194304 4196468 140737415247408 140153199614672 140155276560283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 21681 33554432000 4194304 4196468 140737415247408 140154313467888 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 21681 33554432000 4194304 4196468 140737415247408 140154245212272 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0.03 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) R 13612 13615 2271 0 -1 4202560 290 0 0 0 3 0 0 0 20 0 15 0 53312466 15371935744 21681 33554432000 4194304 4196468 140737415247408 140154244159728 140155276553622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15371935744 21681 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312467 15371935744 21681 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86724 KiB

[startup+0.310544 s]*
/proc/loadavg: 2.87 2.58 2.29 3/220 13630
/proc/meminfo: memFree=13804300/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15011656 memory=90200 CPUtime=0.44 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 10128 0 0 0 41 3 0 0 20 0 15 0 53312460 15371935744 22550 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3752914 22550 2981 1 0 3715374 0
[pid=13615/tid=13617] ppid=13612 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) R 13612 13615 2271 0 -1 4202560 7866 0 0 0 28 2 0 0 20 0 15 0 53312460 15371935744 22550 33554432000 4194304 4196468 140737415247408 140155248345840 140155258106657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15011656 memory=317785485869331816 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 22550 33554432000 4194304 4196468 140737415247408 140155280783632 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15011656 memory=288230376152078777 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 22550 33554432000 4194304 4196468 140737415247408 140155056486800 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 22550 33554432000 4194304 4196468 140737415247408 140155055434256 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15371935744 22550 33554432000 4194304 4196468 140737415247408 140155054381712 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312463 15371935744 22550 33554432000 4194304 4196468 140737415247408 140154314521072 140155276552834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53312464 15371935744 22550 33554432000 4194304 4196468 140737415247408 140153842558368 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15011656 memory=140426424084096 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312464 15371935744 22550 33554432000 4194304 4196468 140737415247408 140153574122992 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312466 15371935744 22550 33554432000 4194304 4196468 140737415247408 140153199614672 140155276560283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 15 0 53312466 15371935744 22550 33554432000 4194304 4196468 140737415247408 140154313467888 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15011656 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 253 0 0 0 3 0 0 0 20 0 15 0 53312466 15371935744 22550 33554432000 4194304 4196468 140737415247408 140154245212272 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15011656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) R 13612 13615 2271 0 -1 4202560 310 0 0 0 7 0 0 0 20 0 15 0 53312466 15371935744 22550 33554432000 4194304 4196468 140737415247408 140154244157520 140155261707233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15371935744 22550 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312467 15371935744 22550 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90200 KiB

[startup+0.700755 s]
/proc/loadavg: 2.87 2.58 2.29 4/220 13630
/proc/meminfo: memFree=13779744/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15019976 memory=131620 CPUtime=0.99 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 17098 0 0 0 95 4 0 0 20 0 15 0 53312460 15380455424 32905 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3754994 32905 3149 1 0 3716398 0
[pid=13615/tid=13617] ppid=13612 vsize=15019976 memory=796 CPUtime=0.68 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) R 13612 13615 2271 0 -1 4202560 14350 0 0 0 64 4 0 0 20 0 15 0 53312460 15380455424 32905 33554432000 4194304 4196468 140737415247408 140155248377856 140155260622174 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15019976 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15380455424 32905 33554432000 4194304 4196468 140737415247408 140155280783632 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15019976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15380455424 32905 33554432000 4194304 4196468 140737415247408 140155056486800 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15019976 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15380455424 32905 33554432000 4194304 4196468 140737415247408 140155055434256 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15019976 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15380455424 32905 33554432000 4194304 4196468 140737415247408 140155054381712 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15019976 memory=280852609410848 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53312463 15380455424 32905 33554432000 4194304 4196468 140737415247408 140154314521072 140155276552834 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15019976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53312464 15380455424 32905 33554432000 4194304 4196468 140737415247408 140153842558368 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15019976 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312464 15380455424 32905 33554432000 4194304 4196468 140737415247408 140153574122992 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15019976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312466 15380455424 32905 33554432000 4194304 4196468 140737415247408 140153199614672 140155276560283 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15019976 memory=8384 CPUtime=0.05 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 524 0 0 0 5 0 0 0 20 0 15 0 53312466 15380455424 32905 33554432000 4194304 4196468 140737415247408 140154313467888 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15019976 memory=7307210974946176466 CPUtime=0.09 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 476 0 0 0 9 0 0 0 20 0 15 0 53312466 15380455424 32905 33554432000 4194304 4196468 140737415247408 140154245212272 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15019976 memory=7302135314614015847 CPUtime=0.15 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) S 13612 13615 2271 0 -1 1077944384 408 0 0 0 15 0 0 0 20 0 15 0 53312466 15380455424 32905 33554432000 4194304 4196468 140737415247408 140154244159728 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15019976 memory=7885635084775281008 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15380455424 32905 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15019976 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312467 15380455424 32905 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15019976 KiB
Current children cumulated memory: 131620 KiB

[startup+1.50068 s]
/proc/loadavg: 2.87 2.58 2.29 3/220 13630
/proc/meminfo: memFree=13676424/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15022100 memory=264884 CPUtime=3.34 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 20223 0 0 0 326 8 0 0 20 0 15 0 53312460 15382630400 66221 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3755525 66221 3205 1 0 3716910 0
[pid=13615/tid=13617] ppid=13612 vsize=15022100 memory=288230377108275491 CPUtime=1.47 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) R 13612 13615 2271 0 -1 4202560 15452 0 0 0 141 6 0 0 20 0 15 0 53312460 15382630400 66221 33554432000 4194304 4196468 140737415247408 140155248376288 140155257947962 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15022100 memory=288293289789228285 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15382630400 66221 33554432000 4194304 4196468 140737415247408 140155280783632 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15022100 memory=288285580272600099 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15382630400 66221 33554432000 4194304 4196468 140737415247408 140155056486800 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) S 13612 13615 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53312462 15382630400 66221 33554432000 4194304 4196468 140737415247408 140155055434256 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312462 15382630400 66245 33554432000 4194304 4196468 140737415247408 140155054381712 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53312463 15382630400 66245 33554432000 4194304 4196468 140737415247408 140154314521072 140155276552834 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0

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

[pid=13615] ppid=13612 vsize=15024148 memory=12063808 CPUtime=2520.23 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 289585 0 1 0 251056 967 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3756037 3015952 3258 1 0 3717422 0
[pid=13615/tid=13617] ppid=13612 vsize=15024148 memory=12063808 CPUtime=393.07 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) S 13612 13615 2271 0 -1 1077944384 44514 0 0 0 39259 48 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155248379584 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15024148 memory=12063808 CPUtime=528.68 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) R 13612 13615 2271 0 -1 4202560 30233 0 0 0 52646 222 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155280783832 140155261242375 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15024148 memory=12063808 CPUtime=527.92 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) R 13612 13615 2271 0 -1 4202560 29832 0 0 0 52556 236 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155056487000 140155260999257 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15024148 memory=12063804 CPUtime=527.8 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) R 13612 13615 2271 0 -1 4202560 29216 0 0 0 52561 219 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155055434456 140155261538288 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15024148 memory=12063808 CPUtime=527.56 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) R 13612 13615 2271 0 -1 4202560 28844 0 1 0 52538 218 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155054381600 140155261538091 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15024148 memory=12063804 CPUtime=3.84 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 74785 0 0 0 380 4 0 0 20 0 15 0 53312463 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154314519616 140155276551893 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15024148 memory=12063804 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153842558432 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15024148 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153574123008 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15024148 memory=12063808 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153199614672 140155276560283 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15024148 memory=12063808 CPUtime=4.91 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 15584 0 0 0 489 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154313467936 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15024148 memory=12063808 CPUtime=4.51 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 15575 0 0 0 449 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154245212320 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15024148 memory=12063808 CPUtime=1.1 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) S 13612 13615 2271 0 -1 1077944384 18535 0 0 0 108 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154244159488 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15024148 memory=12063808 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15024148 memory=1704 CPUtime=0.75 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1130 0 0 0 39 36 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 2520.23 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12063808 KiB

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

[startup+930.337 s]
# the end of solver process 13615 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.84 s, system=9.72907 s

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

[startup+929.602 s]
/proc/loadavg: 4.85 4.17 3.24 6/220 13677
/proc/meminfo: memFree=1789504/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15024148 memory=12063808 CPUtime=2523.02 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 289732 0 1 0 251335 967 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3756037 3015952 3258 1 0 3717422 0
[pid=13615/tid=13617] ppid=13612 vsize=15024148 memory=12063808 CPUtime=393.07 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) S 13612 13615 2271 0 -1 1077944384 44514 0 0 0 39259 48 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155248379584 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15024148 memory=12063808 CPUtime=529.38 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) R 13612 13615 2271 0 -1 4202560 30288 0 0 0 52716 222 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155280783832 140155261240503 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15024148 memory=12063808 CPUtime=528.6 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) R 13612 13615 2271 0 -1 4202560 29919 0 0 0 52624 236 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155056487000 140155258151516 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15024148 memory=113037 CPUtime=528.5 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) R 13612 13615 2271 0 -1 4202560 29216 0 0 0 52631 219 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155055434456 140155261538091 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15024148 memory=0 CPUtime=528.26 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) R 13612 13615 2271 0 -1 4202560 28844 0 1 0 52608 218 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155054381600 140155260999139 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15024148 memory=6791534058613427641 CPUtime=3.84 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 74785 0 0 0 380 4 0 0 20 0 15 0 53312463 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154314519616 140155276551893 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15024148 memory=644 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153842558432 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15024148 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153574123008 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15024148 memory=960 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153199614320 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15024148 memory=6791534058613427641 CPUtime=4.91 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 15584 0 0 0 489 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154313467936 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15024148 memory=1012 CPUtime=4.51 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 15575 0 0 0 449 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154245212320 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15024148 memory=1228 CPUtime=1.1 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) S 13612 13615 2271 0 -1 1077944384 18535 0 0 0 108 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154244159488 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15024148 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15024148 memory=6791534058613427641 CPUtime=0.75 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1130 0 0 0 39 36 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 2523.02 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12063808 KiB

[startup+930.001 s]*
/proc/loadavg: 4.85 4.17 3.24 6/220 13677
/proc/meminfo: memFree=1789504/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15024148 memory=12063808 CPUtime=2524.64 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 289961 0 1 0 251496 968 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3756037 3015952 3258 1 0 3717422 0
[pid=13615/tid=13617] ppid=13612 vsize=15024148 memory=3324 CPUtime=393.07 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) S 13612 13615 2271 0 -1 1077944384 44514 0 0 0 39259 48 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155248379584 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15024148 memory=4872558044660077418 CPUtime=529.79 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) R 13612 13615 2271 0 -1 4202560 30407 0 0 0 52757 222 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155280783832 140155258094928 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15024148 memory=288230587427455269 CPUtime=529 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) S 13612 13615 2271 0 -1 1077944384 30021 0 0 0 52664 236 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155056486608 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15024148 memory=15260328862680442 CPUtime=528.9 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) R 13612 13615 2271 0 -1 4202560 29219 0 0 0 52671 219 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155055434376 140155269169895 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15024148 memory=734122142677479456 CPUtime=528.66 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) R 13612 13615 2271 0 -1 4202560 28849 0 1 0 52648 218 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155054381520 140155269169895 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15024148 memory=280852609106160 CPUtime=3.84 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 74785 0 0 0 380 4 0 0 20 0 15 0 53312463 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154314519616 140155276551893 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15024148 memory=280852609106160 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153842558432 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15024148 memory=280852609106160 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153574123008 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15024148 memory=280852609106160 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153199614320 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15024148 memory=280852609106160 CPUtime=4.91 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 15584 0 0 0 489 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154313467936 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15024148 memory=576574510189602056 CPUtime=4.51 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 15575 0 0 0 449 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154245212320 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15024148 memory=15100 CPUtime=1.1 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) S 13612 13615 2271 0 -1 1077944384 18535 0 0 0 108 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154244159488 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15024148 memory=280852609106160 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15024148 memory=6655300316396806240 CPUtime=0.75 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1130 0 0 0 39 36 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 2524.64 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12063808 KiB

[startup+930.201 s]
/proc/loadavg: 4.85 4.17 3.24 6/220 13677
/proc/meminfo: memFree=1789504/32770624 swapFree=67108860/67108860
[pid=13615] ppid=13612 vsize=15024148 memory=12063808 CPUtime=2525.38 cores=1,3,5,7
/proc/13615/stat : 13615 (java) S 13612 13615 2271 0 -1 1077944320 290017 0 1 0 251570 968 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140737415229952 140155276541687 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
/proc/13615/statm: 3756037 3015952 3258 1 0 3717422 0
[pid=13615/tid=13617] ppid=13612 vsize=15024148 memory=280852609106160 CPUtime=393.07 cores=1,3,5,7
/proc/13615/task/13617/stat : 13617 (java) S 13612 13615 2271 0 -1 1077944384 44514 0 0 0 39259 48 0 0 20 0 15 0 53312460 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155248379584 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13618] ppid=13612 vsize=15024148 memory=6791534058613427641 CPUtime=529.98 cores=1,3,5,7
/proc/13615/task/13618/stat : 13618 (java) R 13612 13615 2271 0 -1 4202560 30463 0 0 0 52776 222 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155280783832 140155258151524 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13619] ppid=13612 vsize=15024148 memory=288230621803970871 CPUtime=529.18 cores=1,3,5,7
/proc/13615/task/13619/stat : 13619 (java) R 13612 13615 2271 0 -1 4202560 30021 0 0 0 52682 236 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155056486920 140155269169895 0 4 0 25189583 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13620] ppid=13612 vsize=15024148 memory=16098156739823870 CPUtime=529.08 cores=1,3,5,7
/proc/13615/task/13620/stat : 13620 (java) R 13612 13615 2271 0 -1 4202560 29219 0 0 0 52689 219 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155055434376 140155269169895 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13621] ppid=13612 vsize=15024148 memory=451 CPUtime=528.85 cores=1,3,5,7
/proc/13615/task/13621/stat : 13621 (java) R 13612 13615 2271 0 -1 4202560 28849 0 1 0 52667 218 0 0 20 0 15 0 53312462 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140155054381520 140155269169895 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13622] ppid=13612 vsize=15024148 memory=1954 CPUtime=3.84 cores=1,3,5,7
/proc/13615/task/13622/stat : 13622 (java) S 13612 13615 2271 0 -1 1077944384 74785 0 0 0 380 4 0 0 20 0 15 0 53312463 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154314519616 140155276551893 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13623] ppid=13612 vsize=15024148 memory=2365 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13623/stat : 13623 (java) S 13612 13615 2271 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153842558432 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13624] ppid=13612 vsize=15024148 memory=114538 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13624/stat : 13624 (java) S 13612 13615 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53312464 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153574123008 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13625] ppid=13612 vsize=15024148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13625/stat : 13625 (java) S 13612 13615 2271 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140153199614320 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13626] ppid=13612 vsize=15024148 memory=1478 CPUtime=4.91 cores=1,3,5,7
/proc/13615/task/13626/stat : 13626 (java) S 13612 13615 2271 0 -1 1077944384 15584 0 0 0 489 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154313467936 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13627] ppid=13612 vsize=15024148 memory=251269 CPUtime=4.51 cores=1,3,5,7
/proc/13615/task/13627/stat : 13627 (java) S 13612 13615 2271 0 -1 1077944384 15575 0 0 0 449 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154245212320 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13628] ppid=13612 vsize=15024148 memory=39307 CPUtime=1.1 cores=1,3,5,7
/proc/13615/task/13628/stat : 13628 (java) S 13612 13615 2271 0 -1 1077944384 18535 0 0 0 108 2 0 0 20 0 15 0 53312466 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154244159488 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13629] ppid=13612 vsize=15024148 memory=52679 CPUtime=0 cores=1,3,5,7
/proc/13615/task/13629/stat : 13629 (java) S 13612 13615 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140152701708896 140155276551893 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
[pid=13615/tid=13630] ppid=13612 vsize=15024148 memory=52605 CPUtime=0.75 cores=1,3,5,7
/proc/13615/task/13630/stat : 13630 (java) S 13612 13615 2271 0 -1 1077944384 1130 0 0 0 39 36 0 0 20 0 15 0 53312467 15384727552 3015952 33554432000 4194304 4196468 140737415247408 140154243107632 140155276552834 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 30892032 140737415255027 140737415255305 140737415255305 140737415258063 0
Current children cumulated CPU time: 2525.38 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12063808 KiB

Child status: 1
Real time (s): 930.337
CPU time (s): 2525.57
CPU user time (s): 2515.84
CPU system time (s): 9.72907
CPU usage (%): 271.468
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12063808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.84
system time used= 9.72907
maximum resident set size= 12066140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290358
page faults= 1
swaps= 0
block input operations= 264
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32220
involuntary context switches= 19338


# summary of solver processes directly reported to runsolver:
#   pid: 13615
#   total CPU time (s): 2525.57
#   total CPU user time (s): 2515.84
#   total CPU system time (s): 9.72907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.30077 second user time and 9.56416 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 16:51:33
IDJOB=4294840
IDBENCH=141435
IDSOLVER=2756
FILE ID=node105/4294840-1532357493
RUNJOBID= node105-1532330128-2303
PBS_JOBID= 21019001
Free space on /tmp= 44840 MiB

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

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

MD5SUM BENCH= 23da8342a2898ede5001de7625d13c59
RANDOM SEED=921049584

node105.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.32
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.32
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.32
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.32
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:        13883112 kB
MemAvailable:   29535740 kB
Buffers:          200020 kB
Cached:         15426088 kB
SwapCached:            0 kB
Active:          3815292 kB
Inactive:       14265648 kB
Active(anon):    2407252 kB
Inactive(anon):    67172 kB
Active(file):    1408040 kB
Inactive(file): 14198476 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9396 kB
Writeback:             0 kB
AnonPages:       2359504 kB
Mapped:            49344 kB
Shmem:             17036 kB
Slab:             502320 kB
SReclaimable:     474572 kB
SUnreclaim:        27748 kB
KernelStack:        3888 kB
PageTables:         9932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13464288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2185216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44832 MiB
End job on node105 at 2018-07-23 17:07:03