Trace number 4299790

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.05 2478.91

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
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 benchmark41.9072
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.02/2478.90	s SATISFIABLE
2520.02/2478.90	v <instantiation>
2520.02/2478.90	v 	<list>
2520.02/2478.90	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] 
2520.02/2478.90	v 	</list>
2520.02/2478.90	v 	<values>
2520.02/2478.90	v 		0 5 5 0 12 4 20 17 1 0 17 2 0 18 18 4 2 11 8 4 13 19 4 18 4 11 0 13 19 4 17 8 3 0 13 18 4 17 0 18 0 8 3 4 17 0 8 19 8 18 4 17 14 8 18 4 
2520.02/2478.90	v 	</values>
2520.02/2478.90	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 (13264 MiB free)
  memory of node 1: 16384 MiB (14070 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100076 s]*
/proc/loadavg: 1.71 1.62 1.55 4/220 12879
/proc/meminfo: memFree=27974996/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10658972 memory=27852 CPUtime=0.13 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 5393 0 0 0 12 1 0 0 20 0 15 0 100329842 10914787328 6963 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2664743 6963 2825 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10658972 memory=-8269626465541460091 CPUtime=0.09 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 3262 0 0 0 9 0 0 0 20 0 15 0 100329842 10914787328 6963 33554432000 4194304 4196468 140721382748960 139712442394592 139712438185366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10914787328 6963 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10658972 memory=140051416663680 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10914787328 6963 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329843 10914787328 6963 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10914787328 6963 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10658972 memory=140051416663680 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329844 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100329845 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711742059552 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100329845 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) R 12861 12864 10521 0 -1 4202560 436 0 0 0 0 0 0 0 20 0 15 0 100329847 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711738903408 139712422989933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) R 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711737850608 139712438184578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10658972 memory=140051416663680 CPUtime=0.01 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) R 12861 12864 10521 0 -1 4202560 328 0 0 0 1 0 0 0 20 0 15 0 100329847 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711736797808 139712417092324 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10658972 memory=140051416663680 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100329848 10914787328 6963 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27852 KiB

[startup+0.210785 s]*
/proc/loadavg: 1.71 1.62 1.55 4/220 12879
/proc/meminfo: memFree=27964000/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10661056 memory=39664 CPUtime=0.33 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 8077 0 0 0 31 2 0 0 20 0 15 0 100329842 10916921344 9916 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2665264 9916 2947 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 5164 0 0 0 19 1 0 0 20 0 15 0 100329842 10916921344 9982 33554432000 4194304 4196468 140721382748960 139712442404672 139712438195357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10916921344 9982 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661056 memory=4048933506598094496 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10916921344 9982 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329843 10916921344 9982 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10916921344 9982 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661056 memory=140051416663680 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329844 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100329845 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711742059552 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100329845 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) R 12861 12864 10521 0 -1 4202560 587 0 0 0 2 0 0 0 20 0 15 0 100329847 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711738903408 139712421584445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) R 12861 12864 10521 0 -1 4202560 200 0 0 0 2 0 0 0 20 0 15 0 100329847 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711737850608 139712418003801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10661056 memory=140051416663680 CPUtime=0.07 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) S 12861 12864 10521 0 -1 1077944384 762 0 0 0 7 0 0 0 20 0 15 0 100329847 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711736797808 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10661056 memory=140051416663680 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100329848 10916921344 9982 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39664 KiB

[startup+0.317065 s]*
/proc/loadavg: 1.71 1.62 1.55 6/220 12879
/proc/meminfo: memFree=27938736/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10661132 memory=65092 CPUtime=0.57 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 8676 0 0 0 54 3 0 0 20 0 15 0 100329842 10916999168 16273 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2665283 16273 3048 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 5502 0 0 0 29 1 0 0 20 0 15 0 100329842 10916999168 16273 33554432000 4194304 4196468 140721382748960 139712442409920 139712422253918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661132 memory=4294980952 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 16273 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661132 memory=3472752030248126112 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 16273 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 16273 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 16273 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661132 memory=140051416663680 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100329844 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711742059552 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) R 12861 12864 10521 0 -1 4202560 670 0 0 0 7 0 0 0 20 0 15 0 100329847 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711738892880 139712424184400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) R 12861 12864 10521 0 -1 4202560 340 0 0 0 6 0 0 0 20 0 15 0 100329847 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711737850608 139712419717945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10661132 memory=140051416663680 CPUtime=0.11 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) R 12861 12864 10521 0 -1 4202560 795 0 0 0 11 0 0 0 20 0 15 0 100329847 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711736795768 139712416688660 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10661132 memory=140051416663680 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 16273 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 65092 KiB

[startup+0.700746 s]
/proc/loadavg: 1.71 1.62 1.55 5/220 12879
/proc/meminfo: memFree=27859740/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10661132 memory=194604 CPUtime=1.66 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 11057 0 0 0 160 6 0 0 20 0 15 0 100329842 10916999168 48651 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2665283 48651 3118 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10661132 memory=4420 CPUtime=0.67 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 5583 0 0 0 64 3 0 0 20 0 15 0 100329842 10916999168 48651 33554432000 4194304 4196468 140721382748960 139712442408048 139712076577687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661132 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 48651 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661132 memory=6788 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 48651 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 48651 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661132 memory=195331824305574 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 48651 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661132 memory=585376 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100329844 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711742059552 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10661132 memory=6655300316396806240 CPUtime=0.37 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) S 12861 12864 10521 0 -1 1077944384 1620 0 0 0 37 0 0 0 20 0 15 0 100329847 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711738903408 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10661132 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) R 12861 12864 10521 0 -1 4202560 1414 0 0 0 38 0 0 0 20 0 15 0 100329847 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711737836064 139712418870336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10661132 memory=14545 CPUtime=0.17 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) S 12861 12864 10521 0 -1 1077944384 940 0 0 0 17 0 0 0 20 0 15 0 100329847 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711736797808 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10661132 memory=280102600442096 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 48651 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 194604 KiB

[startup+1.50115 s]
/proc/loadavg: 1.71 1.62 1.55 3/220 12879
/proc/meminfo: memFree=27779996/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10661132 memory=230700 CPUtime=3.73 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 13617 0 0 0 364 9 0 0 20 0 15 0 100329842 10916999168 57675 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2665283 57675 3146 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10661132 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 5764 0 0 0 142 3 0 0 20 0 15 0 100329842 10916999168 57675 33554432000 4194304 4196468 140721382748960 139712442410016 139712078954783 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661132 memory=56 CPUtime=0.02 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 182 0 0 0 1 1 0 0 20 0 15 0 100329843 10916999168 57675 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661132 memory=13884 CPUtime=0.01 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 15 0 100329843 10916999168 57675 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661132 memory=25517 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 100329843 10916999168 57675 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661132 memory=9198851636692886684 CPUtime=0.02 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 15 0 100329843 10916999168 57675 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 100329844 10916999168 57675 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0

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

/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 32749 0 0 0 236368 193 0 0 20 0 15 0 100329842 10916999168 193886 33554432000 4194304 4196468 140721382748960 139712442413136 139712079113822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661132 memory=777084 CPUtime=12.04 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 15605 0 0 0 1155 49 0 0 20 0 15 0 100329843 10916999168 193886 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661132 memory=776056 CPUtime=12.01 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 15272 0 0 0 1154 47 0 0 20 0 15 0 100329843 10916999168 193886 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661132 memory=776056 CPUtime=12 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 15687 0 0 0 1151 49 0 0 20 0 15 0 100329843 10916999168 193886 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661132 memory=776568 CPUtime=11.97 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 16805 0 0 0 1149 48 0 0 20 0 15 0 100329843 10916999168 193886 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661132 memory=781700 CPUtime=3.4 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 15714 0 0 0 298 42 0 0 20 0 15 0 100329844 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10661132 memory=1844 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711742059616 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10661132 memory=777084 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10661132 memory=29060 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10661132 memory=776568 CPUtime=1.24 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) S 12861 12864 10521 0 -1 1077944384 5457 0 0 0 123 1 0 0 20 0 15 0 100329847 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711738903408 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10661132 memory=776568 CPUtime=2.52 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) S 12861 12864 10521 0 -1 1077944384 8545 0 0 0 251 1 0 0 20 0 15 0 100329847 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711737850608 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10661132 memory=1200 CPUtime=0.34 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) S 12861 12864 10521 0 -1 1077944384 2238 0 0 0 33 1 0 0 20 0 15 0 100329847 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711736797808 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10661132 memory=1712 CPUtime=1.36 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1486 0 0 0 66 70 0 0 20 0 15 0 100329848 10916999168 193886 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 2422.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 775544 KiB

[startup+2442.3 s]
/proc/loadavg: 1.53 1.50 1.57 3/220 13103
/proc/meminfo: memFree=26152012/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10661132 memory=757588 CPUtime=2483.12 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 132221 0 0 0 247840 472 0 0 20 0 15 0 100329842 10916999168 189397 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2665283 189397 3186 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10661132 memory=779648 CPUtime=2425.35 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 33107 0 0 0 242339 196 0 0 20 0 15 0 100329842 10916999168 189397 33554432000 4194304 4196468 140721382748960 139712442413136 139712079113638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661132 memory=758616 CPUtime=12.22 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 15686 0 0 0 1173 49 0 0 20 0 15 0 100329843 10916999168 189397 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661132 memory=758100 CPUtime=12.17 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 15411 0 0 0 1170 47 0 0 20 0 15 0 100329843 10916999168 189397 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661132 memory=757588 CPUtime=12.17 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 15752 0 0 0 1168 49 0 0 20 0 15 0 100329843 10916999168 189397 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661132 memory=763744 CPUtime=12.14 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 17157 0 0 0 1166 48 0 0 20 0 15 0 100329843 10916999168 189397 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661132 memory=760152 CPUtime=3.48 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 15892 0 0 0 305 43 0 0 20 0 15 0 100329844 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10661132 memory=760668 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711742059616 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10661132 memory=760668 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10661132 memory=760152 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10661132 memory=761180 CPUtime=1.24 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) S 12861 12864 10521 0 -1 1077944384 5459 0 0 0 123 1 0 0 20 0 15 0 100329847 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711738903408 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10661132 memory=758616 CPUtime=2.52 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) S 12861 12864 10521 0 -1 1077944384 8547 0 0 0 251 1 0 0 20 0 15 0 100329847 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711737850608 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10661132 memory=760668 CPUtime=0.34 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) S 12861 12864 10521 0 -1 1077944384 2240 0 0 0 33 1 0 0 20 0 15 0 100329847 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711736797808 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10661132 memory=757588 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10661132 memory=757588 CPUtime=1.39 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1508 0 0 0 67 72 0 0 20 0 15 0 100329848 10916999168 189397 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 2483.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 757588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478.9 s]
/proc/loadavg: 1.55 1.52 1.58 3/220 13104
/proc/meminfo: memFree=26173364/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10661132 memory=746816 CPUtime=2520.02 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 133416 0 0 0 251525 477 0 0 20 0 15 0 100329842 10916999168 186704 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2665283 186704 3186 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10661132 memory=746816 CPUtime=2461.79 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 33385 0 0 0 245980 199 0 0 20 0 15 0 100329842 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712442413136 139712079219263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661132 memory=747328 CPUtime=12.31 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 15816 0 0 0 1182 49 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661132 memory=749380 CPUtime=12.28 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 15795 0 0 0 1180 48 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661132 memory=746816 CPUtime=12.26 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 15852 0 0 0 1177 49 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661132 memory=746816 CPUtime=12.24 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 17268 0 0 0 1176 48 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661132 memory=748868 CPUtime=3.51 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 16066 0 0 0 308 43 0 0 20 0 15 0 100329844 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10661132 memory=29060 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711742059616 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10661132 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10661132 memory=748356 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10661132 memory=4096 CPUtime=1.24 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) S 12861 12864 10521 0 -1 1077944384 5461 0 0 0 123 1 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711738903408 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10661132 memory=747328 CPUtime=2.52 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) S 12861 12864 10521 0 -1 1077944384 8549 0 0 0 251 1 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711737850608 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10661132 memory=796 CPUtime=0.34 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) S 12861 12864 10521 0 -1 1077944384 2242 0 0 0 33 1 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711736797808 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10661132 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10661132 memory=2240 CPUtime=1.42 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1520 0 0 0 69 73 0 0 20 0 15 0 100329848 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 746816 KiB

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

[startup+2478.91 s]
# the end of solver process 12864 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.27 s, system=4.7811 s

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

[startup+2478.9 s]
/proc/loadavg: 1.55 1.52 1.58 3/220 13104
/proc/meminfo: memFree=26173364/32770624 swapFree=67108744/67108860
[pid=12864] ppid=12861 vsize=10661132 memory=746816 CPUtime=2520.02 cores=0,2,4,6
/proc/12864/stat : 12864 (java) S 12861 12864 10521 0 -1 1077944320 133416 0 0 0 251525 477 0 0 20 0 15 0 100329842 10916999168 186704 33554432000 4194304 4196468 140721382748960 140721382731504 139712438173431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
/proc/12864/statm: 2665283 186704 3186 1 0 2627263 0
[pid=12864/tid=12866] ppid=12861 vsize=10661132 memory=746816 CPUtime=2461.79 cores=0,2,4,6
/proc/12864/task/12866/stat : 12866 (java) R 12861 12864 10521 0 -1 4202560 33385 0 0 0 245980 199 0 0 20 0 15 0 100329842 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712442413136 139712079219263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12867] ppid=12861 vsize=10661132 memory=747328 CPUtime=12.31 cores=0,2,4,6
/proc/12864/task/12867/stat : 12867 (java) S 12861 12864 10521 0 -1 1077944384 15816 0 0 0 1182 49 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712044653712 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12868] ppid=12861 vsize=10661132 memory=749380 CPUtime=12.28 cores=0,2,4,6
/proc/12864/task/12868/stat : 12868 (java) S 12861 12864 10521 0 -1 1077944384 15795 0 0 0 1180 48 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712043600912 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12869] ppid=12861 vsize=10661132 memory=746816 CPUtime=12.26 cores=0,2,4,6
/proc/12864/task/12869/stat : 12869 (java) S 12861 12864 10521 0 -1 1077944384 15852 0 0 0 1177 49 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712042548112 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12870] ppid=12861 vsize=10661132 memory=746816 CPUtime=12.24 cores=0,2,4,6
/proc/12864/task/12870/stat : 12870 (java) S 12861 12864 10521 0 -1 1077944384 17268 0 0 0 1176 48 0 0 20 0 15 0 100329843 10916999168 186704 33554432000 4194304 4196468 140721382748960 139712041495312 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12871] ppid=12861 vsize=10661132 memory=748868 CPUtime=3.51 cores=0,2,4,6
/proc/12864/task/12871/stat : 12871 (java) S 12861 12864 10521 0 -1 1077944384 16066 0 0 0 308 43 0 0 20 0 15 0 100329844 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711743113584 139712438184578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12872] ppid=12861 vsize=10661132 memory=29060 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12872/stat : 12872 (java) S 12861 12864 10521 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711742059616 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12873] ppid=12861 vsize=10661132 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12873/stat : 12873 (java) S 12861 12864 10521 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 100329845 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711741006704 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12874] ppid=12861 vsize=10661132 memory=748356 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12874/stat : 12874 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711739955024 139712438192027 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12875] ppid=12861 vsize=10661132 memory=4096 CPUtime=1.24 cores=0,2,4,6
/proc/12864/task/12875/stat : 12875 (java) S 12861 12864 10521 0 -1 1077944384 5461 0 0 0 123 1 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711738903408 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12876] ppid=12861 vsize=10661132 memory=747328 CPUtime=2.52 cores=0,2,4,6
/proc/12864/task/12876/stat : 12876 (java) S 12861 12864 10521 0 -1 1077944384 8549 0 0 0 251 1 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711737850608 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12877] ppid=12861 vsize=10661132 memory=796 CPUtime=0.34 cores=0,2,4,6
/proc/12864/task/12877/stat : 12877 (java) S 12861 12864 10521 0 -1 1077944384 2242 0 0 0 33 1 0 0 20 0 15 0 100329847 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711736797808 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12878] ppid=12861 vsize=10661132 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/12864/task/12878/stat : 12878 (java) S 12861 12864 10521 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100329848 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711735745248 139712438183637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
[pid=12864/tid=12879] ppid=12861 vsize=10661132 memory=2240 CPUtime=1.42 cores=0,2,4,6
/proc/12864/task/12879/stat : 12879 (java) S 12861 12864 10521 0 -1 1077944384 1520 0 0 0 69 73 0 0 20 0 15 0 100329848 10916999168 186704 33554432000 4194304 4196468 140721382748960 139711734692528 139712438184578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11345920 140721382757496 140721382757641 140721382757641 140721382760399 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 746816 KiB

Child status: 143
Real time (s): 2478.91
CPU time (s): 2520.05
CPU user time (s): 2515.27
CPU system time (s): 4.7811
CPU usage (%): 101.659
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1368780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.27
system time used= 4.7811
maximum resident set size= 1368780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145555
involuntary context switches= 6085


# summary of solver processes directly reported to runsolver:
#   pid: 12864
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2515.27
#   total CPU system time (s): 4.7811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4886 second user time and 23.8248 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 03:27:46
IDJOB=4299790
IDBENCH=141444
IDSOLVER=2768
FILE ID=node134/4299790-1532827666
RUNJOBID= node134-1532809720-10552
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-07-08_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299790-1532827666/watcher-4299790-1532827666 -o /tmp/evaluation-result-4299790-1532827666/solver-4299790-1532827666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532809720-10552 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299790-1532827666.xml --timelimit 2520

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=290793923

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:        27991784 kB
MemAvailable:   31815576 kB
Buffers:          194112 kB
Cached:          3892872 kB
SwapCached:            0 kB
Active:          1934176 kB
Inactive:        2352144 kB
Active(anon):     149344 kB
Inactive(anon):    78492 kB
Active(file):    1784832 kB
Inactive(file):  2273652 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:              3848 kB
Writeback:             0 kB
AnonPages:        344116 kB
Mapped:            55636 kB
Shmem:             25164 kB
Slab:             190360 kB
SReclaimable:     162284 kB
SUnreclaim:        28076 kB
KernelStack:        3888 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1050444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 55552 MiB
End job on node134 at 2018-07-29 04:09:05