Trace number 4403324

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
choco-solver 2019-09-20? (TO) 2528.14 811.592

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-17-042.xml
MD5SUM30a2df13e8a589268a4af4fb67fb8cf0
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 benchmark9.93882
Satisfiable
(Un)Satisfiability was proved
Number of variables34
Number of constraints136
Number of domains17
Minimum domain size26
Maximum domain size42
Distribution of domain sizes[{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2}]
Minimum variable degree16
Maximum variable degree16
Distribution of variable degrees[{"degree":16,"count":34}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":136}]
Number of extensional constraints0
Number of intensional constraints136
Distribution of constraint types[{"type":"intension","count":136}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403324-1568993935.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403324-1568993935.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403324-1568993935/watcher-4403324-1568993935 -o /tmp/evaluation-result-4403324-1568993935/solver-4403324-1568993935 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568989617-891 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 539480480 HOME/instance-4403324-1568993935.xml 

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

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

solver pid=1179, runsolver pid=1175

[startup+0.100059 s]*
/proc/loadavg: 8.88 8.51 7.38 6/228 1202
/proc/meminfo: memFree=17735040/32770624 swapFree=66998140/67108860
[pid=1179] ppid=1175 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/1179/stat : 1179 (xcsp3-exec) S 1175 1179 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475647727 115843072 362 33554432000 4194304 5098028 140721367591680 140721367589784 140649109955196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21057536 140721367597947 140721367598189 140721367598189 140721367601098 0
/proc/1179/statm: 28282 362 304 221 0 87 0
[pid=1182] ppid=1179 vsize=15144776 memory=29408 CPUtime=0.13 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1179 1179 29601 0 -1 1077944320 5755 0 0 0 11 2 0 0 20 0 15 0 475647727 15508250624 7352 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3786194 7352 3147 1 0 3748377 0
[pid=1182/tid=1183] ppid=1179 vsize=15144776 memory=-2698087569006908830 CPUtime=0.09 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) R 1179 1179 29601 0 -1 4202560 3671 0 0 0 8 1 0 0 20 0 15 0 475647728 15508250624 7352 33554432000 4194304 4196468 140726437080464 139813154298400 139813134153054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1179 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) S 1179 1179 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 7352 33554432000 4194304 4196468 140726437080464 139813078112656 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1179 vsize=15144776 memory=139760908584576 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 7352 33554432000 4194304 4196468 140726437080464 139813077059856 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 7352 33554432000 4194304 4196468 140726437080464 139813076007568 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1179 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) S 1179 1179 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 7352 33554432000 4194304 4196468 140726437080464 139813074954768 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1179 vsize=15144776 memory=139760908584576 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1179 1179 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812618656368 139813150083714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1179 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1179 1179 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812617602336 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1179 1179 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647731 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812616550000 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812615498320 139813150091163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) R 1179 1179 29601 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812614445168 139813130485872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1179 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) R 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812613392368 139813150083714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1179 vsize=15144776 memory=139760908584576 CPUtime=0.02 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) R 1179 1179 29601 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 475647733 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812612340080 139813131323549 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1179 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1179 vsize=15144776 memory=139760908584576 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 7352 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30856 KiB

[startup+0.212523 s]*
/proc/loadavg: 8.88 8.51 7.38 3/228 1202
/proc/meminfo: memFree=17710024/32770624 swapFree=66998140/67108860
[pid=1179] ppid=1175 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/1179/stat : 1179 (xcsp3-exec) S 1175 1179 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475647727 115843072 362 33554432000 4194304 5098028 140721367591680 140721367589784 140649109955196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21057536 140721367597947 140721367598189 140721367598189 140721367601098 0
/proc/1179/statm: 28282 362 304 221 0 87 0
[pid=1182] ppid=1179 vsize=15144776 memory=40712 CPUtime=0.34 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1179 1179 29601 0 -1 1077944320 9455 0 0 0 31 3 0 0 20 0 15 0 475647727 15508250624 10178 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3786194 10178 3279 1 0 3748377 0
[pid=1182/tid=1183] ppid=1179 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) R 1179 1179 29601 0 -1 4202560 6642 0 0 0 18 2 0 0 20 0 15 0 475647728 15508250624 10178 33554432000 4194304 4196468 140726437080464 139813154310032 139813134116197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1179 vsize=15144776 memory=2669799 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) S 1179 1179 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 10178 33554432000 4194304 4196468 140726437080464 139813078112656 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1179 vsize=15144776 memory=288370137060296320 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 10178 33554432000 4194304 4196468 140726437080464 139813077059856 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 10178 33554432000 4194304 4196468 140726437080464 139813076007568 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1179 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) S 1179 1179 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647728 15508250624 10178 33554432000 4194304 4196468 140726437080464 139813074954768 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1179 vsize=15144776 memory=139760908584576 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1179 1179 29601 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812618656368 139813150083714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1179 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1179 1179 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812617602336 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1179 1179 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647731 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812616550000 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812615498320 139813150091163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1179 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) S 1179 1179 29601 0 -1 1077944384 564 0 0 0 3 0 0 0 20 0 15 0 475647733 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812614445168 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1179 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) S 1179 1179 29601 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 15 0 475647733 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812613392368 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1179 vsize=15144776 memory=139760908584576 CPUtime=0.08 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) R 1179 1179 29601 0 -1 4202560 767 0 0 0 8 0 0 0 20 0 15 0 475647733 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812612340080 139813129431552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1179 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1179 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647733 15508250624 10178 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42160 KiB

[startup+0.310551 s]*
/proc/loadavg: 8.88 8.51 7.38 6/228 1202
/proc/meminfo: memFree=17697508/32770624 swapFree=66998140/67108860
[pid=1179] ppid=1175 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/1179/stat : 1179 (xcsp3-exec) S 1175 1179 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475647727 115843072 362 33554432000 4194304 5098028 140721367591680 140721367589784 140649109955196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21057536 140721367597947 140721367598189 140721367598189 140721367601098 0
/proc/1179/statm: 28282 362 304 221 0 87 0
[pid=1182] ppid=1179 vsize=15149032 memory=50100 CPUtime=0.52 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1179 1179 29601 0 -1 1077944320 10847 0 0 0 48 4 0 0 20 0 15 0 475647727 15512608768 12525 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3787258 12525 3371 1 0 3748377 0
[pid=1182/tid=1183] ppid=1179 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) R 1179 1179 29601 0 -1 4202560 7828 0 0 0 27 3 0 0 20 0 15 0 475647728 15512608768 12598 33554432000 4194304 4196468 140726437080464 139813154303680 139813134153054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1179 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) S 1179 1179 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647728 15512608768 12598 33554432000 4194304 4196468 140726437080464 139813078112656 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1179 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647728 15512608768 12598 33554432000 4194304 4196468 140726437080464 139813077059856 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1179 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647728 15512608768 12598 33554432000 4194304 4196468 140726437080464 139813076007568 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1179 vsize=15149032 memory=3617551796267921439 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) S 1179 1179 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647728 15512608768 12598 33554432000 4194304 4196468 140726437080464 139813074954768 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1179 vsize=15149032 memory=8102582798389751856 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1179 1179 29601 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475647730 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812618656368 139813150083714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1179 vsize=15149032 memory=8102582798406529073 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1179 1179 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647730 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812617602336 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1179 vsize=15149032 memory=7526543281865841317 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1179 1179 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647731 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812616550000 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1179 vsize=15149032 memory=8102582798423241009 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812615498320 139813150091163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1179 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) S 1179 1179 29601 0 -1 1077944384 701 0 0 0 6 0 0 0 20 0 15 0 475647733 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812614445168 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1179 vsize=15149032 memory=3544649790270158643 CPUtime=0.03 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) S 1179 1179 29601 0 -1 1077944384 218 0 0 0 3 0 0 0 20 0 15 0 475647733 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812613392368 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1179 vsize=15149032 memory=3906228709740209845 CPUtime=0.12 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) S 1179 1179 29601 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 15 0 475647733 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812612340080 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1179 vsize=15149032 memory=3467824627879784479 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1179 vsize=15149032 memory=3906228709740209844 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647733 15512608768 12598 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51548 KiB

[startup+0.700812 s]
/proc/loadavg: 8.88 8.51 7.38 10/228 1202
/proc/meminfo: memFree=17662808/32770624 swapFree=66998140/67108860
[pid=1179] ppid=1175 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/1179/stat : 1179 (xcsp3-exec) S 1175 1179 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475647727 115843072 362 33554432000 4194304 5098028 140721367591680 140721367589784 140649109955196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21057536 140721367597947 140721367598189 140721367598189 140721367601098 0
/proc/1179/statm: 28282 362 304 221 0 87 0
[pid=1182] ppid=1179 vsize=15151156 memory=186336 CPUtime=1.46 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1179 1179 29601 0 -1 1077944320 14304 0 0 0 138 8 0 0 20 0 15 0 475647727 15514783744 46584 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3787789 46584 3466 1 0 3748889 0
[pid=1182/tid=1183] ppid=1179 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) R 1179 1179 29601 0 -1 4202560 9240 0 0 0 61 6 0 0 20 0 15 0 475647728 15514783744 46584 33554432000 4194304 4196468 140726437080464 139813154310464 139812748537438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1179 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) S 1179 1179 29601 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 475647728 15514783744 46584 33554432000 4194304 4196468 140726437080464 139813078112656 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1179 vsize=15151156 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) S 1179 1179 29601 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647728 15514783744 46584 33554432000 4194304 4196468 140726437080464 139813077059856 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1179 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) S 1179 1179 29601 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 475647728 15514783744 46584 33554432000 4194304 4196468 140726437080464 139813076007568 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1179 vsize=15151156 memory=2 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) S 1179 1179 29601 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 475647728 15514783744 46584 33554432000 4194304 4196468 140726437080464 139813074954768 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1179 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1179 1179 29601 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812618656368 139813150083714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1179 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1179 1179 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812617602336 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1179 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1179 1179 29601 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 475647731 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812616550000 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1179 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812615498320 139813150091163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1179 vsize=15151156 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) S 1179 1179 29601 0 -1 1077944384 1213 0 0 0 23 0 0 0 20 0 15 0 475647733 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812614445168 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1179 vsize=15151156 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) R 1179 1179 29601 0 -1 4202560 809 0 0 0 22 0 0 0 20 0 15 0 475647733 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812613392368 139813127667312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1179 vsize=15151156 memory=56 CPUtime=0.28 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) S 1179 1179 29601 0 -1 1077944384 1615 0 0 0 28 0 0 0 20 0 15 0 475647733 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812612340080 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1179 vsize=15151156 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1179 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1179 vsize=15151156 memory=2596 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) S 1179 1179 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 46584 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 187784 KiB

[startup+1.50127 s]
/proc/loadavg: 8.88 8.51 7.38 5/228 1202
/proc/meminfo: memFree=17272312/32770624 swapFree=66998140/67108860
[pid=1179] ppid=1175 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/1179/stat : 1179 (xcsp3-exec) S 1175 1179 29601 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475647727 115843072 362 33554432000 4194304 5098028 140721367591680 140721367589784 140649109955196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 21057536 140721367597947 140721367598189 140721367598189 140721367601098 0
/proc/1179/statm: 28282 362 304 221 0 87 0

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

Current children cumulated CPU time: 2520.59 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12701868 KiB

[startup+810.401 s]
/proc/loadavg: 4.04 5.97 6.70 5/206 1342
/proc/meminfo: memFree=5085972/32770624 swapFree=66998140/67108860
[pid=1182] ppid=1175 vsize=15151156 memory=12701868 CPUtime=2523.66 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1175 1179 29601 0 -1 1077944320 1291031 0 0 0 251441 925 0 0 20 0 15 0 475647727 15514783744 3175467 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3787789 3175467 3500 1 0 3748889 0
[pid=1182/tid=1183] ppid=1175 vsize=15151156 memory=8112282956445269571 CPUtime=179.79 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) S 1175 1179 29601 0 -1 1077944384 35032 0 0 0 17931 48 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813154310688 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1175 vsize=15151156 memory=12701868 CPUtime=571.41 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) R 1175 1179 29601 0 -1 4202560 290623 0 0 0 56926 215 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813078112544 139813134770206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1175 vsize=15151156 memory=1412 CPUtime=571.63 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) R 1175 1179 29601 0 -1 4202560 267166 0 0 0 56917 246 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813077060056 139813135023608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1175 vsize=15151156 memory=3204 CPUtime=572.14 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) R 1175 1179 29601 0 -1 4202560 248584 0 0 0 57023 191 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813076007768 139813134770125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1175 vsize=15151156 memory=1448 CPUtime=571.49 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) R 1175 1179 29601 0 -1 4202560 286708 0 0 0 56945 204 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813074954968 139813134770206 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1175 vsize=15151156 memory=12701868 CPUtime=55.29 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1175 1179 29601 0 -1 1077944384 146345 0 0 0 5519 10 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812618654688 139813150082773 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1175 vsize=15151156 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1175 1179 29601 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812617602400 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1175 vsize=15151156 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1175 1179 29601 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647731 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812616550016 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1175 vsize=15151156 memory=13848568817518157 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1175 1179 29601 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812615497968 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1175 vsize=15151156 memory=3848 CPUtime=0.44 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) S 1175 1179 29601 0 -1 1077944384 4103 0 0 0 44 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812614445216 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1175 vsize=15151156 memory=1164 CPUtime=0.4 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) S 1175 1179 29601 0 -1 1077944384 2803 0 0 0 40 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812613392416 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1175 vsize=15151156 memory=8317482817917895235 CPUtime=0.49 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) S 1175 1179 29601 0 -1 1077944384 7552 0 0 0 48 1 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812612339840 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1175 vsize=15151156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1175 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1175 vsize=15151156 memory=1448 CPUtime=0.47 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) S 1175 1179 29601 0 -1 1077944384 787 0 0 0 22 25 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current cumulated CPU time of completed processes: 0.002318 s
Current children cumulated CPU time: 2523.66 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12701868 KiB

[startup+811.201 s]
/proc/loadavg: 4.04 5.97 6.70 5/206 1342
/proc/meminfo: memFree=5085988/32770624 swapFree=66998140/67108860
[pid=1182] ppid=1175 vsize=15151156 memory=12701868 CPUtime=2526.81 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1175 1179 29601 0 -1 1077944320 1291109 0 0 0 251756 925 0 0 20 0 15 0 475647727 15514783744 3175467 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3787789 3175467 3500 1 0 3748889 0
[pid=1182/tid=1183] ppid=1175 vsize=15151156 memory=8112282956445269571 CPUtime=179.79 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) S 1175 1179 29601 0 -1 1077944384 35032 0 0 0 17931 48 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813154310688 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1175 vsize=15151156 memory=4104 CPUtime=572.2 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) R 1175 1179 29601 0 -1 4202560 290624 0 0 0 57005 215 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813078112856 139813134771383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1175 vsize=15151156 memory=1448 CPUtime=572.42 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) R 1175 1179 29601 0 -1 4202560 267221 0 0 0 56996 246 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813077060056 139813135069229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1175 vsize=15151156 memory=12701868 CPUtime=572.91 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) R 1175 1179 29601 0 -1 4202560 248606 0 0 0 57100 191 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813076007768 139813134771409 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1175 vsize=15151156 memory=8112282956445269571 CPUtime=572.28 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) R 1175 1179 29601 0 -1 4202560 286708 0 0 0 57024 204 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813074954656 139813135069213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1175 vsize=15151156 memory=6140 CPUtime=55.29 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1175 1179 29601 0 -1 1077944384 146345 0 0 0 5519 10 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812618654912 139813150082773 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1175 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1175 1179 29601 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812617602400 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1175 vsize=15151156 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1175 1179 29601 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647731 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812616550016 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1175 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1175 1179 29601 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812615497968 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1175 vsize=15151156 memory=5791717495390874208 CPUtime=0.44 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) S 1175 1179 29601 0 -1 1077944384 4103 0 0 0 44 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812614445216 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1175 vsize=15151156 memory=-6861001314482542224 CPUtime=0.4 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) S 1175 1179 29601 0 -1 1077944384 2803 0 0 0 40 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812613392416 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1175 vsize=15151156 memory=6944656592455350634 CPUtime=0.49 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) S 1175 1179 29601 0 -1 1077944384 7552 0 0 0 48 1 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812612339840 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1175 vsize=15151156 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1175 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1175 vsize=15151156 memory=1128 CPUtime=0.47 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) S 1175 1179 29601 0 -1 1077944384 787 0 0 0 22 25 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current cumulated CPU time of completed processes: 0.002318 s
Current children cumulated CPU time: 2526.81 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12701868 KiB

[startup+811.401 s]
/proc/loadavg: 4.04 5.97 6.70 5/206 1342
/proc/meminfo: memFree=5085988/32770624 swapFree=66998140/67108860
[pid=1182] ppid=1175 vsize=15151156 memory=12701868 CPUtime=2527.61 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1175 1179 29601 0 -1 1077944320 1291184 0 0 0 251836 925 0 0 20 0 15 0 475647727 15514783744 3175467 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3787789 3175467 3500 1 0 3748889 0
[pid=1182/tid=1183] ppid=1175 vsize=15151156 memory=3648 CPUtime=179.79 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) S 1175 1179 29601 0 -1 1077944384 35032 0 0 0 17931 48 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813154310688 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1175 vsize=15151156 memory=948 CPUtime=572.4 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) R 1175 1179 29601 0 -1 4202560 290624 0 0 0 57025 215 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813078112856 139813135068968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1175 vsize=15151156 memory=8112282956445269571 CPUtime=572.62 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) R 1175 1179 29601 0 -1 4202560 267296 0 0 0 57016 246 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813077060056 139813134771264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1175 vsize=15151156 memory=1728 CPUtime=573.11 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) R 1175 1179 29601 0 -1 4202560 248606 0 0 0 57120 191 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813076007768 139813135069246 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1175 vsize=15151156 memory=8112282956445269571 CPUtime=572.48 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) R 1175 1179 29601 0 -1 4202560 286708 0 0 0 57044 204 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813074954656 139813135068964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1175 vsize=15151156 memory=860 CPUtime=55.29 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1175 1179 29601 0 -1 1077944384 146345 0 0 0 5519 10 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812618654912 139813150082773 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1175 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1175 1179 29601 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812617602400 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1175 vsize=15151156 memory=2552 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1175 1179 29601 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647731 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812616550016 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1175 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1175 1179 29601 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812615497968 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1175 vsize=15151156 memory=1128 CPUtime=0.44 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) S 1175 1179 29601 0 -1 1077944384 4103 0 0 0 44 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812614445216 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1175 vsize=15151156 memory=772 CPUtime=0.4 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) S 1175 1179 29601 0 -1 1077944384 2803 0 0 0 40 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812613392416 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1175 vsize=15151156 memory=3648 CPUtime=0.49 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) S 1175 1179 29601 0 -1 1077944384 7552 0 0 0 48 1 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812612339840 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1175 vsize=15151156 memory=948 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1175 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1175 vsize=15151156 memory=2832 CPUtime=0.47 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) R 1175 1179 29601 0 -1 1077944384 787 0 0 0 22 25 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current cumulated CPU time of completed processes: 0.002318 s
Current children cumulated CPU time: 2527.61 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12701868 KiB

[startup+811.501 s]
/proc/loadavg: 4.04 5.97 6.70 5/206 1342
/proc/meminfo: memFree=5085988/32770624 swapFree=66998140/67108860
[pid=1182] ppid=1175 vsize=15151156 memory=12701868 CPUtime=2528.01 cores=1,3,5,7
/proc/1182/stat : 1182 (java) S 1175 1179 29601 0 -1 1077944320 1291184 0 0 0 251876 925 0 0 20 0 15 0 475647727 15514783744 3175467 33554432000 4194304 4196468 140726437080464 140726437063008 139813150072567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
/proc/1182/statm: 3787789 3175467 3500 1 0 3748889 0
[pid=1182/tid=1183] ppid=1175 vsize=15151156 memory=8112282956445269571 CPUtime=179.79 cores=1,3,5,7
/proc/1182/task/1183/stat : 1183 (java) S 1175 1179 29601 0 -1 1077944384 35032 0 0 0 17931 48 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813154310688 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1184] ppid=1175 vsize=15151156 memory=12701868 CPUtime=572.5 cores=1,3,5,7
/proc/1182/task/1184/stat : 1184 (java) R 1175 1179 29601 0 -1 4202560 290624 0 0 0 57035 215 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813078112856 139813135069249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1185] ppid=1175 vsize=15151156 memory=12701868 CPUtime=572.72 cores=1,3,5,7
/proc/1182/task/1185/stat : 1185 (java) R 1175 1179 29601 0 -1 4202560 267296 0 0 0 57026 246 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813077060056 139813134771360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1186] ppid=1175 vsize=15151156 memory=12701868 CPUtime=573.21 cores=1,3,5,7
/proc/1182/task/1186/stat : 1186 (java) R 1175 1179 29601 0 -1 4202560 248606 0 0 0 57130 191 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813076007768 139813134530187 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1187] ppid=1175 vsize=15151156 memory=1448 CPUtime=572.58 cores=1,3,5,7
/proc/1182/task/1187/stat : 1187 (java) R 1175 1179 29601 0 -1 4202560 286708 0 0 0 57054 204 0 0 20 0 15 0 475647728 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139813074954656 139813134771264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1192] ppid=1175 vsize=15151156 memory=12701868 CPUtime=55.29 cores=1,3,5,7
/proc/1182/task/1192/stat : 1192 (java) S 1175 1179 29601 0 -1 1077944384 146345 0 0 0 5519 10 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812618654912 139813150082773 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1195] ppid=1175 vsize=15151156 memory=12701868 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1195/stat : 1195 (java) S 1175 1179 29601 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812617602400 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1196] ppid=1175 vsize=15151156 memory=12701868 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1196/stat : 1196 (java) S 1175 1179 29601 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647731 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812616550016 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1197] ppid=1175 vsize=15151156 memory=12701868 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1197/stat : 1197 (java) S 1175 1179 29601 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812615497968 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1198] ppid=1175 vsize=15151156 memory=12701868 CPUtime=0.44 cores=1,3,5,7
/proc/1182/task/1198/stat : 1198 (java) S 1175 1179 29601 0 -1 1077944384 4103 0 0 0 44 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812614445216 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1199] ppid=1175 vsize=15151156 memory=12701868 CPUtime=0.4 cores=1,3,5,7
/proc/1182/task/1199/stat : 1199 (java) S 1175 1179 29601 0 -1 1077944384 2803 0 0 0 40 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812613392416 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1200] ppid=1175 vsize=15151156 memory=12701868 CPUtime=0.49 cores=1,3,5,7
/proc/1182/task/1200/stat : 1200 (java) S 1175 1179 29601 0 -1 1077944384 7552 0 0 0 48 1 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812612339840 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1201] ppid=1175 vsize=15151156 memory=12701868 CPUtime=0 cores=1,3,5,7
/proc/1182/task/1201/stat : 1201 (java) S 1175 1179 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812611287520 139813150082773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
[pid=1182/tid=1202] ppid=1175 vsize=15151156 memory=1448 CPUtime=0.47 cores=1,3,5,7
/proc/1182/task/1202/stat : 1202 (java) S 1175 1179 29601 0 -1 1077944384 787 0 0 0 22 25 0 0 20 0 15 0 475647733 15514783744 3175467 33554432000 4194304 4196468 140726437080464 139812610235312 139813150083714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34693120 140726437082095 140726437082266 140726437082266 140726437085135 0
Current cumulated CPU time of completed processes: 0.002318 s
Current children cumulated CPU time: 2528.01 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12701868 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 811.592
CPU time (s): 2528.14
CPU user time (s): 2518.81
CPU system time (s): 9.33114
CPU usage (%): 311.504
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12703316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.81
system time used= 9.33114
maximum resident set size= 12702196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1291731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28407
involuntary context switches= 47456


# summary of solver processes directly reported to runsolver:
#   pid: 1179,1182
#   total CPU time (s): 2528.14
#   total CPU user time (s): 2518.81
#   total CPU system time (s): 9.33114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.01574 second user time and 8.70064 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 16:37:34
IDJOB=4403324
IDBENCH=141744
IDSOLVER=2863
FILE ID=node106/4403324-1568993935
RUNJOBID= node106-1568989617-891
PBS_JOBID= 21704656
Free space on /tmp= 23464 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-17-042.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403324-1568993935/watcher-4403324-1568993935 -o /tmp/evaluation-result-4403324-1568993935/solver-4403324-1568993935 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568989617-891 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 539480480 HOME/instance-4403324-1568993935.xml

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

MD5SUM BENCH= 30a2df13e8a589268a4af4fb67fb8cf0
RANDOM SEED=539480480

node106.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.79
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.79
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.79
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.79
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:        17765132 kB
MemAvailable:   31851016 kB
Buffers:           60324 kB
Cached:         14097576 kB
SwapCached:         4044 kB
Active:          6769508 kB
Inactive:        7403032 kB
Active(anon):       9400 kB
Inactive(anon):    47084 kB
Active(file):    6760108 kB
Inactive(file):  7355948 kB
Unevictable:      109096 kB
Mlocked:          109096 kB
SwapTotal:      67108860 kB
SwapFree:       66998140 kB
Dirty:             52040 kB
Writeback:             0 kB
AnonPages:         49416 kB
Mapped:            53488 kB
Shmem:             33904 kB
Slab:             427764 kB
SReclaimable:     398288 kB
SUnreclaim:        29476 kB
KernelStack:        3952 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1462516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23460 MiB
End job on node106 at 2019-09-20 16:51:05