Trace number 4393104

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-06-14? (TO) 2520.35 633.692

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-092.xml
MD5SUM04f92250339fffd6ef5beb9873d20792
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 size64
Maximum domain size92
Distribution of domain sizes[{"size":64,"count":2},{"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}]
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-4393104-1568356667.xml"  -tl '2520s' -p 4
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393104-1568356667.xml, -tl, 2520s, -p, 4]
0.35/0.25	c 4 solvers in parallel
0.35/0.31	c parse instance...
3.32/1.29	c solve instance...
2520.01/633.66	s UNKNOWN
2520.01/633.66	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: 16375 MiB (13545 MiB free)
  memory of node 1: 16384 MiB (5449 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393104-1568356667/watcher-4393104-1568356667 -o /tmp/evaluation-result-4393104-1568356667/solver-4393104-1568356667 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323867655-28199 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1378221124 HOME/instance-4393104-1568356667.xml 

running on 4 cores: 0-3

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=30592, runsolver pid=30589

[startup+0.100093 s]*
/proc/loadavg: 5.12 5.05 5.40 3/234 30608
/proc/meminfo: memFree=19434424/32770688 swapFree=66919992/67108860
[pid=30592] ppid=30589 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/30592/stat : 30592 (xcsp3-exec) S 30589 30592 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411673013 115843072 363 33554432000 4194304 5098028 140732270405280 140732270403384 140049779942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39723008 140732270412666 140732270412909 140732270412909 140732270415818 0
/proc/30592/statm: 28282 363 304 221 0 87 0
[pid=30594] ppid=30592 vsize=15144768 memory=29092 CPUtime=0.12 cores=0-3
/proc/30594/stat : 30594 (java) S 30592 30592 28168 0 -1 1077944320 5730 0 0 0 11 1 0 0 20 0 15 0 411673013 15508242432 7273 33554432000 4194304 4196468 140731367076112 140731367058656 140058725900023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
/proc/30594/statm: 3786192 7273 3120 1 0 3748377 0
[pid=30594/tid=30595] ppid=30592 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=0-3
/proc/30594/task/30595/stat : 30595 (java) R 30592 30592 28168 0 -1 4202560 3650 0 0 0 8 1 0 0 20 0 15 0 411673013 15508242432 7273 33554432000 4194304 4196468 140731367076112 140058730133504 140058725911958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30596] ppid=30592 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=0-3
/proc/30594/task/30596/stat : 30596 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 7273 33554432000 4194304 4196468 140731367076112 140058318527376 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30597] ppid=30592 vsize=15144768 memory=140002174715520 CPUtime=0 cores=0-3
/proc/30594/task/30597/stat : 30597 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 7273 33554432000 4194304 4196468 140731367076112 140058317474576 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30598] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30598/stat : 30598 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 7273 33554432000 4194304 4196468 140731367076112 140058316422288 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30599] ppid=30592 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30594/task/30599/stat : 30599 (java) S 30592 30592 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 7273 33554432000 4194304 4196468 140731367076112 140058315369488 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30600] ppid=30592 vsize=15144768 memory=140002174715520 CPUtime=0 cores=0-3
/proc/30594/task/30600/stat : 30600 (java) S 30592 30592 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411673016 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057599887472 140058725911170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30601] ppid=30592 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30594/task/30601/stat : 30601 (java) S 30592 30592 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411673016 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057598833440 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30602] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30602/stat : 30602 (java) S 30592 30592 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411673016 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057597781104 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30603] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30603/stat : 30603 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057596729424 140058725918619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30604] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30604/stat : 30604 (java) S 30592 30592 28168 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 411673019 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057595677296 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30605] ppid=30592 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30594/task/30605/stat : 30605 (java) S 30592 30592 28168 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 411673019 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057594624496 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30606] ppid=30592 vsize=15144768 memory=140002174715520 CPUtime=0.01 cores=0-3
/proc/30594/task/30606/stat : 30606 (java) R 30592 30592 28168 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 15 0 411673019 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057593572208 140058705252808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30607] ppid=30592 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30594/task/30607/stat : 30607 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057592519648 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30608] ppid=30592 vsize=15144768 memory=140002174715520 CPUtime=0 cores=0-3
/proc/30594/task/30608/stat : 30608 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673020 15508242432 7273 33554432000 4194304 4196468 140731367076112 140057591466416 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30544 KiB

[startup+0.219302 s]*
/proc/loadavg: 5.12 5.05 5.40 3/234 30608
/proc/meminfo: memFree=19422492/32770688 swapFree=66919992/67108860
[pid=30592] ppid=30589 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/30592/stat : 30592 (xcsp3-exec) S 30589 30592 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411673013 115843072 363 33554432000 4194304 5098028 140732270405280 140732270403384 140049779942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39723008 140732270412666 140732270412909 140732270412909 140732270415818 0
/proc/30592/statm: 28282 363 304 221 0 87 0
[pid=30594] ppid=30592 vsize=15144768 memory=39964 CPUtime=0.35 cores=0-3
/proc/30594/stat : 30594 (java) S 30592 30592 28168 0 -1 1077944320 9241 0 0 0 32 3 0 0 20 0 15 0 411673013 15508242432 9991 33554432000 4194304 4196468 140731367076112 140731367058656 140058725900023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
/proc/30594/statm: 3786192 9991 3255 1 0 3748377 0
[pid=30594/tid=30595] ppid=30592 vsize=15144768 memory=7883960649037381690 CPUtime=0.21 cores=0-3
/proc/30594/task/30595/stat : 30595 (java) R 30592 30592 28168 0 -1 4202560 6531 0 0 0 18 3 0 0 20 0 15 0 411673013 15508242432 9991 33554432000 4194304 4196468 140731367076112 140058730131152 140058725921949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30596] ppid=30592 vsize=15144768 memory=1915596 CPUtime=0 cores=0-3
/proc/30594/task/30596/stat : 30596 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 9991 33554432000 4194304 4196468 140731367076112 140058318527376 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30597] ppid=30592 vsize=15144768 memory=140002176631206 CPUtime=0 cores=0-3
/proc/30594/task/30597/stat : 30597 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 9991 33554432000 4194304 4196468 140731367076112 140058317474576 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30598] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30598/stat : 30598 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 9991 33554432000 4194304 4196468 140731367076112 140058316422288 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30599] ppid=30592 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30594/task/30599/stat : 30599 (java) S 30592 30592 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411673014 15508242432 9991 33554432000 4194304 4196468 140731367076112 140058315369488 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30600] ppid=30592 vsize=15144768 memory=140002174715520 CPUtime=0 cores=0-3
/proc/30594/task/30600/stat : 30600 (java) S 30592 30592 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411673016 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057599887472 140058725911170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30601] ppid=30592 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30594/task/30601/stat : 30601 (java) S 30592 30592 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411673016 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057598833440 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30602] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30602/stat : 30602 (java) S 30592 30592 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411673016 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057597781104 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30603] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30603/stat : 30603 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057596729424 140058725918619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30604] ppid=30592 vsize=15144768 memory=0 CPUtime=0.03 cores=0-3
/proc/30594/task/30604/stat : 30604 (java) R 30592 30592 28168 0 -1 4202560 451 0 0 0 3 0 0 0 20 0 15 0 411673019 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057595664144 140058718189312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30605] ppid=30592 vsize=15144768 memory=-1 CPUtime=0.02 cores=0-3
/proc/30594/task/30605/stat : 30605 (java) S 30592 30592 28168 0 -1 1077944384 191 0 0 0 2 0 0 0 20 0 15 0 411673019 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057594624496 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30606] ppid=30592 vsize=15144768 memory=140002174715520 CPUtime=0.08 cores=0-3
/proc/30594/task/30606/stat : 30606 (java) R 30592 30592 28168 0 -1 4202560 765 0 0 0 8 0 0 0 20 0 15 0 411673019 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057593572208 140058709980510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30607] ppid=30592 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30594/task/30607/stat : 30607 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057592519648 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30608] ppid=30592 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30608/stat : 30608 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673020 15508242432 9991 33554432000 4194304 4196468 140731367076112 140057591466416 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41416 KiB

[startup+0.311553 s]*
/proc/loadavg: 5.12 5.05 5.40 5/234 30608
/proc/meminfo: memFree=19417376/32770688 swapFree=66919992/67108860
[pid=30592] ppid=30589 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/30592/stat : 30592 (xcsp3-exec) S 30589 30592 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411673013 115843072 363 33554432000 4194304 5098028 140732270405280 140732270403384 140049779942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39723008 140732270412666 140732270412909 140732270412909 140732270415818 0
/proc/30592/statm: 28282 363 304 221 0 87 0
[pid=30594] ppid=30592 vsize=15149024 memory=46008 CPUtime=0.52 cores=0-3
/proc/30594/stat : 30594 (java) S 30592 30592 28168 0 -1 1077944320 10428 0 0 0 48 4 0 0 20 0 15 0 411673013 15512600576 11502 33554432000 4194304 4196468 140731367076112 140731367058656 140058725900023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
/proc/30594/statm: 3787256 11502 3313 1 0 3748377 0
[pid=30594/tid=30595] ppid=30592 vsize=15149024 memory=6791534058613427641 CPUtime=0.3 cores=0-3
/proc/30594/task/30595/stat : 30595 (java) R 30592 30592 28168 0 -1 4202560 7509 0 0 0 27 3 0 0 20 0 15 0 411673013 15512600576 11502 33554432000 4194304 4196468 140731367076112 140058730121536 140058709980510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30596] ppid=30592 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=0-3
/proc/30594/task/30596/stat : 30596 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15512600576 11502 33554432000 4194304 4196468 140731367076112 140058318527376 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30597] ppid=30592 vsize=15149024 memory=6944656592455097440 CPUtime=0 cores=0-3
/proc/30594/task/30597/stat : 30597 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15512600576 11502 33554432000 4194304 4196468 140731367076112 140058317474576 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30598] ppid=30592 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=0-3
/proc/30594/task/30598/stat : 30598 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15512600576 11502 33554432000 4194304 4196468 140731367076112 140058316422288 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30599] ppid=30592 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=0-3
/proc/30594/task/30599/stat : 30599 (java) S 30592 30592 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411673014 15512600576 11502 33554432000 4194304 4196468 140731367076112 140058315369488 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30600] ppid=30592 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=0-3
/proc/30594/task/30600/stat : 30600 (java) S 30592 30592 28168 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411673016 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057599887472 140058725911170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30601] ppid=30592 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0-3
/proc/30594/task/30601/stat : 30601 (java) S 30592 30592 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411673016 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057598833440 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30602] ppid=30592 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0-3
/proc/30594/task/30602/stat : 30602 (java) S 30592 30592 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411673016 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057597781104 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30603] ppid=30592 vsize=15149024 memory=7827413994055111515 CPUtime=0 cores=0-3
/proc/30594/task/30603/stat : 30603 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057596729424 140058725918619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30604] ppid=30592 vsize=15149024 memory=8508281356422055839 CPUtime=0.04 cores=0-3
/proc/30594/task/30604/stat : 30604 (java) S 30592 30592 28168 0 -1 1077944384 451 0 0 0 4 0 0 0 20 0 15 0 411673019 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057595677296 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30605] ppid=30592 vsize=15149024 memory=0 CPUtime=0.04 cores=0-3
/proc/30594/task/30605/stat : 30605 (java) S 30592 30592 28168 0 -1 1077944384 241 0 0 0 4 0 0 0 20 0 15 0 411673019 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057594624496 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30606] ppid=30592 vsize=15149024 memory=0 CPUtime=0.12 cores=0-3
/proc/30594/task/30606/stat : 30606 (java) S 30592 30592 28168 0 -1 1077944384 922 0 0 0 12 0 0 0 20 0 15 0 411673019 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057593572208 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30607] ppid=30592 vsize=15149024 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30607/stat : 30607 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057592519648 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30608] ppid=30592 vsize=15149024 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30608/stat : 30608 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673020 15512600576 11502 33554432000 4194304 4196468 140731367076112 140057591466416 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 47460 KiB

[startup+0.702653 s]
/proc/loadavg: 5.12 5.05 5.40 6/234 30608
/proc/meminfo: memFree=19406248/32770688 swapFree=66919992/67108860
[pid=30592] ppid=30589 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/30592/stat : 30592 (xcsp3-exec) S 30589 30592 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411673013 115843072 363 33554432000 4194304 5098028 140732270405280 140732270403384 140049779942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39723008 140732270412666 140732270412909 140732270412909 140732270415818 0
/proc/30592/statm: 28282 363 304 221 0 87 0
[pid=30594] ppid=30592 vsize=15151148 memory=80024 CPUtime=1.64 cores=0-3
/proc/30594/stat : 30594 (java) S 30592 30592 28168 0 -1 1077944320 15180 0 0 0 158 6 0 0 20 0 15 0 411673013 15514775552 20006 33554432000 4194304 4196468 140731367076112 140731367058656 140058725900023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
/proc/30594/statm: 3787787 20006 3455 1 0 3748889 0
[pid=30594/tid=30595] ppid=30592 vsize=15151148 memory=33 CPUtime=0.67 cores=0-3
/proc/30594/task/30595/stat : 30595 (java) R 30592 30592 28168 0 -1 4202560 9233 0 0 0 63 4 0 0 20 0 15 0 411673013 15514775552 20006 33554432000 4194304 4196468 140731367076112 140058730134016 140058363569413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30596] ppid=30592 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=0-3
/proc/30594/task/30596/stat : 30596 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15514775552 20006 33554432000 4194304 4196468 140731367076112 140058318527376 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30597] ppid=30592 vsize=15151148 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30597/stat : 30597 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15514775552 20006 33554432000 4194304 4196468 140731367076112 140058317474576 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30598] ppid=30592 vsize=15151148 memory=45512 CPUtime=0 cores=0-3
/proc/30594/task/30598/stat : 30598 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673014 15514775552 20006 33554432000 4194304 4196468 140731367076112 140058316422288 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30599] ppid=30592 vsize=15151148 memory=984 CPUtime=0 cores=0-3
/proc/30594/task/30599/stat : 30599 (java) S 30592 30592 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411673014 15514775552 20006 33554432000 4194304 4196468 140731367076112 140058315369488 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30600] ppid=30592 vsize=15151148 memory=2020 CPUtime=0 cores=0-3
/proc/30594/task/30600/stat : 30600 (java) S 30592 30592 28168 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411673016 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057599887472 140058725911170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30601] ppid=30592 vsize=15151148 memory=1432 CPUtime=0 cores=0-3
/proc/30594/task/30601/stat : 30601 (java) S 30592 30592 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411673016 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057598833440 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30602] ppid=30592 vsize=15151148 memory=776 CPUtime=0 cores=0-3
/proc/30594/task/30602/stat : 30602 (java) S 30592 30592 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411673016 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057597781104 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30603] ppid=30592 vsize=15151148 memory=660 CPUtime=0 cores=0-3
/proc/30594/task/30603/stat : 30603 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057596729424 140058725918619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30604] ppid=30592 vsize=15151148 memory=1556 CPUtime=0.28 cores=0-3
/proc/30594/task/30604/stat : 30604 (java) S 30592 30592 28168 0 -1 1077944384 1358 0 0 0 28 0 0 0 20 0 15 0 411673019 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057595677296 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30605] ppid=30592 vsize=15151148 memory=9588 CPUtime=0.27 cores=0-3
/proc/30594/task/30605/stat : 30605 (java) S 30592 30592 28168 0 -1 1077944384 1258 0 0 0 27 0 0 0 20 0 15 0 411673019 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057594615824 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30606] ppid=30592 vsize=15151148 memory=1712 CPUtime=0.38 cores=0-3
/proc/30594/task/30606/stat : 30606 (java) R 30592 30592 28168 0 -1 1077944384 2024 0 0 0 38 0 0 0 20 0 15 0 411673019 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057593568160 140058725910229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30607] ppid=30592 vsize=15151148 memory=5972 CPUtime=0 cores=0-3
/proc/30594/task/30607/stat : 30607 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411673019 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057592519648 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30608] ppid=30592 vsize=15151148 memory=4164 CPUtime=0 cores=0-3
/proc/30594/task/30608/stat : 30608 (java) S 30592 30592 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411673020 15514775552 20006 33554432000 4194304 4196468 140731367076112 140057591466416 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 81476 KiB

[startup+1.5103 s]
/proc/loadavg: 5.12 5.05 5.40 5/234 30608
/proc/meminfo: memFree=19312824/32770688 swapFree=66919992/67108860
[pid=30592] ppid=30589 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/30592/stat : 30592 (xcsp3-exec) S 30589 30592 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411673013 115843072 363 33554432000 4194304 5098028 140732270405280 140732270403384 140049779942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39723008 140732270412666 140732270412909 140732270412909 140732270415818 0
/proc/30592/statm: 28282 363 304 221 0 87 0

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

/proc/30594/stat : 30594 (java) S 30592 30592 28168 0 -1 1077944320 83777 0 0 0 207645 57 0 0 20 0 19 0 411673013 15789518848 299045 33554432000 4194304 4196468 140731367076112 140731367058656 140058725900023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
/proc/30594/statm: 3854863 299045 3532 1 0 3815965 0
[pid=30594/tid=30595] ppid=30592 vsize=15419452 memory=1191060 CPUtime=1.24 cores=0-3
/proc/30594/task/30595/stat : 30595 (java) S 30592 30592 28168 0 -1 1077944384 10692 0 0 0 118 6 0 0 20 0 19 0 411673013 15789518848 299045 33554432000 4194304 4196468 140731367076112 140058730140800 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30596] ppid=30592 vsize=15419452 memory=1196180 CPUtime=0.22 cores=0-3
/proc/30594/task/30596/stat : 30596 (java) S 30592 30592 28168 0 -1 1077944384 1983 0 0 0 16 6 0 0 20 0 19 0 411673014 15789518848 299045 33554432000 4194304 4196468 140731367076112 140058318527376 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30597] ppid=30592 vsize=15419452 memory=1196180 CPUtime=0.2 cores=0-3
/proc/30594/task/30597/stat : 30597 (java) S 30592 30592 28168 0 -1 1077944384 1972 0 0 0 14 6 0 0 20 0 19 0 411673014 15789518848 299045 33554432000 4194304 4196468 140731367076112 140058317474576 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30598] ppid=30592 vsize=15419452 memory=280004085410432 CPUtime=0.2 cores=0-3
/proc/30594/task/30598/stat : 30598 (java) S 30592 30592 28168 0 -1 1077944384 1145 0 0 0 14 6 0 0 20 0 19 0 411673014 15789518848 299045 33554432000 4194304 4196468 140731367076112 140058316422288 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30599] ppid=30592 vsize=15419452 memory=1196180 CPUtime=0.21 cores=0-3
/proc/30594/task/30599/stat : 30599 (java) S 30592 30592 28168 0 -1 1077944384 3193 0 0 0 15 6 0 0 20 0 19 0 411673014 15789518848 299045 33554432000 4194304 4196468 140731367076112 140058315369488 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30600] ppid=30592 vsize=15419452 memory=1196180 CPUtime=0.06 cores=0-3
/proc/30594/task/30600/stat : 30600 (java) S 30592 30592 28168 0 -1 1077944384 3387 0 0 0 4 2 0 0 20 0 19 0 411673016 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057599887472 140058725911170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30601] ppid=30592 vsize=15419452 memory=1196180 CPUtime=0 cores=0-3
/proc/30594/task/30601/stat : 30601 (java) S 30592 30592 28168 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 411673016 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057598833504 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30602] ppid=30592 vsize=15419452 memory=0 CPUtime=0 cores=0-3
/proc/30594/task/30602/stat : 30602 (java) S 30592 30592 28168 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 411673016 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057597781120 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30603] ppid=30592 vsize=15419452 memory=17668 CPUtime=0 cores=0-3
/proc/30594/task/30603/stat : 30603 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411673019 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057596729424 140058725918619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30604] ppid=30592 vsize=15419452 memory=19876 CPUtime=2.8 cores=0-3
/proc/30594/task/30604/stat : 30604 (java) S 30592 30592 28168 0 -1 1077944384 15070 0 0 0 278 2 0 0 20 0 19 0 411673019 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057595677296 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30605] ppid=30592 vsize=15419452 memory=1191060 CPUtime=2.94 cores=0-3
/proc/30594/task/30605/stat : 30605 (java) S 30592 30592 28168 0 -1 1077944384 13882 0 0 0 293 1 0 0 20 0 19 0 411673019 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057594624496 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30606] ppid=30592 vsize=15419452 memory=1191060 CPUtime=0.91 cores=0-3
/proc/30594/task/30606/stat : 30606 (java) S 30592 30592 28168 0 -1 1077944384 7464 0 0 0 89 2 0 0 20 0 19 0 411673019 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057593572208 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30607] ppid=30592 vsize=15419452 memory=1452 CPUtime=0 cores=0-3
/proc/30594/task/30607/stat : 30607 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411673019 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057592519648 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30608] ppid=30592 vsize=15419452 memory=1452 CPUtime=0.52 cores=0-3
/proc/30594/task/30608/stat : 30608 (java) S 30592 30592 28168 0 -1 1077944384 535 0 0 0 0 52 0 0 20 0 19 0 411673020 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057591466416 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30609] ppid=30592 vsize=15419452 memory=2020 CPUtime=517.23 cores=0-3
/proc/30594/task/30609/stat : 30609 (java) R 30592 30592 28168 0 -1 4202560 1180 0 0 0 51723 0 0 0 20 0 19 0 411673143 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057582257584 140058370503055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30610] ppid=30592 vsize=15419452 memory=1432 CPUtime=517.42 cores=0-3
/proc/30594/task/30610/stat : 30610 (java) R 30592 30592 28168 0 -1 4202560 15962 0 0 0 51727 15 0 0 20 0 19 0 411673144 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057581203624 140058370449032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30611] ppid=30592 vsize=15419452 memory=1452 CPUtime=514.95 cores=0-3
/proc/30594/task/30611/stat : 30611 (java) R 30592 30592 28168 0 -1 4202560 1465 0 0 0 51495 0 0 0 20 0 19 0 411673144 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057580150776 140058371013298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30612] ppid=30592 vsize=15419452 memory=1452 CPUtime=517.99 cores=0-3
/proc/30594/task/30612/stat : 30612 (java) R 30592 30592 28168 0 -1 4202560 4496 0 0 0 51798 1 0 0 20 0 19 0 411673144 15789518848 299045 33554432000 4194304 4196468 140731367076112 140057579098032 140058370182543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
Current children cumulated CPU time: 2077.02 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1197632 KiB

[startup+582.301 s]
/proc/loadavg: 5.01 5.04 5.23 6/237 30796
/proc/meminfo: memFree=17448184/32770688 swapFree=66919992/67108860
[pid=30592] ppid=30589 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/30592/stat : 30592 (xcsp3-exec) S 30589 30592 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411673013 115843072 363 33554432000 4194304 5098028 140732270405280 140732270403384 140049779942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39723008 140732270412666 140732270412909 140732270412909 140732270415818 0
/proc/30592/statm: 28282 363 304 221 0 87 0
[pid=30594] ppid=30592 vsize=15419452 memory=1201220 CPUtime=2315.83 cores=0-3
/proc/30594/stat : 30594 (java) S 30592 30592 28168 0 -1 1077944320 86079 0 0 0 231524 59 0 0 20 0 19 0 411673013 15789518848 300305 33554432000 4194304 4196468 140731367076112 140731367058656 140058725900023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
/proc/30594/statm: 3854863 300305 3532 1 0 3815965 0
[pid=30594/tid=30595] ppid=30592 vsize=15419452 memory=1201220 CPUtime=1.24 cores=0-3
/proc/30594/task/30595/stat : 30595 (java) S 30592 30592 28168 0 -1 1077944384 10692 0 0 0 118 6 0 0 20 0 19 0 411673013 15789518848 300305 33554432000 4194304 4196468 140731367076112 140058730140800 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30596] ppid=30592 vsize=15419452 memory=1198152 CPUtime=0.23 cores=0-3
/proc/30594/task/30596/stat : 30596 (java) S 30592 30592 28168 0 -1 1077944384 2038 0 0 0 17 6 0 0 20 0 19 0 411673014 15789518848 300305 33554432000 4194304 4196468 140731367076112 140058318527376 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30597] ppid=30592 vsize=15419452 memory=1201220 CPUtime=0.22 cores=0-3
/proc/30594/task/30597/stat : 30597 (java) S 30592 30592 28168 0 -1 1077944384 2031 0 0 0 16 6 0 0 20 0 19 0 411673014 15789518848 300305 33554432000 4194304 4196468 140731367076112 140058317474576 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30598] ppid=30592 vsize=15419452 memory=1452 CPUtime=0.22 cores=0-3
/proc/30594/task/30598/stat : 30598 (java) S 30592 30592 28168 0 -1 1077944384 1564 0 0 0 16 6 0 0 20 0 19 0 411673014 15789518848 300305 33554432000 4194304 4196468 140731367076112 140058316422288 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30599] ppid=30592 vsize=15419452 memory=1452 CPUtime=0.22 cores=0-3
/proc/30594/task/30599/stat : 30599 (java) S 30592 30592 28168 0 -1 1077944384 3338 0 0 0 16 6 0 0 20 0 19 0 411673014 15789518848 300305 33554432000 4194304 4196468 140731367076112 140058315369488 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30600] ppid=30592 vsize=15419452 memory=1201220 CPUtime=0.06 cores=0-3
/proc/30594/task/30600/stat : 30600 (java) S 30592 30592 28168 0 -1 1077944384 3645 0 0 0 4 2 0 0 20 0 19 0 411673016 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057599887472 140058725911170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30601] ppid=30592 vsize=15419452 memory=1452 CPUtime=0 cores=0-3
/proc/30594/task/30601/stat : 30601 (java) S 30592 30592 28168 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 411673016 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057598833504 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30602] ppid=30592 vsize=15419452 memory=1201220 CPUtime=0 cores=0-3
/proc/30594/task/30602/stat : 30602 (java) S 30592 30592 28168 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 411673016 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057597781120 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30603] ppid=30592 vsize=15419452 memory=1196180 CPUtime=0 cores=0-3
/proc/30594/task/30603/stat : 30603 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411673019 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057596729424 140058725918619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30604] ppid=30592 vsize=15419452 memory=1196180 CPUtime=2.8 cores=0-3
/proc/30594/task/30604/stat : 30604 (java) S 30592 30592 28168 0 -1 1077944384 15074 0 0 0 278 2 0 0 20 0 19 0 411673019 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057595677296 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30605] ppid=30592 vsize=15419452 memory=1452 CPUtime=2.94 cores=0-3
/proc/30594/task/30605/stat : 30605 (java) S 30592 30592 28168 0 -1 1077944384 13884 0 0 0 293 1 0 0 20 0 19 0 411673019 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057594624496 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30606] ppid=30592 vsize=15419452 memory=1452 CPUtime=0.91 cores=0-3
/proc/30594/task/30606/stat : 30606 (java) S 30592 30592 28168 0 -1 1077944384 7473 0 0 0 89 2 0 0 20 0 19 0 411673019 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057593572208 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30607] ppid=30592 vsize=15419452 memory=1452 CPUtime=0 cores=0-3
/proc/30594/task/30607/stat : 30607 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411673019 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057592519648 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30608] ppid=30592 vsize=15419452 memory=1198152 CPUtime=0.58 cores=0-3
/proc/30594/task/30608/stat : 30608 (java) S 30592 30592 28168 0 -1 1077944384 560 0 0 0 0 58 0 0 20 0 19 0 411673020 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057591466416 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30609] ppid=30592 vsize=15419452 memory=1201220 CPUtime=576.82 cores=0-3
/proc/30594/task/30609/stat : 30609 (java) R 30592 30592 28168 0 -1 4202560 1242 0 0 0 57682 0 0 0 20 0 19 0 411673143 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057582254856 140058370425021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30610] ppid=30592 vsize=15419452 memory=1452 CPUtime=577.09 cores=0-3
/proc/30594/task/30610/stat : 30610 (java) R 30592 30592 28168 0 -1 4202560 16366 0 0 0 57694 15 0 0 20 0 19 0 411673144 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057581206352 140058370755905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30611] ppid=30592 vsize=15419452 memory=1452 CPUtime=574.4 cores=0-3
/proc/30594/task/30611/stat : 30611 (java) R 30592 30592 28168 0 -1 4202560 1572 0 0 0 57440 0 0 0 20 0 19 0 411673144 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057580150904 140058371013298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30612] ppid=30592 vsize=15419452 memory=1452 CPUtime=577.96 cores=0-3
/proc/30594/task/30612/stat : 30612 (java) R 30592 30592 28168 0 -1 4202560 5249 0 0 0 57794 2 0 0 20 0 19 0 411673144 15789518848 300305 33554432000 4194304 4196468 140731367076112 140057579098256 140058370449144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
Current children cumulated CPU time: 2315.83 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1202672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.601 s]
/proc/loadavg: 5.00 5.03 5.22 6/238 30802
/proc/meminfo: memFree=17445640/32770688 swapFree=66919992/67108860
[pid=30592] ppid=30589 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/30592/stat : 30592 (xcsp3-exec) S 30589 30592 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411673013 115843072 363 33554432000 4194304 5098028 140732270405280 140732270403384 140049779942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39723008 140732270412666 140732270412909 140732270412909 140732270415818 0
/proc/30592/statm: 28282 363 304 221 0 87 0
[pid=30594] ppid=30592 vsize=15419452 memory=1202748 CPUtime=2520.01 cores=0-3
/proc/30594/stat : 30594 (java) S 30592 30592 28168 0 -1 1077944320 87920 0 0 0 251941 60 0 0 20 0 19 0 411673013 15789518848 300687 33554432000 4194304 4196468 140731367076112 140731367058656 140058725900023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
/proc/30594/statm: 3854863 300687 3532 1 0 3815965 0
[pid=30594/tid=30595] ppid=30592 vsize=15419452 memory=984 CPUtime=1.24 cores=0-3
/proc/30594/task/30595/stat : 30595 (java) S 30592 30592 28168 0 -1 1077944384 10692 0 0 0 118 6 0 0 20 0 19 0 411673013 15789518848 300687 33554432000 4194304 4196468 140731367076112 140058730140800 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30596] ppid=30592 vsize=15419452 memory=2020 CPUtime=0.24 cores=0-3
/proc/30594/task/30596/stat : 30596 (java) S 30592 30592 28168 0 -1 1077944384 2330 0 0 0 17 7 0 0 20 0 19 0 411673014 15789518848 300687 33554432000 4194304 4196468 140731367076112 140058318527376 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30597] ppid=30592 vsize=15419452 memory=1432 CPUtime=0.22 cores=0-3
/proc/30594/task/30597/stat : 30597 (java) S 30592 30592 28168 0 -1 1077944384 2070 0 0 0 16 6 0 0 20 0 19 0 411673014 15789518848 300687 33554432000 4194304 4196468 140731367076112 140058317474576 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30598] ppid=30592 vsize=15419452 memory=1452 CPUtime=0.23 cores=0-3
/proc/30594/task/30598/stat : 30598 (java) S 30592 30592 28168 0 -1 1077944384 1583 0 0 0 16 7 0 0 20 0 19 0 411673014 15789518848 300687 33554432000 4194304 4196468 140731367076112 140058316422288 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30599] ppid=30592 vsize=15419452 memory=1202748 CPUtime=0.24 cores=0-3
/proc/30594/task/30599/stat : 30599 (java) S 30592 30592 28168 0 -1 1077944384 3360 0 0 0 17 7 0 0 20 0 19 0 411673014 15789518848 300687 33554432000 4194304 4196468 140731367076112 140058315369488 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30600] ppid=30592 vsize=15419452 memory=1452 CPUtime=0.07 cores=0-3
/proc/30594/task/30600/stat : 30600 (java) S 30592 30592 28168 0 -1 1077944384 3655 0 0 0 4 3 0 0 20 0 19 0 411673016 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057599887472 140058725911170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30601] ppid=30592 vsize=15419452 memory=-3622645143214314312 CPUtime=0 cores=0-3
/proc/30594/task/30601/stat : 30601 (java) S 30592 30592 28168 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 411673016 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057598833504 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30602] ppid=30592 vsize=15419452 memory=1452 CPUtime=0 cores=0-3
/proc/30594/task/30602/stat : 30602 (java) S 30592 30592 28168 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 411673016 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057597781120 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30603] ppid=30592 vsize=15419452 memory=1197608 CPUtime=0 cores=0-3
/proc/30594/task/30603/stat : 30603 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411673019 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057596729424 140058725918619 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30604] ppid=30592 vsize=15419452 memory=1412 CPUtime=2.81 cores=0-3
/proc/30594/task/30604/stat : 30604 (java) S 30592 30592 28168 0 -1 1077944384 15570 0 0 0 279 2 0 0 20 0 19 0 411673019 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057595677296 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30605] ppid=30592 vsize=15419452 memory=6791534058613427641 CPUtime=2.94 cores=0-3
/proc/30594/task/30605/stat : 30605 (java) S 30592 30592 28168 0 -1 1077944384 13884 0 0 0 293 1 0 0 20 0 19 0 411673019 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057594624496 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30606] ppid=30592 vsize=15419452 memory=4104 CPUtime=0.91 cores=0-3
/proc/30594/task/30606/stat : 30606 (java) S 30592 30592 28168 0 -1 1077944384 7473 0 0 0 89 2 0 0 20 0 19 0 411673019 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057593572208 140058725911170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30607] ppid=30592 vsize=15419452 memory=924 CPUtime=0 cores=0-3
/proc/30594/task/30607/stat : 30607 (java) S 30592 30592 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411673019 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057592519648 140058725910229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30608] ppid=30592 vsize=15419452 memory=1444 CPUtime=0.64 cores=0-3
/proc/30594/task/30608/stat : 30608 (java) R 30592 30592 28168 0 -1 1077944384 563 0 0 0 0 64 0 0 20 0 19 0 411673020 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057591466416 140058725911170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30609] ppid=30592 vsize=15419452 memory=1452 CPUtime=628.03 cores=0-3
/proc/30594/task/30609/stat : 30609 (java) R 30592 30592 28168 0 -1 4202560 1287 0 0 0 62803 0 0 0 20 0 19 0 411673143 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057582254664 140058370207183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30610] ppid=30592 vsize=15419452 memory=1202748 CPUtime=627.41 cores=0-3
/proc/30594/task/30610/stat : 30610 (java) R 30592 30592 28168 0 -1 4202560 17159 0 0 0 62726 15 0 0 20 0 19 0 411673144 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057581203624 140058367253932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30611] ppid=30592 vsize=15419452 memory=1452 CPUtime=625.69 cores=0-3
/proc/30594/task/30611/stat : 30611 (java) R 30592 30592 28168 0 -1 4202560 1625 0 0 0 62569 0 0 0 20 0 19 0 411673144 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057580153696 140058370207768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
[pid=30594/tid=30612] ppid=30592 vsize=15419452 memory=1202748 CPUtime=629.23 cores=0-3
/proc/30594/task/30612/stat : 30612 (java) R 30592 30592 28168 0 -1 4202560 5318 0 0 0 62921 2 0 0 20 0 19 0 411673144 15789518848 300687 33554432000 4194304 4196468 140731367076112 140057579098256 140058370596304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17457152 140731367080943 140731367081114 140731367081114 140731367083983 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1204200 KiB

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

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

[startup+633.692 s]
# the end of solver process 30594 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.73 s, system=0.621965 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.692
CPU time (s): 2520.35
CPU user time (s): 2519.73
CPU system time (s): 0.621965
CPU usage (%): 397.725
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 1204200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.73
system time used= 0.621965
maximum resident set size= 1205316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88966
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16787
involuntary context switches= 26824


# summary of solver processes directly reported to runsolver:
#   pid: 30592,30594
#   total CPU time (s): 2520.35
#   total CPU user time (s): 2519.73
#   total CPU system time (s): 0.621965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.44971 second user time and 7.74432 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 14:58:09
IDJOB=4393104
IDBENCH=141708
IDSOLVER=2840
FILE ID=node120/4393104-1568356667
RUNJOBID= node120-1323867655-28199
PBS_JOBID= 21701183
Free space on /tmp= 59008 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.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-4393104-1568356667/watcher-4393104-1568356667 -o /tmp/evaluation-result-4393104-1568356667/solver-4393104-1568356667 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323867655-28199 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1378221124 HOME/instance-4393104-1568356667.xml

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

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=1378221124

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        19450900 kB
MemAvailable:   23657808 kB
Buffers:          166536 kB
Cached:          4333648 kB
SwapCached:        77548 kB
Active:          9566696 kB
Inactive:        3160200 kB
Active(anon):    8149444 kB
Inactive(anon):   126960 kB
Active(file):    1417252 kB
Inactive(file):  3033240 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             25920 kB
Writeback:             0 kB
AnonPages:       8271056 kB
Mapped:            60776 kB
Shmem:             41008 kB
Slab:             173460 kB
SReclaimable:     144504 kB
SUnreclaim:        28956 kB
KernelStack:        4080 kB
PageTables:        21824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    9667444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7952384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 58980 MiB
End job on node120 at 2011-12-14 15:08:43