Trace number 4290655

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02? (TO) 2400.11 2364.91

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g34-g36_c18.xml
MD5SUMbf1db001ac5fdaef8f815bb03b0feb23
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.568914
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints241
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":240},{"arity":120,"count":1}]
Number of extensional constraints240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":240},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 22122284
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
2.46/1.33	c Parsing done, starting search...
2400.09/2364.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 (5821 MiB free)
  memory of node 1: 16384 MiB (10280 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290655-1532292521/watcher-4290655-1532292521 -o /tmp/evaluation-result-4290655-1532292521/solver-4290655-1532292521 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532261510-1667 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 22122284 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290655-1532292521.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5107, runsolver pid=5104

[startup+0.100093 s]*
/proc/loadavg: 1.47 1.43 1.41 3/215 5122
/proc/meminfo: memFree=16471620/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14082740 memory=31456 CPUtime=0.12 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 6763 0 0 0 11 1 0 0 20 0 15 0 46815269 14420725760 7864 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3520685 7864 3155 1 0 3482761 0
[pid=5107/tid=5109] ppid=5104 vsize=14082740 memory=-8536676966434960576 CPUtime=0.09 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 4805 0 0 0 8 1 0 0 20 0 15 0 46815270 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864617566976 139864613393565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46815272 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46815272 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864086885280 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46815273 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) S 5104 5107 1636 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864083728880 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) R 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0.01 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) S 5104 5107 1636 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 46815275 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864081623792 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815276 14420725760 7864 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31456 KiB

[startup+0.213027 s]*
/proc/loadavg: 1.47 1.43 1.41 6/215 5122
/proc/meminfo: memFree=16456240/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14082740 memory=47276 CPUtime=0.3 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 10435 0 0 0 28 2 0 0 20 0 15 0 46815269 14420725760 11819 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3520685 11819 3370 1 0 3482761 0
[pid=5107/tid=5109] ppid=5104 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 8150 0 0 0 19 1 0 0 20 0 15 0 46815270 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864617596912 139864597601199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14082740 memory=140674771402209 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 46815272 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46815272 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864086885280 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46815273 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) R 5104 5107 1636 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 46815275 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864083728880 139864594916866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) S 5104 5107 1636 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 15 0 46815275 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0.05 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) R 5104 5107 1636 0 -1 4202560 287 0 0 0 5 0 0 0 20 0 15 0 46815275 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864081620728 139864592329573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815276 14420725760 11819 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47276 KiB

[startup+0.310368 s]*
/proc/loadavg: 1.47 1.43 1.41 3/215 5122
/proc/meminfo: memFree=16452812/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14082740 memory=50404 CPUtime=0.44 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 10792 0 0 0 41 3 0 0 20 0 15 0 46815269 14420725760 12601 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3520685 12601 3373 1 0 3482761 0
[pid=5107/tid=5109] ppid=5104 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 8478 0 0 0 28 2 0 0 20 0 15 0 46815270 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864617579472 139864597452156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14082740 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14082740 memory=140674771483630 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46815271 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 46815272 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46815272 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864086885280 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46815273 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) S 5104 5107 1636 0 -1 1077944384 378 0 0 0 3 0 0 0 20 0 15 0 46815275 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864083728880 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) S 5104 5107 1636 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 46815275 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0.07 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) S 5104 5107 1636 0 -1 1077944384 296 0 0 0 7 0 0 0 20 0 15 0 46815275 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864081623792 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14082740 memory=140674771379840 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815276 14420725760 12601 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50404 KiB

[startup+0.700685 s]
/proc/loadavg: 1.47 1.43 1.41 3/215 5122
/proc/meminfo: memFree=16428628/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14084808 memory=88708 CPUtime=0.99 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 17592 0 0 0 94 5 0 0 20 0 15 0 46815269 14422843392 22177 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3521202 22177 3501 1 0 3483273 0
[pid=5107/tid=5109] ppid=5104 vsize=14084808 memory=162639137220441 CPUtime=0.68 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 14897 0 0 0 64 4 0 0 20 0 15 0 46815270 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864617595744 139864605605551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14084808 memory=26284 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14084808 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46815271 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 46815272 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14084808 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46815272 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864086885280 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46815273 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14084808 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) S 5104 5107 1636 0 -1 1077944384 549 0 0 0 9 0 0 0 20 0 15 0 46815275 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864083728880 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14084808 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) S 5104 5107 1636 0 -1 1077944384 387 0 0 0 5 0 0 0 20 0 15 0 46815275 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) S 5104 5107 1636 0 -1 1077944384 376 0 0 0 15 0 0 0 20 0 15 0 46815275 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864081623792 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14084808 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815276 14422843392 22177 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88708 KiB

[startup+1.50075 s]
/proc/loadavg: 1.51 1.44 1.42 3/215 5122
/proc/meminfo: memFree=16398588/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14090952 memory=192680 CPUtime=3.06 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 26702 0 0 0 297 9 0 0 20 0 15 0 46815269 14429134848 48170 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3522738 48170 3554 1 0 3484809 0
[pid=5107/tid=5109] ppid=5104 vsize=14090952 memory=9169 CPUtime=1.47 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 19992 0 0 0 141 6 0 0 20 0 15 0 46815270 14429134848 48170 33554432000 4194304 4196468 140733882761344 139864617605728 139864222749766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14429134848 48170 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14429134848 48170 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46815271 14429134848 48170 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14090952 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46815271 14429134848 48170 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 46815272 14429134848 48170 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0

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

/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 55488 0 0 0 223478 51 0 0 20 0 15 0 46815270 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864617610352 139864223894258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14090952 memory=4140 CPUtime=10.98 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 5019 0 0 0 1010 88 0 0 20 0 15 0 46815271 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14090952 memory=670844 CPUtime=10.93 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 4231 0 0 0 1002 91 0 0 20 0 15 0 46815271 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14090952 memory=670844 CPUtime=10.96 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 4216 0 0 0 1009 87 0 0 20 0 15 0 46815271 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14090952 memory=0 CPUtime=10.96 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 7873 0 0 0 1004 92 0 0 20 0 15 0 46815271 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14090952 memory=7597408071315122022 CPUtime=12.57 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 9317 0 0 0 1174 83 0 0 20 0 15 0 46815272 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 46815272 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864086885344 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14090952 memory=670844 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 46815273 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14090952 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14090952 memory=670844 CPUtime=1.19 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) S 5104 5107 1636 0 -1 1077944384 2946 0 0 0 118 1 0 0 20 0 15 0 46815275 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864083728880 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14090952 memory=15872 CPUtime=1.06 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) S 5104 5107 1636 0 -1 1077944384 2782 0 0 0 105 1 0 0 20 0 15 0 46815275 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14090952 memory=281349348955112 CPUtime=0.6 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) S 5104 5107 1636 0 -1 1077944384 2807 0 0 0 59 1 0 0 20 0 15 0 46815275 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864081623792 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14090952 memory=316205251336348356 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14090952 memory=670844 CPUtime=1.37 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1281 0 0 0 68 69 0 0 20 0 15 0 46815276 14429134848 167711 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 2296.02 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 670844 KiB

[startup+2322.3 s]
/proc/loadavg: 0.87 1.18 1.33 2/194 5264
/proc/meminfo: memFree=16073596/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14090952 memory=670868 CPUtime=2356.88 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 98628 0 0 0 235248 440 0 0 20 0 15 0 46815269 14429134848 167717 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3522738 167717 3595 1 0 3484809 0
[pid=5107/tid=5109] ppid=5104 vsize=14090952 memory=670868 CPUtime=2294.55 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 56362 0 0 0 229404 51 0 0 20 0 15 0 46815270 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864617609984 139864223458637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.28 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 5050 0 0 0 1038 90 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.24 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 4335 0 0 0 1032 92 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.26 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 4247 0 0 0 1037 89 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.26 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 7884 0 0 0 1031 95 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14090952 memory=670868 CPUtime=12.93 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 9492 0 0 0 1206 87 0 0 20 0 15 0 46815272 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 46815272 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864086885344 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 46815273 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14090952 memory=15628 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14090952 memory=1296 CPUtime=1.19 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) S 5104 5107 1636 0 -1 1077944384 2948 0 0 0 118 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864083728880 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14090952 memory=1440 CPUtime=1.07 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) S 5104 5107 1636 0 -1 1077944384 2784 0 0 0 106 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14090952 memory=1712 CPUtime=0.6 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) S 5104 5107 1636 0 -1 1077944384 2809 0 0 0 59 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864081623792 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14090952 memory=2340 CPUtime=1.41 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1289 0 0 0 71 70 0 0 20 0 15 0 46815276 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 2356.88 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 670868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2364.9 s]
/proc/loadavg: 0.71 1.09 1.30 2/194 5266
/proc/meminfo: memFree=16073968/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14090952 memory=670868 CPUtime=2400.09 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 99223 0 0 0 239562 447 0 0 20 0 15 0 46815269 14429134848 167717 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3522738 167717 3595 1 0 3484809 0
[pid=5107/tid=5109] ppid=5104 vsize=14090952 memory=670868 CPUtime=2336.62 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 56946 0 0 0 233610 52 0 0 20 0 15 0 46815270 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864617610272 139864223458524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.49 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 5050 0 0 0 1058 91 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.45 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 4335 0 0 0 1051 94 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.47 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 4250 0 0 0 1057 90 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.47 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 7884 0 0 0 1051 96 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14090952 memory=670868 CPUtime=13.18 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 9496 0 0 0 1230 88 0 0 20 0 15 0 46815272 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 46815272 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864086885344 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 46815273 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14090952 memory=670868 CPUtime=1.2 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) S 5104 5107 1636 0 -1 1077944384 2948 0 0 0 119 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864083728880 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14090952 memory=670868 CPUtime=1.07 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) S 5104 5107 1636 0 -1 1077944384 2784 0 0 0 106 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14090952 memory=4140 CPUtime=0.6 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) S 5104 5107 1636 0 -1 1077944384 2809 0 0 0 59 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864081623792 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14090952 memory=670868 CPUtime=1.44 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1293 0 0 0 73 71 0 0 20 0 15 0 46815276 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 670868 KiB

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

[startup+2364.91 s]
# the end of solver process 5107 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.64 s, system=4.47561 s

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

[startup+2364.9 s]
/proc/loadavg: 0.71 1.09 1.30 2/194 5266
/proc/meminfo: memFree=16073968/32770624 swapFree=67108860/67108860
[pid=5107] ppid=5104 vsize=14090952 memory=670868 CPUtime=2400.09 cores=0,2,4,6
/proc/5107/stat : 5107 (java) S 5104 5107 1636 0 -1 1077944320 99223 0 0 0 239562 447 0 0 20 0 15 0 46815269 14429134848 167717 33554432000 4194304 4196468 140733882761344 140733882743888 139864613371639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
/proc/5107/statm: 3522738 167717 3595 1 0 3484809 0
[pid=5107/tid=5109] ppid=5104 vsize=14090952 memory=670868 CPUtime=2336.62 cores=0,2,4,6
/proc/5107/task/5109/stat : 5109 (java) R 5104 5107 1636 0 -1 4202560 56946 0 0 0 233610 52 0 0 20 0 15 0 46815270 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864617610272 139864223458524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5110] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.49 cores=0,2,4,6
/proc/5107/task/5110/stat : 5110 (java) S 5104 5107 1636 0 -1 1077944384 5050 0 0 0 1058 91 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864543460112 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5111] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.45 cores=0,2,4,6
/proc/5107/task/5111/stat : 5111 (java) S 5104 5107 1636 0 -1 1077944384 4335 0 0 0 1051 94 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864542407568 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5112] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.47 cores=0,2,4,6
/proc/5107/task/5112/stat : 5112 (java) S 5104 5107 1636 0 -1 1077944384 4250 0 0 0 1057 90 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864541355024 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5113] ppid=5104 vsize=14090952 memory=670868 CPUtime=11.47 cores=0,2,4,6
/proc/5107/task/5113/stat : 5113 (java) S 5104 5107 1636 0 -1 1077944384 7884 0 0 0 1051 96 0 0 20 0 15 0 46815271 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864540302480 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5114] ppid=5104 vsize=14090952 memory=670868 CPUtime=13.18 cores=0,2,4,6
/proc/5107/task/5114/stat : 5114 (java) S 5104 5107 1636 0 -1 1077944384 9496 0 0 0 1230 88 0 0 20 0 15 0 46815272 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864087939056 139864613382786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5115] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5115/stat : 5115 (java) S 5104 5107 1636 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 46815272 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864086885344 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5116] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5116/stat : 5116 (java) S 5104 5107 1636 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 46815273 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864085832688 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5117] ppid=5104 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5117/stat : 5117 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864084781264 139864613390235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5118] ppid=5104 vsize=14090952 memory=670868 CPUtime=1.2 cores=0,2,4,6
/proc/5107/task/5118/stat : 5118 (java) S 5104 5107 1636 0 -1 1077944384 2948 0 0 0 119 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864083728880 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5119] ppid=5104 vsize=14090952 memory=670868 CPUtime=1.07 cores=0,2,4,6
/proc/5107/task/5119/stat : 5119 (java) S 5104 5107 1636 0 -1 1077944384 2784 0 0 0 106 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864082676336 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5120] ppid=5104 vsize=14090952 memory=4140 CPUtime=0.6 cores=0,2,4,6
/proc/5107/task/5120/stat : 5120 (java) S 5104 5107 1636 0 -1 1077944384 2809 0 0 0 59 1 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864081623792 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5121] ppid=5104 vsize=14090952 memory=670868 CPUtime=0 cores=0,2,4,6
/proc/5107/task/5121/stat : 5121 (java) S 5104 5107 1636 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46815275 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864080571488 139864613381845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
[pid=5107/tid=5122] ppid=5104 vsize=14090952 memory=670868 CPUtime=1.44 cores=0,2,4,6
/proc/5107/task/5122/stat : 5122 (java) S 5104 5107 1636 0 -1 1077944384 1293 0 0 0 73 71 0 0 20 0 15 0 46815276 14429134848 167717 33554432000 4194304 4196468 140733882761344 139864079518000 139864613382786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 22822912 140733882770506 140733882770697 140733882770697 140733882773455 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 670868 KiB

Child status: 143
Real time (s): 2364.91
CPU time (s): 2400.11
CPU user time (s): 2395.64
CPU system time (s): 4.47561
CPU usage (%): 101.488
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 938768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.64
system time used= 4.47561
maximum resident set size= 939264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 407581
involuntary context switches= 8888


# summary of solver processes directly reported to runsolver:
#   pid: 5107
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2395.64
#   total CPU system time (s): 4.47561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4249 second user time and 22.6667 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 22:48:41
IDJOB=4290655
IDBENCH=141496
IDSOLVER=2743
FILE ID=node102/4290655-1532292521
RUNJOBID= node102-1532261510-1667
PBS_JOBID= 21018974
Free space on /tmp= 53212 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g34-g36_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-4290655-1532292521/watcher-4290655-1532292521 -o /tmp/evaluation-result-4290655-1532292521/solver-4290655-1532292521 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532261510-1667 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 22122284 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290655-1532292521.xml

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

MD5SUM BENCH= bf1db001ac5fdaef8f815bb03b0feb23
RANDOM SEED=22122284

node102.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.51
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.51
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.51
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.51
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:        16489144 kB
MemAvailable:   31728876 kB
Buffers:          244020 kB
Cached:         15083788 kB
SwapCached:            0 kB
Active:          1775628 kB
Inactive:       13817972 kB
Active(anon):     268272 kB
Inactive(anon):    16892 kB
Active(file):    1507356 kB
Inactive(file): 13801080 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35948 kB
Writeback:             0 kB
AnonPages:        326976 kB
Mapped:            49512 kB
Shmem:             17036 kB
Slab:             387108 kB
SReclaimable:     359756 kB
SUnreclaim:        27352 kB
KernelStack:        3808 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1224432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53212 MiB
End job on node102 at 2018-07-22 23:28:06