Trace number 4311681

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.03 2498.51

General information on the benchmark

NameNurseRostering/
NurseRostering-08_c18.xml
MD5SUMd61cb971f7c35e7f42e62a62e90db6df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9900
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1615
Number of constraints4057
Number of domains17
Minimum domain size1
Maximum domain size31
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":347},{"size":3,"count":4},{"size":5,"count":856},{"size":6,"count":1},{"size":9,"count":6},{"size":15,"count":24},{"size":29,"count":60},{"size":31,"count":252}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":655},{"degree":3,"count":120},{"degree":14,"count":3},{"degree":15,"count":26},{"degree":16,"count":25},{"degree":17,"count":11},{"degree":18,"count":21},{"degree":19,"count":40},{"degree":20,"count":52},{"degree":21,"count":62},{"degree":22,"count":101},{"degree":23,"count":201},{"degree":24,"count":145},{"degree":25,"count":88},{"degree":26,"count":52},{"degree":27,"count":13}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":1704},{"arity":3,"count":1144},{"arity":4,"count":205},{"arity":5,"count":30},{"arity":6,"count":529},{"arity":7,"count":154},{"arity":29,"count":150},{"arity":31,"count":140},{"arity":60,"count":1}]
Number of extensional constraints950
Number of intensional constraints511
Distribution of constraint types[{"type":"extension","count":950},{"type":"intension","count":511},{"type":"regular","count":1562},{"type":"sum","count":60},{"type":"count","count":973},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-17
0.67/0.55	c seed: 1730135301
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
6.45/2.72	c Parsing done, starting search...
2520.01/2498.50	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 (10691 MiB free)
  memory of node 1: 16384 MiB (13002 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311681-1534541062/watcher-4311681-1534541062 -o /tmp/evaluation-result-4311681-1534541062/solver-4311681-1534541062 -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 1730135301 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311681-1534541062.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=19775, runsolver pid=19772
Current StackSize limit: 8192 KiB


[startup+0.107044 s]*
/proc/loadavg: 0.59 0.16 0.09 3/219 19791
/proc/meminfo: memFree=24242016/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14082736 memory=34108 CPUtime=0.13 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 6907 0 0 0 12 1 0 0 20 0 15 0 271669406 14420721664 8527 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3520684 8527 3161 1 0 3482761 0
[pid=19775/tid=19777] ppid=19772 vsize=14082736 memory=-8485517772678141314 CPUtime=0.09 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 5053 0 0 0 9 0 0 0 20 0 15 0 271669407 14420721664 8593 33554432000 4194304 4196468 140724824724768 140017373052672 140017349113600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 8659 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 8659 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 8659 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 8659 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271669409 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271669409 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016279590304 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271669410 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016278537712 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0.01 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 271669412 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 8659 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34108 KiB

[startup+0.217255 s]*
/proc/loadavg: 0.59 0.16 0.09 6/219 19791
/proc/meminfo: memFree=24227396/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14082736 memory=47960 CPUtime=0.33 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 10090 0 0 0 31 2 0 0 20 0 15 0 271669406 14420721664 11990 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3520684 11990 3369 1 0 3482761 0
[pid=19775/tid=19777] ppid=19772 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 7793 0 0 0 19 1 0 0 20 0 15 0 271669407 14420721664 11990 33554432000 4194304 4196468 140724824724768 140017373065264 140017368849814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 11990 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14082736 memory=288370737020700288 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 11990 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 11990 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 11990 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271669409 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271669409 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016279590304 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271669410 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016278537712 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 15 0 271669412 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 15 0 271669412 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0.07 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 298 0 0 0 7 0 0 0 20 0 15 0 271669412 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 11990 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47960 KiB

[startup+0.310988 s]*
/proc/loadavg: 0.59 0.16 0.09 3/219 19791
/proc/meminfo: memFree=24224232/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14082736 memory=51148 CPUtime=0.45 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 10427 0 0 0 43 2 0 0 20 0 15 0 271669406 14420721664 12787 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3520684 12787 3371 1 0 3482761 0
[pid=19775/tid=19777] ppid=19772 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 8106 0 0 0 29 1 0 0 20 0 15 0 271669407 14420721664 12787 33554432000 4194304 4196468 140724824724768 140017373047232 140017349113096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14082736 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 12787 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14082736 memory=288370737020700288 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 12787 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 12787 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271669408 14420721664 12787 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271669409 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271669409 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016279590304 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271669410 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016278537712 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 15 0 271669412 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 187 0 0 0 2 0 0 0 20 0 15 0 271669412 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0.08 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 303 0 0 0 8 0 0 0 20 0 15 0 271669412 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14082736 memory=140360868988544 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669412 14420721664 12787 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51148 KiB

[startup+0.70075 s]
/proc/loadavg: 0.59 0.16 0.09 4/219 19791
/proc/meminfo: memFree=24199800/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14084804 memory=89088 CPUtime=0.99 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 17147 0 0 0 95 4 0 0 20 0 15 0 271669406 14422839296 22272 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3521201 22272 3500 1 0 3483273 0
[pid=19775/tid=19777] ppid=19772 vsize=14084804 memory=225323782267045 CPUtime=0.67 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 14453 0 0 0 64 3 0 0 20 0 15 0 271669407 14422839296 22272 33554432000 4194304 4196468 140724824724768 140017373062096 140017352918366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14084804 memory=1252454 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14422839296 22272 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14422839296 22272 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14422839296 22272 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271669408 14422839296 22272 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271669409 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14084804 memory=-6366504964593050722 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271669409 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016279590304 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271669410 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016278537712 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14084804 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 593 0 0 0 7 0 0 0 20 0 15 0 271669412 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 344 0 0 0 7 0 0 0 20 0 15 0 271669412 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 375 0 0 0 15 0 0 0 20 0 15 0 271669412 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14084804 memory=3424 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669412 14422839296 22272 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89088 KiB

[startup+1.50077 s]
/proc/loadavg: 0.59 0.16 0.09 5/219 19791
/proc/meminfo: memFree=24157812/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14088900 memory=165200 CPUtime=3.43 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 22436 0 0 0 337 6 0 0 20 0 15 0 271669406 14427033600 41300 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3522225 41300 3546 1 0 3484297 0
[pid=19775/tid=19777] ppid=19772 vsize=14088900 memory=3303 CPUtime=1.47 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 15977 0 0 0 142 5 0 0 20 0 15 0 271669407 14427033600 41300 33554432000 4194304 4196468 140724824724768 140017373070368 140017368849814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14427033600 41300 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14427033600 41300 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271669408 14427033600 41300 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271669408 14427033600 41300 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 271669409 14427033600 41300 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0

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

/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 58263 0 0 0 237408 26 0 0 20 0 15 0 271669407 14431227904 321861 33554432000 4194304 4196468 140724824724768 140017373076032 140016958391467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14092996 memory=1294116 CPUtime=4.81 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 17544 0 0 0 457 24 0 0 20 0 15 0 271669408 14431227904 321861 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14092996 memory=1292064 CPUtime=4.83 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 13370 0 0 0 457 26 0 0 20 0 15 0 271669408 14431227904 321861 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14092996 memory=1292572 CPUtime=4.82 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 11611 0 0 0 455 27 0 0 20 0 15 0 271669408 14431227904 321861 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14092996 memory=1294632 CPUtime=4.85 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 14240 0 0 0 460 25 0 0 20 0 15 0 271669408 14431227904 321861 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14092996 memory=1293604 CPUtime=2.25 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 13098 0 0 0 205 20 0 0 20 0 15 0 271669409 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14092996 memory=1291548 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271669409 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016279590368 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14092996 memory=1288468 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271669410 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016278537728 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14092996 memory=1288468 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14092996 memory=1287956 CPUtime=2.44 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 9259 0 0 0 243 1 0 0 20 0 15 0 271669412 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14092996 memory=1291552 CPUtime=2.7 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 9278 0 0 0 268 2 0 0 20 0 15 0 271669412 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14092996 memory=1287956 CPUtime=1.21 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 9646 0 0 0 119 2 0 0 20 0 15 0 271669412 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14092996 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14092996 memory=804 CPUtime=0.58 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1145 0 0 0 27 31 0 0 20 0 15 0 271669412 14431227904 321861 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 2402.94 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1287444 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.38 1.27 3/219 19911
/proc/meminfo: memFree=23087340/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14092996 memory=1289488 CPUtime=2463.38 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 160390 0 0 0 246172 166 0 0 20 0 15 0 271669406 14431227904 322372 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3523249 322372 3600 1 0 3485321 0
[pid=19775/tid=19777] ppid=19772 vsize=14092996 memory=1294632 CPUtime=2434.09 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 58959 0 0 0 243383 26 0 0 20 0 15 0 271669407 14431227904 322372 33554432000 4194304 4196468 140724824724768 140017373075968 140016970922062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14092996 memory=1285392 CPUtime=4.96 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 17857 0 0 0 472 24 0 0 20 0 15 0 271669408 14431227904 322372 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14092996 memory=1289488 CPUtime=4.98 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 13515 0 0 0 472 26 0 0 20 0 15 0 271669408 14431227904 322372 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14092996 memory=1289488 CPUtime=4.97 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 11667 0 0 0 470 27 0 0 20 0 15 0 271669408 14431227904 322372 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14092996 memory=1289488 CPUtime=5.01 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 14348 0 0 0 475 26 0 0 20 0 15 0 271669408 14431227904 322372 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14092996 memory=1289488 CPUtime=2.32 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 13275 0 0 0 212 20 0 0 20 0 15 0 271669409 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14092996 memory=1289488 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271669409 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016279590368 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14092996 memory=1289488 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271669410 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016278537728 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14092996 memory=1289488 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14092996 memory=1289488 CPUtime=2.44 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 9261 0 0 0 243 1 0 0 20 0 15 0 271669412 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14092996 memory=1289488 CPUtime=2.7 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 9280 0 0 0 268 2 0 0 20 0 15 0 271669412 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14092996 memory=1289488 CPUtime=1.21 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 9648 0 0 0 119 2 0 0 20 0 15 0 271669412 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14092996 memory=1289488 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14092996 memory=1289488 CPUtime=0.59 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1160 0 0 0 28 31 0 0 20 0 15 0 271669412 14431227904 322372 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 2463.38 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1289488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.5 s]
/proc/loadavg: 1.47 1.42 1.29 3/219 19992
/proc/meminfo: memFree=23297616/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2520.01 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 161745 0 0 0 251832 169 0 0 20 0 15 0 271669406 14431227904 322884 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3523249 322884 3600 1 0 3485321 0
[pid=19775/tid=19777] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2490.06 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 59502 0 0 0 248980 26 0 0 20 0 15 0 271669407 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017373076080 140016969600704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.11 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 17921 0 0 0 486 25 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.13 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 13733 0 0 0 486 27 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.12 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 11742 0 0 0 484 28 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.15 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 14608 0 0 0 489 26 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2.39 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 13449 0 0 0 218 21 0 0 20 0 15 0 271669409 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271669409 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016279590368 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271669410 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016278537728 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2.44 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 9263 0 0 0 243 1 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2.7 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 9282 0 0 0 268 2 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14092996 memory=924 CPUtime=1.21 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 9650 0 0 0 119 2 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0.6 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1175 0 0 0 28 32 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1291536 KiB

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

[startup+2498.51 s]
# the end of solver process 19775 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.33 s, system=1.69896 s

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

[startup+2498.5 s]
/proc/loadavg: 1.47 1.42 1.29 3/219 19992
/proc/meminfo: memFree=23297616/32770624 swapFree=67108856/67108860
[pid=19775] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2520.01 cores=1,3,5,7
/proc/19775/stat : 19775 (java) S 19772 19775 19620 0 -1 1077944320 161745 0 0 0 251832 169 0 0 20 0 15 0 271669406 14431227904 322884 33554432000 4194304 4196468 140724824724768 140724824707312 140017368837879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
/proc/19775/statm: 3523249 322884 3600 1 0 3485321 0
[pid=19775/tid=19777] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2490.06 cores=1,3,5,7
/proc/19775/task/19777/stat : 19777 (java) R 19772 19775 19620 0 -1 4202560 59502 0 0 0 248980 26 0 0 20 0 15 0 271669407 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017373076080 140016969600704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19778] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.11 cores=1,3,5,7
/proc/19775/task/19778/stat : 19778 (java) S 19772 19775 19620 0 -1 1077944384 17921 0 0 0 486 25 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017283905808 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19779] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.13 cores=1,3,5,7
/proc/19775/task/19779/stat : 19779 (java) S 19772 19775 19620 0 -1 1077944384 13733 0 0 0 486 27 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017282853264 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19780] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.12 cores=1,3,5,7
/proc/19775/task/19780/stat : 19780 (java) S 19772 19775 19620 0 -1 1077944384 11742 0 0 0 484 28 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017281800720 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19781] ppid=19772 vsize=14092996 memory=1291536 CPUtime=5.15 cores=1,3,5,7
/proc/19775/task/19781/stat : 19781 (java) S 19772 19775 19620 0 -1 1077944384 14608 0 0 0 489 26 0 0 20 0 15 0 271669408 14431227904 322884 33554432000 4194304 4196468 140724824724768 140017280748176 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19782] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2.39 cores=1,3,5,7
/proc/19775/task/19782/stat : 19782 (java) S 19772 19775 19620 0 -1 1077944384 13449 0 0 0 218 21 0 0 20 0 15 0 271669409 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016280644080 140017368849026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19784] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19784/stat : 19784 (java) S 19772 19775 19620 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 271669409 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016279590368 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19785] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19785/stat : 19785 (java) S 19772 19775 19620 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271669410 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016278537728 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19786] ppid=19772 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19786/stat : 19786 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016277486288 140017368856475 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19787] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2.44 cores=1,3,5,7
/proc/19775/task/19787/stat : 19787 (java) S 19772 19775 19620 0 -1 1077944384 9263 0 0 0 243 1 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016276432880 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19788] ppid=19772 vsize=14092996 memory=1291536 CPUtime=2.7 cores=1,3,5,7
/proc/19775/task/19788/stat : 19788 (java) S 19772 19775 19620 0 -1 1077944384 9282 0 0 0 268 2 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016275380336 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19789] ppid=19772 vsize=14092996 memory=924 CPUtime=1.21 cores=1,3,5,7
/proc/19775/task/19789/stat : 19789 (java) S 19772 19775 19620 0 -1 1077944384 9650 0 0 0 119 2 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016274327792 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19790] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0 cores=1,3,5,7
/proc/19775/task/19790/stat : 19790 (java) S 19772 19775 19620 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016273275488 140017368848085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
[pid=19775/tid=19791] ppid=19772 vsize=14092996 memory=1291536 CPUtime=0.6 cores=1,3,5,7
/proc/19775/task/19791/stat : 19791 (java) S 19772 19775 19620 0 -1 1077944384 1175 0 0 0 28 32 0 0 20 0 15 0 271669412 14431227904 322884 33554432000 4194304 4196468 140724824724768 140016272223024 140017368849026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32997376 140724824728648 140724824728841 140724824728841 140724824731599 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1291536 KiB

Child status: 143
Real time (s): 2498.51
CPU time (s): 2520.03
CPU user time (s): 2518.33
CPU system time (s): 1.69896
CPU usage (%): 100.861
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1307496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.33
system time used= 1.69896
maximum resident set size= 1307496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118707
involuntary context switches= 4632


# summary of solver processes directly reported to runsolver:
#   pid: 19775
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.33
#   total CPU system time (s): 1.69896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0835 second user time and 23.0737 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-17 23:24:22
IDJOB=4311681
IDBENCH=141055
IDSOLVER=2799
FILE ID=node132/4311681-1534541062
RUNJOBID= node132-1534541041-19653
PBS_JOBID= 21038639
Free space on /tmp= 57720 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-08_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-4311681-1534541062/watcher-4311681-1534541062 -o /tmp/evaluation-result-4311681-1534541062/solver-4311681-1534541062 -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 1730135301 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311681-1534541062.xml

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

MD5SUM BENCH= d61cb971f7c35e7f42e62a62e90db6df
RANDOM SEED=1730135301

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:        24262020 kB
MemAvailable:   31318528 kB
Buffers:          256160 kB
Cached:          7085124 kB
SwapCached:            4 kB
Active:          4724232 kB
Inactive:        3254680 kB
Active(anon):     613240 kB
Inactive(anon):    92900 kB
Active(file):    4110992 kB
Inactive(file):  3161780 kB
Unevictable:        7012 kB
Mlocked:            7012 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             36136 kB
Writeback:             0 kB
AnonPages:        644284 kB
Mapped:            34716 kB
Shmem:             66204 kB
Slab:             227496 kB
SReclaimable:     199144 kB
SUnreclaim:        28352 kB
KernelStack:        3600 kB
PageTables:         6448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1656508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 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= 57684 MiB
End job on node132 at 2018-08-18 00:06:01