Trace number 4293901

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13OPT523 10.4985 4.47863

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex1_c18.xml
MD5SUM7185d5885598b7dd528d8e2d67548d5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark0.877161
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints4
Number of intensional constraints4
Distribution of constraint types[{"type":"extension","count":4},{"type":"intension","count":4}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
9.37/4.19	o 1860
9.67/4.28	o 606
9.98/4.37	o 566
9.98/4.37	o 564
9.98/4.39	o 523
10.32/4.45	v <instantiation cost="523">
10.32/4.45	v       <list>
10.32/4.45	v         f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3]
10.32/4.45	v       </list>
10.32/4.45	v       <values>
10.32/4.45	v         54 1 100 100 1 0 0 1 3 0 1 0 0 1 2 0 0 53 46 99 99
10.32/4.45	v       </values>
10.32/4.45	v     </instantiation>
10.32/4.45	s OPTIMUM FOUND

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293901-1532385892/watcher-4293901-1532385892 -o /tmp/evaluation-result-4293901-1532385892/solver-4293901-1532385892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15152 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1601736703 HOME/instance-4293901-1532385892.xml 

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

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

solver pid=17636, runsolver pid=17633

[startup+0.100123 s]*
/proc/loadavg: 1.53 1.60 1.61 3/207 17693
/proc/meminfo: memFree=21263124/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=9972712 memory=18996 CPUtime=0.08 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 4414 12928 0 0 1 0 5 2 20 0 6 0 56152413 10212057088 4749 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2493178 4749 1934 1 0 2481616 0
[pid=17636/tid=17689] ppid=17633 vsize=9972712 memory=4279135704014096015 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 2222 12928 0 0 1 0 5 2 20 0 6 0 56152422 10212057088 4749 33554432000 4194304 4196468 140732820834624 140203345134160 140203357377886 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 6 0 56152423 10212057088 4749 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=9972712 memory=139851777824384 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 6 0 56152423 10212057088 4749 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 6 0 56152423 10212057088 4749 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 2 12928 0 0 0 0 5 2 20 0 6 0 56152423 10212057088 4749 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210124 s]*
/proc/loadavg: 1.53 1.60 1.61 3/216 17702
/proc/meminfo: memFree=21242632/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10818856 memory=39964 CPUtime=0.26 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 8426 12928 0 0 17 2 5 2 20 0 15 0 56152413 11078508544 9991 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2704714 9991 2943 1 0 2667149 0
[pid=17636/tid=17689] ppid=17633 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 4942 12928 0 0 10 1 5 2 20 0 15 0 56152422 11078508544 9991 33554432000 4194304 4196468 140732820834624 140203345095056 140203354860928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10818856 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11078508544 9991 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10818856 memory=139851777824384 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11078508544 9991 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 2 12928 0 0 0 0 5 2 20 0 15 0 56152423 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10818856 memory=139851777824384 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 2 12928 0 0 0 0 5 2 20 0 15 0 56152424 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 33 12928 0 0 0 0 5 2 20 0 15 0 56152425 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202696758816 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202228049264 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11078508544 9991 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) S 17633 17636 15121 0 -1 1077944384 413 12928 0 0 1 0 5 2 20 0 15 0 56152428 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202663201136 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) S 17633 17636 15121 0 -1 1077944384 189 12928 0 0 1 0 5 2 20 0 15 0 56152428 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202662148336 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10818856 memory=139851777824384 CPUtime=0.1 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) S 17633 17636 15121 0 -1 1077944384 640 12928 0 0 3 0 5 2 20 0 15 0 56152428 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202661095536 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11078508544 9991 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10818856 memory=139851777824384 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152428 11078508544 9991 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 39964 KiB

[startup+0.310547 s]*
/proc/loadavg: 1.53 1.60 1.61 3/216 17702
/proc/meminfo: memFree=21233144/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10819352 memory=51288 CPUtime=0.38 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 10443 12928 0 0 28 3 5 2 20 0 15 0 56152413 11079016448 12822 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2704838 12822 3074 1 0 2667149 0
[pid=17636/tid=17689] ppid=17633 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 6952 12928 0 0 19 2 5 2 20 0 15 0 56152422 11079016448 12822 33554432000 4194304 4196468 140732820834624 140203345109408 140203354860959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10819352 memory=7300986251812819024 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 12822 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10819352 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 12822 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 2 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 2 12928 0 0 0 0 5 2 20 0 15 0 56152424 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 33 12928 0 0 0 0 5 2 20 0 15 0 56152425 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202696758816 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202228049264 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11079016448 12822 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) S 17633 17636 15121 0 -1 1077944384 415 12928 0 0 1 0 5 2 20 0 15 0 56152428 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202663201136 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) S 17633 17636 15121 0 -1 1077944384 189 12928 0 0 1 0 5 2 20 0 15 0 56152428 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202662148336 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) S 17633 17636 15121 0 -1 1077944384 645 12928 0 0 5 0 5 2 20 0 15 0 56152428 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202661095536 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11079016448 12822 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152428 11079016448 12822 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51288 KiB

[startup+0.700769 s]
/proc/loadavg: 1.53 1.60 1.61 3/216 17702
/proc/meminfo: memFree=21220988/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10819352 memory=84628 CPUtime=0.98 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 16847 12928 0 0 87 4 5 2 20 0 15 0 56152413 11079016448 21093 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2704838 21157 3237 1 0 2667149 0
[pid=17636/tid=17689] ppid=17633 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 12435 12928 0 0 56 3 5 2 20 0 15 0 56152422 11079016448 21157 33554432000 4194304 4196468 140732820834624 140203345118224 140203357377886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 21157 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10819352 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 21157 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 2 12928 0 0 0 0 5 2 20 0 15 0 56152423 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10819352 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 5 12928 0 0 0 0 5 2 20 0 15 0 56152424 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10819352 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 33 12928 0 0 0 0 5 2 20 0 15 0 56152425 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202696758816 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10819352 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202228049264 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10819352 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11079016448 21157 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10819352 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) S 17633 17636 15121 0 -1 1077944384 1013 12928 0 0 9 0 5 2 20 0 15 0 56152428 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202663201136 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10819352 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) S 17633 17636 15121 0 -1 1077944384 447 12928 0 0 7 0 5 2 20 0 15 0 56152428 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202662148336 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10819352 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) R 17633 17636 15121 0 -1 4202560 716 12928 0 0 13 0 5 2 20 0 15 0 56152428 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202661095536 140203352221160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10819352 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11079016448 21157 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10819352 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152428 11079016448 21157 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84628 KiB

[startup+1.50084 s]
/proc/loadavg: 1.53 1.60 1.61 5/216 17702
/proc/meminfo: memFree=21175376/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10834252 memory=193836 CPUtime=2.63 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 24798 12928 0 0 245 11 5 2 20 0 15 0 56152413 11094274048 48459 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2708563 48459 3471 1 0 2670221 0
[pid=17636/tid=17689] ppid=17633 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 17777 12928 0 0 129 6 5 2 20 0 15 0 56152422 11094274048 48459 33554432000 4194304 4196468 140732820834624 140203345114592 140203353573148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 25 12928 0 0 1 0 5 2 20 0 15 0 56152423 11094274048 48459 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 185 12928 0 0 1 0 5 2 20 0 15 0 56152423 11094274048 48459 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 29 12928 0 0 0 0 5 2 20 0 15 0 56152423 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 56 12928 0 0 1 0 5 2 20 0 15 0 56152423 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 393 12928 0 0 1 0 5 2 20 0 15 0 56152424 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10834252 memory=279703302777088 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 34 12928 0 0 0 0 5 2 20 0 15 0 56152425 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202696758880 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202228049280 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10834252 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11094274048 48459 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10834252 memory=1704 CPUtime=0.41 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) S 17633 17636 15121 0 -1 1077944384 1681 12928 0 0 34 0 5 2 20 0 15 0 56152428 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202663201136 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10834252 memory=9924 CPUtime=0.47 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) S 17633 17636 15121 0 -1 1077944384 1022 12928 0 0 40 0 5 2 20 0 15 0 56152428 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202662148336 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10834252 memory=5788 CPUtime=0.41 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) S 17633 17636 15121 0 -1 1077944384 1394 12928 0 0 34 0 5 2 20 0 15 0 56152428 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202661095536 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10834252 memory=1936 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11094274048 48459 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10834252 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152428 11094274048 48459 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.11056 s]
/proc/loadavg: 1.53 1.60 1.61 5/216 17702
/proc/meminfo: memFree=21012328/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10844512 memory=283300 CPUtime=6.54 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 48755 12928 0 0 630 17 5 2 20 0 15 0 56152413 11104780288 70825 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2711128 70825 3493 1 0 2672781 0
[pid=17636/tid=17689] ppid=17633 vsize=10844512 memory=279703303195968 CPUtime=3.02 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 33908 12928 0 0 286 9 5 2 20 0 15 0 56152422 11104780288 70825 33554432000 4194304 4196468 140732820834624 140203345126736 140203358977521 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10844512 memory=388 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 25 12928 0 0 1 0 5 2 20 0 15 0 56152423 11104780288 70825 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10844512 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 185 12928 0 0 1 0 5 2 20 0 15 0 56152423 11104780288 70825 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10844512 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 29 12928 0 0 0 0 5 2 20 0 15 0 56152423 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10844512 memory=7886128541349720114 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 56 12928 0 0 1 0 5 2 20 0 15 0 56152423 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10844512 memory=8389687274701468466 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 524 12928 0 0 1 0 5 2 20 0 15 0 56152424 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10844512 memory=7093353383506473670 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 34 12928 0 0 0 0 5 2 20 0 15 0 56152425 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202696758880 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10844512 memory=279703303030272 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202228049280 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10844512 memory=7813300499672229721 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11104780288 70825 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10844512 memory=6440235876196440419 CPUtime=1.38 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) S 17633 17636 15121 0 -1 1077944384 4576 12928 0 0 130 1 5 2 20 0 15 0 56152428 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202663201136 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10844512 memory=6153985703205688935 CPUtime=1.19 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) S 17633 17636 15121 0 -1 1077944384 2513 12928 0 0 111 1 5 2 20 0 15 0 56152428 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202662148336 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10844512 memory=288230574492221466 CPUtime=1.04 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) S 17633 17636 15121 0 -1 1077944384 4696 12928 0 0 96 1 5 2 20 0 15 0 56152428 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202661095536 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11104780288 70825 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10844512 memory=2193 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 9 12928 0 0 0 0 5 2 20 0 15 0 56152428 11104780288 70825 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 6.54 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 283300 KiB

[startup+4.47856 s]
# the end of solver process 17636 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.2392 s, system=0.259285 s

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

[startup+3.20353 s]
/proc/loadavg: 1.53 1.60 1.61 5/216 17702
/proc/meminfo: memFree=21012328/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10844512 memory=289188 CPUtime=6.75 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 49244 12928 0 0 651 17 5 2 20 0 15 0 56152413 11104780288 72297 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2711128 72297 3493 1 0 2672781 0
[pid=17636/tid=17689] ppid=17633 vsize=10844512 memory=0 CPUtime=3.12 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 34250 12928 0 0 295 10 5 2 20 0 15 0 56152422 11104780288 72297 33554432000 4194304 4196468 140732820834624 140203345128544 140202984357202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10844512 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 25 12928 0 0 1 0 5 2 20 0 15 0 56152423 11104780288 72297 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 185 12928 0 0 1 0 5 2 20 0 15 0 56152423 11104780288 72297 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 29 12928 0 0 0 0 5 2 20 0 15 0 56152423 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 56 12928 0 0 1 0 5 2 20 0 15 0 56152423 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10844512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 524 12928 0 0 1 0 5 2 20 0 15 0 56152424 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 34 12928 0 0 0 0 5 2 20 0 15 0 56152425 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202696758880 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202228049280 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11104780288 72297 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10844512 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) S 17633 17636 15121 0 -1 1077944384 4599 12928 0 0 132 1 5 2 20 0 15 0 56152428 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202663200016 140203373318589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10844512 memory=1424 CPUtime=1.23 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) R 17633 17636 15121 0 -1 4202560 2525 12928 0 0 115 1 5 2 20 0 15 0 56152428 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202662134896 140203354841961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10844512 memory=15868 CPUtime=1.08 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) R 17633 17636 15121 0 -1 4202560 4807 12928 0 0 100 1 5 2 20 0 15 0 56152428 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202661092472 140203373304755 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10844512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11104780288 72297 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10844512 memory=6788 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 9 12928 0 0 0 0 5 2 20 0 15 0 56152428 11104780288 72297 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 6.75 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 289188 KiB

[startup+4.00157 s]*
/proc/loadavg: 1.64 1.63 1.62 5/216 17702
/proc/meminfo: memFree=20932688/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10918888 memory=351160 CPUtime=8.99 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 63005 12928 0 0 872 20 5 2 20 0 15 0 56152413 11180941312 87790 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2729722 87790 3513 1 0 2691375 0
[pid=17636/tid=17689] ppid=17633 vsize=10918888 memory=-6517102902069810590 CPUtime=3.87 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 41436 12928 0 0 369 11 5 2 20 0 15 0 56152422 11180941312 87790 33554432000 4194304 4196468 140732820834624 140203345125872 140202984903395 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10918888 memory=3691042058319900680 CPUtime=0.1 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 109 12928 0 0 3 0 5 2 20 0 15 0 56152423 11180941312 87790 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10918888 memory=4049192791840917664 CPUtime=0.09 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 201 12928 0 0 2 0 5 2 20 0 15 0 56152423 11180941312 87790 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10918888 memory=8470556256330945681 CPUtime=0.09 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 83 12928 0 0 2 0 5 2 20 0 15 0 56152423 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10918888 memory=75746043233256 CPUtime=0.1 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 81 12928 0 0 3 0 5 2 20 0 15 0 56152423 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10918888 memory=3540059456977718497 CPUtime=0.1 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 2009 12928 0 0 3 0 5 2 20 0 15 0 56152424 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10918888 memory=4049356405204923956 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 37 12928 0 0 0 0 5 2 20 0 15 0 56152425 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202696758880 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10918888 memory=7445976741591606375 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202228049280 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10918888 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11180941312 87790 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10918888 memory=0 CPUtime=1.87 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) R 17633 17636 15121 0 -1 4202560 4757 12928 0 0 179 1 5 2 20 0 15 0 56152428 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202663182160 140203356708290 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10918888 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) R 17633 17636 15121 0 -1 4202560 6740 12928 0 0 178 1 5 2 20 0 15 0 56152428 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202662134360 140203354841957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10918888 memory=10 CPUtime=1.36 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) R 17633 17636 15121 0 -1 1077944384 5342 12928 0 0 127 2 5 2 20 0 15 0 56152428 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202661095536 140203373308546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10918888 memory=47 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11180941312 87790 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10918888 memory=58 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 9 12928 0 0 0 0 5 2 20 0 15 0 56152428 11180941312 87790 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 8.99 s
Current children cumulated vsize: 10918888 KiB
Current children cumulated memory: 351160 KiB

[startup+4.40953 s]
/proc/loadavg: 1.64 1.63 1.62 5/216 17702
/proc/meminfo: memFree=20932688/32770624 swapFree=67108860/67108860
[pid=17636] ppid=17633 vsize=10916192 memory=350784 CPUtime=10.32 cores=0,2,4,6
/proc/17636/stat : 17636 (java) S 17633 17636 15121 0 -1 1077944320 64999 12928 0 0 1004 21 5 2 20 0 15 0 56152413 11178180608 87696 33554432000 4194304 4196468 140732820834624 140732820817168 140203373297399 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
/proc/17636/statm: 2729048 87696 3514 1 0 2690701 0
[pid=17636/tid=17689] ppid=17633 vsize=10916192 memory=6791534058613427641 CPUtime=4.27 cores=0,2,4,6
/proc/17636/task/17689/stat : 17689 (java) R 17633 17636 15121 0 -1 4202560 41580 12928 0 0 409 11 5 2 20 0 15 0 56152422 11178180608 87696 33554432000 4194304 4196468 140732820834624 140203345127920 140202987362340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17690] ppid=17633 vsize=10916192 memory=1580 CPUtime=0.1 cores=0,2,4,6
/proc/17636/task/17690/stat : 17690 (java) S 17633 17636 15121 0 -1 1077944384 109 12928 0 0 3 0 5 2 20 0 15 0 56152423 11178180608 87696 33554432000 4194304 4196468 140732820834624 140203377539728 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17691] ppid=17633 vsize=10916192 memory=2240 CPUtime=0.09 cores=0,2,4,6
/proc/17636/task/17691/stat : 17691 (java) S 17633 17636 15121 0 -1 1077944384 201 12928 0 0 2 0 5 2 20 0 15 0 56152423 11178180608 87696 33554432000 4194304 4196468 140732820834624 140203302844944 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17692] ppid=17633 vsize=10916192 memory=4128 CPUtime=0.09 cores=0,2,4,6
/proc/17636/task/17692/stat : 17692 (java) S 17633 17636 15121 0 -1 1077944384 83 12928 0 0 2 0 5 2 20 0 15 0 56152423 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202945993104 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17693] ppid=17633 vsize=10916192 memory=2200 CPUtime=0.1 cores=0,2,4,6
/proc/17636/task/17693/stat : 17693 (java) S 17633 17636 15121 0 -1 1077944384 81 12928 0 0 3 0 5 2 20 0 15 0 56152423 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202944940304 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17694] ppid=17633 vsize=10916192 memory=7528 CPUtime=0.1 cores=0,2,4,6
/proc/17636/task/17694/stat : 17694 (java) S 17633 17636 15121 0 -1 1077944384 2009 12928 0 0 3 0 5 2 20 0 15 0 56152424 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202697812848 140203373308546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17695] ppid=17633 vsize=10916192 memory=844 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17695/stat : 17695 (java) S 17633 17636 15121 0 -1 1077944384 37 12928 0 0 0 0 5 2 20 0 15 0 56152425 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202696758880 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17696] ppid=17633 vsize=10916192 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17696/stat : 17696 (java) S 17633 17636 15121 0 -1 1077944384 1 12928 0 0 0 0 5 2 20 0 15 0 56152425 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202228049280 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17697] ppid=17633 vsize=10916192 memory=920 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17697/stat : 17697 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11178180608 87696 33554432000 4194304 4196468 140732820834624 140201920649552 140203373315995 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17698] ppid=17633 vsize=10916192 memory=3848 CPUtime=2.25 cores=0,2,4,6
/proc/17636/task/17698/stat : 17698 (java) R 17633 17636 15121 0 -1 4202560 4871 12928 0 0 217 1 5 2 20 0 15 0 56152428 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202663200944 140203353133740 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17699] ppid=17633 vsize=10916192 memory=0 CPUtime=2.25 cores=0,2,4,6
/proc/17636/task/17699/stat : 17699 (java) R 17633 17636 15121 0 -1 4202560 8177 12928 0 0 216 2 5 2 20 0 15 0 56152428 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202662134336 140203351183568 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17700] ppid=17633 vsize=10916192 memory=4420 CPUtime=1.52 cores=0,2,4,6
/proc/17636/task/17700/stat : 17700 (java) S 17633 17636 15121 0 -1 1077944384 5640 12928 0 0 143 2 5 2 20 0 15 0 56152428 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202661095536 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17701] ppid=17633 vsize=10916192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17701/stat : 17701 (java) S 17633 17636 15121 0 -1 1077944384 3 12928 0 0 0 0 5 2 20 0 15 0 56152428 11178180608 87696 33554432000 4194304 4196468 140732820834624 140201887090912 140203373307605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
[pid=17636/tid=17702] ppid=17633 vsize=10916192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/17636/task/17702/stat : 17702 (java) S 17633 17636 15121 0 -1 1077944384 10 12928 0 0 0 0 5 2 20 0 15 0 56152428 11178180608 87696 33554432000 4194304 4196468 140732820834624 140202660043952 140203373308546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140732820843118 140732820845916 140732820845916 140732820848591 0
Current children cumulated CPU time: 10.32 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 350784 KiB

Child status: 0
Real time (s): 4.47863
CPU time (s): 10.4985
CPU user time (s): 10.2392
CPU system time (s): 0.259285
CPU usage (%): 234.413
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 352348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2392
system time used= 0.259285
maximum resident set size= 353132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5966
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 17636
#   total CPU time (s): 10.4985
#   total CPU user time (s): 10.2392
#   total CPU system time (s): 0.259285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065193 second user time and 0.070854 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 00:44:52
IDJOB=4293901
IDBENCH=141260
IDSOLVER=2750
FILE ID=node105/4293901-1532385892
RUNJOBID= node105-1532371073-15152
PBS_JOBID= 21021573
Free space on /tmp= 44828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293901-1532385892/watcher-4293901-1532385892 -o /tmp/evaluation-result-4293901-1532385892/solver-4293901-1532385892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15152 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1601736703 HOME/instance-4293901-1532385892.xml

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

MD5SUM BENCH= 7185d5885598b7dd528d8e2d67548d5f
RANDOM SEED=1601736703

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:        21268776 kB
MemAvailable:   29213072 kB
Buffers:          203304 kB
Cached:          7886300 kB
SwapCached:            0 kB
Active:          4188928 kB
Inactive:        6673796 kB
Active(anon):    2727524 kB
Inactive(anon):    65652 kB
Active(file):    1461404 kB
Inactive(file):  6608144 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:       2780692 kB
Mapped:            50596 kB
Shmem:             17036 kB
Slab:             331028 kB
SReclaimable:     303208 kB
SUnreclaim:        27820 kB
KernelStack:        3552 kB
PageTables:        10748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3789816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2523136 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= 44800 MiB
End job on node105 at 2018-07-24 00:44:57