Trace number 4312082

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
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 2520.07 2500.72

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-21-0500_c18.xml
MD5SUM3fdf89d4941046bada2032faa76e855a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63832030
Best CPU time to get the best result obtained on this benchmark61.4336
Satisfiable
(Un)Satisfiability was proved
Number of variables4790
Number of constraints2852
Number of domains18
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":14},{"size":2,"count":1749},{"size":11,"count":1263},{"size":12,"count":1},{"size":21,"count":9},{"size":27,"count":36},{"size":43,"count":1},{"size":47,"count":3},{"size":53,"count":3},{"size":97,"count":25},{"size":102,"count":73},{"size":113,"count":21},{"size":121,"count":1592}]
Minimum variable degree1
Maximum variable degree1264
Distribution of variable degrees[{"degree":1,"count":5},{"degree":2,"count":3828},{"degree":3,"count":82},{"degree":4,"count":132},{"degree":5,"count":162},{"degree":6,"count":218},{"degree":7,"count":222},{"degree":8,"count":115},{"degree":9,"count":9},{"degree":10,"count":7},{"degree":11,"count":4},{"degree":12,"count":5},{"degree":1264,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":326},{"arity":3,"count":1263},{"arity":6,"count":1263}]
Number of extensional constraints1263
Number of intensional constraints1589
Distribution of constraint types[{"type":"extension","count":1263},{"type":"intension","count":1589}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 223768492
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
27.12/15.53	c Parsing done, starting search...
2520.03/2500.70	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312082-1534551274/watcher-4312082-1534551274 -o /tmp/evaluation-result-4312082-1534551274/solver-4312082-1534551274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534541041-19653 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 223768492 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312082-1534551274.xml 

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

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


[startup+0.106357 s]*
/proc/loadavg: 1.48 1.49 1.44 4/220 21150
/proc/meminfo: memFree=18988512/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14082736 memory=31968 CPUtime=0.13 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 6872 0 0 0 12 1 0 0 20 0 15 0 272690645 14420721664 7992 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3520684 7992 3160 1 0 3482761 0
[pid=21135/tid=21137] ppid=21132 vsize=14082736 memory=-8701690554791923578 CPUtime=0.09 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 4913 0 0 0 9 0 0 0 20 0 15 0 272690646 14420721664 7992 33554432000 4194304 4196468 140721052835488 140243167568432 140243147412830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 7992 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 7992 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 7992 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242074924448 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242073871856 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) S 21132 21135 19620 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242071767024 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0.01 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) S 21132 21135 19620 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 272690651 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242069661936 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 7992 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31968 KiB

[startup+0.21623 s]*
/proc/loadavg: 1.48 1.49 1.44 5/220 21150
/proc/meminfo: memFree=18973628/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14082736 memory=47520 CPUtime=0.32 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 10511 0 0 0 30 2 0 0 20 0 15 0 272690645 14420721664 11880 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3520684 11880 3365 1 0 3482761 0
[pid=21135/tid=21137] ppid=21132 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 8220 0 0 0 19 1 0 0 20 0 15 0 272690646 14420721664 11880 33554432000 4194304 4196468 140721052835488 140243167550640 140242778724225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 11880 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14082736 memory=288370281026033280 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 11880 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 11880 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242074924448 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242073871856 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) R 21132 21135 19620 0 -1 4202560 382 0 0 0 2 0 0 0 20 0 15 0 272690651 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242071767024 140243144843264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) R 21132 21135 19620 0 -1 1077944384 224 0 0 0 1 0 0 0 20 0 15 0 272690651 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0.06 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) R 21132 21135 19620 0 -1 4202560 308 0 0 0 6 0 0 0 20 0 15 0 272690651 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242069661936 140243141953892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 11880 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47520 KiB

[startup+0.31092 s]*
/proc/loadavg: 1.48 1.49 1.44 3/220 21150
/proc/meminfo: memFree=18969992/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14082736 memory=50852 CPUtime=0.44 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 10857 0 0 0 42 2 0 0 20 0 15 0 272690645 14420721664 12713 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3520684 12713 3368 1 0 3482761 0
[pid=21135/tid=21137] ppid=21132 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 8544 0 0 0 28 1 0 0 20 0 15 0 272690646 14420721664 12713 33554432000 4194304 4196468 140721052835488 140243167541696 140243144895881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14082736 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 12713 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14082736 memory=288370281026033280 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 12713 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 12713 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242074924448 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272690648 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242073871856 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) S 21132 21135 19620 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 15 0 272690651 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242071767024 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) S 21132 21135 19620 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 272690651 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0.08 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) S 21132 21135 19620 0 -1 1077944384 316 0 0 0 8 0 0 0 20 0 15 0 272690651 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242069661936 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14082736 memory=139904874321536 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690651 14420721664 12713 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50852 KiB

[startup+0.700853 s]
/proc/loadavg: 1.48 1.49 1.44 3/220 21150
/proc/meminfo: memFree=18946428/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14084804 memory=90552 CPUtime=0.99 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 17559 0 0 0 94 5 0 0 20 0 15 0 272690645 14422839296 22638 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3521201 22638 3499 1 0 3483273 0
[pid=21135/tid=21137] ppid=21132 vsize=14084804 memory=230708933060085 CPUtime=0.67 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 14875 0 0 0 64 3 0 0 20 0 15 0 272690646 14422839296 22638 33554432000 4194304 4196468 140721052835488 140243167555600 140243163354269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14084804 memory=1252454 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14422839296 22638 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14422839296 22638 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690646 14422839296 22638 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272690646 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272690648 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14084804 memory=-6294447370555056738 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272690648 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242074924448 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272690648 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242073871856 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14084804 memory=6944652177228980320 CPUtime=0.06 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) S 21132 21135 19620 0 -1 1077944384 541 0 0 0 6 0 0 0 20 0 15 0 272690651 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242071767024 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) S 21132 21135 19620 0 -1 1077944384 376 0 0 0 8 0 0 0 20 0 15 0 272690651 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) S 21132 21135 19620 0 -1 1077944384 385 0 0 0 14 0 0 0 20 0 15 0 272690651 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242069661936 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14084804 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272690651 14422839296 22638 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90552 KiB

[startup+1.50081 s]
/proc/loadavg: 1.48 1.49 1.44 3/220 21150
/proc/meminfo: memFree=18707728/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14086852 memory=387844 CPUtime=3.13 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 20146 0 0 0 277 36 0 0 20 0 15 0 272690645 14424936448 96961 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3521713 96961 3566 1 0 3483785 0
[pid=21135/tid=21137] ppid=21132 vsize=14086852 memory=3303 CPUtime=1.37 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 15346 0 0 0 129 8 0 0 20 0 15 0 272690646 14424936448 96961 33554432000 4194304 4196468 140721052835488 140243167568208 140242782809903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14086852 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 136 0 0 0 3 6 0 0 20 0 15 0 272690646 14424936448 96961 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14086852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 116 0 0 0 3 5 0 0 20 0 15 0 272690646 14424936448 96961 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 137 0 0 0 3 6 0 0 20 0 15 0 272690646 14424936448 96961 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14086852 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 156 0 0 0 3 6 0 0 20 0 15 0 272690646 14424936448 96961 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 272690648 14424936448 96961 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0

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

/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 247471 0 0 0 237781 85 0 0 20 0 15 0 272690646 14429130752 417444 33554432000 4194304 4196468 140721052835488 140243167570288 140242792882639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14090948 memory=1680036 CPUtime=3.28 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 37422 0 0 0 275 53 0 0 20 0 15 0 272690646 14429130752 417444 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14090948 memory=1672340 CPUtime=3.26 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 42935 0 0 0 274 52 0 0 20 0 15 0 272690646 14429130752 417444 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14090948 memory=1670804 CPUtime=3.27 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 38681 0 0 0 273 54 0 0 20 0 15 0 272690646 14429130752 417444 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14090948 memory=1670804 CPUtime=3.29 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 40921 0 0 0 274 55 0 0 20 0 15 0 272690646 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14090948 memory=1669776 CPUtime=0.25 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 14903 0 0 0 19 6 0 0 20 0 15 0 272690648 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14090948 memory=1669776 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242074924512 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14090948 memory=1669776 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242073871872 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14090948 memory=1669776 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14090948 memory=2024 CPUtime=3.21 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) S 21132 21135 19620 0 -1 1077944384 11784 0 0 0 319 2 0 0 20 0 15 0 272690651 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242071767024 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14090948 memory=1672340 CPUtime=3.38 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) S 21132 21135 19620 0 -1 1077944384 12325 0 0 0 335 3 0 0 20 0 15 0 272690651 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14090948 memory=1669776 CPUtime=1.24 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) S 21132 21135 19620 0 -1 1077944384 11683 0 0 0 121 3 0 0 20 0 15 0 272690651 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242069661936 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14090948 memory=3600 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14090948 memory=1687732 CPUtime=1.26 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 2004 0 0 0 53 73 0 0 20 0 15 0 272690651 14429130752 417444 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 2401.2 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1669776 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.88 1.92 3/218 21327
/proc/meminfo: memFree=22966004/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14090948 memory=1653356 CPUtime=2461.44 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 468212 0 0 0 245767 377 0 0 20 0 15 0 272690645 14429130752 413339 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3522737 413339 3611 1 0 3484809 0
[pid=21135/tid=21137] ppid=21132 vsize=14090948 memory=1655408 CPUtime=2438.56 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 249500 0 0 0 243771 85 0 0 20 0 15 0 272690646 14429130752 413339 33554432000 4194304 4196468 140721052835488 140243167570400 140242792434736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14090948 memory=1653356 CPUtime=3.35 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 38073 0 0 0 282 53 0 0 20 0 15 0 272690646 14429130752 413339 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14090948 memory=1663108 CPUtime=3.33 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 44649 0 0 0 281 52 0 0 20 0 15 0 272690646 14429130752 413339 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14090948 memory=1657464 CPUtime=3.36 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 39695 0 0 0 281 55 0 0 20 0 15 0 272690646 14429130752 413339 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14090948 memory=1655412 CPUtime=3.36 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 41870 0 0 0 281 55 0 0 20 0 15 0 272690646 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14090948 memory=1192 CPUtime=0.26 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 15168 0 0 0 20 6 0 0 20 0 15 0 272690648 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14090948 memory=1655408 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242074924512 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14090948 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242073871872 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14090948 memory=1655408 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14090948 memory=1655920 CPUtime=3.21 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) S 21132 21135 19620 0 -1 1077944384 11786 0 0 0 319 2 0 0 20 0 15 0 272690651 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242071767024 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14090948 memory=1653356 CPUtime=3.38 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) S 21132 21135 19620 0 -1 1077944384 12328 0 0 0 335 3 0 0 20 0 15 0 272690651 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14090948 memory=1655408 CPUtime=1.24 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) S 21132 21135 19620 0 -1 1077944384 11686 0 0 0 121 3 0 0 20 0 15 0 272690651 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242069661936 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14090948 memory=1653356 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14090948 memory=6791534058613427641 CPUtime=1.3 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 2032 0 0 0 55 75 0 0 20 0 15 0 272690651 14429130752 413339 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 2461.44 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1653356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.7 s]
/proc/loadavg: 1.66 1.82 1.89 3/219 21329
/proc/meminfo: memFree=22979688/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14090948 memory=1637452 CPUtime=2520.03 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 475594 0 0 0 251624 379 0 0 20 0 15 0 272690645 14429130752 409363 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3522737 409363 3611 1 0 3484809 0
[pid=21135/tid=21137] ppid=21132 vsize=14090948 memory=1637452 CPUtime=2496.87 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 251158 0 0 0 249602 85 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243167570400 140242791983040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14090948 memory=1638480 CPUtime=3.4 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 39415 0 0 0 287 53 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14090948 memory=1644124 CPUtime=3.38 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 45738 0 0 0 286 52 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14090948 memory=1641556 CPUtime=3.41 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 40997 0 0 0 286 55 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14090948 memory=1642584 CPUtime=3.42 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 43433 0 0 0 287 55 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14090948 memory=1642584 CPUtime=0.28 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 15544 0 0 0 22 6 0 0 20 0 15 0 272690648 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14090948 memory=1639504 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242074924512 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14090948 memory=1639504 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242073871872 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14090948 memory=1638480 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14090948 memory=1638480 CPUtime=3.21 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) S 21132 21135 19620 0 -1 1077944384 11788 0 0 0 319 2 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242071767024 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14090948 memory=1638480 CPUtime=3.38 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) S 21132 21135 19620 0 -1 1077944384 12332 0 0 0 335 3 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14090948 memory=1638480 CPUtime=1.24 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) S 21132 21135 19620 0 -1 1077944384 11690 0 0 0 121 3 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242069661936 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14090948 memory=1637452 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14090948 memory=1637452 CPUtime=1.34 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 2074 0 0 0 57 77 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1637452 KiB

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

[startup+2500.72 s]
# the end of solver process 21135 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.81564 s

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

[startup+2500.7 s]
/proc/loadavg: 1.66 1.82 1.89 3/219 21329
/proc/meminfo: memFree=22979688/32770624 swapFree=67108856/67108860
[pid=21135] ppid=21132 vsize=14090948 memory=1637452 CPUtime=2520.03 cores=1,3,5,7
/proc/21135/stat : 21135 (java) S 21132 21135 19620 0 -1 1077944320 475594 0 0 0 251624 379 0 0 20 0 15 0 272690645 14429130752 409363 33554432000 4194304 4196468 140721052835488 140721052818032 140243163332343 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
/proc/21135/statm: 3522737 409363 3611 1 0 3484809 0
[pid=21135/tid=21137] ppid=21132 vsize=14090948 memory=1637452 CPUtime=2496.87 cores=1,3,5,7
/proc/21135/task/21137/stat : 21137 (java) R 21132 21135 19620 0 -1 4202560 251158 0 0 0 249602 85 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243167570400 140242791983040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21138] ppid=21132 vsize=14090948 memory=1638480 CPUtime=3.4 cores=1,3,5,7
/proc/21135/task/21138/stat : 21138 (java) S 21132 21135 19620 0 -1 1077944384 39415 0 0 0 287 53 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243100932368 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21139] ppid=21132 vsize=14090948 memory=1644124 CPUtime=3.38 cores=1,3,5,7
/proc/21135/task/21139/stat : 21139 (java) S 21132 21135 19620 0 -1 1077944384 45738 0 0 0 286 52 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243099879824 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21140] ppid=21132 vsize=14090948 memory=1641556 CPUtime=3.41 cores=1,3,5,7
/proc/21135/task/21140/stat : 21140 (java) S 21132 21135 19620 0 -1 1077944384 40997 0 0 0 286 55 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140243098827280 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21141] ppid=21132 vsize=14090948 memory=1642584 CPUtime=3.42 cores=1,3,5,7
/proc/21135/task/21141/stat : 21141 (java) S 21132 21135 19620 0 -1 1077944384 43433 0 0 0 287 55 0 0 20 0 15 0 272690646 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242756049552 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21142] ppid=21132 vsize=14090948 memory=1642584 CPUtime=0.28 cores=1,3,5,7
/proc/21135/task/21142/stat : 21142 (java) S 21132 21135 19620 0 -1 1077944384 15544 0 0 0 22 6 0 0 20 0 15 0 272690648 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242075978224 140243163343490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21143] ppid=21132 vsize=14090948 memory=1639504 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21143/stat : 21143 (java) S 21132 21135 19620 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242074924512 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21144] ppid=21132 vsize=14090948 memory=1639504 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21144/stat : 21144 (java) S 21132 21135 19620 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272690648 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242073871872 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21145] ppid=21132 vsize=14090948 memory=1638480 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21145/stat : 21145 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242072820432 140243163350939 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21146] ppid=21132 vsize=14090948 memory=1638480 CPUtime=3.21 cores=1,3,5,7
/proc/21135/task/21146/stat : 21146 (java) S 21132 21135 19620 0 -1 1077944384 11788 0 0 0 319 2 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242071767024 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21147] ppid=21132 vsize=14090948 memory=1638480 CPUtime=3.38 cores=1,3,5,7
/proc/21135/task/21147/stat : 21147 (java) S 21132 21135 19620 0 -1 1077944384 12332 0 0 0 335 3 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242070714480 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21148] ppid=21132 vsize=14090948 memory=1638480 CPUtime=1.24 cores=1,3,5,7
/proc/21135/task/21148/stat : 21148 (java) S 21132 21135 19620 0 -1 1077944384 11690 0 0 0 121 3 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242069661936 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21149] ppid=21132 vsize=14090948 memory=1637452 CPUtime=0 cores=1,3,5,7
/proc/21135/task/21149/stat : 21149 (java) S 21132 21135 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242068609632 140243163342549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
[pid=21135/tid=21150] ppid=21132 vsize=14090948 memory=1637452 CPUtime=1.34 cores=1,3,5,7
/proc/21135/task/21150/stat : 21150 (java) S 21132 21135 19620 0 -1 1077944384 2074 0 0 0 57 77 0 0 20 0 15 0 272690651 14429130752 409363 33554432000 4194304 4196468 140721052835488 140242067557168 140243163343490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38957056 140721052841033 140721052841225 140721052841225 140721052843983 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1637452 KiB

Child status: 143
Real time (s): 2500.72
CPU time (s): 2520.07
CPU user time (s): 2516.25
CPU system time (s): 3.81564
CPU usage (%): 100.774
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4510784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.81564
maximum resident set size= 4510788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476174
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61027
involuntary context switches= 2621


# summary of solver processes directly reported to runsolver:
#   pid: 21135
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.81564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8151 second user time and 21.1966 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-18 02:14:35
IDJOB=4312082
IDBENCH=141276
IDSOLVER=2799
FILE ID=node132/4312082-1534551274
RUNJOBID= node132-1534541041-19653
PBS_JOBID= 21038639
Free space on /tmp= 57508 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-21-0500_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312082-1534551274/watcher-4312082-1534551274 -o /tmp/evaluation-result-4312082-1534551274/solver-4312082-1534551274 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534541041-19653 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 223768492 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312082-1534551274.xml

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

MD5SUM BENCH= 3fdf89d4941046bada2032faa76e855a
RANDOM SEED=223768492

node132.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.65
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.65
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.65
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.65
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:        19008008 kB
MemAvailable:   26289892 kB
Buffers:          258336 kB
Cached:          7308632 kB
SwapCached:            4 kB
Active:          9966688 kB
Inactive:        3257048 kB
Active(anon):    5632880 kB
Inactive(anon):    92944 kB
Active(file):    4333808 kB
Inactive(file):  3164104 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:            107076 kB
Writeback:             0 kB
AnonPages:       5677968 kB
Mapped:            35208 kB
Shmem:             66204 kB
Slab:             228372 kB
SReclaimable:     199616 kB
SUnreclaim:        28756 kB
KernelStack:        3872 kB
PageTables:        15824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6739164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5496832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 57616 MiB
End job on node132 at 2018-08-18 02:56:16