Trace number 4403352

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? (TO) 2520.39 633.389

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-24-071.xml
MD5SUMc8960cc0de41b37a4760da710336f2ef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.03116
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints276
Number of domains24
Minimum domain size48
Maximum domain size71
Distribution of domain sizes[{"size":48,"count":2},{"size":49,"count":2},{"size":50,"count":2},{"size":51,"count":2},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":2},{"size":55,"count":2},{"size":56,"count":2},{"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}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":48}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":276}]
Number of extensional constraints0
Number of intensional constraints276
Distribution of constraint types[{"type":"intension","count":276}]
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-4403352-1568993837.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403352-1568993837.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.30/1.00	c solve instance...
2520.06/633.36	s UNKNOWN
2520.06/633.36	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12897 MiB free)
  memory of node 1: 16384 MiB (7768 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403352-1568993837/watcher-4403352-1568993837 -o /var/tmp/evaluation-result-4403352-1568993837/solver-4403352-1568993837 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25142 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 785499973 HOME/instance-4403352-1568993837.xml 

running on 4 cores: 0,2,4,6

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

solver pid=2656, runsolver pid=2653

[startup+0.100059 s]*
/proc/loadavg: 7.84 7.63 7.43 8/234 2672
/proc/meminfo: memFree=21145828/32770624 swapFree=67002252/67108860
[pid=2656] ppid=2653 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2656/stat : 2656 (xcsp3-exec) S 2653 2656 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475632322 115843072 364 33554432000 4194304 5098028 140727619098416 140727619096520 140041852113532 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17924096 140727619105623 140727619105881 140727619105881 140727619108806 0
/proc/2656/statm: 28282 364 305 221 0 87 0
[pid=2658] ppid=2656 vsize=15144776 memory=28732 CPUtime=0.12 cores=0,2,4,6
/proc/2658/stat : 2658 (java) S 2656 2656 25111 0 -1 1077944320 5664 0 0 0 11 1 0 0 20 0 15 0 475632322 15508250624 7183 33554432000 4194304 4196468 140736629542032 140736629524576 140002922680055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
/proc/2658/statm: 3786194 7183 3116 1 0 3748377 0
[pid=2658/tid=2659] ppid=2656 vsize=15144776 memory=4212448124698591628 CPUtime=0.09 cores=0,2,4,6
/proc/2658/task/2659/stat : 2659 (java) R 2656 2656 25111 0 -1 4202560 3614 0 0 0 8 1 0 0 20 0 15 0 475632323 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002926909232 140002906723685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2660] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2660/stat : 2660 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002850720656 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2661] ppid=2656 vsize=15144776 memory=140604581426816 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2661/stat : 2661 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002849667856 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2662] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2662/stat : 2662 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002512465040 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2663] ppid=2656 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2663/stat : 2663 (java) S 2656 2656 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002511412240 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2664] ppid=2656 vsize=15144776 memory=140604581426816 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2664/stat : 2664 (java) S 2656 2656 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475632325 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002458507376 140002922691202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2665] ppid=2656 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2665/stat : 2665 (java) S 2656 2656 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475632325 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002457453344 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2666] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2666/stat : 2666 (java) S 2656 2656 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475632326 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002456401008 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2667] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2667/stat : 2667 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002455349328 140002922698651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2668] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2668/stat : 2668 (java) R 2656 2656 25111 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002454297200 140002922691202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2669] ppid=2656 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2669/stat : 2669 (java) R 2656 2656 25111 0 -1 4202560 169 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002453244400 140002900512912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2670] ppid=2656 vsize=15144776 memory=140604581426816 CPUtime=0.02 cores=0,2,4,6
/proc/2658/task/2670/stat : 2670 (java) R 2656 2656 25111 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 475632328 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002452192112 140002914921445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2671] ppid=2656 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2671/stat : 2671 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002451139552 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2672] ppid=2656 vsize=15144776 memory=140604581426816 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2672/stat : 2672 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 7315 33554432000 4194304 4196468 140736629542032 140002450086320 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30188 KiB

[startup+0.210773 s]*
/proc/loadavg: 7.84 7.63 7.43 7/234 2672
/proc/meminfo: memFree=21132620/32770624 swapFree=67002252/67108860
[pid=2656] ppid=2653 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2656/stat : 2656 (xcsp3-exec) S 2653 2656 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475632322 115843072 364 33554432000 4194304 5098028 140727619098416 140727619096520 140041852113532 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17924096 140727619105623 140727619105881 140727619105881 140727619108806 0
/proc/2656/statm: 28282 364 305 221 0 87 0
[pid=2658] ppid=2656 vsize=15144776 memory=40660 CPUtime=0.34 cores=0,2,4,6
/proc/2658/stat : 2658 (java) S 2656 2656 25111 0 -1 1077944320 9339 0 0 0 31 3 0 0 20 0 15 0 475632322 15508250624 10165 33554432000 4194304 4196468 140736629542032 140736629524576 140002922680055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
/proc/2658/statm: 3786194 10165 3319 1 0 3748377 0
[pid=2658/tid=2659] ppid=2656 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/2658/task/2659/stat : 2659 (java) R 2656 2656 25111 0 -1 4202560 6585 0 0 0 18 2 0 0 20 0 15 0 475632323 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002926915072 140002906760542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2660] ppid=2656 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2660/stat : 2660 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002850720656 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2661] ppid=2656 vsize=15144776 memory=140604584954593 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2661/stat : 2661 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002849667856 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2662] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2662/stat : 2662 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002512465040 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2663] ppid=2656 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2663/stat : 2663 (java) S 2656 2656 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475632323 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002511412240 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2664] ppid=2656 vsize=15144776 memory=140604581426816 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2664/stat : 2664 (java) S 2656 2656 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475632325 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002458507376 140002922691202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2665] ppid=2656 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2665/stat : 2665 (java) S 2656 2656 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475632325 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002457453344 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2666] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2666/stat : 2666 (java) S 2656 2656 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475632326 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002456401008 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2667] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2667/stat : 2667 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002455349328 140002922698651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2668] ppid=2656 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2658/task/2668/stat : 2668 (java) S 2656 2656 25111 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 475632328 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002454297200 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2669] ppid=2656 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2658/task/2669/stat : 2669 (java) S 2656 2656 25111 0 -1 1077944384 301 0 0 0 2 0 0 0 20 0 15 0 475632328 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002453244400 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2670] ppid=2656 vsize=15144776 memory=140604581426816 CPUtime=0.08 cores=0,2,4,6
/proc/2658/task/2670/stat : 2670 (java) S 2656 2656 25111 0 -1 1077944384 799 0 0 0 8 0 0 0 20 0 15 0 475632328 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002452192112 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2671] ppid=2656 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2671/stat : 2671 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002451139552 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2672] ppid=2656 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2672/stat : 2672 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632328 15508250624 10165 33554432000 4194304 4196468 140736629542032 140002450086320 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42116 KiB

[startup+0.321432 s]*
/proc/loadavg: 7.84 7.63 7.43 6/234 2672
/proc/meminfo: memFree=21125584/32770624 swapFree=67002252/67108860
[pid=2656] ppid=2653 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2656/stat : 2656 (xcsp3-exec) S 2653 2656 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475632322 115843072 364 33554432000 4194304 5098028 140727619098416 140727619096520 140041852113532 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17924096 140727619105623 140727619105881 140727619105881 140727619108806 0
/proc/2656/statm: 28282 364 305 221 0 87 0
[pid=2658] ppid=2656 vsize=15149032 memory=49792 CPUtime=0.53 cores=0,2,4,6
/proc/2658/stat : 2658 (java) S 2656 2656 25111 0 -1 1077944320 10771 0 0 0 49 4 0 0 20 0 15 0 475632322 15512608768 12448 33554432000 4194304 4196468 140736629542032 140736629524576 140002922680055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
/proc/2658/statm: 3787258 12448 3351 1 0 3748377 0
[pid=2658/tid=2659] ppid=2656 vsize=15149032 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/2658/task/2659/stat : 2659 (java) R 2656 2656 25111 0 -1 4202560 7889 0 0 0 28 3 0 0 20 0 15 0 475632323 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002926909888 140002906760542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2660] ppid=2656 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2660/stat : 2660 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002850720656 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2661] ppid=2656 vsize=15149032 memory=3976732485301903407 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2661/stat : 2661 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002849667856 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2662] ppid=2656 vsize=15149032 memory=7305218370954290773 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2662/stat : 2662 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002512465040 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2663] ppid=2656 vsize=15149032 memory=7883313791481690416 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2663/stat : 2663 (java) S 2656 2656 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475632323 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002511412240 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2664] ppid=2656 vsize=15149032 memory=3472732787843360416 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2664/stat : 2664 (java) S 2656 2656 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475632325 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002458507376 140002922691202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2665] ppid=2656 vsize=15149032 memory=8242475861781131569 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2665/stat : 2665 (java) S 2656 2656 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475632325 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002457453344 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2666] ppid=2656 vsize=15149032 memory=7020452117365283914 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2666/stat : 2666 (java) S 2656 2656 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475632326 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002456401008 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2667] ppid=2656 vsize=15149032 memory=7886128541282087474 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2667/stat : 2667 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002455349328 140002922698651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2668] ppid=2656 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2658/task/2668/stat : 2668 (java) S 2656 2656 25111 0 -1 1077944384 357 0 0 0 4 0 0 0 20 0 15 0 475632328 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002454297200 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2669] ppid=2656 vsize=15149032 memory=3539883390166906927 CPUtime=0.04 cores=0,2,4,6
/proc/2658/task/2669/stat : 2669 (java) S 2656 2656 25111 0 -1 1077944384 308 0 0 0 4 0 0 0 20 0 15 0 475632328 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002453244400 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2670] ppid=2656 vsize=15149032 memory=3544790403457968800 CPUtime=0.12 cores=0,2,4,6
/proc/2658/task/2670/stat : 2670 (java) S 2656 2656 25111 0 -1 1077944384 949 0 0 0 12 0 0 0 20 0 15 0 475632328 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002452192112 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2671] ppid=2656 vsize=15149032 memory=3467824627879784479 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2671/stat : 2671 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002451139552 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2672] ppid=2656 vsize=15149032 memory=3906229553413052084 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2672/stat : 2672 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632328 15512608768 12456 33554432000 4194304 4196468 140736629542032 140002450086320 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51248 KiB

[startup+0.700822 s]
/proc/loadavg: 7.84 7.63 7.43 10/234 2672
/proc/meminfo: memFree=21114332/32770624 swapFree=67002252/67108860
[pid=2656] ppid=2653 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2656/stat : 2656 (xcsp3-exec) S 2653 2656 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475632322 115843072 364 33554432000 4194304 5098028 140727619098416 140727619096520 140041852113532 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17924096 140727619105623 140727619105881 140727619105881 140727619108806 0
/proc/2656/statm: 28282 364 305 221 0 87 0
[pid=2658] ppid=2656 vsize=15151156 memory=93104 CPUtime=1.61 cores=0,2,4,6
/proc/2658/stat : 2658 (java) S 2656 2656 25111 0 -1 1077944320 14896 0 0 0 155 6 0 0 20 0 15 0 475632322 15514783744 23276 33554432000 4194304 4196468 140736629542032 140736629524576 140002922680055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
/proc/2658/statm: 3787789 23276 3453 1 0 3748889 0
[pid=2658/tid=2659] ppid=2656 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2658/task/2659/stat : 2659 (java) R 2656 2656 25111 0 -1 4202560 9185 0 0 0 63 4 0 0 20 0 15 0 475632323 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002926916864 140002532666442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2660] ppid=2656 vsize=15151156 memory=827 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2660/stat : 2660 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002850720656 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2661] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2661/stat : 2661 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002849667856 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2662] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2662/stat : 2662 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632323 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002512465040 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2663] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2663/stat : 2663 (java) S 2656 2656 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475632323 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002511412240 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2664] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2664/stat : 2664 (java) S 2656 2656 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475632325 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002458507376 140002922691202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2665] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2665/stat : 2665 (java) S 2656 2656 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475632325 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002457453344 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2666] ppid=2656 vsize=15151156 memory=6 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2666/stat : 2666 (java) S 2656 2656 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475632326 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002456401008 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2667] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2667/stat : 2667 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002455349328 140002922698651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2668] ppid=2656 vsize=15151156 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/2658/task/2668/stat : 2668 (java) R 2656 2656 25111 0 -1 4202560 1101 0 0 0 24 0 0 0 20 0 15 0 475632328 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002454297200 140002903381699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2669] ppid=2656 vsize=15151156 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2658/task/2669/stat : 2669 (java) R 2656 2656 25111 0 -1 4202560 1103 0 0 0 25 0 0 0 20 0 15 0 475632328 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002453244400 140002914969521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2670] ppid=2656 vsize=15151156 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/2658/task/2670/stat : 2670 (java) R 2656 2656 25111 0 -1 4202560 2197 0 0 0 42 1 0 0 20 0 15 0 475632328 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002452189368 140002915397018 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2671] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2671/stat : 2671 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475632328 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002451139552 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2672] ppid=2656 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2672/stat : 2672 (java) S 2656 2656 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475632328 15514783744 23276 33554432000 4194304 4196468 140736629542032 140002450086320 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 94560 KiB

[startup+1.50243 s]
/proc/loadavg: 7.84 7.63 7.43 9/234 2672
/proc/meminfo: memFree=20986372/32770624 swapFree=67002252/67108860
[pid=2656] ppid=2653 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2656/stat : 2656 (xcsp3-exec) S 2653 2656 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475632322 115843072 364 33554432000 4194304 5098028 140727619098416 140727619096520 140041852113532 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17924096 140727619105623 140727619105881 140727619105881 140727619108806 0
/proc/2656/statm: 28282 364 305 221 0 87 0

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

/proc/2658/stat : 2658 (java) S 2656 2656 25111 0 -1 1077944320 69468 0 0 0 231668 49 0 0 20 0 19 0 475632322 15789527040 207280 33554432000 4194304 4196468 140736629542032 140736629524576 140002922680055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
/proc/2658/statm: 3854865 207280 3534 1 0 3815965 0
[pid=2658/tid=2659] ppid=2656 vsize=15419460 memory=835276 CPUtime=0.98 cores=0,2,4,6
/proc/2658/task/2659/stat : 2659 (java) S 2656 2656 25111 0 -1 1077944384 9386 0 0 0 93 5 0 0 20 0 19 0 475632323 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002926920832 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2660] ppid=2656 vsize=15419460 memory=829120 CPUtime=0.2 cores=0,2,4,6
/proc/2658/task/2660/stat : 2660 (java) S 2656 2656 25111 0 -1 1077944384 1447 0 0 0 15 5 0 0 20 0 19 0 475632323 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002850720656 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2661] ppid=2656 vsize=15419460 memory=829120 CPUtime=0.21 cores=0,2,4,6
/proc/2658/task/2661/stat : 2661 (java) S 2656 2656 25111 0 -1 1077944384 1144 0 0 0 16 5 0 0 20 0 19 0 475632323 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002849667856 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2662] ppid=2656 vsize=15419460 memory=1456 CPUtime=0.21 cores=0,2,4,6
/proc/2658/task/2662/stat : 2662 (java) S 2656 2656 25111 0 -1 1077944384 3466 0 0 0 16 5 0 0 20 0 19 0 475632323 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002512465040 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2663] ppid=2656 vsize=15419460 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/2658/task/2663/stat : 2663 (java) S 2656 2656 25111 0 -1 1077944384 2112 0 0 0 16 5 0 0 20 0 19 0 475632323 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002511412240 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2664] ppid=2656 vsize=15419460 memory=55 CPUtime=0.06 cores=0,2,4,6
/proc/2658/task/2664/stat : 2664 (java) S 2656 2656 25111 0 -1 1077944384 3150 0 0 0 4 2 0 0 20 0 19 0 475632325 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002458507376 140002922691202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2665] ppid=2656 vsize=15419460 memory=7380388596460710501 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2665/stat : 2665 (java) S 2656 2656 25111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475632325 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002457453408 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2666] ppid=2656 vsize=15419460 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2666/stat : 2666 (java) S 2656 2656 25111 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 475632326 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002456401024 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2667] ppid=2656 vsize=15419460 memory=829120 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2667/stat : 2667 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475632328 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002455349328 140002922698651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2668] ppid=2656 vsize=15419460 memory=1456 CPUtime=2.13 cores=0,2,4,6
/proc/2658/task/2668/stat : 2668 (java) S 2656 2656 25111 0 -1 1077944384 10773 0 0 0 212 1 0 0 20 0 19 0 475632328 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002454297200 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2669] ppid=2656 vsize=15419460 memory=1456 CPUtime=2.29 cores=0,2,4,6
/proc/2658/task/2669/stat : 2669 (java) S 2656 2656 25111 0 -1 1077944384 16304 0 0 0 228 1 0 0 20 0 19 0 475632328 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002453244400 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2670] ppid=2656 vsize=15419460 memory=844000 CPUtime=0.79 cores=0,2,4,6
/proc/2658/task/2670/stat : 2670 (java) S 2656 2656 25111 0 -1 1077944384 5991 0 0 0 78 1 0 0 20 0 19 0 475632328 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002452192112 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2671] ppid=2656 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2671/stat : 2671 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475632328 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002451139552 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2672] ppid=2656 vsize=15419460 memory=835276 CPUtime=0.22 cores=0,2,4,6
/proc/2658/task/2672/stat : 2672 (java) S 2656 2656 25111 0 -1 1077944384 1261 0 0 0 0 22 0 0 20 0 19 0 475632328 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002450086320 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2673] ppid=2656 vsize=15419460 memory=1416 CPUtime=576 cores=0,2,4,6
/proc/2658/task/2673/stat : 2673 (java) R 2656 2656 25111 0 -1 4202560 1382 0 0 0 57600 0 0 0 20 0 19 0 475632424 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002373556832 140002536124270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2674] ppid=2656 vsize=15419460 memory=8112282956445269571 CPUtime=577.24 cores=0,2,4,6
/proc/2658/task/2674/stat : 2674 (java) R 2656 2656 25111 0 -1 4202560 7257 0 0 0 57712 12 0 0 20 0 19 0 475632424 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002372508512 140002535690653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2675] ppid=2656 vsize=15419460 memory=1656 CPUtime=578.21 cores=0,2,4,6
/proc/2658/task/2675/stat : 2675 (java) R 2656 2656 25111 0 -1 4202560 887 0 0 0 57821 0 0 0 20 0 19 0 475632424 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002371452984 140002536123364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2676] ppid=2656 vsize=15419460 memory=804 CPUtime=578.3 cores=0,2,4,6
/proc/2658/task/2676/stat : 2676 (java) R 2656 2656 25111 0 -1 4202560 3574 0 0 0 57829 1 0 0 20 0 19 0 475632426 15789527040 207280 33554432000 4194304 4196468 140736629542032 140002370400648 140002537344064 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
Current children cumulated CPU time: 2317.17 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 830576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.301 s]
/proc/loadavg: 4.24 6.46 7.22 5/211 2892
/proc/meminfo: memFree=24627596/32770624 swapFree=67002252/67108860
[pid=2656] ppid=2653 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2656/stat : 2656 (xcsp3-exec) S 2653 2656 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475632322 115843072 364 33554432000 4194304 5098028 140727619098416 140727619096520 140041852113532 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17924096 140727619105623 140727619105881 140727619105881 140727619108806 0
/proc/2656/statm: 28282 364 305 221 0 87 0
[pid=2658] ppid=2656 vsize=15419460 memory=816796 CPUtime=2520.06 cores=0,2,4,6
/proc/2658/stat : 2658 (java) S 2656 2656 25111 0 -1 1077944320 71532 0 0 0 251956 50 0 0 20 0 19 0 475632322 15789527040 204199 33554432000 4194304 4196468 140736629542032 140736629524576 140002922680055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
/proc/2658/statm: 3854865 204199 3534 1 0 3815965 0
[pid=2658/tid=2659] ppid=2656 vsize=15419460 memory=816796 CPUtime=0.98 cores=0,2,4,6
/proc/2658/task/2659/stat : 2659 (java) S 2656 2656 25111 0 -1 1077944384 9386 0 0 0 93 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002926920832 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2660] ppid=2656 vsize=15419460 memory=817824 CPUtime=0.24 cores=0,2,4,6
/proc/2658/task/2660/stat : 2660 (java) S 2656 2656 25111 0 -1 1077944384 1624 0 0 0 19 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002850720656 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2661] ppid=2656 vsize=15419460 memory=817824 CPUtime=0.25 cores=0,2,4,6
/proc/2658/task/2661/stat : 2661 (java) S 2656 2656 25111 0 -1 1077944384 1264 0 0 0 20 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002849667856 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2662] ppid=2656 vsize=15419460 memory=818336 CPUtime=0.25 cores=0,2,4,6
/proc/2658/task/2662/stat : 2662 (java) S 2656 2656 25111 0 -1 1077944384 3807 0 0 0 20 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002512465040 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2663] ppid=2656 vsize=15419460 memory=817828 CPUtime=0.25 cores=0,2,4,6
/proc/2658/task/2663/stat : 2663 (java) S 2656 2656 25111 0 -1 1077944384 2157 0 0 0 20 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002511412240 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2664] ppid=2656 vsize=15419460 memory=1456 CPUtime=0.09 cores=0,2,4,6
/proc/2658/task/2664/stat : 2664 (java) S 2656 2656 25111 0 -1 1077944384 3433 0 0 0 6 3 0 0 20 0 19 0 475632325 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002458507376 140002922691202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2665] ppid=2656 vsize=15419460 memory=816796 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2665/stat : 2665 (java) S 2656 2656 25111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475632325 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002457453408 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2666] ppid=2656 vsize=15419460 memory=816796 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2666/stat : 2666 (java) S 2656 2656 25111 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 475632326 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002456401024 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2667] ppid=2656 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2667/stat : 2667 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002455349328 140002922698651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2668] ppid=2656 vsize=15419460 memory=816796 CPUtime=2.13 cores=0,2,4,6
/proc/2658/task/2668/stat : 2668 (java) S 2656 2656 25111 0 -1 1077944384 10776 0 0 0 212 1 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002454297200 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2669] ppid=2656 vsize=15419460 memory=1456 CPUtime=2.29 cores=0,2,4,6
/proc/2658/task/2669/stat : 2669 (java) S 2656 2656 25111 0 -1 1077944384 16306 0 0 0 228 1 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002453244400 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2670] ppid=2656 vsize=15419460 memory=817828 CPUtime=0.79 cores=0,2,4,6
/proc/2658/task/2670/stat : 2670 (java) S 2656 2656 25111 0 -1 1077944384 6523 0 0 0 78 1 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002452192112 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2671] ppid=2656 vsize=15419460 memory=816796 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2671/stat : 2671 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002451139552 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2672] ppid=2656 vsize=15419460 memory=1456 CPUtime=0.26 cores=0,2,4,6
/proc/2658/task/2672/stat : 2672 (java) S 2656 2656 25111 0 -1 1077944384 1282 0 0 0 0 26 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002450086320 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2673] ppid=2656 vsize=15419460 memory=1456 CPUtime=626.51 cores=0,2,4,6
/proc/2658/task/2673/stat : 2673 (java) R 2656 2656 25111 0 -1 4202560 1473 0 0 0 62651 0 0 0 20 0 19 0 475632424 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002373556656 140002535691205 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2674] ppid=2656 vsize=15419460 memory=1456 CPUtime=627.93 cores=0,2,4,6
/proc/2658/task/2674/stat : 2674 (java) R 2656 2656 25111 0 -1 4202560 7424 0 0 0 62781 12 0 0 20 0 19 0 475632424 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002372508592 140002536046412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2675] ppid=2656 vsize=15419460 memory=817312 CPUtime=628.9 cores=0,2,4,6
/proc/2658/task/2675/stat : 2675 (java) R 2656 2656 25111 0 -1 4202560 960 0 0 0 62890 0 0 0 20 0 19 0 475632424 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002371452968 140002536269352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2676] ppid=2656 vsize=15419460 memory=3616 CPUtime=629.03 cores=0,2,4,6
/proc/2658/task/2676/stat : 2676 (java) R 2656 2656 25111 0 -1 4202560 3783 0 0 0 62902 1 0 0 20 0 19 0 475632426 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002370400648 140002536098079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 818252 KiB

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

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

[startup+633.389 s]
# the end of solver process 2658 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.87 s, system=0.51633 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

[startup+633.301 s]
/proc/loadavg: 4.24 6.46 7.22 5/211 2892
/proc/meminfo: memFree=24627596/32770624 swapFree=67002252/67108860
[pid=2656] ppid=2653 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2656/stat : 2656 (xcsp3-exec) S 2653 2656 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475632322 115843072 364 33554432000 4194304 5098028 140727619098416 140727619096520 140041852113532 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 17924096 140727619105623 140727619105881 140727619105881 140727619108806 0
/proc/2656/statm: 28282 364 305 221 0 87 0
[pid=2658] ppid=2656 vsize=15419460 memory=816796 CPUtime=2520.06 cores=0,2,4,6
/proc/2658/stat : 2658 (java) S 2656 2656 25111 0 -1 1077944320 71532 0 0 0 251956 50 0 0 20 0 19 0 475632322 15789527040 204199 33554432000 4194304 4196468 140736629542032 140736629524576 140002922680055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
/proc/2658/statm: 3854865 204199 3534 1 0 3815965 0
[pid=2658/tid=2659] ppid=2656 vsize=15419460 memory=816796 CPUtime=0.98 cores=0,2,4,6
/proc/2658/task/2659/stat : 2659 (java) S 2656 2656 25111 0 -1 1077944384 9386 0 0 0 93 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002926920832 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2660] ppid=2656 vsize=15419460 memory=817824 CPUtime=0.24 cores=0,2,4,6
/proc/2658/task/2660/stat : 2660 (java) S 2656 2656 25111 0 -1 1077944384 1624 0 0 0 19 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002850720656 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2661] ppid=2656 vsize=15419460 memory=817824 CPUtime=0.25 cores=0,2,4,6
/proc/2658/task/2661/stat : 2661 (java) S 2656 2656 25111 0 -1 1077944384 1264 0 0 0 20 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002849667856 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2662] ppid=2656 vsize=15419460 memory=818336 CPUtime=0.25 cores=0,2,4,6
/proc/2658/task/2662/stat : 2662 (java) S 2656 2656 25111 0 -1 1077944384 3807 0 0 0 20 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002512465040 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2663] ppid=2656 vsize=15419460 memory=817828 CPUtime=0.25 cores=0,2,4,6
/proc/2658/task/2663/stat : 2663 (java) S 2656 2656 25111 0 -1 1077944384 2157 0 0 0 20 5 0 0 20 0 19 0 475632323 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002511412240 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2664] ppid=2656 vsize=15419460 memory=1456 CPUtime=0.09 cores=0,2,4,6
/proc/2658/task/2664/stat : 2664 (java) S 2656 2656 25111 0 -1 1077944384 3433 0 0 0 6 3 0 0 20 0 19 0 475632325 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002458507376 140002922691202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2665] ppid=2656 vsize=15419460 memory=816796 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2665/stat : 2665 (java) S 2656 2656 25111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 475632325 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002457453408 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2666] ppid=2656 vsize=15419460 memory=816796 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2666/stat : 2666 (java) S 2656 2656 25111 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 475632326 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002456401024 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2667] ppid=2656 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2667/stat : 2667 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002455349328 140002922698651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2668] ppid=2656 vsize=15419460 memory=816796 CPUtime=2.13 cores=0,2,4,6
/proc/2658/task/2668/stat : 2668 (java) S 2656 2656 25111 0 -1 1077944384 10776 0 0 0 212 1 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002454297200 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2669] ppid=2656 vsize=15419460 memory=1456 CPUtime=2.29 cores=0,2,4,6
/proc/2658/task/2669/stat : 2669 (java) S 2656 2656 25111 0 -1 1077944384 16306 0 0 0 228 1 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002453244400 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2670] ppid=2656 vsize=15419460 memory=817828 CPUtime=0.79 cores=0,2,4,6
/proc/2658/task/2670/stat : 2670 (java) S 2656 2656 25111 0 -1 1077944384 6523 0 0 0 78 1 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002452192112 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2671] ppid=2656 vsize=15419460 memory=816796 CPUtime=0 cores=0,2,4,6
/proc/2658/task/2671/stat : 2671 (java) S 2656 2656 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002451139552 140002922690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2672] ppid=2656 vsize=15419460 memory=1456 CPUtime=0.26 cores=0,2,4,6
/proc/2658/task/2672/stat : 2672 (java) S 2656 2656 25111 0 -1 1077944384 1282 0 0 0 0 26 0 0 20 0 19 0 475632328 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002450086320 140002922691202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2673] ppid=2656 vsize=15419460 memory=1456 CPUtime=626.51 cores=0,2,4,6
/proc/2658/task/2673/stat : 2673 (java) R 2656 2656 25111 0 -1 4202560 1473 0 0 0 62651 0 0 0 20 0 19 0 475632424 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002373556656 140002535691205 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2674] ppid=2656 vsize=15419460 memory=1456 CPUtime=627.93 cores=0,2,4,6
/proc/2658/task/2674/stat : 2674 (java) R 2656 2656 25111 0 -1 4202560 7424 0 0 0 62781 12 0 0 20 0 19 0 475632424 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002372508592 140002536046412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2675] ppid=2656 vsize=15419460 memory=817312 CPUtime=628.9 cores=0,2,4,6
/proc/2658/task/2675/stat : 2675 (java) R 2656 2656 25111 0 -1 4202560 960 0 0 0 62890 0 0 0 20 0 19 0 475632424 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002371452968 140002536269352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
[pid=2658/tid=2676] ppid=2656 vsize=15419460 memory=3616 CPUtime=629.03 cores=0,2,4,6
/proc/2658/task/2676/stat : 2676 (java) R 2656 2656 25111 0 -1 4202560 3783 0 0 0 62902 1 0 0 20 0 19 0 475632426 15789527040 204199 33554432000 4194304 4196468 140736629542032 140002370400648 140002536098079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37863424 140736629543899 140736629544074 140736629544074 140736629546959 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 818252 KiB

Child status: 143
Real time (s): 633.389
CPU time (s): 2520.39
CPU user time (s): 2519.87
CPU system time (s): 0.51633
CPU usage (%): 397.922
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1129572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.87
system time used= 0.51633
maximum resident set size= 1142952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18095
involuntary context switches= 35367


# summary of solver processes directly reported to runsolver:
#   pid: 2656,2658
#   total CPU time (s): 2520.39
#   total CPU user time (s): 2519.87
#   total CPU system time (s): 0.51633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.0506 second user time and 6.90775 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 17:36:32
IDJOB=4403352
IDBENCH=141713
IDSOLVER=2863
FILE ID=node136/4403352-1568993837
RUNJOBID= node136-1568987938-25142
PBS_JOBID= 21704639
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-24-071.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 /var/tmp/evaluation-result-4403352-1568993837/watcher-4403352-1568993837 -o /var/tmp/evaluation-result-4403352-1568993837/solver-4403352-1568993837 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25142 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 785499973 HOME/instance-4403352-1568993837.xml

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

MD5SUM BENCH= c8960cc0de41b37a4760da710336f2ef
RANDOM SEED=785499973

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21161444 kB
MemAvailable:   27605736 kB
Buffers:           88740 kB
Cached:          6481448 kB
SwapCached:         3516 kB
Active:          7521920 kB
Inactive:        3292204 kB
Active(anon):    4240892 kB
Inactive(anon):    51232 kB
Active(file):    3281028 kB
Inactive(file):  3240972 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002252 kB
Dirty:             26296 kB
Writeback:             0 kB
AnonPages:       4351488 kB
Mapped:            65196 kB
Shmem:             40208 kB
Slab:             381188 kB
SReclaimable:     350752 kB
SUnreclaim:        30436 kB
KernelStack:        3872 kB
PageTables:        14104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5325976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4233216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node136 at 2019-09-20 17:47:06