Trace number 4403515

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) 2520.66 633.48

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-093.xml
MD5SUMbf633c2727f59b2e783fa7e248dd5fc9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size65
Maximum domain size93
Distribution of domain sizes[{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
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-4403515-1568993935.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403515-1568993935.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
3.35/1.21	c solve instance...
2520.36/633.45	s UNKNOWN
2520.36/633.45	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403515-1568993935/watcher-4403515-1568993935 -o /tmp/evaluation-result-4403515-1568993935/solver-4403515-1568993935 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568989617-887 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 539480480 HOME/instance-4403515-1568993935.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=1161, runsolver pid=1158
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 8.88 8.51 7.38 4/228 1202
/proc/meminfo: memFree=17738600/32770624 swapFree=66998140/67108860
[pid=1161] ppid=1158 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1161/stat : 1161 (xcsp3-exec) S 1158 1161 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647724 115843072 363 33554432000 4194304 5098028 140732946962032 140732946960136 140231972131452 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33927168 140732946965371 140732946965613 140732946965613 140732946968522 0
/proc/1161/statm: 28282 363 304 221 0 87 0
[pid=1163] ppid=1161 vsize=15144776 memory=29752 CPUtime=0.12 cores=0,2,4,6
/proc/1163/stat : 1163 (java) S 1161 1161 29601 0 -1 1077944320 5913 0 0 0 10 2 0 0 20 0 15 0 475647724 15508250624 7438 33554432000 4194304 4196468 140735090421312 140735090403856 140380535738103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
/proc/1163/statm: 3786194 7438 3121 1 0 3748377 0
[pid=1163/tid=1164] ppid=1161 vsize=15144776 memory=-2698087569006908830 CPUtime=0.09 cores=0,2,4,6
/proc/1163/task/1164/stat : 1164 (java) R 1161 1161 29601 0 -1 4202560 3817 0 0 0 8 1 0 0 20 0 15 0 475647724 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380539966128 140380535760029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1165] ppid=1161 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1165/stat : 1165 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380471974672 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1166] ppid=1161 vsize=15144776 memory=140289659852416 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1166/stat : 1166 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380470922128 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1167] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1167/stat : 1167 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380125846544 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1168] ppid=1161 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1168/stat : 1168 (java) S 1161 1161 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380124794000 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1173] ppid=1161 vsize=15144776 memory=140289659852416 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1173/stat : 1173 (java) S 1161 1161 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647726 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380071544816 140380535749250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1176] ppid=1161 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1176/stat : 1176 (java) S 1161 1161 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647727 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380070491040 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1180] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1180/stat : 1180 (java) S 1161 1161 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647727 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380069438448 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1188] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1188/stat : 1188 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 7504 33554432000 4194304 4196468 140735090421312 140380068387024 140380535756699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1189] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1189/stat : 1189 (java) R 1161 1161 29601 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 7504 33554432000 4194304 4196468 140735090421312 140379865213424 140380535749250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1190] ppid=1161 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1190/stat : 1190 (java) R 1161 1161 29601 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 7504 33554432000 4194304 4196468 140735090421312 140379864160880 140380513570960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1191] ppid=1161 vsize=15144776 memory=140289659852416 CPUtime=0.02 cores=0,2,4,6
/proc/1163/task/1191/stat : 1191 (java) R 1161 1161 29601 0 -1 4202560 376 0 0 0 2 0 0 0 20 0 15 0 475647730 15508250624 7504 33554432000 4194304 4196468 140735090421312 140379863108336 140380535759450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1193] ppid=1161 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1193/stat : 1193 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 7504 33554432000 4194304 4196468 140735090421312 140379862056032 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1194] ppid=1161 vsize=15144776 memory=140289659852416 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1194/stat : 1194 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 7504 33554432000 4194304 4196468 140735090421312 140379861002544 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31204 KiB

[startup+0.211494 s]*
/proc/loadavg: 8.88 8.51 7.38 6/228 1202
/proc/meminfo: memFree=17712940/32770624 swapFree=66998140/67108860
[pid=1161] ppid=1158 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1161/stat : 1161 (xcsp3-exec) S 1158 1161 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647724 115843072 363 33554432000 4194304 5098028 140732946962032 140732946960136 140231972131452 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33927168 140732946965371 140732946965613 140732946965613 140732946968522 0
/proc/1161/statm: 28282 363 304 221 0 87 0
[pid=1163] ppid=1161 vsize=15144776 memory=41004 CPUtime=0.33 cores=0,2,4,6
/proc/1163/stat : 1163 (java) S 1161 1161 29601 0 -1 1077944320 9455 0 0 0 30 3 0 0 20 0 15 0 475647724 15508250624 10251 33554432000 4194304 4196468 140735090421312 140735090403856 140380535738103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
/proc/1163/statm: 3786194 10251 3298 1 0 3748377 0
[pid=1163/tid=1164] ppid=1161 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/1163/task/1164/stat : 1164 (java) R 1161 1161 29601 0 -1 4202560 6633 0 0 0 17 2 0 0 20 0 15 0 475647724 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380539967824 140380519818590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1165] ppid=1161 vsize=15144776 memory=2669799 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1165/stat : 1165 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380471974672 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1166] ppid=1161 vsize=15144776 memory=288370665811564160 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1166/stat : 1166 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380470922128 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1167] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1167/stat : 1167 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380125846544 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1168] ppid=1161 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1168/stat : 1168 (java) S 1161 1161 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647725 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380124794000 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1173] ppid=1161 vsize=15144776 memory=140289659852416 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1173/stat : 1173 (java) S 1161 1161 29601 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475647726 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380071544816 140380535749250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1176] ppid=1161 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1176/stat : 1176 (java) S 1161 1161 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647727 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380070491040 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1180] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1180/stat : 1180 (java) S 1161 1161 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647727 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380069438448 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1188] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1188/stat : 1188 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 10251 33554432000 4194304 4196468 140735090421312 140380068387024 140380535756699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1189] ppid=1161 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1163/task/1189/stat : 1189 (java) S 1161 1161 29601 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 475647730 15508250624 10251 33554432000 4194304 4196468 140735090421312 140379865213424 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1190] ppid=1161 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1163/task/1190/stat : 1190 (java) S 1161 1161 29601 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 15 0 475647730 15508250624 10251 33554432000 4194304 4196468 140735090421312 140379864160880 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1191] ppid=1161 vsize=15144776 memory=140289659852416 CPUtime=0.08 cores=0,2,4,6
/proc/1163/task/1191/stat : 1191 (java) S 1161 1161 29601 0 -1 1077944384 750 0 0 0 8 0 0 0 20 0 15 0 475647730 15508250624 10251 33554432000 4194304 4196468 140735090421312 140379863108336 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1193] ppid=1161 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1193/stat : 1193 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 10251 33554432000 4194304 4196468 140735090421312 140379862056032 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1194] ppid=1161 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1194/stat : 1194 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647730 15508250624 10251 33554432000 4194304 4196468 140735090421312 140379861002544 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42456 KiB

[startup+0.310631 s]*
/proc/loadavg: 8.88 8.51 7.38 5/228 1202
/proc/meminfo: memFree=17700436/32770624 swapFree=66998140/67108860
[pid=1161] ppid=1158 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1161/stat : 1161 (xcsp3-exec) S 1158 1161 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647724 115843072 363 33554432000 4194304 5098028 140732946962032 140732946960136 140231972131452 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33927168 140732946965371 140732946965613 140732946965613 140732946968522 0
/proc/1161/statm: 28282 363 304 221 0 87 0
[pid=1163] ppid=1161 vsize=15149032 memory=49528 CPUtime=0.5 cores=0,2,4,6
/proc/1163/stat : 1163 (java) S 1161 1161 29601 0 -1 1077944320 10740 0 0 0 46 4 0 0 20 0 15 0 475647724 15512608768 12382 33554432000 4194304 4196468 140735090421312 140735090403856 140380535738103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
/proc/1163/statm: 3787258 12382 3333 1 0 3748377 0
[pid=1163/tid=1164] ppid=1161 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/1163/task/1164/stat : 1164 (java) R 1161 1161 29601 0 -1 4202560 7815 0 0 0 26 3 0 0 20 0 15 0 475647724 15512608768 12382 33554432000 4194304 4196468 140735090421312 140380539969216 140380535760029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1165] ppid=1161 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1165/stat : 1165 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15512608768 12382 33554432000 4194304 4196468 140735090421312 140380471974672 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1166] ppid=1161 vsize=15149032 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1166/stat : 1166 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15512608768 12382 33554432000 4194304 4196468 140735090421312 140380470922128 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1167] ppid=1161 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1167/stat : 1167 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15512608768 12382 33554432000 4194304 4196468 140735090421312 140380125846544 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1168] ppid=1161 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1168/stat : 1168 (java) S 1161 1161 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647725 15512608768 12382 33554432000 4194304 4196468 140735090421312 140380124794000 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1173] ppid=1161 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1173/stat : 1173 (java) S 1161 1161 29601 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475647726 15512608768 12382 33554432000 4194304 4196468 140735090421312 140380071544816 140380535749250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1176] ppid=1161 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1176/stat : 1176 (java) S 1161 1161 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647727 15512608768 12447 33554432000 4194304 4196468 140735090421312 140380070491040 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1180] ppid=1161 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1180/stat : 1180 (java) S 1161 1161 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647727 15512608768 12447 33554432000 4194304 4196468 140735090421312 140380069438448 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1188] ppid=1161 vsize=15149032 memory=3617551796267921439 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1188/stat : 1188 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15512608768 12447 33554432000 4194304 4196468 140735090421312 140380068387024 140380535756699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1189] ppid=1161 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1163/task/1189/stat : 1189 (java) S 1161 1161 29601 0 -1 1077944384 527 0 0 0 3 0 0 0 20 0 15 0 475647730 15512608768 12447 33554432000 4194304 4196468 140735090421312 140379865213424 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1190] ppid=1161 vsize=15149032 memory=3467824627879784479 CPUtime=0.03 cores=0,2,4,6
/proc/1163/task/1190/stat : 1190 (java) S 1161 1161 29601 0 -1 1077944384 290 0 0 0 3 0 0 0 20 0 15 0 475647730 15512608768 12447 33554432000 4194304 4196468 140735090421312 140379864160880 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1191] ppid=1161 vsize=15149032 memory=3544790075635043764 CPUtime=0.12 cores=0,2,4,6
/proc/1163/task/1191/stat : 1191 (java) S 1161 1161 29601 0 -1 1077944384 851 0 0 0 12 0 0 0 20 0 15 0 475647730 15512608768 12451 33554432000 4194304 4196468 140735090421312 140379863108336 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1193] ppid=1161 vsize=15149032 memory=3467824627879784503 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1193/stat : 1193 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15512608768 12451 33554432000 4194304 4196468 140735090421312 140379862056032 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1194] ppid=1161 vsize=15149032 memory=3906229238491477684 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1194/stat : 1194 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647730 15512608768 12451 33554432000 4194304 4196468 140735090421312 140379861002544 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50980 KiB

[startup+0.70546 s]
/proc/loadavg: 8.88 8.51 7.38 8/228 1202
/proc/meminfo: memFree=17669940/32770624 swapFree=66998140/67108860
[pid=1161] ppid=1158 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1161/stat : 1161 (xcsp3-exec) S 1158 1161 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647724 115843072 363 33554432000 4194304 5098028 140732946962032 140732946960136 140231972131452 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33927168 140732946965371 140732946965613 140732946965613 140732946968522 0
/proc/1161/statm: 28282 363 304 221 0 87 0
[pid=1163] ppid=1161 vsize=15151156 memory=92812 CPUtime=1.72 cores=0,2,4,6
/proc/1163/stat : 1163 (java) S 1161 1161 29601 0 -1 1077944320 15346 0 0 0 166 6 0 0 20 0 15 0 475647724 15514783744 23203 33554432000 4194304 4196468 140735090421312 140735090403856 140380535738103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
/proc/1163/statm: 3787789 23203 3457 1 0 3748889 0
[pid=1163/tid=1164] ppid=1161 vsize=15151156 memory=109 CPUtime=0.67 cores=0,2,4,6
/proc/1163/task/1164/stat : 1164 (java) R 1161 1161 29601 0 -1 4202560 9220 0 0 0 63 4 0 0 20 0 15 0 475647724 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380539974576 140380150570931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1165] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1165/stat : 1165 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380471974672 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1166] ppid=1161 vsize=15151156 memory=3 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1166/stat : 1166 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380470922128 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1167] ppid=1161 vsize=15151156 memory=253678 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1167/stat : 1167 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647725 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380125846544 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1168] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1168/stat : 1168 (java) S 1161 1161 29601 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647725 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380124794000 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1173] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1173/stat : 1173 (java) S 1161 1161 29601 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475647726 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380071544816 140380535749250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1176] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1176/stat : 1176 (java) S 1161 1161 29601 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647727 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380070491040 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1180] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1180/stat : 1180 (java) S 1161 1161 29601 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647727 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380069438448 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1188] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1188/stat : 1188 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 23203 33554432000 4194304 4196468 140735090421312 140380068387024 140380535756699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1189] ppid=1161 vsize=15151156 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/1163/task/1189/stat : 1189 (java) R 1161 1161 29601 0 -1 4202560 1318 0 0 0 30 0 0 0 20 0 15 0 475647730 15514783744 23203 33554432000 4194304 4196468 140735090421312 140379865206616 140380528834963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1190] ppid=1161 vsize=15151156 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/1163/task/1190/stat : 1190 (java) R 1161 1161 29601 0 -1 4202560 1323 0 0 0 31 0 0 0 20 0 15 0 475647730 15514783744 23203 33554432000 4194304 4196468 140735090421312 140379864145856 140380528834939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1191] ppid=1161 vsize=15151156 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/1163/task/1191/stat : 1191 (java) R 1161 1161 29601 0 -1 4202560 2177 0 0 0 41 1 0 0 20 0 15 0 475647730 15514783744 23203 33554432000 4194304 4196468 140735090421312 140379863108336 140380528834939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1193] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1193/stat : 1193 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 23203 33554432000 4194304 4196468 140735090421312 140379862056032 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1194] ppid=1161 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1194/stat : 1194 (java) S 1161 1161 29601 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647730 15514783744 23203 33554432000 4194304 4196468 140735090421312 140379861002544 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 94264 KiB

[startup+1.50074 s]
/proc/loadavg: 8.88 8.51 7.38 8/228 1202
/proc/meminfo: memFree=17281248/32770624 swapFree=66998140/67108860
[pid=1161] ppid=1158 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1161/stat : 1161 (xcsp3-exec) S 1158 1161 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647724 115843072 363 33554432000 4194304 5098028 140732946962032 140732946960136 140231972131452 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33927168 140732946965371 140732946965613 140732946965613 140732946968522 0
/proc/1161/statm: 28282 363 304 221 0 87 0

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

/proc/1163/stat : 1163 (java) S 1161 1161 29601 0 -1 1077944320 83665 0 0 0 207740 63 0 0 20 0 19 0 475647724 15789527040 299615 33554432000 4194304 4196468 140735090421312 140735090403856 140380535738103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
/proc/1163/statm: 3854865 299615 3534 1 0 3815965 0
[pid=1163/tid=1164] ppid=1161 vsize=15419460 memory=1198460 CPUtime=1.17 cores=0,2,4,6
/proc/1163/task/1164/stat : 1164 (java) S 1161 1161 29601 0 -1 1077944384 10807 0 0 0 111 6 0 0 20 0 19 0 475647724 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380539978880 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1165] ppid=1161 vsize=15419460 memory=1452 CPUtime=0.21 cores=0,2,4,6
/proc/1163/task/1165/stat : 1165 (java) S 1161 1161 29601 0 -1 1077944384 1836 0 0 0 14 7 0 0 20 0 19 0 475647725 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380471974672 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1166] ppid=1161 vsize=15419460 memory=1452 CPUtime=0.23 cores=0,2,4,6
/proc/1163/task/1166/stat : 1166 (java) S 1161 1161 29601 0 -1 1077944384 2344 0 0 0 15 8 0 0 20 0 19 0 475647725 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380470922128 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1167] ppid=1161 vsize=15419460 memory=1452 CPUtime=0.22 cores=0,2,4,6
/proc/1163/task/1167/stat : 1167 (java) S 1161 1161 29601 0 -1 1077944384 2554 0 0 0 15 7 0 0 20 0 19 0 475647725 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380125846544 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1168] ppid=1161 vsize=15419460 memory=1198460 CPUtime=0.22 cores=0,2,4,6
/proc/1163/task/1168/stat : 1168 (java) S 1161 1161 29601 0 -1 1077944384 2324 0 0 0 15 7 0 0 20 0 19 0 475647725 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380124794000 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1173] ppid=1161 vsize=15419460 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1163/task/1173/stat : 1173 (java) S 1161 1161 29601 0 -1 1077944384 3393 0 0 0 3 2 0 0 20 0 19 0 475647726 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380071544816 140380535749250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1176] ppid=1161 vsize=15419460 memory=142543 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1176/stat : 1176 (java) S 1161 1161 29601 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475647727 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380070491104 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1180] ppid=1161 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1180/stat : 1180 (java) S 1161 1161 29601 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 475647727 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380069438464 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1188] ppid=1161 vsize=15419460 memory=1201500 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1188/stat : 1188 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475647730 15789527040 299615 33554432000 4194304 4196468 140735090421312 140380068387024 140380535756699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1189] ppid=1161 vsize=15419460 memory=8112282956445269571 CPUtime=2.29 cores=0,2,4,6
/proc/1163/task/1189/stat : 1189 (java) S 1161 1161 29601 0 -1 1077944384 14554 0 0 0 227 2 0 0 20 0 19 0 475647730 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379865213424 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1190] ppid=1161 vsize=15419460 memory=1452 CPUtime=2.5 cores=0,2,4,6
/proc/1163/task/1190/stat : 1190 (java) S 1161 1161 29601 0 -1 1077944384 13189 0 0 0 249 1 0 0 20 0 19 0 475647730 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379864160880 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1191] ppid=1161 vsize=15419460 memory=1056 CPUtime=0.83 cores=0,2,4,6
/proc/1163/task/1191/stat : 1191 (java) S 1161 1161 29601 0 -1 1077944384 9487 0 0 0 81 2 0 0 20 0 19 0 475647730 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379863108336 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1193] ppid=1161 vsize=15419460 memory=1198460 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1193/stat : 1193 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475647730 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379862056032 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1194] ppid=1161 vsize=15419460 memory=1452 CPUtime=0.3 cores=0,2,4,6
/proc/1163/task/1194/stat : 1194 (java) S 1161 1161 29601 0 -1 1077944384 437 0 0 0 0 30 0 0 20 0 19 0 475647730 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379861002544 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1203] ppid=1161 vsize=15419460 memory=1452 CPUtime=518.11 cores=0,2,4,6
/proc/1163/task/1203/stat : 1203 (java) R 1161 1161 29601 0 -1 4202560 1329 0 0 0 51810 1 0 0 20 0 19 0 475647846 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379852020536 140380157998650 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1204] ppid=1161 vsize=15419460 memory=1452 CPUtime=517.77 cores=0,2,4,6
/proc/1163/task/1204/stat : 1204 (java) R 1161 1161 29601 0 -1 4202560 13500 0 0 0 51762 15 0 0 20 0 19 0 475647846 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379850969000 140380154320670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1205] ppid=1161 vsize=15419460 memory=1198460 CPUtime=515.4 cores=0,2,4,6
/proc/1163/task/1205/stat : 1205 (java) R 1161 1161 29601 0 -1 4202560 1229 0 0 0 51540 0 0 0 20 0 19 0 475647846 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379849916336 140380157827880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1206] ppid=1161 vsize=15419460 memory=1198460 CPUtime=518.61 cores=0,2,4,6
/proc/1163/task/1206/stat : 1206 (java) R 1161 1161 29601 0 -1 4202560 5297 0 0 0 51860 1 0 0 20 0 19 0 475647846 15789527040 299615 33554432000 4194304 4196468 140735090421312 140379848864168 140380157513189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
Current children cumulated CPU time: 2078.03 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1199912 KiB

[startup+582.301 s]
/proc/loadavg: 8.25 7.74 7.29 9/232 1258
/proc/meminfo: memFree=3869228/32770624 swapFree=66998140/67108860
[pid=1161] ppid=1158 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1161/stat : 1161 (xcsp3-exec) S 1158 1161 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647724 115843072 363 33554432000 4194304 5098028 140732946962032 140732946960136 140231972131452 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33927168 140732946965371 140732946965613 140732946965613 140732946968522 0
/proc/1161/statm: 28282 363 304 221 0 87 0
[pid=1163] ppid=1161 vsize=15419460 memory=1201544 CPUtime=2316.92 cores=0,2,4,6
/proc/1163/stat : 1163 (java) S 1161 1161 29601 0 -1 1077944320 85354 0 0 0 231626 66 0 0 20 0 19 0 475647724 15789527040 300386 33554432000 4194304 4196468 140735090421312 140735090403856 140380535738103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
/proc/1163/statm: 3854865 300386 3534 1 0 3815965 0
[pid=1163/tid=1164] ppid=1161 vsize=15419460 memory=1204068 CPUtime=1.17 cores=0,2,4,6
/proc/1163/task/1164/stat : 1164 (java) S 1161 1161 29601 0 -1 1077944384 10807 0 0 0 111 6 0 0 20 0 19 0 475647724 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380539978880 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1165] ppid=1161 vsize=15419460 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/1163/task/1165/stat : 1165 (java) S 1161 1161 29601 0 -1 1077944384 2324 0 0 0 16 8 0 0 20 0 19 0 475647725 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380471974672 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1166] ppid=1161 vsize=15419460 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/1163/task/1166/stat : 1166 (java) S 1161 1161 29601 0 -1 1077944384 2424 0 0 0 16 8 0 0 20 0 19 0 475647725 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380470922128 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1167] ppid=1161 vsize=15419460 memory=43516 CPUtime=0.24 cores=0,2,4,6
/proc/1163/task/1167/stat : 1167 (java) S 1161 1161 29601 0 -1 1077944384 2593 0 0 0 16 8 0 0 20 0 19 0 475647725 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380125846544 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1168] ppid=1161 vsize=15419460 memory=1201544 CPUtime=0.24 cores=0,2,4,6
/proc/1163/task/1168/stat : 1168 (java) S 1161 1161 29601 0 -1 1077944384 2387 0 0 0 16 8 0 0 20 0 19 0 475647725 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380124794000 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1173] ppid=1161 vsize=15419460 memory=1452 CPUtime=0.06 cores=0,2,4,6
/proc/1163/task/1173/stat : 1173 (java) S 1161 1161 29601 0 -1 1077944384 3645 0 0 0 4 2 0 0 20 0 19 0 475647726 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380071544816 140380535749250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1176] ppid=1161 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1176/stat : 1176 (java) S 1161 1161 29601 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475647727 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380070491104 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1180] ppid=1161 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1180/stat : 1180 (java) S 1161 1161 29601 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 475647727 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380069438464 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1188] ppid=1161 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1188/stat : 1188 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475647730 15789527040 300386 33554432000 4194304 4196468 140735090421312 140380068387024 140380535756699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1189] ppid=1161 vsize=15419460 memory=1452 CPUtime=2.29 cores=0,2,4,6
/proc/1163/task/1189/stat : 1189 (java) S 1161 1161 29601 0 -1 1077944384 14557 0 0 0 227 2 0 0 20 0 19 0 475647730 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379865213424 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1190] ppid=1161 vsize=15419460 memory=3624 CPUtime=2.5 cores=0,2,4,6
/proc/1163/task/1190/stat : 1190 (java) S 1161 1161 29601 0 -1 1077944384 13197 0 0 0 249 1 0 0 20 0 19 0 475647730 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379864160880 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1191] ppid=1161 vsize=15419460 memory=1201544 CPUtime=0.83 cores=0,2,4,6
/proc/1163/task/1191/stat : 1191 (java) S 1161 1161 29601 0 -1 1077944384 9491 0 0 0 81 2 0 0 20 0 19 0 475647730 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379863108336 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1193] ppid=1161 vsize=15419460 memory=3624 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1193/stat : 1193 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475647730 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379862056032 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1194] ppid=1161 vsize=15419460 memory=1452 CPUtime=0.32 cores=0,2,4,6
/proc/1163/task/1194/stat : 1194 (java) S 1161 1161 29601 0 -1 1077944384 467 0 0 0 0 32 0 0 20 0 19 0 475647730 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379861002544 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1203] ppid=1161 vsize=15419460 memory=1204068 CPUtime=577.98 cores=0,2,4,6
/proc/1163/task/1203/stat : 1203 (java) R 1161 1161 29601 0 -1 4202560 1426 0 0 0 57797 1 0 0 20 0 19 0 475647846 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379852020312 140380157609195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1204] ppid=1161 vsize=15419460 memory=1376 CPUtime=577.09 cores=0,2,4,6
/proc/1163/task/1204/stat : 1204 (java) R 1161 1161 29601 0 -1 4202560 13793 0 0 0 57693 16 0 0 20 0 19 0 475647846 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379850971872 140380157695515 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1205] ppid=1161 vsize=15419460 memory=1201544 CPUtime=575.04 cores=0,2,4,6
/proc/1163/task/1205/stat : 1205 (java) R 1161 1161 29601 0 -1 4202560 1320 0 0 0 57504 0 0 0 20 0 19 0 475647846 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379849916544 140380156727272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1206] ppid=1161 vsize=15419460 memory=1452 CPUtime=578.57 cores=0,2,4,6
/proc/1163/task/1206/stat : 1206 (java) R 1161 1161 29601 0 -1 4202560 5538 0 0 0 57856 1 0 0 20 0 19 0 475647846 15789527040 300386 33554432000 4194304 4196468 140735090421312 140379848863912 140380157513253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
Current children cumulated CPU time: 2316.92 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1202996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.401 s]
/proc/loadavg: 8.11 7.78 7.33 9/232 1262
/proc/meminfo: memFree=3868724/32770624 swapFree=66998140/67108860
[pid=1161] ppid=1158 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1161/stat : 1161 (xcsp3-exec) S 1158 1161 29601 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647724 115843072 363 33554432000 4194304 5098028 140732946962032 140732946960136 140231972131452 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 33927168 140732946965371 140732946965613 140732946965613 140732946968522 0
/proc/1161/statm: 28282 363 304 221 0 87 0
[pid=1163] ppid=1161 vsize=15419460 memory=1199460 CPUtime=2520.36 cores=0,2,4,6
/proc/1163/stat : 1163 (java) S 1161 1161 29601 0 -1 1077944320 86184 0 0 0 251970 66 0 0 20 0 19 0 475647724 15789527040 299865 33554432000 4194304 4196468 140735090421312 140735090403856 140380535738103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
/proc/1163/statm: 3854865 299865 3534 1 0 3815965 0
[pid=1163/tid=1164] ppid=1161 vsize=15419460 memory=13855161592317478 CPUtime=1.17 cores=0,2,4,6
/proc/1163/task/1164/stat : 1164 (java) S 1161 1161 29601 0 -1 1077944384 10807 0 0 0 111 6 0 0 20 0 19 0 475647724 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380539978880 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1165] ppid=1161 vsize=15419460 memory=1199460 CPUtime=0.25 cores=0,2,4,6
/proc/1163/task/1165/stat : 1165 (java) S 1161 1161 29601 0 -1 1077944384 2332 0 0 0 17 8 0 0 20 0 19 0 475647725 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380471974672 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1166] ppid=1161 vsize=15419460 memory=1412 CPUtime=0.25 cores=0,2,4,6
/proc/1163/task/1166/stat : 1166 (java) S 1161 1161 29601 0 -1 1077944384 2435 0 0 0 17 8 0 0 20 0 19 0 475647725 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380470922128 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1167] ppid=1161 vsize=15419460 memory=3240 CPUtime=0.25 cores=0,2,4,6
/proc/1163/task/1167/stat : 1167 (java) S 1161 1161 29601 0 -1 1077944384 2606 0 0 0 17 8 0 0 20 0 19 0 475647725 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380125846544 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1168] ppid=1161 vsize=15419460 memory=1448 CPUtime=0.25 cores=0,2,4,6
/proc/1163/task/1168/stat : 1168 (java) S 1161 1161 29601 0 -1 1077944384 2397 0 0 0 17 8 0 0 20 0 19 0 475647725 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380124794000 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1173] ppid=1161 vsize=15419460 memory=12701816 CPUtime=0.06 cores=0,2,4,6
/proc/1163/task/1173/stat : 1173 (java) S 1161 1161 29601 0 -1 1077944384 3661 0 0 0 4 2 0 0 20 0 19 0 475647726 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380071544816 140380535749250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1176] ppid=1161 vsize=15419460 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1176/stat : 1176 (java) S 1161 1161 29601 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 475647727 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380070491104 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1180] ppid=1161 vsize=15419460 memory=6153431502485415785 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1180/stat : 1180 (java) S 1161 1161 29601 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 19 0 475647727 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380069438464 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1188] ppid=1161 vsize=15419460 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1188/stat : 1188 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475647730 15789527040 299865 33554432000 4194304 4196468 140735090421312 140380068387024 140380535756699 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1189] ppid=1161 vsize=15419460 memory=7595725831727968097 CPUtime=2.29 cores=0,2,4,6
/proc/1163/task/1189/stat : 1189 (java) S 1161 1161 29601 0 -1 1077944384 14557 0 0 0 227 2 0 0 20 0 19 0 475647730 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379865213424 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1190] ppid=1161 vsize=15419460 memory=8514726395715218844 CPUtime=2.5 cores=0,2,4,6
/proc/1163/task/1190/stat : 1190 (java) S 1161 1161 29601 0 -1 1077944384 13197 0 0 0 249 1 0 0 20 0 19 0 475647730 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379864160880 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1191] ppid=1161 vsize=15419460 memory=8247907794334132811 CPUtime=0.83 cores=0,2,4,6
/proc/1163/task/1191/stat : 1191 (java) S 1161 1161 29601 0 -1 1077944384 9491 0 0 0 81 2 0 0 20 0 19 0 475647730 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379863108336 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1193] ppid=1161 vsize=15419460 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/1163/task/1193/stat : 1193 (java) S 1161 1161 29601 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475647730 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379862056032 140380535748309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1194] ppid=1161 vsize=15419460 memory=6140 CPUtime=0.33 cores=0,2,4,6
/proc/1163/task/1194/stat : 1194 (java) S 1161 1161 29601 0 -1 1077944384 488 0 0 0 0 33 0 0 20 0 19 0 475647730 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379861002544 140380535749250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1203] ppid=1161 vsize=15419460 memory=14012 CPUtime=629.03 cores=0,2,4,6
/proc/1163/task/1203/stat : 1203 (java) R 1161 1161 29601 0 -1 4202560 1517 0 0 0 62902 1 0 0 20 0 19 0 475647846 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379852020144 140380159582513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1204] ppid=1161 vsize=15419460 memory=4104 CPUtime=627.52 cores=0,2,4,6
/proc/1163/task/1204/stat : 1204 (java) R 1161 1161 29601 0 -1 4202560 14083 0 0 0 62736 16 0 0 20 0 19 0 475647846 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379850969000 140380154320663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1205] ppid=1161 vsize=15419460 memory=2596 CPUtime=625.88 cores=0,2,4,6
/proc/1163/task/1205/stat : 1205 (java) R 1161 1161 29601 0 -1 4202560 1468 0 0 0 62588 0 0 0 20 0 19 0 475647846 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379849916456 140380157646828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
[pid=1163/tid=1206] ppid=1161 vsize=15419460 memory=2116 CPUtime=629.65 cores=0,2,4,6
/proc/1163/task/1206/stat : 1206 (java) R 1161 1161 29601 0 -1 4202560 5760 0 0 0 62964 1 0 0 20 0 19 0 475647846 15789527040 299865 33554432000 4194304 4196468 140735090421312 140379848866576 140380159733989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18317312 140735090422767 140735090422938 140735090422938 140735090425807 0
Current children cumulated CPU time: 2520.36 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1200912 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+633.435 s]
# the end of solver process 1161 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001093 s, system=0.001093 s

[startup+633.48 s]
# the end of solver process 1163 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.98 s, system=0.67677 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 633.48
CPU time (s): 2520.66
CPU user time (s): 2519.98
CPU system time (s): 0.67677
CPU usage (%): 397.906
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1205520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.98
system time used= 0.67677
maximum resident set size= 1208236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16904
involuntary context switches= 30193


# summary of solver processes directly reported to runsolver:
#   pid: 1161,1163
#   total CPU time (s): 2520.66
#   total CPU user time (s): 2519.98
#   total CPU system time (s): 0.67677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9352 second user time and 7.20626 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 16:37:33
IDJOB=4403515
IDBENCH=141743
IDSOLVER=2863
FILE ID=node106/4403515-1568993935
RUNJOBID= node106-1568989617-887
PBS_JOBID= 21704656
Free space on /tmp= 23488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-093.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-4403515-1568993935/watcher-4403515-1568993935 -o /tmp/evaluation-result-4403515-1568993935/solver-4403515-1568993935 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568989617-887 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 539480480 HOME/instance-4403515-1568993935.xml

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

MD5SUM BENCH= bf633c2727f59b2e783fa7e248dd5fc9
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:        17772192 kB
MemAvailable:   31857360 kB
Buffers:           60324 kB
Cached:         14097576 kB
SwapCached:         4044 kB
Active:          6746160 kB
Inactive:        7418956 kB
Active(anon):       2692 kB
Inactive(anon):    47084 kB
Active(file):    6743468 kB
Inactive(file):  7371872 kB
Unevictable:      109096 kB
Mlocked:          109096 kB
SwapTotal:      67108860 kB
SwapFree:       66998140 kB
Dirty:             52040 kB
Writeback:             0 kB
AnonPages:         45148 kB
Mapped:            48928 kB
Shmem:             33904 kB
Slab:             427764 kB
SReclaimable:     398288 kB
SUnreclaim:        29476 kB
KernelStack:        3952 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501652 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= 23436 MiB
End job on node106 at 2019-09-20 16:48:07