Trace number 4393102

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.29 633.686

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-27-083.xml
MD5SUMd1662e28cf77722711a0da36cf655d3c
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 variables54
Number of constraints351
Number of domains27
Minimum domain size57
Maximum domain size83
Distribution of domain sizes[{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"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}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":54}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":351}]
Number of extensional constraints0
Number of intensional constraints351
Distribution of constraint types[{"type":"intension","count":351}]
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-4393102-1568357301.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393102-1568357301.xml, -tl, 2520s, -p, 4]
0.35/0.24	c 4 solvers in parallel
0.35/0.31	c parse instance...
3.34/1.23	c solve instance...
2520.00/633.66	s UNKNOWN
2520.00/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 (13544 MiB free)
  memory of node 1: 16384 MiB (4660 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393102-1568357301/watcher-4393102-1568357301 -o /tmp/evaluation-result-4393102-1568357301/solver-4393102-1568357301 -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 69067365 HOME/instance-4393102-1568357301.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
solver pid=30863, runsolver pid=30860
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 5.00 5.03 5.22 3/234 30879
/proc/meminfo: memFree=18624280/32770688 swapFree=66919992/67108860
[pid=30863] ppid=30860 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/30863/stat : 30863 (xcsp3-exec) S 30860 30863 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411736494 115843072 362 33554432000 4194304 5098028 140721882559168 140721882557272 140522957353596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140721882563452 140721882563693 140721882563693 140721882566602 0
/proc/30863/statm: 28282 362 304 221 0 87 0
[pid=30865] ppid=30863 vsize=15144768 memory=30032 CPUtime=0.12 cores=0-3
/proc/30865/stat : 30865 (java) S 30863 30863 28168 0 -1 1077944320 5451 0 0 0 11 1 0 0 20 0 15 0 411736494 15508242432 7508 33554432000 4194304 4196468 140736047631168 140736047613712 140355345465079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
/proc/30865/statm: 3786192 7508 3117 1 0 3748377 0
[pid=30865/tid=30866] ppid=30863 vsize=15144768 memory=-6962121287837372198 CPUtime=0.08 cores=0-3
/proc/30865/task/30866/stat : 30866 (java) R 30863 30863 28168 0 -1 4202560 3381 0 0 0 8 0 0 0 20 0 15 0 411736494 15508242432 7508 33554432000 4194304 4196468 140736047631168 140355349687824 140355345477014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30867] ppid=30863 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=0-3
/proc/30865/task/30867/stat : 30867 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354937498640 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30868] ppid=30863 vsize=15144768 memory=140076333827712 CPUtime=0 cores=0-3
/proc/30865/task/30868/stat : 30868 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354936446096 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30869] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30869/stat : 30869 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354935393040 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30870] ppid=30863 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30865/task/30870/stat : 30870 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354934340496 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30871] ppid=30863 vsize=15144768 memory=140076333827712 CPUtime=0 cores=0-3
/proc/30865/task/30871/stat : 30871 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736496 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354813638896 140355345476226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30872] ppid=30863 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30865/task/30872/stat : 30872 (java) S 30863 30863 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411736497 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354812585120 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30873] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30873/stat : 30873 (java) S 30863 30863 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411736497 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354811532016 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30874] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30874/stat : 30874 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354810480592 140355345483675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30875] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30875/stat : 30875 (java) S 30863 30863 28168 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354809428720 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30876] ppid=30863 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30865/task/30876/stat : 30876 (java) S 30863 30863 28168 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354808376176 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30877] ppid=30863 vsize=15144768 memory=140076333827712 CPUtime=0.01 cores=0-3
/proc/30865/task/30877/stat : 30877 (java) R 30863 30863 28168 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 411736500 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354807323120 140355345477014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30878] ppid=30863 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30865/task/30878/stat : 30878 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354806270816 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30879] ppid=30863 vsize=15144768 memory=140076333827712 CPUtime=0 cores=0-3
/proc/30865/task/30879/stat : 30879 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 7508 33554432000 4194304 4196468 140736047631168 140354805217840 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31480 KiB

[startup+0.217709 s]*
/proc/loadavg: 5.00 5.03 5.22 3/234 30879
/proc/meminfo: memFree=18612396/32770688 swapFree=66919992/67108860
[pid=30863] ppid=30860 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/30863/stat : 30863 (xcsp3-exec) S 30860 30863 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411736494 115843072 362 33554432000 4194304 5098028 140721882559168 140721882557272 140522957353596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140721882563452 140721882563693 140721882563693 140721882566602 0
/proc/30863/statm: 28282 362 304 221 0 87 0
[pid=30865] ppid=30863 vsize=15144768 memory=40332 CPUtime=0.35 cores=0-3
/proc/30865/stat : 30865 (java) S 30863 30863 28168 0 -1 1077944320 8823 0 0 0 32 3 0 0 20 0 15 0 411736494 15508242432 10083 33554432000 4194304 4196468 140736047631168 140736047613712 140355345465079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
/proc/30865/statm: 3786192 10083 3266 1 0 3748377 0
[pid=30865/tid=30866] ppid=30863 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/30865/task/30866/stat : 30866 (java) R 30863 30863 28168 0 -1 4202560 6131 0 0 0 18 2 0 0 20 0 15 0 411736494 15508242432 10083 33554432000 4194304 4196468 140736047631168 140355349699376 140355345487005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30867] ppid=30863 vsize=15144768 memory=1915596 CPUtime=0 cores=0-3
/proc/30865/task/30867/stat : 30867 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354937498640 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30868] ppid=30863 vsize=15144768 memory=140076335743398 CPUtime=0 cores=0-3
/proc/30865/task/30868/stat : 30868 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354936446096 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30869] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30869/stat : 30869 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354935393040 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30870] ppid=30863 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30865/task/30870/stat : 30870 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354934340496 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30871] ppid=30863 vsize=15144768 memory=140076333827712 CPUtime=0 cores=0-3
/proc/30865/task/30871/stat : 30871 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736496 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354813638896 140355345476226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30872] ppid=30863 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30865/task/30872/stat : 30872 (java) S 30863 30863 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411736497 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354812585120 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30873] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30873/stat : 30873 (java) S 30863 30863 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411736497 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354811532016 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30874] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30874/stat : 30874 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354810480592 140355345483675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30875] ppid=30863 vsize=15144768 memory=0 CPUtime=0.03 cores=0-3
/proc/30865/task/30875/stat : 30875 (java) S 30863 30863 28168 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 411736500 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354809428720 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30876] ppid=30863 vsize=15144768 memory=-1 CPUtime=0.02 cores=0-3
/proc/30865/task/30876/stat : 30876 (java) S 30863 30863 28168 0 -1 1077944384 173 0 0 0 2 0 0 0 20 0 15 0 411736500 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354808376176 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30877] ppid=30863 vsize=15144768 memory=140076333827712 CPUtime=0.08 cores=0-3
/proc/30865/task/30877/stat : 30877 (java) S 30863 30863 28168 0 -1 1077944384 755 0 0 0 8 0 0 0 20 0 15 0 411736500 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354807323120 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30878] ppid=30863 vsize=15144768 memory=-1 CPUtime=0 cores=0-3
/proc/30865/task/30878/stat : 30878 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354806270816 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30879] ppid=30863 vsize=15144768 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30879/stat : 30879 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736500 15508242432 10083 33554432000 4194304 4196468 140736047631168 140354805217840 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41780 KiB

[startup+0.311609 s]*
/proc/loadavg: 5.00 5.03 5.22 3/234 30879
/proc/meminfo: memFree=18606688/32770688 swapFree=66919992/67108860
[pid=30863] ppid=30860 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/30863/stat : 30863 (xcsp3-exec) S 30860 30863 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411736494 115843072 362 33554432000 4194304 5098028 140721882559168 140721882557272 140522957353596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140721882563452 140721882563693 140721882563693 140721882566602 0
/proc/30863/statm: 28282 362 304 221 0 87 0
[pid=30865] ppid=30863 vsize=15149024 memory=46688 CPUtime=0.52 cores=0-3
/proc/30865/stat : 30865 (java) S 30863 30863 28168 0 -1 1077944320 9955 0 0 0 49 3 0 0 20 0 15 0 411736494 15512600576 11607 33554432000 4194304 4196468 140736047631168 140736047613712 140355345465079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
/proc/30865/statm: 3787256 11672 3352 1 0 3748377 0
[pid=30865/tid=30866] ppid=30863 vsize=15149024 memory=6791534058613427641 CPUtime=0.3 cores=0-3
/proc/30865/task/30866/stat : 30866 (java) R 30863 30863 28168 0 -1 4202560 7055 0 0 0 27 3 0 0 20 0 15 0 411736494 15512600576 11672 33554432000 4194304 4196468 140736047631168 140355349686592 140355329545566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30867] ppid=30863 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=0-3
/proc/30865/task/30867/stat : 30867 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354937498640 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30868] ppid=30863 vsize=15149024 memory=6944656592455097440 CPUtime=0 cores=0-3
/proc/30865/task/30868/stat : 30868 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354936446096 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30869] ppid=30863 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=0-3
/proc/30865/task/30869/stat : 30869 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354935393040 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30870] ppid=30863 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=0-3
/proc/30865/task/30870/stat : 30870 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354934340496 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30871] ppid=30863 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=0-3
/proc/30865/task/30871/stat : 30871 (java) S 30863 30863 28168 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411736496 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354813638896 140355345476226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30872] ppid=30863 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0-3
/proc/30865/task/30872/stat : 30872 (java) S 30863 30863 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411736497 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354812585120 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30873] ppid=30863 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0-3
/proc/30865/task/30873/stat : 30873 (java) S 30863 30863 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411736497 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354811532016 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30874] ppid=30863 vsize=15149024 memory=7827413994055111515 CPUtime=0 cores=0-3
/proc/30865/task/30874/stat : 30874 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354810480592 140355345483675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30875] ppid=30863 vsize=15149024 memory=8508281356422055839 CPUtime=0.04 cores=0-3
/proc/30865/task/30875/stat : 30875 (java) S 30863 30863 28168 0 -1 1077944384 474 0 0 0 4 0 0 0 20 0 15 0 411736500 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354809428720 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30876] ppid=30863 vsize=15149024 memory=0 CPUtime=0.03 cores=0-3
/proc/30865/task/30876/stat : 30876 (java) S 30863 30863 28168 0 -1 1077944384 206 0 0 0 3 0 0 0 20 0 15 0 411736500 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354808376176 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30877] ppid=30863 vsize=15149024 memory=0 CPUtime=0.12 cores=0-3
/proc/30865/task/30877/stat : 30877 (java) S 30863 30863 28168 0 -1 1077944384 915 0 0 0 12 0 0 0 20 0 15 0 411736500 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354807323120 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30878] ppid=30863 vsize=15149024 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30878/stat : 30878 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354806270816 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30879] ppid=30863 vsize=15149024 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30879/stat : 30879 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736500 15512600576 11672 33554432000 4194304 4196468 140736047631168 140354805217840 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 48136 KiB

[startup+0.702659 s]
/proc/loadavg: 5.00 5.03 5.22 5/234 30879
/proc/meminfo: memFree=18595188/32770688 swapFree=66919992/67108860
[pid=30863] ppid=30860 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/30863/stat : 30863 (xcsp3-exec) S 30860 30863 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411736494 115843072 362 33554432000 4194304 5098028 140721882559168 140721882557272 140522957353596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140721882563452 140721882563693 140721882563693 140721882566602 0
/proc/30863/statm: 28282 362 304 221 0 87 0
[pid=30865] ppid=30863 vsize=15151148 memory=82124 CPUtime=1.66 cores=0-3
/proc/30865/stat : 30865 (java) S 30863 30863 28168 0 -1 1077944320 14698 0 0 0 161 5 0 0 20 0 15 0 411736494 15514775552 20531 33554432000 4194304 4196468 140736047631168 140736047613712 140355345465079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
/proc/30865/statm: 3787787 20531 3453 1 0 3748889 0
[pid=30865/tid=30866] ppid=30863 vsize=15151148 memory=33 CPUtime=0.67 cores=0-3
/proc/30865/task/30866/stat : 30866 (java) R 30863 30863 28168 0 -1 1077944384 8753 0 0 0 63 4 0 0 20 0 15 0 411736494 15514775552 20531 33554432000 4194304 4196468 140736047631168 140355349701824 140355345475285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30867] ppid=30863 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=0-3
/proc/30865/task/30867/stat : 30867 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354937498640 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30868] ppid=30863 vsize=15151148 memory=0 CPUtime=0 cores=0-3
/proc/30865/task/30868/stat : 30868 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354936446096 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30869] ppid=30863 vsize=15151148 memory=45556 CPUtime=0 cores=0-3
/proc/30865/task/30869/stat : 30869 (java) S 30863 30863 28168 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411736495 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354935393040 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30870] ppid=30863 vsize=15151148 memory=984 CPUtime=0 cores=0-3
/proc/30865/task/30870/stat : 30870 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736495 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354934340496 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30871] ppid=30863 vsize=15151148 memory=2020 CPUtime=0 cores=0-3
/proc/30865/task/30871/stat : 30871 (java) S 30863 30863 28168 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411736496 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354813638896 140355345476226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30872] ppid=30863 vsize=15151148 memory=1432 CPUtime=0 cores=0-3
/proc/30865/task/30872/stat : 30872 (java) S 30863 30863 28168 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411736497 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354812585120 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30873] ppid=30863 vsize=15151148 memory=776 CPUtime=0 cores=0-3
/proc/30865/task/30873/stat : 30873 (java) S 30863 30863 28168 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411736497 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354811532016 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30874] ppid=30863 vsize=15151148 memory=660 CPUtime=0 cores=0-3
/proc/30865/task/30874/stat : 30874 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354810480592 140355345483675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30875] ppid=30863 vsize=15151148 memory=1556 CPUtime=0.27 cores=0-3
/proc/30865/task/30875/stat : 30875 (java) R 30863 30863 28168 0 -1 4202560 1497 0 0 0 27 0 0 0 20 0 15 0 411736500 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354809417984 140355345486426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30876] ppid=30863 vsize=15151148 memory=9588 CPUtime=0.29 cores=0-3
/proc/30865/task/30876/stat : 30876 (java) S 30863 30863 28168 0 -1 1077944384 1090 0 0 0 29 0 0 0 20 0 15 0 411736500 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354808376176 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30877] ppid=30863 vsize=15151148 memory=1712 CPUtime=0.4 cores=0-3
/proc/30865/task/30877/stat : 30877 (java) R 30863 30863 28168 0 -1 4202560 2052 0 0 0 40 0 0 0 20 0 15 0 411736500 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354807318880 140355345486426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30878] ppid=30863 vsize=15151148 memory=5972 CPUtime=0 cores=0-3
/proc/30865/task/30878/stat : 30878 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411736500 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354806270816 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30879] ppid=30863 vsize=15151148 memory=4164 CPUtime=0 cores=0-3
/proc/30865/task/30879/stat : 30879 (java) S 30863 30863 28168 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411736500 15514775552 20531 33554432000 4194304 4196468 140736047631168 140354805217840 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 83572 KiB

[startup+1.50168 s]
/proc/loadavg: 5.00 5.03 5.22 5/234 30879
/proc/meminfo: memFree=18502304/32770688 swapFree=66919992/67108860
[pid=30863] ppid=30860 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/30863/stat : 30863 (xcsp3-exec) S 30860 30863 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411736494 115843072 362 33554432000 4194304 5098028 140721882559168 140721882557272 140522957353596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140721882563452 140721882563693 140721882563693 140721882566602 0
/proc/30863/statm: 28282 362 304 221 0 87 0

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

/proc/30865/stat : 30865 (java) S 30863 30863 28168 0 -1 1077944320 88295 0 0 0 207643 53 0 0 20 0 19 0 411736494 15789518848 297859 33554432000 4194304 4196468 140736047631168 140736047613712 140355345465079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
/proc/30865/statm: 3854863 297859 3531 1 0 3815965 0
[pid=30865/tid=30866] ppid=30863 vsize=15419452 memory=1191436 CPUtime=1.18 cores=0-3
/proc/30865/task/30866/stat : 30866 (java) S 30863 30863 28168 0 -1 1077944384 11295 0 0 0 112 6 0 0 20 0 19 0 411736494 15789518848 297859 33554432000 4194304 4196468 140736047631168 140355349705856 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30867] ppid=30863 vsize=15419452 memory=1448 CPUtime=0.2 cores=0-3
/proc/30865/task/30867/stat : 30867 (java) S 30863 30863 28168 0 -1 1077944384 1766 0 0 0 15 5 0 0 20 0 19 0 411736495 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354937498640 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30868] ppid=30863 vsize=15419452 memory=1191436 CPUtime=0.2 cores=0-3
/proc/30865/task/30868/stat : 30868 (java) S 30863 30863 28168 0 -1 1077944384 1591 0 0 0 14 6 0 0 20 0 19 0 411736495 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354936446096 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30869] ppid=30863 vsize=15419452 memory=1448 CPUtime=0.2 cores=0-3
/proc/30865/task/30869/stat : 30869 (java) S 30863 30863 28168 0 -1 1077944384 1451 0 0 0 14 6 0 0 20 0 19 0 411736495 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354935393040 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30870] ppid=30863 vsize=15419452 memory=1191436 CPUtime=0.21 cores=0-3
/proc/30865/task/30870/stat : 30870 (java) S 30863 30863 28168 0 -1 1077944384 2648 0 0 0 15 6 0 0 20 0 19 0 411736495 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354934340496 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30871] ppid=30863 vsize=15419452 memory=1448 CPUtime=0.07 cores=0-3
/proc/30865/task/30871/stat : 30871 (java) S 30863 30863 28168 0 -1 1077944384 3318 0 0 0 5 2 0 0 20 0 19 0 411736496 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354813638896 140355345476226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30872] ppid=30863 vsize=15419452 memory=280152397300704 CPUtime=0 cores=0-3
/proc/30865/task/30872/stat : 30872 (java) S 30863 30863 28168 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 411736497 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354812585184 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30873] ppid=30863 vsize=15419452 memory=280152261574728 CPUtime=0 cores=0-3
/proc/30865/task/30873/stat : 30873 (java) S 30863 30863 28168 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 411736497 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354811532032 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30874] ppid=30863 vsize=15419452 memory=6944656592455097440 CPUtime=0 cores=0-3
/proc/30865/task/30874/stat : 30874 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411736500 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354810480592 140355345483675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30875] ppid=30863 vsize=15419452 memory=1448 CPUtime=3.26 cores=0-3
/proc/30865/task/30875/stat : 30875 (java) S 30863 30863 28168 0 -1 1077944384 17314 0 0 0 324 2 0 0 20 0 19 0 411736500 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354809428720 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30876] ppid=30863 vsize=15419452 memory=1448 CPUtime=3.15 cores=0-3
/proc/30865/task/30876/stat : 30876 (java) S 30863 30863 28168 0 -1 1077944384 15487 0 0 0 314 1 0 0 20 0 19 0 411736500 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354808376176 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30877] ppid=30863 vsize=15419452 memory=1191436 CPUtime=0.9 cores=0-3
/proc/30865/task/30877/stat : 30877 (java) R 30863 30863 28168 0 -1 1077944384 8806 0 0 0 88 2 0 0 20 0 19 0 411736500 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354807323120 140355345476226 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30878] ppid=30863 vsize=15419452 memory=1448 CPUtime=0 cores=0-3
/proc/30865/task/30878/stat : 30878 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411736500 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354806270816 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30879] ppid=30863 vsize=15419452 memory=1191436 CPUtime=0.51 cores=0-3
/proc/30865/task/30879/stat : 30879 (java) S 30863 30863 28168 0 -1 1077944384 1373 0 0 0 0 51 0 0 20 0 19 0 411736500 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354805217840 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30880] ppid=30863 vsize=15419452 memory=1448 CPUtime=516.95 cores=0-3
/proc/30865/task/30880/stat : 30880 (java) R 30863 30863 28168 0 -1 4202560 1359 0 0 0 51695 0 0 0 20 0 19 0 411736618 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354796246832 140354989536192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30881] ppid=30863 vsize=15419452 memory=1448 CPUtime=515.15 cores=0-3
/proc/30865/task/30881/stat : 30881 (java) R 30863 30863 28168 0 -1 4202560 13171 0 0 0 51501 14 0 0 20 0 19 0 411736618 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354795192056 140354989479530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30882] ppid=30863 vsize=15419452 memory=0 CPUtime=516.26 cores=0-3
/proc/30865/task/30882/stat : 30882 (java) R 30863 30863 28168 0 -1 4202560 999 0 0 0 51626 0 0 0 20 0 19 0 411736618 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354794139312 140354989529877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30883] ppid=30863 vsize=15419452 memory=496 CPUtime=518.61 cores=0-3
/proc/30865/task/30883/stat : 30883 (java) R 30863 30863 28168 0 -1 4202560 6365 0 0 0 51861 0 0 0 20 0 19 0 411736618 15789518848 297859 33554432000 4194304 4196468 140736047631168 140354793087528 140354989370128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
Current children cumulated CPU time: 2076.96 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1192884 KiB

[startup+582.307 s]
/proc/loadavg: 4.02 4.50 4.93 5/211 30986
/proc/meminfo: memFree=26576656/32770688 swapFree=66919992/67108860
[pid=30863] ppid=30860 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/30863/stat : 30863 (xcsp3-exec) S 30860 30863 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411736494 115843072 362 33554432000 4194304 5098028 140721882559168 140721882557272 140522957353596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140721882563452 140721882563693 140721882563693 140721882566602 0
/proc/30863/statm: 28282 362 304 221 0 87 0
[pid=30865] ppid=30863 vsize=15419452 memory=1194480 CPUtime=2315.8 cores=0-3
/proc/30865/stat : 30865 (java) S 30863 30863 28168 0 -1 1077944320 91170 0 0 0 231526 54 0 0 20 0 19 0 411736494 15789518848 298620 33554432000 4194304 4196468 140736047631168 140736047613712 140355345465079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
/proc/30865/statm: 3854863 298620 3531 1 0 3815965 0
[pid=30865/tid=30866] ppid=30863 vsize=15419452 memory=1448 CPUtime=1.18 cores=0-3
/proc/30865/task/30866/stat : 30866 (java) S 30863 30863 28168 0 -1 1077944384 11295 0 0 0 112 6 0 0 20 0 19 0 411736494 15789518848 298620 33554432000 4194304 4196468 140736047631168 140355349705856 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30867] ppid=30863 vsize=15419452 memory=1194504 CPUtime=0.21 cores=0-3
/proc/30865/task/30867/stat : 30867 (java) S 30863 30863 28168 0 -1 1077944384 1857 0 0 0 15 6 0 0 20 0 19 0 411736495 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354937498640 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30868] ppid=30863 vsize=15419452 memory=1448 CPUtime=0.21 cores=0-3
/proc/30865/task/30868/stat : 30868 (java) S 30863 30863 28168 0 -1 1077944384 1610 0 0 0 15 6 0 0 20 0 19 0 411736495 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354936446096 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30869] ppid=30863 vsize=15419452 memory=1194480 CPUtime=0.2 cores=0-3
/proc/30865/task/30869/stat : 30869 (java) S 30863 30863 28168 0 -1 1077944384 1917 0 0 0 14 6 0 0 20 0 19 0 411736495 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354935393040 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30870] ppid=30863 vsize=15419452 memory=1194480 CPUtime=0.22 cores=0-3
/proc/30865/task/30870/stat : 30870 (java) S 30863 30863 28168 0 -1 1077944384 2721 0 0 0 16 6 0 0 20 0 19 0 411736495 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354934340496 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30871] ppid=30863 vsize=15419452 memory=1448 CPUtime=0.07 cores=0-3
/proc/30865/task/30871/stat : 30871 (java) S 30863 30863 28168 0 -1 1077944384 3577 0 0 0 5 2 0 0 20 0 19 0 411736496 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354813638896 140355345476226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30872] ppid=30863 vsize=15419452 memory=1448 CPUtime=0 cores=0-3
/proc/30865/task/30872/stat : 30872 (java) S 30863 30863 28168 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 411736497 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354812585184 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30873] ppid=30863 vsize=15419452 memory=1194480 CPUtime=0 cores=0-3
/proc/30865/task/30873/stat : 30873 (java) S 30863 30863 28168 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 411736497 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354811532032 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30874] ppid=30863 vsize=15419452 memory=1448 CPUtime=0 cores=0-3
/proc/30865/task/30874/stat : 30874 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411736500 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354810480592 140355345483675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30875] ppid=30863 vsize=15419452 memory=2120 CPUtime=3.26 cores=0-3
/proc/30865/task/30875/stat : 30875 (java) S 30863 30863 28168 0 -1 1077944384 17317 0 0 0 324 2 0 0 20 0 19 0 411736500 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354809428720 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30876] ppid=30863 vsize=15419452 memory=496 CPUtime=3.15 cores=0-3
/proc/30865/task/30876/stat : 30876 (java) S 30863 30863 28168 0 -1 1077944384 15494 0 0 0 314 1 0 0 20 0 19 0 411736500 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354808376176 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30877] ppid=30863 vsize=15419452 memory=1448 CPUtime=0.9 cores=0-3
/proc/30865/task/30877/stat : 30877 (java) S 30863 30863 28168 0 -1 1077944384 8810 0 0 0 88 2 0 0 20 0 19 0 411736500 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354807323120 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30878] ppid=30863 vsize=15419452 memory=1194480 CPUtime=0 cores=0-3
/proc/30865/task/30878/stat : 30878 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411736500 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354806270816 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30879] ppid=30863 vsize=15419452 memory=1448 CPUtime=0.57 cores=0-3
/proc/30865/task/30879/stat : 30879 (java) S 30863 30863 28168 0 -1 1077944384 1401 0 0 0 0 57 0 0 20 0 19 0 411736500 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354805217840 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30880] ppid=30863 vsize=15419452 memory=1448 CPUtime=576.7 cores=0-3
/proc/30865/task/30880/stat : 30880 (java) R 30863 30863 28168 0 -1 4202560 1528 0 0 0 57670 0 0 0 20 0 19 0 411736618 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354796246832 140354991814260 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30881] ppid=30863 vsize=15419452 memory=1448 CPUtime=575.13 cores=0-3
/proc/30865/task/30881/stat : 30881 (java) R 30863 30863 28168 0 -1 4202560 14607 0 0 0 57499 14 0 0 20 0 19 0 411736618 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354795192024 140354989162064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30882] ppid=30863 vsize=15419452 memory=1448 CPUtime=576.23 cores=0-3
/proc/30865/task/30882/stat : 30882 (java) R 30863 30863 28168 0 -1 4202560 1104 0 0 0 57623 0 0 0 20 0 19 0 411736618 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354794139608 140354991814325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30883] ppid=30863 vsize=15419452 memory=1448 CPUtime=577.63 cores=0-3
/proc/30865/task/30883/stat : 30883 (java) R 30863 30863 28168 0 -1 4202560 6580 0 0 0 57763 0 0 0 20 0 19 0 411736618 15789518848 298620 33554432000 4194304 4196468 140736047631168 140354793087280 140354989278532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
Current children cumulated CPU time: 2315.8 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1195928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.605 s]
/proc/loadavg: 4.01 4.42 4.88 5/211 30990
/proc/meminfo: memFree=26577104/32770688 swapFree=66919992/67108860
[pid=30863] ppid=30860 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/30863/stat : 30863 (xcsp3-exec) S 30860 30863 28168 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411736494 115843072 362 33554432000 4194304 5098028 140721882559168 140721882557272 140522957353596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24600576 140721882563452 140721882563693 140721882563693 140721882566602 0
/proc/30863/statm: 28282 362 304 221 0 87 0
[pid=30865] ppid=30863 vsize=15419452 memory=1193456 CPUtime=2520 cores=0-3
/proc/30865/stat : 30865 (java) S 30863 30863 28168 0 -1 1077944320 92819 0 0 0 251944 56 0 0 20 0 19 0 411736494 15789518848 298364 33554432000 4194304 4196468 140736047631168 140736047613712 140355345465079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
/proc/30865/statm: 3854863 298364 3531 1 0 3815965 0
[pid=30865/tid=30866] ppid=30863 vsize=15419452 memory=3624 CPUtime=1.18 cores=0-3
/proc/30865/task/30866/stat : 30866 (java) S 30863 30863 28168 0 -1 1077944384 11295 0 0 0 112 6 0 0 20 0 19 0 411736494 15789518848 298364 33554432000 4194304 4196468 140736047631168 140355349705856 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30867] ppid=30863 vsize=15419452 memory=45572 CPUtime=0.23 cores=0-3
/proc/30865/task/30867/stat : 30867 (java) S 30863 30863 28168 0 -1 1077944384 1963 0 0 0 17 6 0 0 20 0 19 0 411736495 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354937498640 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30868] ppid=30863 vsize=15419452 memory=984 CPUtime=0.24 cores=0-3
/proc/30865/task/30868/stat : 30868 (java) S 30863 30863 28168 0 -1 1077944384 1659 0 0 0 17 7 0 0 20 0 19 0 411736495 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354936446096 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30869] ppid=30863 vsize=15419452 memory=1432 CPUtime=0.22 cores=0-3
/proc/30865/task/30869/stat : 30869 (java) S 30863 30863 28168 0 -1 1077944384 1962 0 0 0 16 6 0 0 20 0 19 0 411736495 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354935393040 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30870] ppid=30863 vsize=15419452 memory=776 CPUtime=0.24 cores=0-3
/proc/30865/task/30870/stat : 30870 (java) S 30863 30863 28168 0 -1 1077944384 3209 0 0 0 17 7 0 0 20 0 19 0 411736495 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354934340496 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30871] ppid=30863 vsize=15419452 memory=660 CPUtime=0.08 cores=0-3
/proc/30865/task/30871/stat : 30871 (java) S 30863 30863 28168 0 -1 1077944384 3841 0 0 0 5 3 0 0 20 0 19 0 411736496 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354813638896 140355345476226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30872] ppid=30863 vsize=15419452 memory=1193456 CPUtime=0 cores=0-3
/proc/30865/task/30872/stat : 30872 (java) S 30863 30863 28168 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 411736497 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354812585184 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30873] ppid=30863 vsize=15419452 memory=1448 CPUtime=0 cores=0-3
/proc/30865/task/30873/stat : 30873 (java) S 30863 30863 28168 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 411736497 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354811532032 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30874] ppid=30863 vsize=15419452 memory=1193456 CPUtime=0 cores=0-3
/proc/30865/task/30874/stat : 30874 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411736500 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354810480592 140355345483675 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30875] ppid=30863 vsize=15419452 memory=6791534058613427641 CPUtime=3.26 cores=0-3
/proc/30865/task/30875/stat : 30875 (java) S 30863 30863 28168 0 -1 1077944384 17319 0 0 0 324 2 0 0 20 0 19 0 411736500 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354809428720 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30876] ppid=30863 vsize=15419452 memory=9588 CPUtime=3.15 cores=0-3
/proc/30865/task/30876/stat : 30876 (java) S 30863 30863 28168 0 -1 1077944384 15497 0 0 0 314 1 0 0 20 0 19 0 411736500 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354808376176 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30877] ppid=30863 vsize=15419452 memory=1712 CPUtime=0.9 cores=0-3
/proc/30865/task/30877/stat : 30877 (java) S 30863 30863 28168 0 -1 1077944384 8812 0 0 0 88 2 0 0 20 0 19 0 411736500 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354807323120 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30878] ppid=30863 vsize=15419452 memory=5972 CPUtime=0 cores=0-3
/proc/30865/task/30878/stat : 30878 (java) S 30863 30863 28168 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411736500 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354806270816 140355345475285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30879] ppid=30863 vsize=15419452 memory=1193456 CPUtime=0.61 cores=0-3
/proc/30865/task/30879/stat : 30879 (java) S 30863 30863 28168 0 -1 1077944384 1429 0 0 0 0 61 0 0 20 0 19 0 411736500 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354805217840 140355345476226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30880] ppid=30863 vsize=15419452 memory=1448 CPUtime=627.22 cores=0-3
/proc/30865/task/30880/stat : 30880 (java) R 30863 30863 28168 0 -1 4202560 1656 0 0 0 62722 0 0 0 20 0 19 0 411736618 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354796243856 140354989439083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30881] ppid=30863 vsize=15419452 memory=1193456 CPUtime=626.19 cores=0-3
/proc/30865/task/30881/stat : 30881 (java) R 30863 30863 28168 0 -1 4202560 14853 0 0 0 62605 14 0 0 20 0 19 0 411736618 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354795194752 140354986203761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30882] ppid=30863 vsize=15419452 memory=1056 CPUtime=627.49 cores=0-3
/proc/30865/task/30882/stat : 30882 (java) R 30863 30863 28168 0 -1 4202560 1194 0 0 0 62749 0 0 0 20 0 19 0 411736618 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354794139480 140354989020014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
[pid=30865/tid=30883] ppid=30863 vsize=15419452 memory=4164 CPUtime=628.85 cores=0-3
/proc/30865/task/30883/stat : 30883 (java) R 30863 30863 28168 0 -1 4202560 6778 0 0 0 62885 0 0 0 20 0 19 0 411736618 15789518848 298364 33554432000 4194304 4196468 140736047631168 140354793087608 140354989020155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22245376 140736047637487 140736047637658 140736047637658 140736047640527 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1194904 KiB

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

[startup+633.628 s]
# the end of solver process 30863 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000857 s, system=0.001715 s

[startup+633.686 s]
# the end of solver process 30865 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.71 s, system=0.580516 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.686
CPU time (s): 2520.29
CPU user time (s): 2519.71
CPU system time (s): 0.580516
CPU usage (%): 397.72
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 1197464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.71
system time used= 0.580516
maximum resident set size= 1199140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16968
involuntary context switches= 26704


# summary of solver processes directly reported to runsolver:
#   pid: 30863,30865
#   total CPU time (s): 2520.29
#   total CPU user time (s): 2519.71
#   total CPU system time (s): 0.580516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50439 second user time and 7.58473 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 15:08:44
IDJOB=4393102
IDBENCH=141729
IDSOLVER=2840
FILE ID=node120/4393102-1568357301
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-27-083.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-4393102-1568357301/watcher-4393102-1568357301 -o /tmp/evaluation-result-4393102-1568357301/solver-4393102-1568357301 -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 69067365 HOME/instance-4393102-1568357301.xml

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

MD5SUM BENCH= d1662e28cf77722711a0da36cf655d3c
RANDOM SEED=69067365

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:        18642252 kB
MemAvailable:   22850144 kB
Buffers:          166996 kB
Cached:          4334368 kB
SwapCached:        77548 kB
Active:         10373988 kB
Inactive:        3160740 kB
Active(anon):    8956288 kB
Inactive(anon):   126960 kB
Active(file):    1417700 kB
Inactive(file):  3033780 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             25880 kB
Writeback:            12 kB
AnonPages:       9065924 kB
Mapped:            60712 kB
Shmem:             41008 kB
Slab:             173496 kB
SReclaimable:     144496 kB
SUnreclaim:        29000 kB
KernelStack:        3824 kB
PageTables:        22988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:   10714500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8794112 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= 59128 MiB
End job on node120 at 2011-12-14 15:19:18