Trace number 4298148

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
GG's minicp 2018-04-29? (NS) 5.98067 2.66992

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-08-opt_c18.xml
MD5SUM9315cc985dc36f3772136cd275650935
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":48},{"size":22,"count":36},{"size":24,"count":18},{"size":36,"count":122},{"size":42,"count":170},{"size":44,"count":286}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":46},{"degree":7,"count":68},{"degree":8,"count":77},{"degree":9,"count":85},{"degree":10,"count":54},{"degree":11,"count":33},{"degree":12,"count":37},{"degree":13,"count":21},{"degree":14,"count":8},{"degree":15,"count":1},{"degree":16,"count":35},{"degree":17,"count":26},{"degree":18,"count":63},{"degree":19,"count":54},{"degree":20,"count":32},{"degree":21,"count":12},{"degree":22,"count":7},{"degree":23,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
5.90/2.64	c Caught NotImplementedException
5.90/2.64	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:530)
5.90/2.64	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
5.90/2.64	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
5.90/2.64	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.90/2.64	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
5.90/2.64	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
5.90/2.64	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
5.90/2.64	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
5.90/2.64	c 	xcsp3.XCSP3.<init>(XCSP3.java:70)
5.90/2.64	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
5.90/2.64	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
5.90/2.64	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298148-1532748731/watcher-4298148-1532748731 -o /tmp/evaluation-result-4298148-1532748731/solver-4298148-1532748731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532741226-26122 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298148-1532748731.xml 

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

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

solver pid=26931, runsolver pid=26928

[startup+0.100126 s]*
/proc/loadavg: 1.03 1.21 1.41 7/216 26946
/proc/meminfo: memFree=26596308/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661056 memory=28412 CPUtime=0.13 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 4984 0 0 0 12 1 0 0 20 0 15 0 92436228 10916921344 7103 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665264 7103 2846 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661056 memory=-8197568871503533183 CPUtime=0.09 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 2868 0 0 0 9 0 0 0 20 0 15 0 92436228 10916921344 7103 33554432000 4194304 4196468 140726181641056 139858032530176 139857640951876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661056 memory=139643841513088 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661056 memory=139643841513088 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92436230 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) S 26928 26931 26091 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 92436233 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857059826160 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436233 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857058773616 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661056 memory=139643841513088 CPUtime=0.01 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) R 26928 26931 26091 0 -1 4202560 322 0 0 0 1 0 0 0 20 0 15 0 92436233 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857057721072 139858028323418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661056 memory=139643841513088 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916921344 7103 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28412 KiB

[startup+0.210766 s]*
/proc/loadavg: 1.03 1.21 1.41 6/216 26946
/proc/meminfo: memFree=26559480/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661056 memory=40604 CPUtime=0.35 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 7702 0 0 0 33 2 0 0 20 0 15 0 92436228 10916921344 10151 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665264 10151 2980 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 4637 0 0 0 19 1 0 0 20 0 15 0 92436228 10916921344 10151 33554432000 4194304 4196468 140726181641056 139858032540032 139857640967185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661056 memory=342 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661056 memory=139643841539462 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92436229 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661056 memory=139643841513088 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92436230 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) R 26928 26931 26091 0 -1 4202560 730 0 0 0 2 0 0 0 20 0 15 0 92436233 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857059819016 139858020539198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) R 26928 26931 26091 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 15 0 92436233 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857058773616 139858028313218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661056 memory=139643841513088 CPUtime=0.08 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) R 26928 26931 26091 0 -1 4202560 855 0 0 0 8 0 0 0 20 0 15 0 92436233 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857057718008 139858014626455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661056 memory=139643841513088 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916921344 10151 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40604 KiB

[startup+0.311538 s]*
/proc/loadavg: 1.03 1.21 1.41 7/216 26946
/proc/meminfo: memFree=26547400/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661132 memory=53212 CPUtime=0.71 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 9932 0 0 0 68 3 0 0 20 0 15 0 92436228 10916999168 13303 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665283 13303 3075 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661132 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 4939 0 0 0 28 1 0 0 20 0 15 0 92436228 10916999168 13303 33554432000 4194304 4196468 140726181641056 139858032528624 139858028323418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661132 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661132 memory=139643841539436 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661132 memory=139643841513088 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92436230 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661132 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) R 26928 26931 26091 0 -1 4202560 1238 0 0 0 12 0 0 0 20 0 15 0 92436233 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857059826288 139858011857248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661132 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) R 26928 26931 26091 0 -1 4202560 1046 0 0 0 10 0 0 0 20 0 15 0 92436233 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857058759496 139858009823345 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661132 memory=139643841513088 CPUtime=0.15 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) R 26928 26931 26091 0 -1 4202560 1337 0 0 0 15 0 0 0 20 0 15 0 92436233 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857057719472 139858007603791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661132 memory=139643841513088 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916999168 13303 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53212 KiB

[startup+0.700719 s]
/proc/loadavg: 1.03 1.21 1.41 5/216 26946
/proc/meminfo: memFree=26375252/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661132 memory=147468 CPUtime=2 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 11402 0 0 0 195 5 0 0 20 0 15 0 92436228 10916999168 36867 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665283 36867 3108 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661132 memory=255341510032537 CPUtime=0.67 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 5119 0 0 0 64 3 0 0 20 0 15 0 92436228 10916999168 36867 33554432000 4194304 4196468 140726181641056 139858032539944 139857644996676 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661132 memory=288230376152200162 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92436229 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92436230 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661132 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661132 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) R 26928 26931 26091 0 -1 4202560 1906 0 0 0 48 0 0 0 20 0 15 0 92436233 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857059808432 139858009827163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661132 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) R 26928 26931 26091 0 -1 4202560 1178 0 0 0 46 0 0 0 20 0 15 0 92436233 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857058760848 139858013210918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661132 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) S 26928 26931 26091 0 -1 1077944384 1827 0 0 0 34 0 0 0 20 0 15 0 92436233 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857057721072 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661132 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916999168 36867 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 147468 KiB

[startup+1.50081 s]
/proc/loadavg: 1.03 1.21 1.41 4/216 26946
/proc/meminfo: memFree=26013136/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661132 memory=674548 CPUtime=4.16 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 13637 0 0 0 387 29 0 0 20 0 15 0 92436228 10916999168 168637 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665283 168637 3149 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661132 memory=9169 CPUtime=1.29 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 5602 0 0 0 120 9 0 0 20 0 15 0 92436228 10916999168 168637 33554432000 4194304 4196468 140726181641056 139858032538136 139857645758465 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661132 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 212 0 0 0 9 4 0 0 20 0 15 0 92436229 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661132 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 191 0 0 0 9 4 0 0 20 0 15 0 92436229 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661132 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 139 0 0 0 10 4 0 0 20 0 15 0 92436229 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661132 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 277 0 0 0 9 4 0 0 20 0 15 0 92436229 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 501 0 0 0 0 0 0 0 20 0 15 0 92436230 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661132 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) R 26928 26931 26091 0 -1 4202560 1991 0 0 0 86 1 0 0 20 0 15 0 92436233 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857059809824 139858008143008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661132 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) S 26928 26931 26091 0 -1 1077944384 1369 0 0 0 98 0 0 0 20 0 15 0 92436233 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857058773616 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661132 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) S 26928 26931 26091 0 -1 1077944384 1994 0 0 0 42 1 0 0 20 0 15 0 92436233 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857057721072 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916999168 168637 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 674548 KiB

[startup+2.66986 s]
# the end of solver process 26931 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.26996 s, system=0.710714 s

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

[startup+1.60105 s]
/proc/loadavg: 1.03 1.21 1.41 4/216 26946
/proc/meminfo: memFree=26013136/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661132 memory=719820 CPUtime=4.4 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 13732 0 0 0 405 35 0 0 20 0 15 0 92436228 10916999168 179955 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665283 179955 3149 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661132 memory=4714318374891523446 CPUtime=1.35 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 5603 0 0 0 126 9 0 0 20 0 15 0 92436228 10916999168 179955 33554432000 4194304 4196468 140726181641056 139858032540080 139857645758400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661132 memory=4493871873496042681 CPUtime=0.18 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 234 0 0 0 12 6 0 0 20 0 15 0 92436229 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661132 memory=279287361962224 CPUtime=0.16 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 213 0 0 0 11 5 0 0 20 0 15 0 92436229 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661132 memory=2592 CPUtime=0.18 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 161 0 0 0 13 5 0 0 20 0 15 0 92436229 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661132 memory=767529 CPUtime=0.16 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 299 0 0 0 11 5 0 0 20 0 15 0 92436229 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 502 0 0 0 0 0 0 0 20 0 15 0 92436230 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661132 memory=8041079860532773434 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661132 memory=279287361965328 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661132 memory=139643681110689 CPUtime=0.88 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) S 26928 26931 26091 0 -1 1077944384 1996 0 0 0 87 1 0 0 20 0 15 0 92436233 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857059826160 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661132 memory=139643681110704 CPUtime=0.99 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) S 26928 26931 26091 0 -1 1077944384 1369 0 0 0 99 0 0 0 20 0 15 0 92436233 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857058773616 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661132 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) S 26928 26931 26091 0 -1 1077944384 1994 0 0 0 42 1 0 0 20 0 15 0 92436233 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857057721072 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661132 memory=13773960120851 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916999168 179955 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 4.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 719820 KiB

[startup+2.40081 s]
/proc/loadavg: 1.03 1.21 1.41 3/216 26946
/proc/meminfo: memFree=24769392/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661132 memory=1372632 CPUtime=5.68 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 15480 0 0 0 503 65 0 0 20 0 15 0 92436228 10916999168 343158 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665283 343158 3149 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661132 memory=139643841553089 CPUtime=1.99 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 6171 0 0 0 183 16 0 0 20 0 15 0 92436228 10916999168 343158 33554432000 4194304 4196468 140726181641056 139858032540080 139857645870144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661132 memory=6656426216303648864 CPUtime=0.32 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 395 0 0 0 21 11 0 0 20 0 15 0 92436229 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661132 memory=6944656592455360604 CPUtime=0.31 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 374 0 0 0 20 11 0 0 20 0 15 0 92436229 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661132 memory=6944652177228980320 CPUtime=0.32 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 300 0 0 0 21 11 0 0 20 0 15 0 92436229 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661132 memory=3472328296227679279 CPUtime=0.31 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 475 0 0 0 20 11 0 0 20 0 15 0 92436229 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661132 memory=8187704045996132563 CPUtime=0.01 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 1043 0 0 0 1 0 0 0 20 0 15 0 92436230 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661132 memory=6933690305039933585 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661132 memory=6944656592452807316 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661132 memory=8996927262957663786 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661132 memory=3054156605267021189 CPUtime=0.9 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) S 26928 26931 26091 0 -1 1077944384 1998 0 0 0 89 1 0 0 20 0 15 0 92436233 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857059826160 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661132 memory=7100839852556323184 CPUtime=1.01 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) S 26928 26931 26091 0 -1 1077944384 1369 0 0 0 101 0 0 0 20 0 15 0 92436233 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857058773616 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661132 memory=-7254947767442433146 CPUtime=0.43 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) S 26928 26931 26091 0 -1 1077944384 1994 0 0 0 42 1 0 0 20 0 15 0 92436233 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857057721072 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661132 memory=7438666317402507374 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661132 memory=10 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916999168 343158 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1372632 KiB

[startup+2.60081 s]
/proc/loadavg: 1.03 1.21 1.41 3/216 26946
/proc/meminfo: memFree=24769392/32770624 swapFree=67028084/67108860
[pid=26931] ppid=26928 vsize=10661132 memory=1518196 CPUtime=5.9 cores=0,2,4,6
/proc/26931/stat : 26931 (java) S 26928 26931 26091 0 -1 1077944320 15601 0 0 0 523 67 0 0 20 0 15 0 92436228 10916999168 379549 33554432000 4194304 4196468 140726181641056 140726181623600 139858028302071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
/proc/26931/statm: 2665283 379549 3149 1 0 2627263 0
[pid=26931/tid=26933] ppid=26928 vsize=10661132 memory=7235703883205994346 CPUtime=2.2 cores=0,2,4,6
/proc/26931/task/26933/stat : 26933 (java) R 26928 26931 26091 0 -1 4202560 6273 0 0 0 202 18 0 0 20 0 15 0 92436228 10916999168 379549 33554432000 4194304 4196468 140726181641056 139858032538104 139857645758574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26934] ppid=26928 vsize=10661132 memory=8242832241811678803 CPUtime=0.32 cores=0,2,4,6
/proc/26931/task/26934/stat : 26934 (java) S 26928 26931 26091 0 -1 1077944384 395 0 0 0 21 11 0 0 20 0 15 0 92436229 10916999168 379549 33554432000 4194304 4196468 140726181641056 139857964993296 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26935] ppid=26928 vsize=10661132 memory=8242832241811678803 CPUtime=0.31 cores=0,2,4,6
/proc/26931/task/26935/stat : 26935 (java) S 26928 26931 26091 0 -1 1077944384 374 0 0 0 20 11 0 0 20 0 15 0 92436229 10916999168 379549 33554432000 4194304 4196468 140726181641056 139857963940752 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26936] ppid=26928 vsize=10661132 memory=8242832241811678803 CPUtime=0.32 cores=0,2,4,6
/proc/26931/task/26936/stat : 26936 (java) S 26928 26931 26091 0 -1 1077944384 300 0 0 0 21 11 0 0 20 0 15 0 92436229 10916999168 379549 33554432000 4194304 4196468 140726181641056 139857962888208 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26937] ppid=26928 vsize=10661132 memory=7454130749351154278 CPUtime=0.31 cores=0,2,4,6
/proc/26931/task/26937/stat : 26937 (java) S 26928 26931 26091 0 -1 1077944384 475 0 0 0 20 11 0 0 20 0 15 0 92436229 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857961835664 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26938] ppid=26928 vsize=10661132 memory=7523107478184158290 CPUtime=0.01 cores=0,2,4,6
/proc/26931/task/26938/stat : 26938 (java) S 26928 26931 26091 0 -1 1077944384 1043 0 0 0 1 0 0 0 20 0 15 0 92436230 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857064036336 139858028313218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26939] ppid=26928 vsize=10661132 memory=7523107478184158290 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26939/stat : 26939 (java) S 26928 26931 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857062982560 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26940] ppid=26928 vsize=10661132 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26940/stat : 26940 (java) S 26928 26931 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92436231 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857061929968 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26941] ppid=26928 vsize=10661132 memory=7236229500900889449 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26941/stat : 26941 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857060878544 139858028320667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26942] ppid=26928 vsize=10661132 memory=6369618621217402216 CPUtime=0.91 cores=0,2,4,6
/proc/26931/task/26942/stat : 26942 (java) S 26928 26931 26091 0 -1 1077944384 1999 0 0 0 90 1 0 0 20 0 15 0 92436233 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857059826160 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26943] ppid=26928 vsize=10661132 memory=56 CPUtime=1.01 cores=0,2,4,6
/proc/26931/task/26943/stat : 26943 (java) S 26928 26931 26091 0 -1 1077944384 1370 0 0 0 101 0 0 0 20 0 15 0 92436233 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857058773616 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26944] ppid=26928 vsize=10661132 memory=7100839887252205211 CPUtime=0.43 cores=0,2,4,6
/proc/26931/task/26944/stat : 26944 (java) S 26928 26931 26091 0 -1 1077944384 2011 0 0 0 42 1 0 0 20 0 15 0 92436233 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857057721072 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26945] ppid=26928 vsize=10661132 memory=-6000919503509141558 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26945/stat : 26945 (java) S 26928 26931 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92436233 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857056668768 139858028312277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
[pid=26931/tid=26946] ppid=26928 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26931/task/26946/stat : 26946 (java) S 26928 26931 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92436234 10916999168 380061 33554432000 4194304 4196468 140726181641056 139857055615280 139858028313218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7901184 140726181643381 140726181643529 140726181643529 140726181646287 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1518196 KiB

Child status: 0
Real time (s): 2.66992
CPU time (s): 5.98067
CPU user time (s): 5.26996
CPU system time (s): 0.710714
CPU usage (%): 224.002
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1518196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.26996
system time used= 0.710714
maximum resident set size= 1654384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1470
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 26931
#   total CPU time (s): 5.98067
#   total CPU user time (s): 5.26996
#   total CPU system time (s): 0.710714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046855 second user time and 0.061191 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-28 05:32:11
IDJOB=4298148
IDBENCH=141076
IDSOLVER=2762
FILE ID=node102/4298148-1532748731
RUNJOBID= node102-1532741226-26122
PBS_JOBID= 21022452
Free space on /tmp= 52736 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-08-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298148-1532748731/watcher-4298148-1532748731 -o /tmp/evaluation-result-4298148-1532748731/solver-4298148-1532748731 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532741226-26122 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298148-1532748731.xml

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

MD5SUM BENCH= 9315cc985dc36f3772136cd275650935
RANDOM SEED=872148837

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26669456 kB
MemAvailable:   31794016 kB
Buffers:          204696 kB
Cached:          5174932 kB
SwapCached:        53584 kB
Active:          1349668 kB
Inactive:        4253900 kB
Active(anon):     149288 kB
Inactive(anon):    98988 kB
Active(file):    1200380 kB
Inactive(file):  4154912 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028084 kB
Dirty:             15044 kB
Writeback:             0 kB
AnonPages:         76196 kB
Mapped:            46664 kB
Shmem:             21864 kB
Slab:             198128 kB
SReclaimable:     170204 kB
SUnreclaim:        27924 kB
KernelStack:        3584 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1175232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52732 MiB
End job on node102 at 2018-07-28 05:32:13