Trace number 4298585

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.1 2513.71

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K03-P03_c18.xml
MD5SUM48ac26f734f5e9f96f30a0090c6e98b4
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.008964
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":9}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":18},{"degree":2,"count":15},{"degree":4,"count":6},{"degree":5,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":9,"count":1},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
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.08/2513.70	s SATISFIABLE
2520.08/2513.70	v <instantiation>
2520.08/2513.70	v 	<list>
2520.08/2513.70	v 		cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] 
2520.08/2513.70	v 	</list>
2520.08/2513.70	v 	<values>
2520.08/2513.70	v 		14 2 4 0 6 15 13 5 8 12 10 2 6 15 9 8 5 3 14 4 11 13 1 7 
2520.08/2513.70	v 	</values>
2520.08/2513.70	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 (9140 MiB free)
  memory of node 1: 16384 MiB (10171 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298585-1532765212/watcher-4298585-1532765212 -o /tmp/evaluation-result-4298585-1532765212/solver-4298585-1532765212 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532740268-23109 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298585-1532765212.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
solver pid=26040, runsolver pid=26037
Current StackSize limit: 8192 KiB


[startup+0.101125 s]*
/proc/loadavg: 1.46 1.43 1.51 3/215 26055
/proc/meminfo: memFree=19761612/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10658972 memory=25924 CPUtime=0.13 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 5383 0 0 0 12 1 0 0 20 0 15 0 94084437 10914787328 6481 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2664743 6481 2868 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10658972 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 3170 0 0 0 8 1 0 0 20 0 15 0 94084437 10914787328 6481 33554432000 4194304 4196468 140729042223120 140196762586480 140196742407525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10658972 memory=5793855313605372345 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10914787328 6481 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10658972 memory=140062595479168 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10914787328 6481 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10914787328 6481 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084438 10914787328 6481 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084439 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94084440 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94084440 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) R 26037 26040 23077 0 -1 4202560 350 0 0 0 0 0 0 0 20 0 15 0 94084442 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195789757592 140196738777200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) R 26037 26040 23077 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 94084442 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195788704496 140196758375042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10658972 memory=140062595479168 CPUtime=0.02 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) R 26037 26040 23077 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 94084442 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195787651696 140196738078700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10658972 memory=140062595479168 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084443 10914787328 6481 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 25924 KiB

[startup+0.210534 s]*
/proc/loadavg: 1.46 1.43 1.51 3/215 26055
/proc/meminfo: memFree=19748528/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10661056 memory=39228 CPUtime=0.32 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 8365 0 0 0 30 2 0 0 20 0 15 0 94084437 10916921344 9807 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2665264 9807 2979 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 5259 0 0 0 19 1 0 0 20 0 15 0 94084437 10916921344 9807 33554432000 4194304 4196468 140729042223120 140196762596208 140196758385821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=4211973788800269706 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 9807 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=140062595479168 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 9807 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 9807 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 9807 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=140062595479168 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084439 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) S 26037 26040 23077 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 15 0 94084442 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195789757296 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) S 26037 26040 23077 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 94084442 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195788704496 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10661132 memory=140062595479168 CPUtime=0.07 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) S 26037 26040 23077 0 -1 1077944384 894 0 0 0 7 0 0 0 20 0 15 0 94084442 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195787651696 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10661132 memory=140062595479168 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 9807 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39228 KiB

[startup+0.310074 s]*
/proc/loadavg: 1.46 1.43 1.51 6/215 26055
/proc/meminfo: memFree=19744124/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10661132 memory=43580 CPUtime=0.53 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 9163 0 0 0 50 3 0 0 20 0 15 0 94084437 10916999168 10895 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2665283 10895 3020 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10661132 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 5732 0 0 0 27 2 0 0 20 0 15 0 94084437 10916999168 10895 33554432000 4194304 4196468 140729042223120 140196762601488 140196758375830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=4211973788800269706 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 10895 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=280125035882880 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 10895 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=280124880835072 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 10895 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=140062440403727 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 10895 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=280125035892096 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084439 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10661132 memory=140062440408335 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10661132 memory=140062440433749 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10661132 memory=140062440438595 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) S 26037 26040 23077 0 -1 1077944384 525 0 0 0 3 0 0 0 20 0 15 0 94084442 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195789757296 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) S 26037 26040 23077 0 -1 1077944384 501 0 0 0 6 0 0 0 20 0 15 0 94084442 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195788704496 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10661132 memory=140062595479168 CPUtime=0.13 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) R 26037 26040 23077 0 -1 4202560 1039 0 0 0 13 0 0 0 20 0 15 0 94084442 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195787651696 140196750601022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10661132 memory=140062595505092 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 10895 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 43580 KiB

[startup+0.702877 s]
/proc/loadavg: 1.46 1.43 1.51 5/215 26055
/proc/meminfo: memFree=19715164/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10661132 memory=87896 CPUtime=1.71 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 17120 0 0 0 166 5 0 0 20 0 15 0 94084437 10916999168 21974 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2665283 21974 3100 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10661132 memory=54 CPUtime=0.67 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 5861 0 0 0 65 2 0 0 20 0 15 0 94084437 10916999168 21974 33554432000 4194304 4196468 140729042223120 140196762602480 140729043085250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 21974 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 21974 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 21974 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 21974 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94084439 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10661132 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10661132 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10661132 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10661132 memory=792 CPUtime=0.39 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) R 26037 26040 23077 0 -1 4202560 4031 0 0 0 38 1 0 0 20 0 15 0 94084442 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195789743032 140196743243426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10661132 memory=1716 CPUtime=0.42 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) R 26037 26040 23077 0 -1 4202560 3714 0 0 0 42 0 0 0 20 0 15 0 94084442 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195788697128 140196736765904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10661132 memory=1952 CPUtime=0.2 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) S 26037 26040 23077 0 -1 1077944384 2141 0 0 0 20 0 0 0 20 0 15 0 94084442 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195787651696 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10661132 memory=8580 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 21974 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 87896 KiB

[startup+1.50064 s]
/proc/loadavg: 1.46 1.43 1.51 4/215 26055
/proc/meminfo: memFree=19680916/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10661132 memory=139888 CPUtime=3.03 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 19303 0 0 0 296 7 0 0 20 0 15 0 94084437 10916999168 34972 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2665283 34972 3112 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10661132 memory=4140 CPUtime=1.46 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 5934 0 0 0 142 4 0 0 20 0 15 0 94084437 10916999168 34972 33554432000 4194304 4196468 140729042223120 140196762600896 140729043085250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=27168 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 34972 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 34972 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 34972 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94084438 10916999168 34972 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=7451293975509491796 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94084439 10916999168 34972 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0

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

/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 15060 0 0 0 241576 2116 0 0 20 0 15 0 94084437 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196762604544 140729043085250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.6 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 2030 0 0 0 136 24 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.57 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1648 0 0 0 135 22 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.61 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 2052 0 0 0 139 22 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.59 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 1947 0 0 0 134 25 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=28 CPUtime=2.41 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 4173 0 0 0 223 18 0 0 20 0 15 0 94084439 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.74 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) S 26037 26040 23077 0 -1 1077944384 6101 0 0 0 73 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195789757296 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.2 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) S 26037 26040 23077 0 -1 1077944384 8738 0 0 0 120 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195788704496 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.28 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) S 26037 26040 23077 0 -1 1077944384 3189 0 0 0 27 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195787651696 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.56 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 868 0 0 0 22 34 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 2448.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211336 KiB

[startup+2502.3 s]
/proc/loadavg: 1.54 1.35 1.36 3/215 26231
/proc/meminfo: memFree=19773432/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10661132 memory=211336 CPUtime=2508.66 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 47681 0 0 0 248593 2273 0 0 20 0 15 0 94084437 10916999168 52834 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2665283 52834 3154 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10661132 memory=211336 CPUtime=2496.77 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 15210 0 0 0 247510 2167 0 0 20 0 15 0 94084437 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196762603712 140729043085250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.64 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 2049 0 0 0 139 25 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.62 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1664 0 0 0 139 23 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.64 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 2053 0 0 0 142 22 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.62 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2177 0 0 0 137 25 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=211336 CPUtime=2.48 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 4195 0 0 0 229 19 0 0 20 0 15 0 94084439 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.74 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) S 26037 26040 23077 0 -1 1077944384 6103 0 0 0 73 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195789757296 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.2 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) S 26037 26040 23077 0 -1 1077944384 8740 0 0 0 120 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195788704496 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.28 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) S 26037 26040 23077 0 -1 1077944384 3191 0 0 0 27 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195787651696 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10661132 memory=27240 CPUtime=0.57 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 874 0 0 0 23 34 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 2508.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.7 s]
/proc/loadavg: 1.53 1.35 1.36 3/215 26231
/proc/meminfo: memFree=19773244/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10661132 memory=211336 CPUtime=2520.08 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 47702 0 0 0 249726 2282 0 0 20 0 15 0 94084437 10916999168 52834 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2665283 52834 3154 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10661132 memory=211336 CPUtime=2508.15 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 15231 0 0 0 248639 2176 0 0 20 0 15 0 94084437 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196762603904 140729043085250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.65 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 2049 0 0 0 140 25 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.63 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1664 0 0 0 140 23 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.64 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 2053 0 0 0 142 22 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.64 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2177 0 0 0 138 26 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=247671 CPUtime=2.49 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 4195 0 0 0 230 19 0 0 20 0 15 0 94084439 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10661132 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10661132 memory=-7003737579269690708 CPUtime=0.74 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) S 26037 26040 23077 0 -1 1077944384 6103 0 0 0 73 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195789757296 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.2 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) S 26037 26040 23077 0 -1 1077944384 8740 0 0 0 120 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195788704496 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.28 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) S 26037 26040 23077 0 -1 1077944384 3191 0 0 0 27 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195787651696 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.57 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 874 0 0 0 23 34 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211336 KiB

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

[startup+2513.71 s]
# the end of solver process 26040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2497.27 s, system=22.8301 s

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

[startup+2513.7 s]
/proc/loadavg: 1.53 1.35 1.36 3/215 26231
/proc/meminfo: memFree=19773244/32770624 swapFree=67108860/67108860
[pid=26040] ppid=26037 vsize=10661132 memory=211336 CPUtime=2520.08 cores=1,3,5,7
/proc/26040/stat : 26040 (java) S 26037 26040 23077 0 -1 1077944320 47702 0 0 0 249726 2282 0 0 20 0 15 0 94084437 10916999168 52834 33554432000 4194304 4196468 140729042223120 140729042205664 140196758363895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
/proc/26040/statm: 2665283 52834 3154 1 0 2627263 0
[pid=26040/tid=26042] ppid=26037 vsize=10661132 memory=211336 CPUtime=2508.15 cores=1,3,5,7
/proc/26040/task/26042/stat : 26042 (java) R 26037 26040 23077 0 -1 4202560 15231 0 0 0 248639 2176 0 0 20 0 15 0 94084437 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196762603904 140729043085250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26043] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.65 cores=1,3,5,7
/proc/26040/task/26043/stat : 26043 (java) S 26037 26040 23077 0 -1 1077944384 2049 0 0 0 140 25 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196364872848 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26044] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.63 cores=1,3,5,7
/proc/26040/task/26044/stat : 26044 (java) S 26037 26040 23077 0 -1 1077944384 1664 0 0 0 140 23 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196363820048 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26045] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.64 cores=1,3,5,7
/proc/26040/task/26045/stat : 26045 (java) S 26037 26040 23077 0 -1 1077944384 2053 0 0 0 142 22 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196362767248 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26046] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.64 cores=1,3,5,7
/proc/26040/task/26046/stat : 26046 (java) S 26037 26040 23077 0 -1 1077944384 2177 0 0 0 138 26 0 0 20 0 15 0 94084438 10916999168 52834 33554432000 4194304 4196468 140729042223120 140196361714448 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26047] ppid=26037 vsize=10661132 memory=247671 CPUtime=2.49 cores=1,3,5,7
/proc/26040/task/26047/stat : 26047 (java) S 26037 26040 23077 0 -1 1077944384 4195 0 0 0 230 19 0 0 20 0 15 0 94084439 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195793967472 140196758375042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26048] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26048/stat : 26048 (java) S 26037 26040 23077 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195792913440 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26049] ppid=26037 vsize=10661132 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26049/stat : 26049 (java) S 26037 26040 23077 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 94084440 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195791860592 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26050] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26050/stat : 26050 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195790808912 140196758382491 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26051] ppid=26037 vsize=10661132 memory=-7003737579269690708 CPUtime=0.74 cores=1,3,5,7
/proc/26040/task/26051/stat : 26051 (java) S 26037 26040 23077 0 -1 1077944384 6103 0 0 0 73 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195789757296 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26052] ppid=26037 vsize=10661132 memory=211336 CPUtime=1.2 cores=1,3,5,7
/proc/26040/task/26052/stat : 26052 (java) S 26037 26040 23077 0 -1 1077944384 8740 0 0 0 120 0 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195788704496 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26053] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.28 cores=1,3,5,7
/proc/26040/task/26053/stat : 26053 (java) S 26037 26040 23077 0 -1 1077944384 3191 0 0 0 27 1 0 0 20 0 15 0 94084442 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195787651696 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26054] ppid=26037 vsize=10661132 memory=211336 CPUtime=0 cores=1,3,5,7
/proc/26040/task/26054/stat : 26054 (java) S 26037 26040 23077 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195478199008 140196758374101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
[pid=26040/tid=26055] ppid=26037 vsize=10661132 memory=211336 CPUtime=0.57 cores=1,3,5,7
/proc/26040/task/26055/stat : 26055 (java) S 26037 26040 23077 0 -1 1077944384 874 0 0 0 23 34 0 0 20 0 15 0 94084443 10916999168 52834 33554432000 4194304 4196468 140729042223120 140195477146288 140196758375042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140729042228344 140729042228489 140729042228489 140729042231247 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 211336 KiB

Child status: 143
Real time (s): 2513.71
CPU time (s): 2520.1
CPU user time (s): 2497.27
CPU system time (s): 22.8301
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 211336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2497.27
system time used= 22.8301
maximum resident set size= 211720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126493
involuntary context switches= 2927


# summary of solver processes directly reported to runsolver:
#   pid: 26040
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2497.27
#   total CPU system time (s): 22.8301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0322 second user time and 23.2735 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-28 10:06:53
IDJOB=4298585
IDBENCH=141169
IDSOLVER=2768
FILE ID=node103/4298585-1532765212
RUNJOBID= node103-1532740268-23109
PBS_JOBID= 21022444
Free space on /tmp= 56536 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K03-P03_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298585-1532765212/watcher-4298585-1532765212 -o /tmp/evaluation-result-4298585-1532765212/solver-4298585-1532765212 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532740268-23109 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298585-1532765212.xml --timelimit 2520

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

MD5SUM BENCH= 48ac26f734f5e9f96f30a0090c6e98b4
RANDOM SEED=445066302

node103.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.48
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.48
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.48
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.48
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:        19775824 kB
MemAvailable:   31466496 kB
Buffers:          301476 kB
Cached:         11572996 kB
SwapCached:            0 kB
Active:          4373220 kB
Inactive:        8018008 kB
Active(anon):     519192 kB
Inactive(anon):    25184 kB
Active(file):    3854028 kB
Inactive(file):  7992824 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:        558468 kB
Mapped:            54900 kB
Shmem:             25228 kB
Slab:             300212 kB
SReclaimable:     272280 kB
SUnreclaim:        27932 kB
KernelStack:        3792 kB
PageTables:         6452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1051204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56536 MiB
End job on node103 at 2018-07-28 10:48:46