Trace number 4299758

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
The dodo solver 2018-04-29SAT (TO) 2520.04 2501.13

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.270002
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
2520.01/2501.12	s SATISFIABLE
2520.01/2501.12	v <instantiation>
2520.01/2501.12	v 	<list>
2520.01/2501.12	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] 
2520.01/2501.12	v 	</list>
2520.01/2501.12	v 	<values>
2520.01/2501.12	v 		0 17 2 14 13 2 4 12 0 0 18 3 0 11 1 8 17 18 4 1 0 0 2 8 4 17 0 19 2 7 14 19 0 11 0 7 0 11 4 13 4 17 
2520.01/2501.12	v 	</values>
2520.01/2501.12	v </instantiation>

Verifier Data

OK	

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 (12076 MiB free)
  memory of node 1: 16384 MiB (14214 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299758-1532825625/watcher-4299758-1532825625 -o /tmp/evaluation-result-4299758-1532825625/solver-4299758-1532825625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532809720-10553 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299758-1532825625.xml --timelimit 2520 

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

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

solver pid=12705, runsolver pid=12702

[startup+0.103231 s]*
/proc/loadavg: 1.41 1.54 1.48 4/220 12720
/proc/meminfo: memFree=26905928/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10658972 memory=27716 CPUtime=0.14 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 5291 0 0 0 12 2 0 0 20 0 15 0 100125759 10914787328 6929 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2664743 6929 2891 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10658972 memory=-8269626465541198972 CPUtime=0.09 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 3107 0 0 0 8 1 0 0 20 0 15 0 100125759 10914787328 6929 33554432000 4194304 4196468 140735715625328 139794351557248 139794331374949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10658972 memory=140709367670400 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100125760 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10658972 memory=140709367670400 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100125761 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100125762 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793583396000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) S 12702 12705 10521 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 15 0 100125764 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793580239600 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793579187056 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10658972 memory=140709367670400 CPUtime=0.02 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) R 12702 12705 10521 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 100125764 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793578134000 139793954504825 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10658972 memory=140709367670400 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125765 10914787328 6929 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27716 KiB

[startup+0.210814 s]*
/proc/loadavg: 1.41 1.54 1.48 4/220 12720
/proc/meminfo: memFree=26894040/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10661056 memory=39888 CPUtime=0.33 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 8084 0 0 0 30 3 0 0 20 0 15 0 100125759 10916921344 9972 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2665264 9972 2966 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 5089 0 0 0 18 2 0 0 20 0 15 0 100125759 10916921344 10038 33554432000 4194304 4196468 140735715625328 139794351562192 139794347353245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661056 memory=3472752688199132832 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100125760 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661056 memory=140709367670400 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100125761 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100125762 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793583396000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) R 12702 12705 10521 0 -1 4202560 841 0 0 0 2 0 0 0 20 0 15 0 100125764 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793580239600 139794328031616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) R 12702 12705 10521 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 100125764 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793579187056 139794347342466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10661056 memory=140709367670400 CPUtime=0.07 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) S 12702 12705 10521 0 -1 1077944384 746 0 0 0 7 0 0 0 20 0 15 0 100125764 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793578134000 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10661056 memory=140709367670400 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125765 10916921344 10038 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39888 KiB

[startup+0.310573 s]*
/proc/loadavg: 1.41 1.54 1.48 5/220 12720
/proc/meminfo: memFree=26875300/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10661132 memory=61500 CPUtime=0.55 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 8884 0 0 0 51 4 0 0 20 0 15 0 100125759 10916999168 15375 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2665283 15375 3062 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10661132 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 5426 0 0 0 27 2 0 0 20 0 15 0 100125759 10916999168 15441 33554432000 4194304 4196468 140735715625328 139794351566136 139794331411806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661132 memory=4294980952 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661132 memory=3474440438547768992 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661132 memory=140709367670400 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100125761 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793583396000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10661132 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) R 12702 12705 10521 0 -1 4202560 1025 0 0 0 8 0 0 0 20 0 15 0 100125764 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793580225624 139794328849218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) R 12702 12705 10521 0 -1 4202560 224 0 0 0 4 0 0 0 20 0 15 0 100125764 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793579173080 139794339568446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10661132 memory=140709367670400 CPUtime=0.11 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) R 12702 12705 10521 0 -1 4202560 859 0 0 0 11 0 0 0 20 0 15 0 100125764 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793578130936 139794326286914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10661132 memory=140709367670400 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125765 10916999168 15441 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 61500 KiB

[startup+0.701506 s]
/proc/loadavg: 1.41 1.54 1.48 5/220 12720
/proc/meminfo: memFree=26789664/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10661132 memory=191088 CPUtime=1.75 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 11189 0 0 0 168 7 0 0 20 0 15 0 100125759 10916999168 47772 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2665283 47772 3120 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10661132 memory=195306859808007 CPUtime=0.66 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 5612 0 0 0 62 4 0 0 20 0 15 0 100125759 10916999168 47772 33554432000 4194304 4196468 140735715625328 139794351567240 139793957598228 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661132 memory=585376 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100125761 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10661132 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793583396000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10661132 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) R 12702 12705 10521 0 -1 4202560 1910 0 0 0 43 0 0 0 20 0 15 0 100125764 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793580226384 139794324926129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10661132 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) R 12702 12705 10521 0 -1 4202560 1114 0 0 0 39 0 0 0 20 0 15 0 100125764 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793579175616 139794332213127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10661132 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) S 12702 12705 10521 0 -1 1077944384 1060 0 0 0 21 0 0 0 20 0 15 0 100125764 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793578134000 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10661132 memory=18280 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100125765 10916999168 47772 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191088 KiB

[startup+1.50076 s]
/proc/loadavg: 1.41 1.54 1.48 5/220 12720
/proc/meminfo: memFree=26735732/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10661132 memory=200100 CPUtime=3.5 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 13523 0 0 0 342 8 0 0 20 0 15 0 100125759 10916999168 50025 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2665283 50025 3144 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10661132 memory=13884 CPUtime=1.45 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 5745 0 0 0 141 4 0 0 20 0 15 0 100125759 10916999168 50025 33554432000 4194304 4196468 140735715625328 139794351558432 139793958047482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 50025 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 50025 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 50025 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 100125760 10916999168 50025 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100125761 10916999168 50025 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0

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

/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 21182 0 0 0 237071 258 0 0 20 0 15 0 100125759 10916999168 39493 33554432000 4194304 4196468 140735715625328 139794351571248 139793958047413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661132 memory=1424 CPUtime=4.84 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 4809 0 0 0 460 24 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661132 memory=157972 CPUtime=4.91 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 5085 0 0 0 467 24 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661132 memory=157972 CPUtime=4.89 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 5310 0 0 0 464 25 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661132 memory=157964 CPUtime=4.89 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 5658 0 0 0 468 21 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661132 memory=157972 CPUtime=3.12 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 6049 0 0 0 286 26 0 0 20 0 15 0 100125761 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10661132 memory=157972 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793583396064 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10661132 memory=157972 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10661132 memory=157972 CPUtime=1.48 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) S 12702 12705 10521 0 -1 1077944384 11077 0 0 0 146 2 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793580239600 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10661132 memory=157972 CPUtime=1.11 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) S 12702 12705 10521 0 -1 1077944384 5078 0 0 0 110 1 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793579187056 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10661132 memory=4096 CPUtime=0.34 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) S 12702 12705 10521 0 -1 1077944384 2697 0 0 0 33 1 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793578134000 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10661132 memory=29008 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10661132 memory=157972 CPUtime=1.47 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 740 0 0 0 66 81 0 0 20 0 15 0 100125765 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 2400.42 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 157972 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.44 1.51 3/220 12893
/proc/meminfo: memFree=26779644/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10661132 memory=157972 CPUtime=2460.82 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 69234 0 0 0 245645 437 0 0 20 0 15 0 100125759 10916999168 39493 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2665283 39493 3163 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10661132 memory=157972 CPUtime=2433.04 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 21340 0 0 0 243041 263 0 0 20 0 15 0 100125759 10916999168 39493 33554432000 4194304 4196468 140735715625328 139794351571248 140735715952578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661132 memory=157972 CPUtime=4.97 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 4810 0 0 0 472 25 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661132 memory=157972 CPUtime=5.03 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 5085 0 0 0 479 24 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661132 memory=157972 CPUtime=5.02 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 5310 0 0 0 477 25 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661132 memory=157972 CPUtime=5.03 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 5670 0 0 0 481 22 0 0 20 0 15 0 100125760 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661132 memory=157972 CPUtime=3.21 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 6063 0 0 0 294 27 0 0 20 0 15 0 100125761 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10661132 memory=157972 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793583396064 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10661132 memory=157972 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10661132 memory=157972 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10661132 memory=157972 CPUtime=1.48 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) S 12702 12705 10521 0 -1 1077944384 11077 0 0 0 146 2 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793580239600 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10661132 memory=157972 CPUtime=1.11 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) S 12702 12705 10521 0 -1 1077944384 5078 0 0 0 110 1 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793579187056 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10661132 memory=4096 CPUtime=0.34 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) S 12702 12705 10521 0 -1 1077944384 2697 0 0 0 33 1 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793578134000 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10661132 memory=6944656575208382560 CPUtime=1.5 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 743 0 0 0 67 83 0 0 20 0 15 0 100125765 10916999168 39493 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 2460.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 157972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.11 s]
/proc/loadavg: 1.72 1.54 1.54 3/220 12894
/proc/meminfo: memFree=26768324/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10661132 memory=160020 CPUtime=2520.01 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 70015 0 0 0 251554 447 0 0 20 0 15 0 100125759 10916999168 40005 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2665283 40005 3163 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10661132 memory=1568 CPUtime=2491.59 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 21627 0 0 0 248889 270 0 0 20 0 15 0 100125759 10916999168 40005 33554432000 4194304 4196468 140735715625328 139794351572592 139793958367951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661132 memory=160020 CPUtime=5.1 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 5017 0 0 0 485 25 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661132 memory=157972 CPUtime=5.17 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 5138 0 0 0 492 25 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661132 memory=281418472760528 CPUtime=5.15 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 5320 0 0 0 489 26 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661132 memory=157972 CPUtime=5.16 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 5698 0 0 0 494 22 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661132 memory=157972 CPUtime=3.3 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 6236 0 0 0 302 28 0 0 20 0 15 0 100125761 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10661132 memory=160020 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793583396064 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10661132 memory=160020 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10661132 memory=157972 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10661132 memory=160020 CPUtime=1.48 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) S 12702 12705 10521 0 -1 1077944384 11079 0 0 0 146 2 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793580239600 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10661132 memory=160020 CPUtime=1.11 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) S 12702 12705 10521 0 -1 1077944384 5080 0 0 0 110 1 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793579187056 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10661132 memory=160020 CPUtime=0.34 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) S 12702 12705 10521 0 -1 1077944384 2699 0 0 0 33 1 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793578134000 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10661132 memory=160020 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10661132 memory=1952 CPUtime=1.54 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 760 0 0 0 69 85 0 0 20 0 15 0 100125765 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 160020 KiB

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

[startup+2501.13 s]
# the end of solver process 12705 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.56 s, system=4.47719 s

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

[startup+2501.11 s]
/proc/loadavg: 1.72 1.54 1.54 3/220 12894
/proc/meminfo: memFree=26768324/32770624 swapFree=67108744/67108860
[pid=12705] ppid=12702 vsize=10661132 memory=160020 CPUtime=2520.01 cores=1,3,5,7
/proc/12705/stat : 12705 (java) S 12702 12705 10521 0 -1 1077944320 70015 0 0 0 251554 447 0 0 20 0 15 0 100125759 10916999168 40005 33554432000 4194304 4196468 140735715625328 140735715607872 139794347331319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
/proc/12705/statm: 2665283 40005 3163 1 0 2627263 0
[pid=12705/tid=12707] ppid=12702 vsize=10661132 memory=1568 CPUtime=2491.59 cores=1,3,5,7
/proc/12705/task/12707/stat : 12707 (java) R 12702 12705 10521 0 -1 4202560 21627 0 0 0 248889 270 0 0 20 0 15 0 100125759 10916999168 40005 33554432000 4194304 4196468 140735715625328 139794351572592 139793958367951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12708] ppid=12702 vsize=10661132 memory=160020 CPUtime=5.1 cores=1,3,5,7
/proc/12705/task/12708/stat : 12708 (java) S 12702 12705 10521 0 -1 1077944384 5017 0 0 0 485 25 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793954499600 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12709] ppid=12702 vsize=10661132 memory=157972 CPUtime=5.17 cores=1,3,5,7
/proc/12705/task/12709/stat : 12709 (java) S 12702 12705 10521 0 -1 1077944384 5138 0 0 0 492 25 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793953447056 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12710] ppid=12702 vsize=10661132 memory=281418472760528 CPUtime=5.15 cores=1,3,5,7
/proc/12705/task/12710/stat : 12710 (java) S 12702 12705 10521 0 -1 1077944384 5320 0 0 0 489 26 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793952394000 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12711] ppid=12702 vsize=10661132 memory=157972 CPUtime=5.16 cores=1,3,5,7
/proc/12705/task/12711/stat : 12711 (java) S 12702 12705 10521 0 -1 1077944384 5698 0 0 0 494 22 0 0 20 0 15 0 100125760 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793951341456 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12712] ppid=12702 vsize=10661132 memory=157972 CPUtime=3.3 cores=1,3,5,7
/proc/12705/task/12712/stat : 12712 (java) S 12702 12705 10521 0 -1 1077944384 6236 0 0 0 302 28 0 0 20 0 15 0 100125761 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793584449776 139794347342466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12713] ppid=12702 vsize=10661132 memory=160020 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12713/stat : 12713 (java) S 12702 12705 10521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793583396064 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12714] ppid=12702 vsize=10661132 memory=160020 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12714/stat : 12714 (java) S 12702 12705 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100125762 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793582342896 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12715] ppid=12702 vsize=10661132 memory=157972 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12715/stat : 12715 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793581291472 139794347349915 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12716] ppid=12702 vsize=10661132 memory=160020 CPUtime=1.48 cores=1,3,5,7
/proc/12705/task/12716/stat : 12716 (java) S 12702 12705 10521 0 -1 1077944384 11079 0 0 0 146 2 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793580239600 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12717] ppid=12702 vsize=10661132 memory=160020 CPUtime=1.11 cores=1,3,5,7
/proc/12705/task/12717/stat : 12717 (java) S 12702 12705 10521 0 -1 1077944384 5080 0 0 0 110 1 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793579187056 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12718] ppid=12702 vsize=10661132 memory=160020 CPUtime=0.34 cores=1,3,5,7
/proc/12705/task/12718/stat : 12718 (java) S 12702 12705 10521 0 -1 1077944384 2699 0 0 0 33 1 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793578134000 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12719] ppid=12702 vsize=10661132 memory=160020 CPUtime=0 cores=1,3,5,7
/proc/12705/task/12719/stat : 12719 (java) S 12702 12705 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100125764 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793577081696 139794347341525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
[pid=12705/tid=12720] ppid=12702 vsize=10661132 memory=1952 CPUtime=1.54 cores=1,3,5,7
/proc/12705/task/12720/stat : 12720 (java) S 12702 12705 10521 0 -1 1077944384 760 0 0 0 69 85 0 0 20 0 15 0 100125765 10916999168 40005 33554432000 4194304 4196468 140735715625328 139793576028720 139794347342466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35074048 140735715628152 140735715628297 140735715628297 140735715631055 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 160020 KiB

Child status: 143
Real time (s): 2501.13
CPU time (s): 2520.04
CPU user time (s): 2515.56
CPU system time (s): 4.47719
CPU usage (%): 100.756
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 616132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.56
system time used= 4.47719
maximum resident set size= 618832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70247
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143143
involuntary context switches= 3260


# summary of solver processes directly reported to runsolver:
#   pid: 12705
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2515.56
#   total CPU system time (s): 4.47719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9537 second user time and 24.5051 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 02:53:46
IDJOB=4299758
IDBENCH=141440
IDSOLVER=2768
FILE ID=node134/4299758-1532825625
RUNJOBID= node134-1532809720-10553
PBS_JOBID= 21022481
Free space on /tmp= 55556 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299758-1532825625/watcher-4299758-1532825625 -o /tmp/evaluation-result-4299758-1532825625/solver-4299758-1532825625 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532809720-10553 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299758-1532825625.xml --timelimit 2520

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=2022999668

node134.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.68
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.68
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.68
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.68
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:        26922708 kB
MemAvailable:   30745744 kB
Buffers:          193736 kB
Cached:          3891772 kB
SwapCached:            0 kB
Active:          3001572 kB
Inactive:        2351444 kB
Active(anon):    1216808 kB
Inactive(anon):    78480 kB
Active(file):    1784764 kB
Inactive(file):  2272964 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              2764 kB
Writeback:             0 kB
AnonPages:       1287020 kB
Mapped:            55560 kB
Shmem:             25132 kB
Slab:             190848 kB
SReclaimable:     162284 kB
SUnreclaim:        28564 kB
KernelStack:        3888 kB
PageTables:         7784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2907224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1179648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55556 MiB
End job on node134 at 2018-07-29 03:35:27