Trace number 4293443

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13UNSAT 31.8744 15.2494

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f11_c18.xml
MD5SUM495f96cb472313b50d142b917feb6977
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.20148
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size33
Distribution of domain sizes[{"size":6,"count":2},{"size":18,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":33,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
31.80/15.23	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293443-1532315675/watcher-4293443-1532315675 -o /tmp/evaluation-result-4293443-1532315675/solver-4293443-1532315675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1980715433 -superng HOME/instance-4293443-1532315675.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
solver pid=7250, runsolver pid=7247
Current StackSize limit: 8192 KiB


[startup+0.100725 s]*
/proc/loadavg: 1.23 1.26 1.41 2/207 7307
/proc/meminfo: memFree=27129444/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=9972712 memory=18860 CPUtime=0.08 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 4379 13149 0 0 1 0 5 2 20 0 6 0 49130666 10212057088 4715 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2493178 4715 1934 1 0 2481616 0
[pid=7250/tid=7303] ppid=7247 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 2210 13149 0 0 1 0 5 2 20 0 6 0 49130675 10212057088 4780 33554432000 4194304 4196468 140732283723856 140563934736976 140563948023152 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=9972712 memory=5793855771772217785 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 49130675 10212057088 4780 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=9972712 memory=140520762324608 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 6 0 49130675 10212057088 4780 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 6 0 49130675 10212057088 4780 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 6 0 49130675 10212057088 4780 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209995 s]*
/proc/loadavg: 1.23 1.26 1.41 3/216 7316
/proc/meminfo: memFree=27107352/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10818904 memory=46860 CPUtime=0.25 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 8577 13149 0 0 17 1 5 2 20 0 15 0 49130666 11078557696 11715 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2704726 11715 2935 1 0 2667149 0
[pid=7250/tid=7303] ppid=7247 vsize=10818936 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 5877 13149 0 0 10 1 5 2 20 0 15 0 49130675 11078590464 12308 33554432000 4194304 4196468 140732283723856 140563934725024 140563955579933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10818936 memory=4211974246967115146 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130675 11078590464 12361 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10818904 memory=140520762324608 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130675 11078557696 12361 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130675 11078557696 12361 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130675 11078557696 12361 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10818904 memory=140520762324608 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130677 11078557696 12361 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 49130677 11078557696 12361 33554432000 4194304 4196468 140732283723856 140563407954720 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130678 11078557696 12361 33554432000 4194304 4196468 140732283723856 140563273737328 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10818936 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11078590464 12361 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 514 13149 0 0 1 0 5 2 20 0 15 0 49130680 11078590464 12361 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) S 7247 7250 3468 0 -1 1077944384 56 13149 0 0 0 0 5 2 20 0 15 0 49130680 11078590464 12361 33554432000 4194304 4196468 140732283723856 140563487394288 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10818936 memory=140520762324608 CPUtime=0.1 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) S 7247 7250 3468 0 -1 1077944384 564 13149 0 0 3 0 5 2 20 0 15 0 49130680 11078590464 12361 33554432000 4194304 4196468 140732283723856 140563486342000 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10818936 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11078590464 12361 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10818936 memory=140520762324608 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130681 11078590464 12361 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46860 KiB

[startup+0.3105 s]*
/proc/loadavg: 1.23 1.26 1.41 3/216 7316
/proc/meminfo: memFree=27094080/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10819352 memory=57320 CPUtime=0.38 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 10435 13149 0 0 29 2 5 2 20 0 15 0 49130666 11079016448 14330 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2704838 14330 3054 1 0 2667149 0
[pid=7250/tid=7303] ppid=7247 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 7084 13149 0 0 20 1 5 2 20 0 15 0 49130675 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563934712224 140563946980702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10819352 memory=140520762324607 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130677 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 49130677 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563407954720 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10819352 memory=140520762324608 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130678 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563273737328 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11079016448 14330 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 514 13149 0 0 1 0 5 2 20 0 15 0 49130680 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) S 7247 7250 3468 0 -1 1077944384 57 13149 0 0 1 0 5 2 20 0 15 0 49130680 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563487394288 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) R 7247 7250 3468 0 -1 4202560 571 13149 0 0 5 0 5 2 20 0 15 0 49130680 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563486342000 140563941395985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11079016448 14330 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130681 11079016448 14330 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57320 KiB

[startup+0.700758 s]
/proc/loadavg: 1.23 1.26 1.41 3/216 7316
/proc/meminfo: memFree=27084016/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10819352 memory=90888 CPUtime=0.99 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 16777 13149 0 0 88 4 5 2 20 0 15 0 49130666 11079016448 22722 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2704838 22722 3247 1 0 2667149 0
[pid=7250/tid=7303] ppid=7247 vsize=10819352 memory=16248 CPUtime=0.65 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 12337 13149 0 0 56 2 5 2 20 0 15 0 49130675 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563934721040 140563943175943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10819352 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10819352 memory=140520659919362 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10819352 memory=140522739991422 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10819352 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130675 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10819352 memory=7157735280180091217 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 5 13149 0 0 0 0 5 2 20 0 15 0 49130677 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10819352 memory=7597685182856913236 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 13 13149 0 0 0 0 5 2 20 0 15 0 49130677 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563407954720 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10819352 memory=5788647689011156329 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130678 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563273737328 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11079016448 22722 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10819352 memory=8326441112149131693 CPUtime=0.16 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 1083 13149 0 0 9 0 5 2 20 0 15 0 49130680 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10819352 memory=7679937539659563834 CPUtime=0.14 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) S 7247 7250 3468 0 -1 1077944384 468 13149 0 0 7 0 5 2 20 0 15 0 49130680 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563487394288 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10819352 memory=6944656425123485561 CPUtime=0.2 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) S 7247 7250 3468 0 -1 1077944384 670 13149 0 0 13 0 5 2 20 0 15 0 49130680 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563486342000 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11079016448 22722 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130681 11079016448 22722 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90888 KiB

[startup+1.50067 s]
/proc/loadavg: 1.23 1.26 1.41 3/216 7316
/proc/meminfo: memFree=27037812/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10830156 memory=232296 CPUtime=3.09 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 24193 13149 0 0 294 8 5 2 20 0 15 0 49130666 11090079744 58074 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2707539 58074 3466 1 0 2669197 0
[pid=7250/tid=7303] ppid=7247 vsize=10830156 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 15813 13149 0 0 130 5 5 2 20 0 15 0 49130675 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563934706696 140563946954267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10830156 memory=104804 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130675 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10830156 memory=5790086053191909267 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 167 13149 0 0 0 0 5 2 20 0 15 0 49130675 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 88 13149 0 0 0 0 5 2 20 0 15 0 49130675 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 129 13149 0 0 0 0 5 2 20 0 15 0 49130675 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10830156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 31 13149 0 0 0 0 5 2 20 0 15 0 49130677 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10830156 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 14 13149 0 0 0 0 5 2 20 0 15 0 49130677 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563407954720 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10830156 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130678 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563273737328 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10830156 memory=2204 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11090079744 58074 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10830156 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 1960 13149 0 0 54 0 5 2 20 0 15 0 49130680 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10830156 memory=171908280668843 CPUtime=0.58 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) R 7247 7250 3468 0 -1 4202560 1808 13149 0 0 51 0 5 2 20 0 15 0 49130680 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563487374912 140563946397049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10830156 memory=266545 CPUtime=0.62 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) S 7247 7250 3468 0 -1 1077944384 1984 13149 0 0 54 1 5 2 20 0 15 0 49130680 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563486342000 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10830156 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11090079744 58074 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10830156 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1 13149 0 0 0 0 5 2 20 0 15 0 49130681 11090079744 58074 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10830156 KiB

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

[startup+15.2494 s]
# the end of solver process 7250 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=31.287 s, system=0.587422 s

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

[startup+12.8009 s]
/proc/loadavg: 1.26 1.27 1.41 4/216 7316
/proc/meminfo: memFree=26169884/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10916192 memory=985436 CPUtime=29.24 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 93451 13149 0 0 2866 51 5 2 20 0 15 0 49130666 11178180608 246359 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2729048 246359 3539 1 0 2690701 0
[pid=7250/tid=7303] ppid=7247 vsize=10916192 memory=-7234661847589033886 CPUtime=11.93 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 42862 13149 0 0 1168 18 5 2 20 0 15 0 49130675 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563934731072 140563581192187 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10916192 memory=-8990763340995141536 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 286 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10916192 memory=7893295687695688722 CPUtime=0.27 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 850 13149 0 0 16 4 5 2 20 0 15 0 49130675 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10916192 memory=124 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 703 13149 0 0 16 5 5 2 20 0 15 0 49130675 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10916192 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 877 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10916192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 3127 13149 0 0 6 0 5 2 20 0 15 0 49130677 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10916192 memory=668 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 16 13149 0 0 0 0 5 2 20 0 15 0 49130677 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563407954784 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10916192 memory=690 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 4 13149 0 0 0 0 5 2 20 0 15 0 49130678 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563273737344 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10916192 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 246359 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10916192 memory=1712 CPUtime=6.78 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 11781 13149 0 0 669 2 5 2 20 0 15 0 49130680 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10916192 memory=1956 CPUtime=6.98 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) S 7247 7250 3468 0 -1 1077944384 15866 13149 0 0 688 3 5 2 20 0 15 0 49130680 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563487394288 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10916192 memory=1196 CPUtime=2.74 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) S 7247 7250 3468 0 -1 1077944384 13437 13149 0 0 262 5 5 2 20 0 15 0 49130680 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563486342000 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10916192 memory=8360 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 246359 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10916192 memory=5520 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1449 13149 0 0 0 0 5 2 20 0 15 0 49130681 11178180608 246359 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 985436 KiB

[startup+14.4007 s]
/proc/loadavg: 1.26 1.27 1.41 3/216 7316
/proc/meminfo: memFree=26095660/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10916192 memory=1200936 CPUtime=30.99 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 93816 13149 0 0 3038 54 5 2 20 0 15 0 49130666 11178180608 300234 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2729048 300234 3539 1 0 2690701 0
[pid=7250/tid=7303] ppid=7247 vsize=10916192 memory=981148 CPUtime=13.53 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 43060 13149 0 0 1325 21 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563934730928 140563581264726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10916192 memory=985436 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 287 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10916192 memory=834640 CPUtime=0.27 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 851 13149 0 0 16 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10916192 memory=985436 CPUtime=0.29 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 704 13149 0 0 17 5 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10916192 memory=4616 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 878 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10916192 memory=1424 CPUtime=0.14 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 3254 13149 0 0 7 0 5 2 20 0 15 0 49130677 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10916192 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 16 13149 0 0 0 0 5 2 20 0 15 0 49130677 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563407954784 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10916192 memory=15872 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 4 13149 0 0 0 0 5 2 20 0 15 0 49130678 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563273737344 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10916192 memory=4052 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10916192 memory=16248 CPUtime=6.85 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 11807 13149 0 0 676 2 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10916192 memory=10624 CPUtime=7.03 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) S 7247 7250 3468 0 -1 1077944384 15867 13149 0 0 693 3 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563487394288 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10916192 memory=1240 CPUtime=2.76 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) S 7247 7250 3468 0 -1 1077944384 13446 13149 0 0 264 5 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563486342000 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10916192 memory=640 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10916192 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1449 13149 0 0 0 0 5 2 20 0 15 0 49130681 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 30.99 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1200936 KiB

[startup+14.8007 s]
/proc/loadavg: 1.26 1.27 1.41 3/216 7316
/proc/meminfo: memFree=26095660/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10916192 memory=1200936 CPUtime=31.39 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 93816 13149 0 0 3078 54 5 2 20 0 15 0 49130666 11178180608 300234 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2729048 300234 3539 1 0 2690701 0
[pid=7250/tid=7303] ppid=7247 vsize=10916192 memory=0 CPUtime=13.93 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 43060 13149 0 0 1365 21 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563934730928 140563566261156 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10916192 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 287 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10916192 memory=1228 CPUtime=0.27 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 851 13149 0 0 16 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10916192 memory=15872 CPUtime=0.29 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 704 13149 0 0 17 5 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10916192 memory=4052 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 878 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10916192 memory=16248 CPUtime=0.14 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 3254 13149 0 0 7 0 5 2 20 0 15 0 49130677 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10916192 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 16 13149 0 0 0 0 5 2 20 0 15 0 49130677 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563407954784 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10916192 memory=301741420686082359 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 4 13149 0 0 0 0 5 2 20 0 15 0 49130678 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563273737344 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10916192 memory=14977762981055007 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10916192 memory=14977762981055007 CPUtime=6.85 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 11807 13149 0 0 676 2 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10916192 memory=8326441112149131695 CPUtime=7.03 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) S 7247 7250 3468 0 -1 1077944384 15867 13149 0 0 693 3 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563487394288 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10916192 memory=-8253387840130274934 CPUtime=2.76 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) S 7247 7250 3468 0 -1 1077944384 13446 13149 0 0 264 5 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563486342000 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10916192 memory=8508281403248445325 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10916192 memory=-7028383565733676694 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1449 13149 0 0 0 0 5 2 20 0 15 0 49130681 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 31.39 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1200936 KiB

[startup+15.2007 s]
/proc/loadavg: 1.26 1.27 1.41 3/216 7316
/proc/meminfo: memFree=25949384/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10916192 memory=1200936 CPUtime=31.8 cores=0,2,4,6
/proc/7250/stat : 7250 (java) S 7247 7250 3468 0 -1 1077944320 93817 13149 0 0 3119 54 5 2 20 0 15 0 49130666 11178180608 300234 33554432000 4194304 4196468 140732283723856 140732283706400 140563962900215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
/proc/7250/statm: 2729048 300234 3539 1 0 2690701 0
[pid=7250/tid=7303] ppid=7247 vsize=10916192 memory=2240 CPUtime=14.33 cores=0,2,4,6
/proc/7250/task/7303/stat : 7303 (java) R 7247 7250 3468 0 -1 4202560 43061 13149 0 0 1405 21 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563934730928 140563577770402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7304] ppid=7247 vsize=10916192 memory=4128 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7304/stat : 7304 (java) S 7247 7250 3468 0 -1 1077944384 287 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563967142800 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7305] ppid=7247 vsize=10916192 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/7250/task/7305/stat : 7305 (java) S 7247 7250 3468 0 -1 1077944384 851 13149 0 0 16 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563881962256 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7306] ppid=7247 vsize=10916192 memory=14004 CPUtime=0.29 cores=0,2,4,6
/proc/7250/task/7306/stat : 7306 (java) S 7247 7250 3468 0 -1 1077944384 704 13149 0 0 17 5 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563880909968 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7307] ppid=7247 vsize=10916192 memory=796 CPUtime=0.28 cores=0,2,4,6
/proc/7250/task/7307/stat : 7307 (java) S 7247 7250 3468 0 -1 1077944384 878 13149 0 0 17 4 5 2 20 0 15 0 49130675 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563879857168 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7308] ppid=7247 vsize=10916192 memory=1712 CPUtime=0.14 cores=0,2,4,6
/proc/7250/task/7308/stat : 7308 (java) S 7247 7250 3468 0 -1 1077944384 3254 13149 0 0 7 0 5 2 20 0 15 0 49130677 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563489499248 140563962911362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7309] ppid=7247 vsize=10916192 memory=1956 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7309/stat : 7309 (java) S 7247 7250 3468 0 -1 1077944384 16 13149 0 0 0 0 5 2 20 0 15 0 49130677 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563407954784 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7310] ppid=7247 vsize=10916192 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7310/stat : 7310 (java) S 7247 7250 3468 0 -1 1077944384 4 13149 0 0 0 0 5 2 20 0 15 0 49130678 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563273737344 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7311] ppid=7247 vsize=10916192 memory=8360 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7311/stat : 7311 (java) S 7247 7250 3468 0 -1 1077944384 2 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140562669758544 140563962918811 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7312] ppid=7247 vsize=10916192 memory=5520 CPUtime=6.86 cores=0,2,4,6
/proc/7250/task/7312/stat : 7312 (java) S 7247 7250 3468 0 -1 1077944384 11807 13149 0 0 677 2 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563488447088 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7313] ppid=7247 vsize=10916192 memory=4616 CPUtime=7.03 cores=0,2,4,6
/proc/7250/task/7313/stat : 7313 (java) S 7247 7250 3468 0 -1 1077944384 15867 13149 0 0 693 3 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563487394288 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7314] ppid=7247 vsize=10916192 memory=15872 CPUtime=2.76 cores=0,2,4,6
/proc/7250/task/7314/stat : 7314 (java) S 7247 7250 3468 0 -1 1077944384 13446 13149 0 0 264 5 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563486342000 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7315] ppid=7247 vsize=10916192 memory=4052 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7315/stat : 7315 (java) S 7247 7250 3468 0 -1 1077944384 3 13149 0 0 0 0 5 2 20 0 15 0 49130680 11178180608 300234 33554432000 4194304 4196468 140732283723856 140562199997408 140563962910421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
[pid=7250/tid=7316] ppid=7247 vsize=10916192 memory=16248 CPUtime=0.07 cores=0,2,4,6
/proc/7250/task/7316/stat : 7316 (java) S 7247 7250 3468 0 -1 1077944384 1449 13149 0 0 0 0 5 2 20 0 15 0 49130681 11178180608 300234 33554432000 4194304 4196468 140732283723856 140563485288880 140563962911362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31158272 140732283730091 140732283733340 140732283733340 140732283736015 0
Current children cumulated CPU time: 31.8 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1200936 KiB

Child status: 0
Real time (s): 15.2494
CPU time (s): 31.8744
CPU user time (s): 31.287
CPU system time (s): 0.587422
CPU usage (%): 209.02
Max. virtual memory (cumulated for all children) (KiB): 10918888
Max. memory (cumulated for all children) (KiB): 1200936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.287
system time used= 0.587422
maximum resident set size= 1203060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107116
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= 9680
involuntary context switches= 153


# summary of solver processes directly reported to runsolver:
#   pid: 7250
#   total CPU time (s): 31.8744
#   total CPU user time (s): 31.287
#   total CPU system time (s): 0.587422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098496 second user time and 0.205694 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 05:14:35
IDJOB=4293443
IDBENCH=141176
IDSOLVER=2751
FILE ID=node149/4293443-1532315675
RUNJOBID= node149-1532298084-3499
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f11_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293443-1532315675/watcher-4293443-1532315675 -o /tmp/evaluation-result-4293443-1532315675/solver-4293443-1532315675 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3499 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1980715433 -superng HOME/instance-4293443-1532315675.xml

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

MD5SUM BENCH= 495f96cb472313b50d142b917feb6977
RANDOM SEED=1980715433

node149.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.60
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.60
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.60
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.60
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:        27138840 kB
MemAvailable:   29982152 kB
Buffers:          145864 kB
Cached:          2956680 kB
SwapCached:            0 kB
Active:          3630888 kB
Inactive:        1513572 kB
Active(anon):    1991476 kB
Inactive(anon):    70228 kB
Active(file):    1639412 kB
Inactive(file):  1443344 kB
Unevictable:        7564 kB
Mlocked:            7564 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26448 kB
Writeback:             0 kB
AnonPages:       2053492 kB
Mapped:            49448 kB
Shmem:             17032 kB
Slab:             180692 kB
SReclaimable:     152780 kB
SUnreclaim:        27912 kB
KernelStack:        3712 kB
PageTables:         9832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2665188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1822720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51788 MiB
End job on node149 at 2018-07-23 05:14:50