Trace number 4302951

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
Concrete 3.9.2-SuperNGOPT523 10.035 4.60364

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex1_c18.xml
MD5SUM7185d5885598b7dd528d8e2d67548d5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark3.14268
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints4
Number of intensional constraints4
Distribution of constraint types[{"type":"extension","count":4},{"type":"intension","count":4}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.87/4.05	o 969
9.51/4.22	o 967
9.99/4.42	o 807
9.99/4.42	o 686
9.99/4.42	o 646
9.99/4.42	o 564
9.99/4.42	o 523
9.99/4.42	v <instantiation cost="523">
9.99/4.42	v       <list>
9.99/4.42	v         f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3]
9.99/4.42	v       </list>
9.99/4.42	v       <values>
9.99/4.42	v         54 1 100 31 1 0 0 0 3 0 1 0 0 1 2 0 0 53 46 99 30
9.99/4.42	v       </values>
9.99/4.42	v     </instantiation>
9.99/4.42	s OPTIMUM FOUND

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302951-1532896519/watcher-4302951-1532896519 -o /tmp/evaluation-result-4302951-1532896519/solver-4302951-1532896519 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=355160106 -superng HOME/instance-4302951-1532896519.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11458, runsolver pid=11455
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 1.66 1.67 1.62 6/206 11515
/proc/meminfo: memFree=18620252/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=10005480 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 4428 13006 0 0 1 1 4 3 20 0 6 0 107215061 10245611520 4270 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2501370 4270 1935 1 0 2489808 0
[pid=11458/tid=11511] ppid=11455 vsize=10005480 memory=4279135703913364878 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 2257 13006 0 0 0 0 4 3 20 0 6 0 107215070 10245611520 4270 33554432000 4194304 4196468 140724387483488 139973631586896 139973638055488 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 6 0 107215071 10245611520 4336 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=10005480 memory=139857648453248 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 6 0 107215071 10245611520 4336 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 6 0 107215071 10245611520 4336 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 6 0 107215071 10245611520 4336 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209821 s]*
/proc/loadavg: 1.66 1.67 1.62 7/215 11524
/proc/meminfo: memFree=18598312/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=10985364 memory=47036 CPUtime=0.25 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 8486 13006 0 0 16 2 4 3 20 0 15 0 107215061 11249012736 11759 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2746341 11759 2957 1 0 2708764 0
[pid=11458/tid=11511] ppid=11455 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 5315 13006 0 0 10 1 4 3 20 0 15 0 107215070 11246329856 11423 33554432000 4194304 4196468 140724387483488 139973631574944 139973652467239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246329856 11423 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=10982744 memory=139857648453248 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246329856 11423 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246329856 11423 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246329856 11423 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11516] ppid=11455 vsize=10982776 memory=139857648453248 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11516/stat : 11516 (java) S 11455 11458 8396 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 107215072 11246362624 11423 33554432000 4194304 4196468 140724387483488 139973084600432 139973659761282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 13 13006 0 0 0 0 4 3 20 0 15 0 107215073 11246362624 11423 33554432000 4194304 4196468 140724387483488 139972514407200 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215073 11246362624 11423 33554432000 4194304 4196468 140724387483488 139972313080944 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246362624 11423 33554432000 4194304 4196468 140724387483488 139972005681232 139973659768731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) S 11455 11458 8396 0 -1 1077944384 529 13006 0 0 1 0 4 3 20 0 15 0 107215076 11246362624 11488 33554432000 4194304 4196468 140724387483488 139973083548272 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) S 11455 11458 8396 0 -1 1077944384 64 13006 0 0 1 0 4 3 20 0 15 0 107215076 11246362624 11488 33554432000 4194304 4196468 140724387483488 139973082495472 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=10982776 memory=139857648453248 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) S 11455 11458 8396 0 -1 1077944384 628 13006 0 0 3 0 4 3 20 0 15 0 107215076 11246362624 11488 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246362624 11554 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11524] ppid=11455 vsize=10982776 memory=139857648453248 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11524/stat : 11524 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246362624 11554 33554432000 4194304 4196468 140724387483488 139973080390064 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 47036 KiB

[startup+0.310328 s]*
/proc/loadavg: 1.66 1.67 1.62 6/215 11524
/proc/meminfo: memFree=18584544/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=10983192 memory=56152 CPUtime=0.38 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 10630 13006 0 0 29 2 4 3 20 0 15 0 107215061 11246788608 14038 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2745798 14038 3076 1 0 2708109 0
[pid=11458/tid=11511] ppid=11455 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 7177 13006 0 0 20 1 4 3 20 0 15 0 107215070 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973631562144 139973642936944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=10983192 memory=5937803012634333265 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11516] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11516/stat : 11516 (java) S 11455 11458 8396 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 107215072 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973084600432 139973659761282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 13 13006 0 0 0 0 4 3 20 0 15 0 107215073 11246788608 14038 33554432000 4194304 4196468 140724387483488 139972514407200 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215073 11246788608 14038 33554432000 4194304 4196468 140724387483488 139972313080944 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246788608 14038 33554432000 4194304 4196468 140724387483488 139972005681232 139973659768731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) S 11455 11458 8396 0 -1 1077944384 531 13006 0 0 1 0 4 3 20 0 15 0 107215076 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973083548272 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) S 11455 11458 8396 0 -1 1077944384 64 13006 0 0 1 0 4 3 20 0 15 0 107215076 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973082495472 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) S 11455 11458 8396 0 -1 1077944384 636 13006 0 0 5 0 4 3 20 0 15 0 107215076 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246788608 14038 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11524] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11524/stat : 11524 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246788608 14038 33554432000 4194304 4196468 140724387483488 139973080390064 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56152 KiB

[startup+0.700722 s]
/proc/loadavg: 1.66 1.67 1.62 6/215 11524
/proc/meminfo: memFree=18575860/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=10983192 memory=88728 CPUtime=0.98 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 16785 13006 0 0 87 4 4 3 20 0 15 0 107215061 11246788608 22182 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2745798 22182 3247 1 0 2708109 0
[pid=11458/tid=11511] ppid=11455 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 12213 13006 0 0 56 3 4 3 20 0 15 0 107215070 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973631570960 139973640025515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 2 13006 0 0 0 0 4 3 20 0 15 0 107215071 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11516] ppid=11455 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11516/stat : 11516 (java) S 11455 11458 8396 0 -1 1077944384 5 13006 0 0 0 0 4 3 20 0 15 0 107215072 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973084600432 139973659761282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 13 13006 0 0 0 0 4 3 20 0 15 0 107215073 11246788608 22182 33554432000 4194304 4196468 140724387483488 139972514407200 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215073 11246788608 22182 33554432000 4194304 4196468 140724387483488 139972313080944 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246788608 22182 33554432000 4194304 4196468 140724387483488 139972005681232 139973659768731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=10983192 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) S 11455 11458 8396 0 -1 1077944384 1155 13006 0 0 9 0 4 3 20 0 15 0 107215076 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973083548272 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=10983192 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) S 11455 11458 8396 0 -1 1077944384 476 13006 0 0 7 0 4 3 20 0 15 0 107215076 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973082495472 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) S 11455 11458 8396 0 -1 1077944384 713 13006 0 0 13 0 4 3 20 0 15 0 107215076 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246788608 22182 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11524] ppid=11455 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11524/stat : 11524 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215076 11246788608 22182 33554432000 4194304 4196468 140724387483488 139973080390064 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88728 KiB

[startup+1.50196 s]
/proc/loadavg: 1.66 1.67 1.62 6/215 11524
/proc/meminfo: memFree=18528908/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=10998092 memory=198524 CPUtime=2.63 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 24265 13006 0 0 246 10 4 3 20 0 15 0 107215061 11262046208 49631 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2749523 49631 3473 1 0 2711181 0
[pid=11458/tid=11511] ppid=11455 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 17421 13006 0 0 130 6 4 3 20 0 15 0 107215070 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973631580192 139973643793765 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 63 13006 0 0 1 0 4 3 20 0 15 0 107215071 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 180 13006 0 0 0 0 4 3 20 0 15 0 107215071 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=10998092 memory=4051323354130624818 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 23 13006 0 0 1 0 4 3 20 0 15 0 107215071 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 31 13006 0 0 1 0 4 3 20 0 15 0 107215071 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11516] ppid=11455 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11516/stat : 11516 (java) S 11455 11458 8396 0 -1 1077944384 49 13006 0 0 1 0 4 3 20 0 15 0 107215072 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973084600432 139973659761282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=10998092 memory=279714979719424 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 14 13006 0 0 0 0 4 3 20 0 15 0 107215073 11262046208 49631 33554432000 4194304 4196468 140724387483488 139972514407264 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215073 11262046208 49631 33554432000 4194304 4196468 140724387483488 139972313080960 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=10998092 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11262046208 49631 33554432000 4194304 4196468 140724387483488 139972005681232 139973659768731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=10998092 memory=5788 CPUtime=0.42 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) S 11455 11458 8396 0 -1 1077944384 1866 13006 0 0 35 0 4 3 20 0 15 0 107215076 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973083548272 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=10998092 memory=4616 CPUtime=0.45 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) S 11455 11458 8396 0 -1 1077944384 1077 13006 0 0 38 0 4 3 20 0 15 0 107215076 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973082495472 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=10998092 memory=12032 CPUtime=0.42 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) S 11455 11458 8396 0 -1 1077944384 1337 13006 0 0 35 0 4 3 20 0 15 0 107215076 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=10998092 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11262046208 49631 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11524] ppid=11455 vsize=10998092 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11524/stat : 11524 (java) R 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215076 11262046208 49631 33554432000 4194304 4196468 140724387483488 139973080390064 139973659761282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10998092 KiB

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

[pid=11458] ppid=11455 vsize=11008352 memory=274760 CPUtime=6.21 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 33977 13006 0 0 599 15 4 3 20 0 15 0 107215061 11272552448 68690 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2752088 68690 3489 1 0 2713741 0
[pid=11458/tid=11511] ppid=11455 vsize=11008352 memory=279714980138304 CPUtime=3.02 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 24886 13006 0 0 286 9 4 3 20 0 15 0 107215070 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973631579016 139973643830622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=11008352 memory=388 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 63 13006 0 0 1 0 4 3 20 0 15 0 107215071 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=11008352 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 180 13006 0 0 0 0 4 3 20 0 15 0 107215071 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=11008352 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 23 13006 0 0 1 0 4 3 20 0 15 0 107215071 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=11008352 memory=7886128541215502642 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 31 13006 0 0 1 0 4 3 20 0 15 0 107215071 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11516] ppid=11455 vsize=11008352 memory=8389687274651202354 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11516/stat : 11516 (java) S 11455 11458 8396 0 -1 1077944384 56 13006 0 0 1 0 4 3 20 0 15 0 107215072 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973084600432 139973659761282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=11008352 memory=7093353389462385350 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 14 13006 0 0 0 0 4 3 20 0 15 0 107215073 11272552448 68690 33554432000 4194304 4196468 140724387483488 139972514407264 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=11008352 memory=279714979972608 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215073 11272552448 68690 33554432000 4194304 4196468 140724387483488 139972313080960 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=11008352 memory=6083358604262791271 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11272552448 68690 33554432000 4194304 4196468 140724387483488 139972005681232 139973659768731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=11008352 memory=6440235876196176737 CPUtime=1.1 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) S 11455 11458 8396 0 -1 1077944384 2135 13006 0 0 102 1 4 3 20 0 15 0 107215076 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973083548272 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=11008352 memory=6153985703205688931 CPUtime=1.14 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) S 11455 11458 8396 0 -1 1077944384 1529 13006 0 0 106 1 4 3 20 0 15 0 107215076 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973082495472 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=11008352 memory=288230574492221466 CPUtime=1.04 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) S 11455 11458 8396 0 -1 1077944384 2855 13006 0 0 96 1 4 3 20 0 15 0 107215076 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11272552448 68690 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11524] ppid=11455 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11524/stat : 11524 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215076 11272552448 68690 33554432000 4194304 4196468 140724387483488 139973080390064 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 274760 KiB

[startup+4.6036 s]
# the end of solver process 11458 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.75934 s, system=0.27568 s

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

[startup+3.20789 s]
/proc/loadavg: 1.66 1.67 1.62 8/215 11524
/proc/meminfo: memFree=18365256/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=11008352 memory=278456 CPUtime=6.47 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 40720 13006 0 0 624 16 4 3 20 0 15 0 107215061 11272552448 69614 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2752088 69614 3490 1 0 2713741 0
[pid=11458/tid=11511] ppid=11455 vsize=11008352 memory=0 CPUtime=3.12 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 28255 13006 0 0 296 9 4 3 20 0 15 0 107215070 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973631573808 139973659772061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 63 13006 0 0 1 0 4 3 20 0 15 0 107215071 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 180 13006 0 0 0 0 4 3 20 0 15 0 107215071 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 23 13006 0 0 1 0 4 3 20 0 15 0 107215071 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 31 13006 0 0 1 0 4 3 20 0 15 0 107215071 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11516] ppid=11455 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11458/task/11516/stat : 11516 (java) S 11455 11458 8396 0 -1 1077944384 56 13006 0 0 1 0 4 3 20 0 15 0 107215072 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973084600432 139973659761282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 14 13006 0 0 0 0 4 3 20 0 15 0 107215073 11272552448 69614 33554432000 4194304 4196468 140724387483488 139972514407264 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215073 11272552448 69614 33554432000 4194304 4196468 140724387483488 139972313080960 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11272552448 69614 33554432000 4194304 4196468 140724387483488 139972005681232 139973659768731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=11008352 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) R 11455 11458 8396 0 -1 4202560 2998 13006 0 0 108 1 4 3 20 0 15 0 107215076 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973083538688 139973659771482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=11008352 memory=8584 CPUtime=1.18 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) R 11455 11458 8396 0 -1 4202560 1698 13006 0 0 110 1 4 3 20 0 15 0 107215076 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973082481376 139973641293427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=11008352 memory=15872 CPUtime=1.1 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) S 11455 11458 8396 0 -1 1077944384 5191 13006 0 0 102 1 4 3 20 0 15 0 107215076 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11272552448 69614 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11524] ppid=11455 vsize=11008352 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11524/stat : 11524 (java) S 11455 11458 8396 0 -1 1077944384 7 13006 0 0 0 0 4 3 20 0 15 0 107215076 11272552448 69614 33554432000 4194304 4196468 140724387483488 139973080390064 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 6.47 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 278456 KiB

[startup+4.0085 s]*
/proc/loadavg: 2.09 1.76 1.65 6/215 11524
/proc/meminfo: memFree=18265100/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=11082656 memory=363660 CPUtime=8.87 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 73777 13006 0 0 859 21 4 3 20 0 15 0 107215061 11348639744 90915 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2770664 90915 3497 1 0 2732317 0
[pid=11458/tid=11511] ppid=11455 vsize=11082656 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) R 11455 11458 8396 0 -1 4202560 46579 13006 0 0 369 12 4 3 20 0 15 0 107215070 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973631581336 139973645443616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=11082656 memory=3691042058319900680 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 94 13006 0 0 3 0 4 3 20 0 15 0 107215071 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=11082656 memory=3618276521139551925 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 555 13006 0 0 3 0 4 3 20 0 15 0 107215071 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=11082656 memory=-7806830305107498646 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 262 13006 0 0 3 0 4 3 20 0 15 0 107215071 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=11082656 memory=49211735278568 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 63 13006 0 0 3 0 4 3 20 0 15 0 107215071 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11516] ppid=11455 vsize=11082656 memory=3540059462848347361 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11516/stat : 11516 (java) S 11455 11458 8396 0 -1 1077944384 5519 13006 0 0 3 0 4 3 20 0 15 0 107215072 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973084600432 139973659761282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=11082656 memory=3906644206783969071 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 14 13006 0 0 0 0 4 3 20 0 15 0 107215073 11348639744 90915 33554432000 4194304 4196468 140724387483488 139972514407264 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=11082656 memory=7739834461372175722 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 15 0 107215073 11348639744 90915 33554432000 4194304 4196468 140724387483488 139972313080960 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=11082656 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11348639744 90915 33554432000 4194304 4196468 140724387483488 139972005681232 139973659768731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=11082656 memory=0 CPUtime=1.78 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) R 11455 11458 8396 0 -1 4202560 5682 13006 0 0 170 1 4 3 20 0 15 0 107215076 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973083536912 139973641293478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=11082656 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) R 11455 11458 8396 0 -1 4202560 6744 13006 0 0 174 1 4 3 20 0 15 0 107215076 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973082481496 139973641269881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=11082656 memory=9 CPUtime=1.36 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) R 11455 11458 8396 0 -1 1077944384 6057 13006 0 0 128 1 4 3 20 0 15 0 107215076 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=11082656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 15 0 107215076 11348639744 90915 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11524] ppid=11455 vsize=11082656 memory=42 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11524/stat : 11524 (java) S 11455 11458 8396 0 -1 1077944384 7 13006 0 0 0 0 4 3 20 0 15 0 107215076 11348639744 90915 33554432000 4194304 4196468 140724387483488 139973080390064 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 8.87 s
Current children cumulated vsize: 11082656 KiB
Current children cumulated memory: 363660 KiB

[startup+4.40073 s]
/proc/loadavg: 2.09 1.76 1.65 6/215 11524
/proc/meminfo: memFree=18265100/32770624 swapFree=67108860/67108860
[pid=11458] ppid=11455 vsize=11145568 memory=366208 CPUtime=9.99 cores=1,3,5,7
/proc/11458/stat : 11458 (java) S 11455 11458 8396 0 -1 1077944320 75752 13006 0 0 970 22 4 3 20 0 13 0 107215061 11413061632 91552 33554432000 4194304 4196468 140724387483488 140724387466032 139973659750135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
/proc/11458/statm: 2786392 91552 3500 1 0 2748045 0
[pid=11458/tid=11511] ppid=11455 vsize=11145568 memory=6791534058613427641 CPUtime=4.2 cores=1,3,5,7
/proc/11458/task/11511/stat : 11511 (java) D 11455 11458 8396 0 -1 4202560 46737 13006 0 0 401 12 4 3 20 0 13 0 107215070 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973631593784 139973652435767 0 0 0 16800975 18446744072099568773 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11512] ppid=11455 vsize=11145568 memory=928 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11512/stat : 11512 (java) S 11455 11458 8396 0 -1 1077944384 94 13006 0 0 3 0 4 3 20 0 13 0 107215071 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973663992720 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11513] ppid=11455 vsize=11145568 memory=2240 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11513/stat : 11513 (java) S 11455 11458 8396 0 -1 1077944384 555 13006 0 0 3 0 4 3 20 0 13 0 107215071 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973529328400 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11514] ppid=11455 vsize=11145568 memory=4128 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11514/stat : 11514 (java) S 11455 11458 8396 0 -1 1077944384 262 13006 0 0 3 0 4 3 20 0 13 0 107215071 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973528276112 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11515] ppid=11455 vsize=11145568 memory=2200 CPUtime=0.1 cores=1,3,5,7
/proc/11458/task/11515/stat : 11515 (java) S 11455 11458 8396 0 -1 1077944384 63 13006 0 0 3 0 4 3 20 0 13 0 107215071 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973527223312 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11517] ppid=11455 vsize=11145568 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11517/stat : 11517 (java) S 11455 11458 8396 0 -1 1077944384 14 13006 0 0 0 0 4 3 20 0 13 0 107215073 11413061632 91552 33554432000 4194304 4196468 140724387483488 139972514407264 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11518] ppid=11455 vsize=11145568 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11518/stat : 11518 (java) S 11455 11458 8396 0 -1 1077944384 1 13006 0 0 0 0 4 3 20 0 13 0 107215073 11413061632 91552 33554432000 4194304 4196468 140724387483488 139972313080960 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11519] ppid=11455 vsize=11145568 memory=912 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11519/stat : 11519 (java) S 11455 11458 8396 0 -1 1077944384 26 13006 0 0 0 0 4 3 20 0 13 0 107215076 11413061632 91552 33554432000 4194304 4196468 140724387483488 139972005680000 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11520] ppid=11455 vsize=11145568 memory=3848 CPUtime=2.11 cores=1,3,5,7
/proc/11458/task/11520/stat : 11520 (java) S 11455 11458 8396 0 -1 1077944384 5836 13006 0 0 203 1 4 3 20 0 13 0 107215076 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973083528176 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11521] ppid=11455 vsize=11145568 memory=0 CPUtime=2.14 cores=1,3,5,7
/proc/11458/task/11521/stat : 11521 (java) S 11455 11458 8396 0 -1 1077944384 8141 13006 0 0 206 1 4 3 20 0 13 0 107215076 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973082482880 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11522] ppid=11455 vsize=11145568 memory=4420 CPUtime=1.5 cores=1,3,5,7
/proc/11458/task/11522/stat : 11522 (java) S 11455 11458 8396 0 -1 1077944384 6285 13006 0 0 141 2 4 3 20 0 13 0 107215076 11413061632 91552 33554432000 4194304 4196468 140724387483488 139973081443184 139973659761282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
[pid=11458/tid=11523] ppid=11455 vsize=11145568 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/11458/task/11523/stat : 11523 (java) S 11455 11458 8396 0 -1 1077944384 3 13006 0 0 0 0 4 3 20 0 13 0 107215076 11413061632 91552 33554432000 4194304 4196468 140724387483488 139971574885344 139973659760341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140724387490409 140724387493217 140724387493217 140724387495887 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 11145568 KiB
Current children cumulated memory: 366208 KiB

[startup+4.50065 s]*
/proc/loadavg: 2.09 1.76 1.65 2/202 11525
/proc/meminfo: memFree=18609396/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.60364
CPU time (s): 10.035
CPU user time (s): 9.75934
CPU system time (s): 0.27568
CPU usage (%): 217.98
Max. virtual memory (cumulated for all children) (KiB): 11145568
Max. memory (cumulated for all children) (KiB): 366208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.75934
system time used= 0.27568
maximum resident set size= 368228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6146
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 11458
#   total CPU time (s): 10.035
#   total CPU user time (s): 9.75934
#   total CPU system time (s): 0.27568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050724 second user time and 0.084157 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 22:35:19
IDJOB=4302951
IDBENCH=141260
IDSOLVER=2777
FILE ID=node103/4302951-1532896519
RUNJOBID= node103-1532895438-9922
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302951-1532896519/watcher-4302951-1532896519 -o /tmp/evaluation-result-4302951-1532896519/solver-4302951-1532896519 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=355160106 -superng HOME/instance-4302951-1532896519.xml

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

MD5SUM BENCH= 7185d5885598b7dd528d8e2d67548d5f
RANDOM SEED=355160106

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18629124 kB
MemAvailable:   30214436 kB
Buffers:          309516 kB
Cached:         11464128 kB
SwapCached:            0 kB
Active:          5588548 kB
Inactive:        7954932 kB
Active(anon):    1772532 kB
Inactive(anon):    25184 kB
Active(file):    3816016 kB
Inactive(file):  7929748 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26776 kB
Writeback:             0 kB
AnonPages:       1760368 kB
Mapped:            58372 kB
Shmem:             25228 kB
Slab:             295984 kB
SReclaimable:     268008 kB
SUnreclaim:        27976 kB
KernelStack:        3840 kB
PageTables:         9168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3514996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 22:35:23