Trace number 4308351

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-14? (TO) 2520.04 2499.14

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-18-0350_c18.xml
MD5SUM970c879d9e656f0525c6818b69538b39
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162507055
Best CPU time to get the best result obtained on this benchmark68.4417
Satisfiable
(Un)Satisfiability was proved
Number of variables4976
Number of constraints3812
Number of domains49
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":1771},{"size":11,"count":1425},{"size":12,"count":1},{"size":21,"count":54},{"size":22,"count":3},{"size":26,"count":5},{"size":27,"count":67},{"size":35,"count":51},{"size":41,"count":8},{"size":42,"count":5},{"size":43,"count":24},{"size":46,"count":13},{"size":47,"count":27},{"size":49,"count":29},{"size":55,"count":18},{"size":69,"count":6},{"size":75,"count":20},{"size":78,"count":3},{"size":82,"count":2},{"size":83,"count":66},{"size":85,"count":10},{"size":86,"count":78},{"size":88,"count":4},{"size":103,"count":37},{"size":111,"count":78},{"size":123,"count":7},{"size":129,"count":11},{"size":134,"count":14},{"size":135,"count":123},{"size":142,"count":28},{"size":143,"count":195},{"size":150,"count":69},{"size":151,"count":720}]
Minimum variable degree2
Maximum variable degree1426
Distribution of variable degrees[{"degree":2,"count":4277},{"degree":3,"count":4},{"degree":4,"count":14},{"degree":5,"count":20},{"degree":6,"count":25},{"degree":7,"count":40},{"degree":8,"count":48},{"degree":9,"count":61},{"degree":10,"count":81},{"degree":11,"count":74},{"degree":12,"count":95},{"degree":13,"count":88},{"degree":14,"count":68},{"degree":15,"count":55},{"degree":16,"count":21},{"degree":17,"count":4},{"degree":1426,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":962},{"arity":3,"count":1425},{"arity":6,"count":1425}]
Number of extensional constraints1425
Number of intensional constraints2387
Distribution of constraint types[{"type":"extension","count":1425},{"type":"intension","count":2387}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 2016674095
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
29.24/18.30	c Parsing done, starting search...
2520.00/2499.11	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 (9782 MiB free)
  memory of node 1: 16384 MiB (13296 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308351-1534288345/watcher-4308351-1534288345 -o /tmp/evaluation-result-4308351-1534288345/solver-4308351-1534288345 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534270895-21033 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2016674095 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308351-1534288345.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
Current StackSize limit: 8192 KiB

solver pid=22863, runsolver pid=22860

[startup+0.100145 s]*
/proc/loadavg: 1.77 1.69 1.73 3/216 22878
/proc/meminfo: memFree=23614536/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14082736 memory=31048 CPUtime=0.12 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 6674 0 0 0 11 1 0 0 20 0 15 0 246397747 14420721664 7762 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3520684 7762 3159 1 0 3482761 0
[pid=22863/tid=22865] ppid=22860 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 4725 0 0 0 8 1 0 0 20 0 15 0 246397747 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624670696208 139624650552670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14082736 memory=5793855145470359993 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246397749 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246397750 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624139662752 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246397750 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624138610160 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) S 22860 22863 19513 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0.01 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) S 22860 22863 19513 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 246397752 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624134400240 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397753 14420721664 7762 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31048 KiB

[startup+0.212647 s]*
/proc/loadavg: 1.77 1.69 1.73 5/216 22878
/proc/meminfo: memFree=23599528/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14082736 memory=47108 CPUtime=0.32 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 10407 0 0 0 29 3 0 0 20 0 15 0 246397747 14420721664 11777 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3520684 11777 3361 1 0 3482761 0
[pid=22863/tid=22865] ppid=22860 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 8091 0 0 0 18 2 0 0 20 0 15 0 246397747 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624670697144 139624648915054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14082736 memory=4211973620665257354 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246397749 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246397750 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624139662752 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246397750 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624138610160 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) R 22860 22863 19513 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 15 0 246397752 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 15 0 246397752 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0.06 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) R 22860 22863 19513 0 -1 4202560 322 0 0 0 6 0 0 0 20 0 15 0 246397752 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624134395504 139624645094160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397753 14420721664 11777 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47108 KiB

[startup+0.310625 s]*
/proc/loadavg: 1.87 1.71 1.74 3/216 22878
/proc/meminfo: memFree=23595628/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14082736 memory=50960 CPUtime=0.44 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 10783 0 0 0 41 3 0 0 20 0 15 0 246397747 14420721664 12740 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3520684 12740 3419 1 0 3482761 0
[pid=22863/tid=22865] ppid=22860 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 8441 0 0 0 28 2 0 0 20 0 15 0 246397747 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624670683696 139624648035747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14082736 memory=4211973620665257354 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14082736 memory=139894460469176 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14082736 memory=139894332716617 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14082736 memory=139894332706255 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246397748 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14082736 memory=139894460486356 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246397749 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14082736 memory=139894332715439 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246397750 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624139662752 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14082736 memory=279788665421712 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246397750 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624138610160 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14082736 memory=279788665419408 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) S 22860 22863 19513 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 246397752 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 15 0 246397752 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0.08 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) S 22860 22863 19513 0 -1 1077944384 337 0 0 0 8 0 0 0 20 0 15 0 246397752 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624134400240 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14082736 memory=139894460466816 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397753 14420721664 12740 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50960 KiB

[startup+0.70076 s]
/proc/loadavg: 1.87 1.71 1.74 4/216 22878
/proc/meminfo: memFree=23571444/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14084804 memory=89072 CPUtime=0.97 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 17592 0 0 0 92 5 0 0 20 0 15 0 246397747 14422839296 22268 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3521201 22268 3501 1 0 3483273 0
[pid=22863/tid=22865] ppid=22860 vsize=14084804 memory=1600 CPUtime=0.68 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 14906 0 0 0 64 4 0 0 20 0 15 0 246397747 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624670687088 139624666494109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14084804 memory=7952 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14084804 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14084804 memory=6296683642736693604 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397748 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246397748 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246397749 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246397750 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624139662752 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246397750 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624138610160 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14084804 memory=1260 CPUtime=0.05 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) S 22860 22863 19513 0 -1 1077944384 475 0 0 0 5 0 0 0 20 0 15 0 246397752 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14084804 memory=14872 CPUtime=0.08 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 404 0 0 0 8 0 0 0 20 0 15 0 246397752 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14084804 memory=3296 CPUtime=0.15 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) S 22860 22863 19513 0 -1 1077944384 425 0 0 0 15 0 0 0 20 0 15 0 246397752 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624134400240 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14084804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246397753 14422839296 22268 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89072 KiB

[startup+1.50153 s]
/proc/loadavg: 1.87 1.71 1.74 5/216 22878
/proc/meminfo: memFree=23296912/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14086852 memory=408540 CPUtime=3.18 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 20203 0 0 0 284 34 0 0 20 0 15 0 246397747 14424936448 102135 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3521713 102135 3567 1 0 3483785 0
[pid=22863/tid=22865] ppid=22860 vsize=14086852 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 15368 0 0 0 128 7 0 0 20 0 15 0 246397747 14424936448 102135 33554432000 4194304 4196468 140729564794672 139624670704536 139624303636781 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14086852 memory=2452 CPUtime=0.1 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 192 0 0 0 4 6 0 0 20 0 15 0 246397748 14424936448 102135 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14086852 memory=279788665383200 CPUtime=0.1 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 161 0 0 0 4 6 0 0 20 0 15 0 246397748 14424936448 102135 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14086852 memory=4050477928470020128 CPUtime=0.09 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 93 0 0 0 4 5 0 0 20 0 15 0 246397748 14424936448 102135 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14086852 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 153 0 0 0 4 6 0 0 20 0 15 0 246397748 14424936448 102135 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 246397749 14424936448 102135 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0

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

/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 189268 0 0 0 237768 83 0 0 20 0 15 0 246397747 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624670710192 139624317547351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14090948 memory=2926432 CPUtime=3.58 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 28392 0 0 0 301 57 0 0 20 0 15 0 246397748 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14090948 memory=2926432 CPUtime=3.64 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 36478 0 0 0 306 58 0 0 20 0 15 0 246397748 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14090948 memory=2926432 CPUtime=3.59 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 38066 0 0 0 300 59 0 0 20 0 15 0 246397748 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14090948 memory=0 CPUtime=3.6 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 34257 0 0 0 304 56 0 0 20 0 15 0 246397748 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14090948 memory=2931564 CPUtime=0.29 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 21720 0 0 0 23 6 0 0 20 0 15 0 246397749 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14090948 memory=2926432 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624139662816 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624138610176 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14090948 memory=2922328 CPUtime=3.44 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) S 22860 22863 19513 0 -1 1077944384 12119 0 0 0 342 2 0 0 20 0 15 0 246397752 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14090948 memory=2922328 CPUtime=3.48 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 11369 0 0 0 346 2 0 0 20 0 15 0 246397752 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14090948 memory=2922328 CPUtime=1.29 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) S 22860 22863 19513 0 -1 1077944384 14617 0 0 0 125 4 0 0 20 0 15 0 246397752 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624134400240 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14090948 memory=2925920 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14090948 memory=56 CPUtime=1.23 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 2408 0 0 0 58 65 0 0 20 0 15 0 246397753 14429130752 730582 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 2402.75 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2922328 KiB

[startup+2442.3 s]
/proc/loadavg: 1.88 1.73 1.79 3/215 23025
/proc/meminfo: memFree=23470004/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14090948 memory=2901296 CPUtime=2462.98 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 395589 0 0 0 245913 385 0 0 20 0 15 0 246397747 14429130752 725324 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3522737 725324 3612 1 0 3484809 0
[pid=22863/tid=22865] ppid=22860 vsize=14090948 memory=2902836 CPUtime=2438.44 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 190553 0 0 0 243761 83 0 0 20 0 15 0 246397747 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624670710224 139624317746611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14090948 memory=2080 CPUtime=3.64 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 29455 0 0 0 307 57 0 0 20 0 15 0 246397748 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14090948 memory=3304 CPUtime=3.7 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 37356 0 0 0 312 58 0 0 20 0 15 0 246397748 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14090948 memory=2922328 CPUtime=3.65 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 38875 0 0 0 306 59 0 0 20 0 15 0 246397748 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14090948 memory=2913096 CPUtime=3.67 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 35402 0 0 0 311 56 0 0 20 0 15 0 246397748 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14090948 memory=2908992 CPUtime=0.3 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 21977 0 0 0 23 7 0 0 20 0 15 0 246397749 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14090948 memory=2906940 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624139662816 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14090948 memory=2908992 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624138610176 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14090948 memory=2906940 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14090948 memory=2917712 CPUtime=3.44 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) S 22860 22863 19513 0 -1 1077944384 12122 0 0 0 342 2 0 0 20 0 15 0 246397752 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14090948 memory=56 CPUtime=3.48 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 11380 0 0 0 346 2 0 0 20 0 15 0 246397752 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14090948 memory=2904888 CPUtime=1.29 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) S 22860 22863 19513 0 -1 1077944384 14627 0 0 0 125 4 0 0 20 0 15 0 246397752 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624134400240 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14090948 memory=2901296 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14090948 memory=2901296 CPUtime=1.26 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 2431 0 0 0 60 66 0 0 20 0 15 0 246397753 14429130752 725324 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 2462.98 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2901296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.11 s]
/proc/loadavg: 1.70 1.71 1.78 3/215 23026
/proc/meminfo: memFree=22095488/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14090948 memory=2886416 CPUtime=2520 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 403140 0 0 0 251612 388 0 0 20 0 15 0 246397747 14429130752 721604 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3522737 721604 3612 1 0 3484809 0
[pid=22863/tid=22865] ppid=22860 vsize=14090948 memory=6791534058613427641 CPUtime=2495.19 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 191911 0 0 0 249436 83 0 0 20 0 15 0 246397747 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624670710112 139624317745312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14090948 memory=2896680 CPUtime=3.71 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 30511 0 0 0 313 58 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14090948 memory=2896680 CPUtime=3.76 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 38690 0 0 0 318 58 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14090948 memory=2892056 CPUtime=3.72 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 40983 0 0 0 312 60 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14090948 memory=2887952 CPUtime=3.72 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 36529 0 0 0 316 56 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14090948 memory=2887952 CPUtime=0.31 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 22481 0 0 0 24 7 0 0 20 0 15 0 246397749 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14090948 memory=2886416 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624139662816 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14090948 memory=2886416 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624138610176 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14090948 memory=2886416 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14090948 memory=1784 CPUtime=3.44 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) S 22860 22863 19513 0 -1 1077944384 12125 0 0 0 342 2 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14090948 memory=1060 CPUtime=3.48 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 11384 0 0 0 346 2 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14090948 memory=5828 CPUtime=1.29 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) S 22860 22863 19513 0 -1 1077944384 14635 0 0 0 125 4 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624134400240 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14090948 memory=3304 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14090948 memory=1260 CPUtime=1.29 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 2480 0 0 0 61 68 0 0 20 0 15 0 246397753 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2886416 KiB

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

[startup+2499.14 s]
# the end of solver process 22863 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.13 s, system=3.90303 s

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

[startup+2499.11 s]
/proc/loadavg: 1.70 1.71 1.78 3/215 23026
/proc/meminfo: memFree=22095488/32770624 swapFree=67108804/67108860
[pid=22863] ppid=22860 vsize=14090948 memory=2886416 CPUtime=2520 cores=1,3,5,7
/proc/22863/stat : 22863 (java) S 22860 22863 19513 0 -1 1077944320 403140 0 0 0 251612 388 0 0 20 0 15 0 246397747 14429130752 721604 33554432000 4194304 4196468 140729564794672 140729564777216 139624666472183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
/proc/22863/statm: 3522737 721604 3612 1 0 3484809 0
[pid=22863/tid=22865] ppid=22860 vsize=14090948 memory=6791534058613427641 CPUtime=2495.19 cores=1,3,5,7
/proc/22863/task/22865/stat : 22865 (java) R 22860 22863 19513 0 -1 4202560 191911 0 0 0 249436 83 0 0 20 0 15 0 246397747 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624670710112 139624317745312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22866] ppid=22860 vsize=14090948 memory=2896680 CPUtime=3.71 cores=1,3,5,7
/proc/22863/task/22866/stat : 22866 (java) S 22860 22863 19513 0 -1 1077944384 30511 0 0 0 313 58 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624261806352 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22867] ppid=22860 vsize=14090948 memory=2896680 CPUtime=3.76 cores=1,3,5,7
/proc/22863/task/22867/stat : 22867 (java) S 22860 22863 19513 0 -1 1077944384 38690 0 0 0 318 58 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624260753808 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22868] ppid=22860 vsize=14090948 memory=2892056 CPUtime=3.72 cores=1,3,5,7
/proc/22863/task/22868/stat : 22868 (java) S 22860 22863 19513 0 -1 1077944384 40983 0 0 0 312 60 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624259701264 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22869] ppid=22860 vsize=14090948 memory=2887952 CPUtime=3.72 cores=1,3,5,7
/proc/22863/task/22869/stat : 22869 (java) S 22860 22863 19513 0 -1 1077944384 36529 0 0 0 316 56 0 0 20 0 15 0 246397748 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624258648720 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22870] ppid=22860 vsize=14090948 memory=2887952 CPUtime=0.31 cores=1,3,5,7
/proc/22863/task/22870/stat : 22870 (java) S 22860 22863 19513 0 -1 1077944384 22481 0 0 0 24 7 0 0 20 0 15 0 246397749 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624140716528 139624666483330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22871] ppid=22860 vsize=14090948 memory=2886416 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22871/stat : 22871 (java) S 22860 22863 19513 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624139662816 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22872] ppid=22860 vsize=14090948 memory=2886416 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22872/stat : 22872 (java) S 22860 22863 19513 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 246397750 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624138610176 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22873] ppid=22860 vsize=14090948 memory=2886416 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22873/stat : 22873 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624137558736 139624666490779 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22874] ppid=22860 vsize=14090948 memory=1784 CPUtime=3.44 cores=1,3,5,7
/proc/22863/task/22874/stat : 22874 (java) S 22860 22863 19513 0 -1 1077944384 12125 0 0 0 342 2 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624136505328 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22875] ppid=22860 vsize=14090948 memory=1060 CPUtime=3.48 cores=1,3,5,7
/proc/22863/task/22875/stat : 22875 (java) S 22860 22863 19513 0 -1 1077944384 11384 0 0 0 346 2 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624135452784 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22876] ppid=22860 vsize=14090948 memory=5828 CPUtime=1.29 cores=1,3,5,7
/proc/22863/task/22876/stat : 22876 (java) S 22860 22863 19513 0 -1 1077944384 14635 0 0 0 125 4 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624134400240 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22877] ppid=22860 vsize=14090948 memory=3304 CPUtime=0 cores=1,3,5,7
/proc/22863/task/22877/stat : 22877 (java) S 22860 22863 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246397752 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624133347936 139624666482389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
[pid=22863/tid=22878] ppid=22860 vsize=14090948 memory=1260 CPUtime=1.29 cores=1,3,5,7
/proc/22863/task/22878/stat : 22878 (java) S 22860 22863 19513 0 -1 1077944384 2480 0 0 0 61 68 0 0 20 0 15 0 246397753 14429130752 721604 33554432000 4194304 4196468 140729564794672 139624132295472 139624666483330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32854016 140729564800072 140729564800265 140729564800265 140729564803023 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2886416 KiB

Child status: 143
Real time (s): 2499.14
CPU time (s): 2520.04
CPU user time (s): 2516.13
CPU system time (s): 3.90303
CPU usage (%): 100.836
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4838188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.13
system time used= 3.90303
maximum resident set size= 4838552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60247
involuntary context switches= 966


# summary of solver processes directly reported to runsolver:
#   pid: 22863
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.13
#   total CPU system time (s): 3.90303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5918 second user time and 23.6345 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 01:12:26
IDJOB=4308351
IDBENCH=141273
IDSOLVER=2791
FILE ID=node105/4308351-1534288345
RUNJOBID= node105-1534270895-21033
PBS_JOBID= 21038128
Free space on /tmp= 44136 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-18-0350_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308351-1534288345/watcher-4308351-1534288345 -o /tmp/evaluation-result-4308351-1534288345/solver-4308351-1534288345 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534270895-21033 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2016674095 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308351-1534288345.xml

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

MD5SUM BENCH= 970c879d9e656f0525c6818b69538b39
RANDOM SEED=2016674095

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23634408 kB
MemAvailable:   28595856 kB
Buffers:          206372 kB
Cached:          5014748 kB
SwapCached:           16 kB
Active:          5581644 kB
Inactive:        3004288 kB
Active(anon):    3316360 kB
Inactive(anon):   100476 kB
Active(file):    2265284 kB
Inactive(file):  2903812 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:            118084 kB
Writeback:             0 kB
AnonPages:       3452148 kB
Mapped:            67240 kB
Shmem:             49748 kB
Slab:             244636 kB
SReclaimable:     216372 kB
SUnreclaim:        28264 kB
KernelStack:        3856 kB
PageTables:        11840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5243640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3233792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44140 MiB
End job on node105 at 2018-08-15 01:54:05