Trace number 4312424

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) 252.122 233.941

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-16-0260_c18.xml
MD5SUM3d35ef38e8714b8368aba06bbd25b59a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark372140116
Best CPU time to get the best result obtained on this benchmark252.068
Satisfiable
(Un)Satisfiability was proved
Number of variables6038
Number of constraints3927
Number of domains31
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":5},{"size":2,"count":2094},{"size":11,"count":1839},{"size":12,"count":1},{"size":21,"count":98},{"size":23,"count":52},{"size":33,"count":21},{"size":35,"count":35},{"size":39,"count":50},{"size":41,"count":27},{"size":43,"count":72},{"size":45,"count":55},{"size":59,"count":83},{"size":65,"count":46},{"size":67,"count":53},{"size":83,"count":41},{"size":99,"count":155},{"size":111,"count":164},{"size":114,"count":81},{"size":126,"count":165},{"size":146,"count":205},{"size":151,"count":696}]
Minimum variable degree2
Maximum variable degree1840
Distribution of variable degrees[{"degree":2,"count":5517},{"degree":4,"count":3},{"degree":5,"count":4},{"degree":6,"count":4},{"degree":7,"count":11},{"degree":8,"count":11},{"degree":9,"count":17},{"degree":10,"count":28},{"degree":11,"count":24},{"degree":12,"count":23},{"degree":13,"count":37},{"degree":14,"count":44},{"degree":15,"count":45},{"degree":16,"count":38},{"degree":17,"count":46},{"degree":18,"count":63},{"degree":19,"count":76},{"degree":20,"count":46},{"degree":1840,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":249},{"arity":3,"count":1839},{"arity":6,"count":1839}]
Number of extensional constraints1839
Number of intensional constraints2088
Distribution of constraint types[{"type":"extension","count":1839},{"type":"intension","count":2088}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 1699275729
0.68/0.57	c timeout: 252
0.68/0.57	c memlimit: 11000
0.68/0.57	c nbcore: 1
0.68/0.59	c Parsing instance...
36.37/20.97	c Parsing done, starting search...
252.07/233.90	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 (13884 MiB free)
  memory of node 1: 16384 MiB (9144 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312424-1534569603/watcher-4312424-1534569603 -o /tmp/evaluation-result-4312424-1534569603/solver-4312424-1534569603 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534569106-5477 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1699275729 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312424-1534569603.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=5842, runsolver pid=5839
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 2.02 1.74 1.40 3/219 5857
/proc/meminfo: memFree=23557920/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14082736 memory=30504 CPUtime=0.12 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 6535 0 0 0 11 1 0 0 20 0 15 0 274523521 14420721664 7626 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3520684 7626 3158 1 0 3482761 0
[pid=5842/tid=5844] ppid=5839 vsize=14082736 memory=-8682198434177709248 CPUtime=0.09 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 4584 0 0 0 9 0 0 0 20 0 15 0 274523521 14420721664 7626 33554432000 4194304 4196468 140731301596480 140096116634240 140096096490846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 7626 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 7626 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 7626 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523523 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523524 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095585747744 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523524 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095584695408 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095581538800 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0.01 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 274523526 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523527 14420721664 7626 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30504 KiB

[startup+0.214377 s]*
/proc/loadavg: 2.02 1.74 1.40 7/219 5857
/proc/meminfo: memFree=23537144/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14082736 memory=47140 CPUtime=0.31 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 10391 0 0 0 29 2 0 0 20 0 15 0 274523521 14420721664 11785 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3520684 11785 3378 1 0 3482761 0
[pid=5842/tid=5844] ppid=5839 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) S 5839 5842 1824 0 -1 1077944384 8063 0 0 0 19 1 0 0 20 0 15 0 274523521 14420721664 11785 33554432000 4194304 4196468 140731301596480 140096116632336 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14082736 memory=345 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 11785 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14082736 memory=140142575406675 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 11785 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 11785 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274523523 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523524 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095585747744 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523524 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095584695408 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 521 0 0 0 2 0 0 0 20 0 15 0 274523526 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) R 5839 5842 1824 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 274523526 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095581525648 140096112420565 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0.06 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 331 0 0 0 6 0 0 0 20 0 15 0 274523526 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523527 14420721664 11785 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47140 KiB

[startup+0.310801 s]*
/proc/loadavg: 2.02 1.74 1.40 3/219 5857
/proc/meminfo: memFree=23528832/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14082736 memory=50424 CPUtime=0.44 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 10783 0 0 0 42 2 0 0 20 0 15 0 274523521 14420721664 12606 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3520684 12606 3381 1 0 3482761 0
[pid=5842/tid=5844] ppid=5839 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 8415 0 0 0 28 2 0 0 20 0 15 0 274523521 14420721664 12606 33554432000 4194304 4196468 140731301596480 140096116621872 140096093973934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 12606 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14082736 memory=14830958841738904 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 12606 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 12606 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523522 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274523523 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523524 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095585747744 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523524 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095584695408 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 15 0 274523526 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 1824 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 274523526 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095581538800 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0.08 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 351 0 0 0 8 0 0 0 20 0 15 0 274523526 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14082736 memory=140142575400576 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523527 14420721664 12606 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50424 KiB

[startup+0.700807 s]
/proc/loadavg: 2.02 1.74 1.40 3/219 5857
/proc/meminfo: memFree=23478704/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14084804 memory=88760 CPUtime=0.97 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 17595 0 0 0 92 5 0 0 20 0 15 0 274523521 14422839296 22190 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3521201 22190 3497 1 0 3483273 0
[pid=5842/tid=5844] ppid=5839 vsize=14084804 memory=3340 CPUtime=0.67 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 14862 0 0 0 63 4 0 0 20 0 15 0 274523521 14422839296 22190 33554432000 4194304 4196468 140731301596480 140096116638520 140096112432285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14084804 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14422839296 22190 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14084804 memory=3944 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14422839296 22190 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523522 14422839296 22190 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274523522 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274523523 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14084804 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274523524 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095585747744 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14084804 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274523524 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095584695408 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14084804 memory=7157735280230160482 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14084804 memory=6296974978607175265 CPUtime=0.05 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 686 0 0 0 5 0 0 0 20 0 15 0 274523526 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14084804 memory=7453282923461570405 CPUtime=0.07 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 1824 0 -1 1077944384 217 0 0 0 7 0 0 0 20 0 15 0 274523526 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095581538800 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 449 0 0 0 15 0 0 0 20 0 15 0 274523526 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14084804 memory=6452 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274523527 14422839296 22190 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88760 KiB

[startup+1.50083 s]
/proc/loadavg: 2.02 1.74 1.40 7/219 5857
/proc/meminfo: memFree=23013512/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14086852 memory=428924 CPUtime=3.21 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 20667 0 0 0 286 35 0 0 20 0 15 0 274523521 14424936448 107231 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3521713 107231 3564 1 0 3483785 0
[pid=5842/tid=5844] ppid=5839 vsize=14086852 memory=316884 CPUtime=1.35 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 15343 0 0 0 126 9 0 0 20 0 15 0 274523521 14424936448 107231 33554432000 4194304 4196468 140731301596480 140096116644936 140095747378190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14086852 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 198 0 0 0 4 6 0 0 20 0 15 0 274523522 14424936448 107231 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14086852 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 129 0 0 0 3 4 0 0 20 0 15 0 274523522 14424936448 107231 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14086852 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 119 0 0 0 3 5 0 0 20 0 15 0 274523522 14424936448 107231 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14086852 memory=6943526294502006880 CPUtime=0.1 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 133 0 0 0 4 6 0 0 20 0 15 0 274523522 14424936448 107231 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 274523523 14424936448 107231 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0

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

/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 48552 0 0 0 15832 41 0 0 20 0 15 0 274523521 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140096116645472 140095757094094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14090948 memory=4533572 CPUtime=3.3 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 14636 0 0 0 269 61 0 0 20 0 15 0 274523522 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14090948 memory=4533572 CPUtime=3.27 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 16490 0 0 0 269 58 0 0 20 0 15 0 274523522 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14090948 memory=4533572 CPUtime=3.3 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 16500 0 0 0 266 64 0 0 20 0 15 0 274523522 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14090948 memory=4533572 CPUtime=3.31 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 15474 0 0 0 269 62 0 0 20 0 15 0 274523522 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14090948 memory=4533572 CPUtime=0.17 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 11833 0 0 0 17 0 0 0 20 0 15 0 274523523 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14090948 memory=4533572 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095585747808 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14090948 memory=13920 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095584695424 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14090948 memory=4960 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14090948 memory=4533572 CPUtime=3.42 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 12067 0 0 0 340 2 0 0 20 0 15 0 274523526 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14090948 memory=4533572 CPUtime=3.44 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 1824 0 -1 1077944384 9935 0 0 0 342 2 0 0 20 0 15 0 274523526 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095581538800 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14090948 memory=496 CPUtime=1.24 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 10218 0 0 0 122 2 0 0 20 0 15 0 274523526 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14090948 memory=3944 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14090948 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1636 0 0 0 4 4 0 0 20 0 15 0 274523527 14429130752 1133393 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 180.37 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4533572 KiB

[startup+222.301 s]
/proc/loadavg: 2.02 1.95 1.56 3/219 5860
/proc/meminfo: memFree=14214924/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14090948 memory=4534408 CPUtime=240.43 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 171068 0 0 0 23741 302 0 0 20 0 15 0 274523521 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3522737 1133602 3608 1 0 3484809 0
[pid=5842/tid=5844] ppid=5839 vsize=14090948 memory=4534408 CPUtime=218.72 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 57115 0 0 0 21829 43 0 0 20 0 15 0 274523521 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140096116648176 140095756913747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14090948 memory=4534408 CPUtime=3.31 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 15015 0 0 0 270 61 0 0 20 0 15 0 274523522 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14090948 memory=280284869293344 CPUtime=3.28 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 17081 0 0 0 270 58 0 0 20 0 15 0 274523522 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14090948 memory=4534408 CPUtime=3.31 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 17496 0 0 0 267 64 0 0 20 0 15 0 274523522 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14090948 memory=65 CPUtime=3.32 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 17048 0 0 0 270 62 0 0 20 0 15 0 274523522 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14090948 memory=4534408 CPUtime=0.17 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 12016 0 0 0 17 0 0 0 20 0 15 0 274523523 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14090948 memory=4534408 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095585747808 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14090948 memory=7091587677137757025 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095584695424 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14090948 memory=4534408 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14090948 memory=4534408 CPUtime=3.42 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 12070 0 0 0 340 2 0 0 20 0 15 0 274523526 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14090948 memory=4534408 CPUtime=3.44 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 1824 0 -1 1077944384 9943 0 0 0 342 2 0 0 20 0 15 0 274523526 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095581538800 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14090948 memory=6964 CPUtime=1.24 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 10222 0 0 0 122 2 0 0 20 0 15 0 274523526 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14090948 memory=1100 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14090948 memory=3708 CPUtime=0.11 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1664 0 0 0 6 5 0 0 20 0 15 0 274523527 14429130752 1133602 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 240.43 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4534408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+233.901 s]
/proc/loadavg: 1.94 1.93 1.56 4/219 5937
/proc/meminfo: memFree=19100536/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14090948 memory=4543408 CPUtime=252.07 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 176859 0 0 0 24904 303 0 0 20 0 15 0 274523521 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3522737 1135852 3608 1 0 3484809 0
[pid=5842/tid=5844] ppid=5839 vsize=14090948 memory=4543408 CPUtime=230.29 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 58900 0 0 0 22986 43 0 0 20 0 15 0 274523521 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096116648352 140095757094033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.32 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 15955 0 0 0 271 61 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.3 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 17536 0 0 0 272 58 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.32 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 19201 0 0 0 268 64 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.33 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 17725 0 0 0 271 62 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14090948 memory=1912 CPUtime=0.18 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 12245 0 0 0 18 0 0 0 20 0 15 0 274523523 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14090948 memory=4137287014106042739 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095585747808 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14090948 memory=280284868941136 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095584695424 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14090948 memory=65 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14090948 memory=4534408 CPUtime=3.42 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 12070 0 0 0 340 2 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.44 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 1824 0 -1 1077944384 9943 0 0 0 342 2 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095581538800 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14090948 memory=4543408 CPUtime=1.24 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 10222 0 0 0 122 2 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14090948 memory=4543408 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14090948 memory=3708 CPUtime=0.12 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1664 0 0 0 7 5 0 0 20 0 15 0 274523527 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4543408 KiB

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

[startup+233.941 s]
# the end of solver process 5842 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.05 s, system=3.07238 s

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

[startup+233.901 s]
/proc/loadavg: 1.94 1.93 1.56 4/219 5937
/proc/meminfo: memFree=19100536/32770624 swapFree=67108852/67108860
[pid=5842] ppid=5839 vsize=14090948 memory=4543408 CPUtime=252.07 cores=0,2,4,6
/proc/5842/stat : 5842 (java) S 5839 5842 1824 0 -1 1077944320 176859 0 0 0 24904 303 0 0 20 0 15 0 274523521 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140731301579024 140096112410359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
/proc/5842/statm: 3522737 1135852 3608 1 0 3484809 0
[pid=5842/tid=5844] ppid=5839 vsize=14090948 memory=4543408 CPUtime=230.29 cores=0,2,4,6
/proc/5842/task/5844/stat : 5844 (java) R 5839 5842 1824 0 -1 4202560 58900 0 0 0 22986 43 0 0 20 0 15 0 274523521 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096116648352 140095757094033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5845] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.32 cores=0,2,4,6
/proc/5842/task/5845/stat : 5845 (java) S 5839 5842 1824 0 -1 1077944384 15955 0 0 0 271 61 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096065031056 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5846] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.3 cores=0,2,4,6
/proc/5842/task/5846/stat : 5846 (java) S 5839 5842 1824 0 -1 1077944384 17536 0 0 0 272 58 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096063978256 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5847] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.32 cores=0,2,4,6
/proc/5842/task/5847/stat : 5847 (java) S 5839 5842 1824 0 -1 1077944384 19201 0 0 0 268 64 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140096062925968 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5848] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.33 cores=0,2,4,6
/proc/5842/task/5848/stat : 5848 (java) S 5839 5842 1824 0 -1 1077944384 17725 0 0 0 271 62 0 0 20 0 15 0 274523522 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095705508880 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5849] ppid=5839 vsize=14090948 memory=1912 CPUtime=0.18 cores=0,2,4,6
/proc/5842/task/5849/stat : 5849 (java) S 5839 5842 1824 0 -1 1077944384 12245 0 0 0 18 0 0 0 20 0 15 0 274523523 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095586801776 140096112421506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5850] ppid=5839 vsize=14090948 memory=4137287014106042739 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5850/stat : 5850 (java) S 5839 5842 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095585747808 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5851] ppid=5839 vsize=14090948 memory=280284868941136 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5851/stat : 5851 (java) S 5839 5842 1824 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 274523524 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095584695424 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5852] ppid=5839 vsize=14090948 memory=65 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5852/stat : 5852 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095583643728 140096112428955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5853] ppid=5839 vsize=14090948 memory=4534408 CPUtime=3.42 cores=0,2,4,6
/proc/5842/task/5853/stat : 5853 (java) S 5839 5842 1824 0 -1 1077944384 12070 0 0 0 340 2 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095582591600 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5854] ppid=5839 vsize=14090948 memory=4543408 CPUtime=3.44 cores=0,2,4,6
/proc/5842/task/5854/stat : 5854 (java) S 5839 5842 1824 0 -1 1077944384 9943 0 0 0 342 2 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095581538800 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5855] ppid=5839 vsize=14090948 memory=4543408 CPUtime=1.24 cores=0,2,4,6
/proc/5842/task/5855/stat : 5855 (java) S 5839 5842 1824 0 -1 1077944384 10222 0 0 0 122 2 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095580486512 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5856] ppid=5839 vsize=14090948 memory=4543408 CPUtime=0 cores=0,2,4,6
/proc/5842/task/5856/stat : 5856 (java) S 5839 5842 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274523526 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095579433952 140096112420565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
[pid=5842/tid=5857] ppid=5839 vsize=14090948 memory=3708 CPUtime=0.12 cores=0,2,4,6
/proc/5842/task/5857/stat : 5857 (java) S 5839 5842 1824 0 -1 1077944384 1664 0 0 0 7 5 0 0 20 0 15 0 274523527 14429130752 1135852 33554432000 4194304 4196468 140731301596480 140095578380720 140096112421506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16453632 140731301598286 140731301598478 140731301598478 140731301601231 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4543408 KiB

Child status: 143
Real time (s): 233.941
CPU time (s): 252.122
CPU user time (s): 249.05
CPU system time (s): 3.07238
CPU usage (%): 107.772
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4543408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.05
system time used= 3.07238
maximum resident set size= 4543956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177369
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10462
involuntary context switches= 380


# summary of solver processes directly reported to runsolver:
#   pid: 5842
#   total CPU time (s): 252.122
#   total CPU user time (s): 249.05
#   total CPU system time (s): 3.07238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45912 second user time and 2.21021 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-18 07:20:04
IDJOB=4312424
IDBENCH=141262
IDSOLVER=2800
FILE ID=node133/4312424-1534569603
RUNJOBID= node133-1534569106-5477
PBS_JOBID= 21038638
Free space on /tmp= 50196 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-16-0260_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-4312424-1534569603/watcher-4312424-1534569603 -o /tmp/evaluation-result-4312424-1534569603/solver-4312424-1534569603 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534569106-5477 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1699275729 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312424-1534569603.xml

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

MD5SUM BENCH= 3d35ef38e8714b8368aba06bbd25b59a
RANDOM SEED=1699275729

node133.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.24
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.24
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.24
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.24
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:        23586460 kB
MemAvailable:   31871020 kB
Buffers:          206220 kB
Cached:          8359788 kB
SwapCached:            4 kB
Active:          4960288 kB
Inactive:        3685780 kB
Active(anon):      60648 kB
Inactive(anon):    88484 kB
Active(file):    4899640 kB
Inactive(file):  3597296 kB
Unevictable:        7068 kB
Mlocked:            7068 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:            267544 kB
Writeback:             0 kB
AnonPages:         75504 kB
Mapped:            31076 kB
Shmem:             66200 kB
Slab:             236368 kB
SReclaimable:     206920 kB
SUnreclaim:        29448 kB
KernelStack:        3248 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1324916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50264 MiB
End job on node133 at 2018-08-18 07:23:58