Trace number 4295781

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
Concrete 3.8 2018-06-13SAT 8.4921 4.09664

General information on the benchmark

NameSportsScheduling/
SportsScheduling-08_c18.xml
MD5SUMd342e5d3265d7d58fa84b10ce3b2f22d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019931
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints60
Number of domains2
Minimum domain size8
Maximum domain size28
Distribution of domain sizes[{"size":8,"count":64},{"size":28,"count":28}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":32},{"degree":4,"count":60}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":4},{"arity":3,"count":28},{"arity":4,"count":7},{"arity":8,"count":8},{"arity":14,"count":4},{"arity":16,"count":4},{"arity":28,"count":1}]
Number of extensional constraints28
Number of intensional constraints8
Distribution of constraint types[{"type":"extension","count":28},{"type":"intension","count":8},{"type":"allDifferent","count":9},{"type":"count","count":7},{"type":"cardinality","count":8}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
8.02/4.01	v <instantiation>
8.02/4.01	v       <list>
8.02/4.01	v         h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] m[0][0] m[0][1] m[0][2] m[0][3] m[0][4] m[0][5] m[0][6] m[1][0] m[1][1] m[1][2] m[1][3] m[1][4] m[1][5] m[1][6] m[2][0] m[2][1] m[2][2] m[2][3] m[2][4] m[2][5] m[2][6] m[3][0] m[3][1] m[3][2] m[3][3] m[3][4] m[3][5] m[3][6] hd[0] hd[1] hd[2] hd[3] ad[0] ad[1] ad[2] ad[3]
8.02/4.01	v       </list>
8.02/4.01	v       <values>
8.02/4.01	v         0 0 4 3 1 3 2 2 5 2 0 0 1 4 4 3 1 1 3 0 0 6 1 0 5 2 2 1 1 2 7 7 6 5 5 3 7 6 4 5 7 6 5 6 5 2 4 6 7 7 4 3 6 7 4 3 0 1 24 21 11 19 15 13 26 16 3 4 12 23 22 20 10 7 18 5 6 27 9 2 25 17 14 8 4 1 2 0 6 3 7 5
8.02/4.01	v       </values>
8.02/4.01	v     </instantiation>
8.02/4.01	s SATISFIABLE

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295781-1532595311/watcher-4295781-1532595311 -o /tmp/evaluation-result-4295781-1532595311/solver-4295781-1532595311 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=486646824 HOME/instance-4295781-1532595311.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=31855, runsolver pid=31852

[startup+0.100091 s]*
/proc/loadavg: 1.83 1.50 1.39 3/206 31912
/proc/meminfo: memFree=12399344/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 4419 13296 0 0 1 1 5 3 20 0 6 0 77094286 10212057088 4269 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2493178 4269 1934 1 0 2481616 0
[pid=31855/tid=31908] ppid=31852 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 2224 13296 0 0 0 0 5 3 20 0 6 0 77094294 10212057088 4269 33554432000 4194304 4196468 140728752947152 140436510032464 140436522276190 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 6 0 77094295 10212057088 4269 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=9972712 memory=140617865156224 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 6 0 77094295 10212057088 4269 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 6 0 77094295 10212057088 4269 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 6 0 77094295 10212057088 4269 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210422 s]*
/proc/loadavg: 1.83 1.50 1.39 2/215 31921
/proc/meminfo: memFree=12377736/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=10818856 memory=42552 CPUtime=0.27 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 8546 13296 0 0 16 3 5 3 20 0 15 0 77094286 11078508544 10638 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2704714 10638 2930 1 0 2667149 0
[pid=31855/tid=31908] ppid=31852 vsize=10818856 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 5080 13296 0 0 10 2 5 3 20 0 15 0 77094294 11078508544 10638 33554432000 4194304 4196468 140728752947152 140436509993360 140436519759232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=10818856 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11078508544 10638 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=10818856 memory=140617865580245 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11078508544 10638 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11078508544 10638 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 77094295 11078508544 10638 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=10818856 memory=140617865156224 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 77094297 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 13 13296 0 0 0 0 5 3 20 0 15 0 77094297 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435431351712 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435297134064 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) S 31852 31855 29230 0 -1 1077944384 490 13296 0 0 1 0 5 3 20 0 15 0 77094300 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435862063088 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) S 31852 31855 29230 0 -1 1077944384 128 13296 0 0 0 0 5 3 20 0 15 0 77094300 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435861010544 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=10818856 memory=140617865156224 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) S 31852 31855 29230 0 -1 1077944384 626 13296 0 0 3 0 5 3 20 0 15 0 77094300 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435859958000 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=10818856 memory=140617865156224 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094301 11078508544 10638 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42552 KiB

[startup+0.310283 s]*
/proc/loadavg: 1.83 1.50 1.39 3/215 31921
/proc/meminfo: memFree=12369052/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=10819352 memory=53876 CPUtime=0.39 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 10563 13296 0 0 27 4 5 3 20 0 15 0 77094286 11079016448 13469 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2704838 13469 3061 1 0 2667149 0
[pid=31855/tid=31908] ppid=31852 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 7091 13296 0 0 18 3 5 3 20 0 15 0 77094294 11079016448 13469 33554432000 4194304 4196468 140728752947152 140436510007712 140436518471584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 13469 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 13469 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 13469 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 13469 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 77094297 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 13 13296 0 0 0 0 5 3 20 0 15 0 77094297 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435431351712 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435297134064 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) S 31852 31855 29230 0 -1 1077944384 491 13296 0 0 2 0 5 3 20 0 15 0 77094300 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435862063088 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) S 31852 31855 29230 0 -1 1077944384 128 13296 0 0 1 0 5 3 20 0 15 0 77094300 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435861010544 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=10819352 memory=140617865156224 CPUtime=0.12 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) S 31852 31855 29230 0 -1 1077944384 631 13296 0 0 4 0 5 3 20 0 15 0 77094300 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435859958000 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=10819352 memory=140617865156224 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094301 11079016448 13469 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53876 KiB

[startup+0.700667 s]
/proc/loadavg: 1.83 1.50 1.39 3/215 31921
/proc/meminfo: memFree=12364208/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=10819352 memory=86920 CPUtime=0.99 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 16808 13296 0 0 85 6 5 3 20 0 15 0 77094286 11079016448 21666 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2704838 21666 3241 1 0 2667149 0
[pid=31855/tid=31908] ppid=31852 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 12431 13296 0 0 54 4 5 3 20 0 15 0 77094294 11079016448 21730 33554432000 4194304 4196468 140728752947152 140436510016528 140436522276190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 21730 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 21730 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=10819352 memory=140617766286128 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 21730 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=10819352 memory=140621524238924 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 77094295 11079016448 21730 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=10819352 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 5 13296 0 0 0 0 5 3 20 0 15 0 77094297 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=10819352 memory=4639098309541128813 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 13 13296 0 0 0 0 5 3 20 0 15 0 77094297 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435431351712 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435297134064 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=10819352 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=10819352 memory=13460 CPUtime=0.17 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) S 31852 31855 29230 0 -1 1077944384 1061 13296 0 0 9 0 5 3 20 0 15 0 77094300 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435862063088 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=10819352 memory=16432 CPUtime=0.15 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) S 31852 31855 29230 0 -1 1077944384 414 13296 0 0 7 0 5 3 20 0 15 0 77094300 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435861010544 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=10819352 memory=1792 CPUtime=0.2 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) R 31852 31855 29230 0 -1 4202560 688 13296 0 0 12 0 5 3 20 0 15 0 77094300 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435859958000 140436522276190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=10819352 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094301 11079016448 21730 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86920 KiB

[startup+1.50121 s]
/proc/loadavg: 1.83 1.50 1.39 4/215 31921
/proc/meminfo: memFree=12318288/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=10834252 memory=175812 CPUtime=2.28 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 24014 13296 0 0 209 11 5 3 20 0 15 0 77094286 11094274048 43953 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2708563 43953 3476 1 0 2670221 0
[pid=31855/tid=31908] ppid=31852 vsize=10834252 memory=63072 CPUtime=1.44 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 18039 13296 0 0 129 7 5 3 20 0 15 0 77094294 11094274048 43953 33554432000 4194304 4196468 140728752947152 140436510027024 140436538217629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 14 13296 0 0 1 0 5 3 20 0 15 0 77094295 11094274048 43953 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=10834252 memory=281235532603552 CPUtime=0.09 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 14 13296 0 0 1 0 5 3 20 0 15 0 77094295 11094274048 43953 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 211 13296 0 0 1 0 5 3 20 0 15 0 77094295 11094274048 43953 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 71 13296 0 0 0 0 5 3 20 0 15 0 77094295 11094274048 43953 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 62 13296 0 0 1 0 5 3 20 0 15 0 77094297 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 14 13296 0 0 0 0 5 3 20 0 15 0 77094297 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435431351776 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435297134048 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=10834252 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) S 31852 31855 29230 0 -1 1077944384 1239 13296 0 0 22 0 5 3 20 0 15 0 77094300 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435862063088 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=10834252 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) S 31852 31855 29230 0 -1 1077944384 862 13296 0 0 18 0 5 3 20 0 15 0 77094300 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435861010544 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=10834252 memory=6791534058613427641 CPUtime=0.39 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) S 31852 31855 29230 0 -1 1077944384 1286 13296 0 0 31 0 5 3 20 0 15 0 77094300 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435859958000 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=10834252 memory=281235532848000 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094301 11094274048 43953 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.11026 s]
/proc/loadavg: 1.84 1.51 1.39 6/215 31921
/proc/meminfo: memFree=12192548/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=10846560 memory=249052 CPUtime=5.66 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 38094 13296 0 0 541 17 5 3 20 0 15 0 77094286 11106877440 62263 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2711640 62263 3496 1 0 2673293 0
[pid=31855/tid=31908] ppid=31852 vsize=10846560 memory=205096 CPUtime=3 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 26806 13296 0 0 283 9 5 3 20 0 15 0 77094294 11106877440 62263 33554432000 4194304 4196468 140728752947152 140436510026160 140436530432830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=10846560 memory=208656 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 29 13296 0 0 2 0 5 3 20 0 15 0 77094295 11106877440 62263 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=10846560 memory=281235532467456 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 35 13296 0 0 3 0 5 3 20 0 15 0 77094295 11106877440 62263 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=10846560 memory=1770063398401 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 230 13296 0 0 3 0 5 3 20 0 15 0 77094295 11106877440 62263 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=10846560 memory=1838782875137 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 82 13296 0 0 2 0 5 3 20 0 15 0 77094295 11106877440 62263 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=10846560 memory=281235532434384 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 1568 13296 0 0 3 0 5 3 20 0 15 0 77094297 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 14 13296 0 0 0 0 5 3 20 0 15 0 77094297 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435431351776 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=10846560 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435297134080 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=10846560 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=10846560 memory=6935649255759570518 CPUtime=0.82 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) S 31852 31855 29230 0 -1 1077944384 1909 13296 0 0 73 1 5 3 20 0 15 0 77094300 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435862063088 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=10846560 memory=281235532416736 CPUtime=0.69 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) S 31852 31855 29230 0 -1 1077944384 1561 13296 0 0 61 0 5 3 20 0 15 0 77094300 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435861010544 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=10846560 memory=281235532423456 CPUtime=1.16 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) R 31852 31855 29230 0 -1 4202560 3658 13296 0 0 106 2 5 3 20 0 15 0 77094300 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435859958000 140436531292460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=10846560 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=10846560 memory=4132668566627442752 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094301 11106877440 62263 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 249052 KiB

[startup+4.09659 s]
# the end of solver process 31855 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.22317 s, system=0.268924 s

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

[startup+3.20081 s]
/proc/loadavg: 1.84 1.51 1.39 6/215 31921
/proc/meminfo: memFree=12192548/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=10846560 memory=251208 CPUtime=5.88 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 41917 13296 0 0 563 17 5 3 20 0 15 0 77094286 11106877440 62802 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2711640 62802 3497 1 0 2673293 0
[pid=31855/tid=31908] ppid=31852 vsize=10846560 memory=-9123011406873206402 CPUtime=3.08 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 29551 13296 0 0 291 9 5 3 20 0 15 0 77094294 11106877440 62802 33554432000 4194304 4196468 140728752947152 140436510022472 140436522276220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=10846560 memory=6935649255759568960 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 29 13296 0 0 2 0 5 3 20 0 15 0 77094295 11106877440 62802 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=10846560 memory=2984339746955739232 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 35 13296 0 0 3 0 5 3 20 0 15 0 77094295 11106877440 62802 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=10846560 memory=734122130331934768 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 230 13296 0 0 3 0 5 3 20 0 15 0 77094295 11106877440 62802 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=10846560 memory=6154282490091891024 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 82 13296 0 0 2 0 5 3 20 0 15 0 77094295 11106877440 62802 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=10846560 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 1568 13296 0 0 3 0 5 3 20 0 15 0 77094297 11106877440 62802 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 14 13296 0 0 0 0 5 3 20 0 15 0 77094297 11106877440 62802 33554432000 4194304 4196468 140728752947152 140435431351776 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=10846560 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11106877440 62802 33554432000 4194304 4196468 140728752947152 140435297134080 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=10846560 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11106877440 62802 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=10846560 memory=0 CPUtime=0.85 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) S 31852 31855 29230 0 -1 1077944384 1932 13296 0 0 76 1 5 3 20 0 15 0 77094300 11106877440 62802 33554432000 4194304 4196468 140728752947152 140435862063088 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=10846560 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) S 31852 31855 29230 0 -1 1077944384 2331 13296 0 0 67 0 5 3 20 0 15 0 77094300 11106877440 62802 33554432000 4194304 4196468 140728752947152 140435861010544 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=10846560 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) S 31852 31855 29230 0 -1 1077944384 3947 13296 0 0 110 2 5 3 20 0 15 0 77094300 11106877440 62806 33554432000 4194304 4196468 140728752947152 140435859958000 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11106877440 62806 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=10846560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094301 11106877440 62806 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 251208 KiB

[startup+3.60082 s]
/proc/loadavg: 1.84 1.51 1.39 6/215 31921
/proc/meminfo: memFree=12192548/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=10914144 memory=283708 CPUtime=6.99 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 62560 13296 0 0 671 20 5 3 20 0 15 0 77094286 11176083456 70927 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2728536 70927 3498 1 0 2690189 0
[pid=31855/tid=31908] ppid=31852 vsize=10914144 memory=3472468913994223232 CPUtime=3.48 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) R 31852 31855 29230 0 -1 4202560 43095 13296 0 0 330 10 5 3 20 0 15 0 77094294 11176083456 70927 33554432000 4194304 4196468 140728752947152 140436510011160 140436519759255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=10914144 memory=6943526294502006880 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 29 13296 0 0 2 0 5 3 20 0 15 0 77094295 11176083456 70927 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=10914144 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 35 13296 0 0 3 0 5 3 20 0 15 0 77094295 11176083456 70927 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=10914144 memory=6944656592455360604 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 230 13296 0 0 3 0 5 3 20 0 15 0 77094295 11176083456 70927 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=10914144 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 82 13296 0 0 2 0 5 3 20 0 15 0 77094295 11176083456 70927 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=10914144 memory=6944652177228980320 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 1594 13296 0 0 3 0 5 3 20 0 15 0 77094297 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=10914144 memory=281235532284144 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 14 13296 0 0 0 0 5 3 20 0 15 0 77094297 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435431351776 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435297134080 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=10914144 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=10914144 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) R 31852 31855 29230 0 -1 4202560 5833 13296 0 0 109 1 5 3 20 0 15 0 77094300 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435862048584 140436517888803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=10914144 memory=281235532545152 CPUtime=0.99 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) R 31852 31855 29230 0 -1 4202560 4384 13296 0 0 90 1 5 3 20 0 15 0 77094300 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435860991560 140436521695901 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=10914144 memory=-7522837583129502606 CPUtime=1.34 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) S 31852 31855 29230 0 -1 1077944384 5056 13296 0 0 123 3 5 3 20 0 15 0 77094300 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435859958000 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=10914144 memory=-8033973737701895300 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=10914144 memory=281235532284144 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) S 31852 31855 29230 0 -1 1077944384 7 13296 0 0 0 0 5 3 20 0 15 0 77094301 11176083456 70927 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 6.99 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 283708 KiB

[startup+4.00777 s]*
/proc/loadavg: 1.84 1.51 1.39 6/215 31921
/proc/meminfo: memFree=12115484/32770624 swapFree=67108852/67108860
[pid=31855] ppid=31852 vsize=11017360 memory=331368 CPUtime=8.4 cores=0,2,4,6
/proc/31855/stat : 31855 (java) S 31852 31855 29230 0 -1 1077944320 76482 13296 0 0 810 22 5 3 20 0 16 0 77094286 11281776640 82842 33554432000 4194304 4196468 140728752947152 140728752929696 140436538195703 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
/proc/31855/statm: 2754340 82842 3503 1 0 2715993 0
[pid=31855/tid=31908] ppid=31852 vsize=11017360 memory=6791534058613427641 CPUtime=3.89 cores=0,2,4,6
/proc/31855/task/31908/stat : 31908 (java) S 31852 31855 29230 0 -1 1077944384 51100 13296 0 0 370 11 5 3 20 0 16 0 77094294 11281776640 82842 33554432000 4194304 4196468 140728752947152 140436510037024 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31909] ppid=31852 vsize=11017360 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31909/stat : 31909 (java) S 31852 31855 29230 0 -1 1077944384 29 13296 0 0 2 0 5 3 20 0 16 0 77094295 11281776640 82842 33554432000 4194304 4196468 140728752947152 140436542437648 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31910] ppid=31852 vsize=11017360 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31910/stat : 31910 (java) S 31852 31855 29230 0 -1 1077944384 35 13296 0 0 3 0 5 3 20 0 16 0 77094295 11281776640 82842 33554432000 4194304 4196468 140728752947152 140436441328016 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31911] ppid=31852 vsize=11017360 memory=281235532371552 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31911/stat : 31911 (java) S 31852 31855 29230 0 -1 1077944384 230 13296 0 0 3 0 5 3 20 0 16 0 77094295 11281776640 82842 33554432000 4194304 4196468 140728752947152 140436440275472 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31912] ppid=31852 vsize=11017360 memory=281235532520016 CPUtime=0.1 cores=0,2,4,6
/proc/31855/task/31912/stat : 31912 (java) S 31852 31855 29230 0 -1 1077944384 82 13296 0 0 2 0 5 3 20 0 15 0 77094295 11281776640 82343 33554432000 4194304 4196468 140728752947152 140436439222928 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31913] ppid=31852 vsize=11017360 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31855/task/31913/stat : 31913 (java) S 31852 31855 29230 0 -1 1077944384 1856 13296 0 0 3 0 5 3 20 0 15 0 77094297 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435863116272 140436538206850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31914] ppid=31852 vsize=11017360 memory=140617766339135 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31914/stat : 31914 (java) S 31852 31855 29230 0 -1 1077944384 14 13296 0 0 0 0 5 3 20 0 15 0 77094297 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435431351776 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31915] ppid=31852 vsize=11017360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31915/stat : 31915 (java) S 31852 31855 29230 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 77094297 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435297134080 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31916] ppid=31852 vsize=11017360 memory=281235532545344 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31916/stat : 31916 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435056843472 140436538214299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31917] ppid=31852 vsize=11017360 memory=0 CPUtime=1.6 cores=0,2,4,6
/proc/31855/task/31917/stat : 31917 (java) R 31852 31855 29230 0 -1 4202560 9438 13296 0 0 151 1 5 3 20 0 15 0 77094300 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435862048864 140436519713454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31918] ppid=31852 vsize=11017360 memory=140617766392655 CPUtime=1.4 cores=0,2,4,6
/proc/31855/task/31918/stat : 31918 (java) R 31852 31855 29230 0 -1 4202560 6005 13296 0 0 131 1 5 3 20 0 15 0 77094300 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435860992112 140436521581208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31919] ppid=31852 vsize=11017360 memory=140617865156278 CPUtime=1.5 cores=0,2,4,6
/proc/31855/task/31919/stat : 31919 (java) S 31852 31855 29230 0 -1 1077944384 5473 13296 0 0 139 3 5 3 20 0 15 0 77094300 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435859958000 140436538206850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31920] ppid=31852 vsize=11017360 memory=140617766353007 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31920/stat : 31920 (java) S 31852 31855 29230 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 77094300 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435023284832 140436538205909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
[pid=31855/tid=31921] ppid=31852 vsize=11017360 memory=140617865156224 CPUtime=0.08 cores=0,2,4,6
/proc/31855/task/31921/stat : 31921 (java) R 31852 31855 29230 0 -1 1077944384 7 13296 0 0 0 0 5 3 20 0 15 0 77094301 11281776640 82343 33554432000 4194304 4196468 140728752947152 140435858905904 140436538206850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22380544 140728752953967 140728752956764 140728752956764 140728752959439 0
Current children cumulated CPU time: 8.4 s
Current children cumulated vsize: 11017360 KiB
Current children cumulated memory: 331368 KiB

Child status: 0
Real time (s): 4.09664
CPU time (s): 8.4921
CPU user time (s): 8.22317
CPU system time (s): 0.268924
CPU usage (%): 207.294
Max. virtual memory (cumulated for all children) (KiB): 11017360
Max. memory (cumulated for all children) (KiB): 331368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.22317
system time used= 0.268924
maximum resident set size= 331368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89820
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= 6799
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 31855
#   total CPU time (s): 8.4921
#   total CPU user time (s): 8.22317
#   total CPU system time (s): 0.268924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051922 second user time and 0.079199 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 10:55:11
IDJOB=4295781
IDBENCH=141601
IDSOLVER=2750
FILE ID=node148/4295781-1532595311
RUNJOBID= node148-1532582651-29261
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295781-1532595311/watcher-4295781-1532595311 -o /tmp/evaluation-result-4295781-1532595311/solver-4295781-1532595311 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=486646824 HOME/instance-4295781-1532595311.xml

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

MD5SUM BENCH= d342e5d3265d7d58fa84b10ce3b2f22d
RANDOM SEED=486646824

node148.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.50
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.50
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.50
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.50
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:        12407824 kB
MemAvailable:   31292916 kB
Buffers:          223116 kB
Cached:         18596960 kB
SwapCached:            8 kB
Active:          3049988 kB
Inactive:       16460016 kB
Active(anon):     643568 kB
Inactive(anon):    74280 kB
Active(file):    2406420 kB
Inactive(file): 16385736 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:        694704 kB
Mapped:            53656 kB
Shmem:             25216 kB
Slab:             549572 kB
SReclaimable:     521396 kB
SUnreclaim:        28176 kB
KernelStack:        3632 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1615380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    468992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43212 MiB
End job on node148 at 2018-07-26 10:55:16