Trace number 4299219

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29? 39.0571 15.52

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
38.91/15.41	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
38.91/15.41		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
38.91/15.41		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
38.91/15.41		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:152)
38.91/15.46		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
38.91/15.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
38.91/15.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
38.91/15.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
38.91/15.46		at org.xcsp.parser.XCallbacks$$Lambda$86/1076496284.accept(Unknown Source)
38.91/15.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
38.91/15.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
38.91/15.46		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
38.91/15.46		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
38.91/15.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
38.91/15.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
38.91/15.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
38.91/15.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
38.91/15.46		at xcsp3.XCSP3.<init>(XCSP3.java:84)
38.91/15.46		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
38.91/15.46		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
38.91/15.46	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7640 MiB free)
  memory of node 1: 16384 MiB (14731 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299219-1532809183/watcher-4299219-1532809183 -o /tmp/evaluation-result-4299219-1532809183/solver-4299219-1532809183 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3227 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299219-1532809183.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=3270, runsolver pid=3267
Current StackSize limit: 8192 KiB


[startup+0.107393 s]*
/proc/loadavg: 0.87 0.68 0.66 7/215 3285
/proc/meminfo: memFree=22724352/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661056 memory=28308 CPUtime=0.14 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 5469 0 0 0 13 1 0 0 20 0 15 0 98481554 10916921344 7077 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665264 7077 2890 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661056 memory=-8393970222706291904 CPUtime=0.1 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 3195 0 -1 4202560 3179 0 0 0 10 0 0 0 20 0 15 0 98481554 10916921344 7077 33554432000 4194304 4196468 140737322952704 140087271999328 140086884794848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086874073488 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086873020688 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086871968400 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086870915600 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98481556 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086760376944 140087267781250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98481557 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086759322912 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98481557 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 3195 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086756165744 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 3195 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086755112944 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0.02 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) R 3267 3270 3195 0 -1 4202560 405 0 0 0 2 0 0 0 20 0 15 0 98481559 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086754058448 140087246474784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481560 10916921344 7077 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28308 KiB

[startup+0.210602 s]*
/proc/loadavg: 0.87 0.68 0.66 7/215 3285
/proc/meminfo: memFree=22684392/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661056 memory=40000 CPUtime=0.33 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 8115 0 0 0 31 2 0 0 20 0 15 0 98481554 10916921344 10000 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665264 10000 2977 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 3195 0 -1 4202560 5116 0 0 0 19 1 0 0 20 0 15 0 98481554 10916921344 10000 33554432000 4194304 4196468 140737322952704 140087272001824 140087267792029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661056 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086874073488 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661056 memory=139959394472815 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086873020688 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086871968400 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086870915600 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98481556 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086760376944 140087267781250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98481557 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086759322912 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98481557 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) R 3267 3270 3195 0 -1 4202560 677 0 0 0 2 0 0 0 20 0 15 0 98481559 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086756165744 140087260866939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) R 3267 3270 3195 0 -1 4202560 232 0 0 0 2 0 0 0 20 0 15 0 98481559 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086755112944 140087247426512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0.07 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 3195 0 -1 1077944384 725 0 0 0 7 0 0 0 20 0 15 0 98481559 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086754060656 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481560 10916921344 10000 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40000 KiB

[startup+0.310572 s]*
/proc/loadavg: 0.87 0.68 0.66 3/215 3285
/proc/meminfo: memFree=22630588/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661056 memory=98364 CPUtime=0.49 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 8341 0 0 0 46 3 0 0 20 0 15 0 98481554 10916921344 24591 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665264 24591 3014 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 3195 0 -1 4202560 5158 0 0 0 28 2 0 0 20 0 15 0 98481554 10916921344 25103 33554432000 4194304 4196468 140737322952704 140087272000528 140087267792029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661056 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086874073488 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661056 memory=14271111356884632 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086873020688 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086871968400 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98481555 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086870915600 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98481556 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086760376944 140087267781250 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98481557 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086759322912 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98481557 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 3195 0 -1 1077944384 691 0 0 0 3 0 0 0 20 0 15 0 98481559 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086756165744 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661056 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) R 3267 3270 3195 0 -1 4202560 374 0 0 0 4 0 0 0 20 0 15 0 98481559 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086755112944 140087260755145 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0.09 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 3195 0 -1 1077944384 751 0 0 0 9 0 0 0 20 0 15 0 98481559 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086754060656 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661056 memory=139959393986176 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481560 10916921344 25103 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 98364 KiB

[startup+0.701248 s]
/proc/loadavg: 0.87 0.68 0.66 6/215 3285
/proc/meminfo: memFree=22432680/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661132 memory=407620 CPUtime=1.57 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 12019 0 0 0 129 28 0 0 20 0 15 0 98481554 10916999168 101905 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665283 101905 3106 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661132 memory=1840 CPUtime=0.56 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 3195 0 -1 4202560 5512 0 0 0 51 5 0 0 20 0 15 0 98481554 10916999168 101905 33554432000 4194304 4196468 140737322952704 140087272007344 140086885857287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661132 memory=1716 CPUtime=0.1 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 3195 0 -1 1077944384 189 0 0 0 5 5 0 0 20 0 15 0 98481555 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086874073488 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661132 memory=796 CPUtime=0.11 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 3195 0 -1 1077944384 207 0 0 0 6 5 0 0 20 0 15 0 98481555 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086873020688 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661132 memory=11008 CPUtime=0.08 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 3195 0 -1 1077944384 79 0 0 0 4 4 0 0 20 0 15 0 98481555 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086871968400 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661132 memory=1008 CPUtime=0.1 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 3195 0 -1 1077944384 185 0 0 0 5 5 0 0 20 0 15 0 98481555 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086870915600 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661132 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98481556 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086760376944 140087267781250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661132 memory=8568 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086759322912 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661132 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661132 memory=7302135314614015848 CPUtime=0.24 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) R 3267 3270 3195 0 -1 4202560 2241 0 0 0 24 0 0 0 20 0 15 0 98481559 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086756152736 140087251256117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661132 memory=7450453974481135974 CPUtime=0.16 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) R 3267 3270 3195 0 -1 4202560 1174 0 0 0 16 0 0 0 20 0 15 0 98481559 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086755098576 140087249313398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661132 memory=7151830906713428048 CPUtime=0.15 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) R 3267 3270 3195 0 -1 4202560 988 0 0 0 15 0 0 0 20 0 15 0 98481559 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086754057592 140087246754776 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98481560 10916999168 101905 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 407620 KiB

[startup+1.50077 s]
/proc/loadavg: 0.87 0.68 0.66 3/215 3285
/proc/meminfo: memFree=22251848/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661132 memory=643764 CPUtime=3.09 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 13934 0 0 0 270 39 0 0 20 0 15 0 98481554 10916999168 160941 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665283 160941 3145 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661132 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) R 3267 3270 3195 0 -1 4202560 5577 0 0 0 119 6 0 0 20 0 15 0 98481554 10916999168 160941 33554432000 4194304 4196468 140737322952704 140087272007936 140086887613746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661132 memory=8390361644446492005 CPUtime=0.2 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) S 3267 3270 3195 0 -1 1077944384 518 0 0 0 12 8 0 0 20 0 15 0 98481555 10916999168 160941 33554432000 4194304 4196468 140737322952704 140086874073488 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661132 memory=-6352177166831549654 CPUtime=0.2 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) S 3267 3270 3195 0 -1 1077944384 595 0 0 0 12 8 0 0 20 0 15 0 98481555 10916999168 160941 33554432000 4194304 4196468 140737322952704 140086873020688 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661132 memory=8514701219931451533 CPUtime=0.16 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) S 3267 3270 3195 0 -1 1077944384 189 0 0 0 10 6 0 0 20 0 15 0 98481555 10916999168 160941 33554432000 4194304 4196468 140737322952704 140086871968400 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661132 memory=7005738693937936738 CPUtime=0.19 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) S 3267 3270 3195 0 -1 1077944384 547 0 0 0 12 7 0 0 20 0 15 0 98481555 10916999168 160941 33554432000 4194304 4196468 140737322952704 140086870915600 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661132 memory=-7165351541977658656 CPUtime=0.01 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 529 0 0 0 1 0 0 0 20 0 15 0 98481556 10916999168 160941 33554432000 4194304 4196468 140737322952704 140086760376944 140087267781250 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0

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

/proc/3270/task/3272/stat : 3272 (java) S 3267 3270 3195 0 -1 1077944384 9631 0 0 0 670 17 0 0 20 0 15 0 98481554 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140087272008080 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661132 memory=13847465044479407 CPUtime=5.25 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) R 3267 3270 3195 0 -1 4202560 41278 0 0 0 337 188 0 0 20 0 15 0 98481555 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086874073688 140087252766749 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661132 memory=5791726317272917849 CPUtime=5.29 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) R 3267 3270 3195 0 -1 4202560 33834 0 0 0 401 128 0 0 20 0 15 0 98481555 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086873020888 140087260869771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661132 memory=5791726317272917849 CPUtime=5.25 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) R 3267 3270 3195 0 -1 4202560 41751 0 0 0 332 193 0 0 20 0 15 0 98481555 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086871968600 140087260869789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661132 memory=8026650869813564775 CPUtime=5.25 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) R 3267 3270 3195 0 -1 4202560 34117 0 0 0 357 168 0 0 20 0 15 0 98481555 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086870915488 140087252469071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661132 memory=6082514196445294695 CPUtime=0.48 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 6465 0 0 0 47 1 0 0 20 0 15 0 98481556 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086760375488 140087267780309 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661132 memory=6082514196445294695 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086759322976 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661132 memory=7013346442758874224 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661132 memory=8026650869813564775 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661132 memory=8026650869813564775 CPUtime=0.59 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 3195 0 -1 1077944384 2412 0 0 0 59 0 0 0 20 0 15 0 98481559 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086756165744 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661132 memory=8026650869813564775 CPUtime=0.57 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 3195 0 -1 1077944384 1650 0 0 0 57 0 0 0 20 0 15 0 98481559 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086755112944 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661132 memory=7013346442758874224 CPUtime=0.26 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 3195 0 -1 1077944384 2120 0 0 0 26 0 0 0 20 0 15 0 98481559 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086754060656 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661132 memory=2320814200897679647 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 98481560 10916999168 1912849 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 29.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7651396 KiB

[startup+15.5199 s]
# the end of solver process 3270 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=31.2997 s, system=7.75736 s

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

[startup+13.3013 s]
/proc/loadavg: 1.20 0.76 0.69 6/215 3285
/proc/meminfo: memFree=15322388/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661132 memory=8237608 CPUtime=31.72 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 176989 0 0 0 2419 753 0 0 20 0 15 0 98481554 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665283 2059402 3152 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661132 memory=1300 CPUtime=7.02 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) S 3267 3270 3195 0 -1 1077944384 9632 0 0 0 685 17 0 0 20 0 15 0 98481554 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140087272008080 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661132 memory=1840 CPUtime=5.66 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) R 3267 3270 3195 0 -1 4202560 41790 0 0 0 353 213 0 0 20 0 15 0 98481555 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086874073376 140087260869803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661132 memory=3754408 CPUtime=5.7 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) R 3267 3270 3195 0 -1 4202560 33954 0 0 0 435 135 0 0 20 0 15 0 98481555 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086873020888 140087260869803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661132 memory=1440 CPUtime=5.66 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) R 3267 3270 3195 0 -1 4202560 42061 0 0 0 355 211 0 0 20 0 15 0 98481555 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086871968600 140087260869803 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661132 memory=4612 CPUtime=5.66 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) R 3267 3270 3195 0 -1 4202560 34185 0 0 0 395 171 0 0 20 0 15 0 98481555 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086870915800 140087260869803 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661132 memory=1200 CPUtime=0.52 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 7468 0 0 0 51 1 0 0 20 0 15 0 98481556 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086760375488 140087267780309 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661132 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086759322976 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661132 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661132 memory=16276 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661132 memory=16240 CPUtime=0.59 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 3195 0 -1 1077944384 2412 0 0 0 59 0 0 0 20 0 15 0 98481559 10916999168 2059402 33554432000 4194304 4196468 140737322952704 140086756165744 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661132 memory=5000076 CPUtime=0.57 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 3195 0 -1 1077944384 1650 0 0 0 57 0 0 0 20 0 15 0 98481559 10916999168 2059914 33554432000 4194304 4196468 140737322952704 140086755112944 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661132 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 3195 0 -1 1077944384 2120 0 0 0 26 0 0 0 20 0 15 0 98481559 10916999168 2059914 33554432000 4194304 4196468 140737322952704 140086754060656 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661132 memory=55 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 2059914 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661132 memory=8028676333680759155 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 98481560 10916999168 2059914 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 31.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8237608 KiB

[startup+14.9008 s]
/proc/loadavg: 1.20 0.76 0.69 5/215 3285
/proc/meminfo: memFree=14398808/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661132 memory=8305236 CPUtime=37.3 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 303541 0 0 0 2962 768 0 0 20 0 15 0 98481554 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665283 2076309 3152 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661132 memory=114 CPUtime=7.08 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) S 3267 3270 3195 0 -1 1077944384 9847 0 0 0 691 17 0 0 20 0 15 0 98481554 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140087272008080 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661132 memory=8112282956445269571 CPUtime=7.03 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) R 3267 3270 3195 0 -1 4202560 159603 0 0 0 483 220 0 0 20 0 15 0 98481555 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086874073488 140087260869771 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661132 memory=0 CPUtime=7.04 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) R 3267 3270 3195 0 -1 4202560 35115 0 0 0 566 138 0 0 20 0 15 0 98481555 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086873020496 140087260398311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661132 memory=8305236 CPUtime=6.98 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) R 3267 3270 3195 0 -1 4202560 43577 0 0 0 485 213 0 0 20 0 15 0 98481555 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086871968520 140087260398311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661132 memory=55 CPUtime=6.98 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) R 3267 3270 3195 0 -1 4202560 34943 0 0 0 524 174 0 0 20 0 15 0 98481555 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086870915720 140087260398311 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661132 memory=1300 CPUtime=0.68 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 12557 0 0 0 67 1 0 0 20 0 15 0 98481556 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086760375504 140087267780309 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661132 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086759322976 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661132 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661132 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 3195 0 -1 1077944384 2412 0 0 0 59 0 0 0 20 0 15 0 98481559 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086756165744 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661132 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 3195 0 -1 1077944384 1650 0 0 0 57 0 0 0 20 0 15 0 98481559 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086755112944 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661132 memory=288230574492221466 CPUtime=0.26 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 3195 0 -1 1077944384 2120 0 0 0 26 0 0 0 20 0 15 0 98481559 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086754060656 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661132 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661132 memory=15537444447586475 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 98481560 10916999168 2076309 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 37.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305236 KiB

[startup+15.3012 s]
/proc/loadavg: 1.20 0.76 0.69 5/215 3285
/proc/meminfo: memFree=14398808/32770624 swapFree=67108404/67108860
[pid=3270] ppid=3267 vsize=10661132 memory=8305244 CPUtime=38.6 cores=1,3,5,7
/proc/3270/stat : 3270 (java) S 3267 3270 3195 0 -1 1077944320 304604 0 0 0 3091 769 0 0 20 0 15 0 98481554 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140737322935248 140087267770103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
/proc/3270/statm: 2665283 2076311 3152 1 0 2627263 0
[pid=3270/tid=3272] ppid=3267 vsize=10661132 memory=8112282956445269571 CPUtime=7.08 cores=1,3,5,7
/proc/3270/task/3272/stat : 3272 (java) S 3267 3270 3195 0 -1 1077944384 9848 0 0 0 691 17 0 0 20 0 15 0 98481554 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140087272008080 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3273] ppid=3267 vsize=10661132 memory=1008 CPUtime=7.33 cores=1,3,5,7
/proc/3270/task/3273/stat : 3273 (java) R 3267 3270 3195 0 -1 4202560 159812 0 0 0 513 220 0 0 20 0 15 0 98481555 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086874073488 140087260398311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3274] ppid=3267 vsize=10661132 memory=1952 CPUtime=7.34 cores=1,3,5,7
/proc/3270/task/3274/stat : 3274 (java) R 3267 3270 3195 0 -1 4202560 35129 0 0 0 596 138 0 0 20 0 15 0 98481555 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086873020888 140087252721328 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3275] ppid=3267 vsize=10661132 memory=8568 CPUtime=7.28 cores=1,3,5,7
/proc/3270/task/3275/stat : 3275 (java) R 3267 3270 3195 0 -1 4202560 43577 0 0 0 515 213 0 0 20 0 15 0 98481555 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086871968400 140087247796320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3276] ppid=3267 vsize=10661132 memory=1228 CPUtime=7.28 cores=1,3,5,7
/proc/3270/task/3276/stat : 3276 (java) R 3267 3270 3195 0 -1 4202560 35057 0 0 0 554 174 0 0 20 0 15 0 98481555 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086870915600 140087252721328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3277] ppid=3267 vsize=10661132 memory=5372 CPUtime=0.77 cores=1,3,5,7
/proc/3270/task/3277/stat : 3277 (java) S 3267 3270 3195 0 -1 1077944384 13244 0 0 0 76 1 0 0 20 0 15 0 98481556 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086760375280 140087267780309 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3278] ppid=3267 vsize=10661132 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3278/stat : 3278 (java) S 3267 3270 3195 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086759322880 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3279] ppid=3267 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3279/stat : 3279 (java) S 3267 3270 3195 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98481557 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086758270576 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3280] ppid=3267 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3280/stat : 3280 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086757218896 140087267788699 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3281] ppid=3267 vsize=10661132 memory=4012 CPUtime=0.59 cores=1,3,5,7
/proc/3270/task/3281/stat : 3281 (java) S 3267 3270 3195 0 -1 1077944384 2412 0 0 0 59 0 0 0 20 0 15 0 98481559 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086756165744 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3282] ppid=3267 vsize=10661132 memory=28336 CPUtime=0.57 cores=1,3,5,7
/proc/3270/task/3282/stat : 3282 (java) S 3267 3270 3195 0 -1 1077944384 1650 0 0 0 57 0 0 0 20 0 15 0 98481559 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086755112944 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3283] ppid=3267 vsize=10661132 memory=279918588247632 CPUtime=0.26 cores=1,3,5,7
/proc/3270/task/3283/stat : 3283 (java) S 3267 3270 3195 0 -1 1077944384 2120 0 0 0 26 0 0 0 20 0 15 0 98481559 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086754060656 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3284] ppid=3267 vsize=10661132 memory=15252636610368302 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3284/stat : 3284 (java) S 3267 3270 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98481559 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086753008096 140087267780309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
[pid=3270/tid=3285] ppid=3267 vsize=10661132 memory=7882826996133423971 CPUtime=0 cores=1,3,5,7
/proc/3270/task/3285/stat : 3285 (java) S 3267 3270 3195 0 -1 1077944384 350 0 0 0 0 0 0 0 20 0 15 0 98481560 10916999168 2076311 33554432000 4194304 4196468 140737322952704 140086751955888 140087267781250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12967936 140737322955932 140737322956041 140737322956041 140737322958799 0
Current children cumulated CPU time: 38.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8305244 KiB

[startup+15.5008 s]*
/proc/loadavg: 1.20 0.76 0.69 3/202 3286
/proc/meminfo: memFree=18629824/32770624 swapFree=67108404/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 15.52
CPU time (s): 39.0571
CPU user time (s): 31.2997
CPU system time (s): 7.75736
CPU usage (%): 251.657
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8305244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.2997
system time used= 7.75736
maximum resident set size= 8305260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7165
involuntary context switches= 438


# summary of solver processes directly reported to runsolver:
#   pid: 3270
#   total CPU time (s): 39.0571
#   total CPU user time (s): 31.2997
#   total CPU system time (s): 7.75736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.110757 second user time and 0.20197 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 22:19:44
IDJOB=4299219
IDBENCH=141310
IDSOLVER=2765
FILE ID=node148/4299219-1532809183
RUNJOBID= node148-1532809183-3227
PBS_JOBID= 21022476
Free space on /tmp= 43176 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299219-1532809183/watcher-4299219-1532809183 -o /tmp/evaluation-result-4299219-1532809183/solver-4299219-1532809183 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3227 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299219-1532809183.xml --timelimit 2520

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=1854295878

node148.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.50
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.50
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.50
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.50
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:        22948836 kB
MemAvailable:   31362984 kB
Buffers:          231616 kB
Cached:          8316016 kB
SwapCached:          352 kB
Active:          2673764 kB
Inactive:        6494232 kB
Active(anon):     573908 kB
Inactive(anon):    74228 kB
Active(file):    2099856 kB
Inactive(file):  6420004 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             91596 kB
Writeback:             0 kB
AnonPages:        485424 kB
Mapped:            53612 kB
Shmem:             25016 kB
Slab:             350588 kB
SReclaimable:     322748 kB
SUnreclaim:        27840 kB
KernelStack:        3104 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1479416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43176 MiB
End job on node148 at 2018-07-28 22:20:00