Trace number 4403591

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.73 633.605

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-30-098.xml
MD5SUMfb27cd1d2814d0f1760e6f4b9d041fef
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 benchmark153.956
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints435
Number of domains30
Minimum domain size69
Maximum domain size98
Distribution of domain sizes[{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2}]
Minimum variable degree29
Maximum variable degree29
Distribution of variable degrees[{"degree":29,"count":60}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":435}]
Number of extensional constraints0
Number of intensional constraints435
Distribution of constraint types[{"type":"intension","count":435}]
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-4403591-1568993899.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403591-1568993899.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.34/1.21	c solve instance...
2520.38/633.57	s UNKNOWN
2520.38/633.57	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 (7421 MiB free)
  memory of node 1: 16384 MiB (6280 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403591-1568993899/watcher-4403591-1568993899 -o /var/tmp/evaluation-result-4403591-1568993899/solver-4403591-1568993899 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568993217-15628 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 114030956 HOME/instance-4403591-1568993899.xml 

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

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


[startup+0.101308 s]*
/proc/loadavg: 9.40 8.54 7.83 4/230 15912
/proc/meminfo: memFree=14002500/32770624 swapFree=66972280/67108860
[pid=15896] ppid=15893 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15896/stat : 15896 (xcsp3-exec) S 15893 15896 15597 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475331778 115843072 364 33554432000 4194304 5098028 140722543274224 140722543272328 139825969005180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18710528 140722543276887 140722543277145 140722543277145 140722543280070 0
/proc/15896/statm: 28282 364 305 221 0 87 0
[pid=15898] ppid=15896 vsize=15144776 memory=29336 CPUtime=0.13 cores=0,2,4,6
/proc/15898/stat : 15898 (java) S 15896 15896 15597 0 -1 1077944320 5750 0 0 0 12 1 0 0 20 0 15 0 475331779 15508250624 7334 33554432000 4194304 4196468 140724670244032 140724670226576 140165154262775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
/proc/15898/statm: 3786194 7334 3151 1 0 3748377 0
[pid=15898/tid=15899] ppid=15896 vsize=15144776 memory=7100839852958450802 CPUtime=0.09 cores=0,2,4,6
/proc/15898/task/15899/stat : 15899 (java) R 15896 15896 15597 0 -1 4202560 3632 0 0 0 9 0 0 0 20 0 15 0 475331779 15508250624 7334 33554432000 4194304 4196468 140724670244032 140165158485472 140165154274710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15900] ppid=15896 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15900/stat : 15900 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164746632080 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15901] ppid=15896 vsize=15144776 memory=139865320011392 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15901/stat : 15901 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164745579280 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15902] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15902/stat : 15902 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164744526992 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15903] ppid=15896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15903/stat : 15903 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164743474192 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15904] ppid=15896 vsize=15144776 memory=139865320011392 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15904/stat : 15904 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331781 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164027316336 140165154273922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15905] ppid=15896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15905/stat : 15905 (java) S 15896 15896 15597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475331782 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164026262304 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15906] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15906/stat : 15906 (java) S 15896 15896 15597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475331782 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164025209968 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15907] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15907/stat : 15907 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164024158288 140165154281371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15908] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15908/stat : 15908 (java) S 15896 15896 15597 0 -1 1077944384 353 0 0 0 0 0 0 0 20 0 15 0 475331784 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164023106160 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15909] ppid=15896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15909/stat : 15909 (java) S 15896 15896 15597 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 475331784 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164022053360 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15910] ppid=15896 vsize=15144776 memory=139865320011392 CPUtime=0.02 cores=0,2,4,6
/proc/15898/task/15910/stat : 15910 (java) R 15896 15896 15597 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 475331784 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164020996800 140165154284122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15911] ppid=15896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15911/stat : 15911 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164019948512 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15912] ppid=15896 vsize=15144776 memory=139865320011392 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15912/stat : 15912 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331785 15508250624 7334 33554432000 4194304 4196468 140724670244032 140164018895280 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30792 KiB

[startup+0.210841 s]*
/proc/loadavg: 9.40 8.54 7.83 5/230 15912
/proc/meminfo: memFree=13982680/32770624 swapFree=66972280/67108860
[pid=15896] ppid=15893 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15896/stat : 15896 (xcsp3-exec) S 15893 15896 15597 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475331778 115843072 364 33554432000 4194304 5098028 140722543274224 140722543272328 139825969005180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18710528 140722543276887 140722543277145 140722543277145 140722543280070 0
/proc/15896/statm: 28282 364 305 221 0 87 0
[pid=15898] ppid=15896 vsize=15144776 memory=41300 CPUtime=0.34 cores=0,2,4,6
/proc/15898/stat : 15898 (java) S 15896 15896 15597 0 -1 1077944320 9494 0 0 0 32 2 0 0 20 0 15 0 475331779 15508250624 10325 33554432000 4194304 4196468 140724670244032 140724670226576 140165154262775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
/proc/15898/statm: 3786194 10325 3321 1 0 3748377 0
[pid=15898/tid=15899] ppid=15896 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/15898/task/15899/stat : 15899 (java) R 15896 15896 15597 0 -1 4202560 6630 0 0 0 18 1 0 0 20 0 15 0 475331779 15508250624 10325 33554432000 4194304 4196468 140724670244032 140165158492496 140165138343262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15900] ppid=15896 vsize=15144776 memory=13657 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15900/stat : 15900 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164746632080 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15901] ppid=15896 vsize=15144776 memory=139865323555352 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15901/stat : 15901 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164745579280 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15902] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15902/stat : 15902 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164744526992 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15903] ppid=15896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15903/stat : 15903 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164743474192 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15904] ppid=15896 vsize=15144776 memory=139865320011392 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15904/stat : 15904 (java) S 15896 15896 15597 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475331781 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164027316336 140165154273922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15905] ppid=15896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15905/stat : 15905 (java) S 15896 15896 15597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475331782 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164026262304 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15906] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15906/stat : 15906 (java) S 15896 15896 15597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475331782 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164025209968 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15907] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15907/stat : 15907 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164024158288 140165154281371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15908] ppid=15896 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15898/task/15908/stat : 15908 (java) R 15896 15896 15597 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 475331784 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164023106160 140165154273922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15909] ppid=15896 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15898/task/15909/stat : 15909 (java) S 15896 15896 15597 0 -1 1077944384 337 0 0 0 2 0 0 0 20 0 15 0 475331784 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164022053360 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15910] ppid=15896 vsize=15144776 memory=139865320011392 CPUtime=0.08 cores=0,2,4,6
/proc/15898/task/15910/stat : 15910 (java) R 15896 15896 15597 0 -1 4202560 738 0 0 0 8 0 0 0 20 0 15 0 475331784 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164021001072 140165132782865 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15911] ppid=15896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15911/stat : 15911 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164019948512 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15912] ppid=15896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15912/stat : 15912 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331785 15508250624 10325 33554432000 4194304 4196468 140724670244032 140164018895280 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42756 KiB

[startup+0.310507 s]*
/proc/loadavg: 9.40 8.54 7.83 4/230 15912
/proc/meminfo: memFree=13970272/32770624 swapFree=66972280/67108860
[pid=15896] ppid=15893 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15896/stat : 15896 (xcsp3-exec) S 15893 15896 15597 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475331778 115843072 364 33554432000 4194304 5098028 140722543274224 140722543272328 139825969005180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18710528 140722543276887 140722543277145 140722543277145 140722543280070 0
/proc/15896/statm: 28282 364 305 221 0 87 0
[pid=15898] ppid=15896 vsize=15149032 memory=49728 CPUtime=0.51 cores=0,2,4,6
/proc/15898/stat : 15898 (java) S 15896 15896 15597 0 -1 1077944320 10732 0 0 0 48 3 0 0 20 0 15 0 475331779 15512608768 12432 33554432000 4194304 4196468 140724670244032 140724670226576 140165154262775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
/proc/15898/statm: 3787258 12432 3353 1 0 3748377 0
[pid=15898/tid=15899] ppid=15896 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/15898/task/15899/stat : 15899 (java) R 15896 15896 15597 0 -1 4202560 7786 0 0 0 28 2 0 0 20 0 15 0 475331779 15512608768 12432 33554432000 4194304 4196468 140724670244032 140165158493888 140165138343262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15900] ppid=15896 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15900/stat : 15900 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164746632080 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15901] ppid=15896 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15901/stat : 15901 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164745579280 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15902] ppid=15896 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15902/stat : 15902 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164744526992 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15903] ppid=15896 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15903/stat : 15903 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164743474192 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15904] ppid=15896 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15904/stat : 15904 (java) S 15896 15896 15597 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475331781 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164027316336 140165154273922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15905] ppid=15896 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15905/stat : 15905 (java) S 15896 15896 15597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475331782 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164026262304 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15906] ppid=15896 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15906/stat : 15906 (java) S 15896 15896 15597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475331782 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164025209968 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15907] ppid=15896 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15907/stat : 15907 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164024158288 140165154281371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15908] ppid=15896 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/15898/task/15908/stat : 15908 (java) S 15896 15896 15597 0 -1 1077944384 495 0 0 0 4 0 0 0 20 0 15 0 475331784 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164023106160 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15909] ppid=15896 vsize=15149032 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15898/task/15909/stat : 15909 (java) S 15896 15896 15597 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 15 0 475331784 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164022053360 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15910] ppid=15896 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/15898/task/15910/stat : 15910 (java) S 15896 15896 15597 0 -1 1077944384 802 0 0 0 12 0 0 0 20 0 15 0 475331784 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164021001072 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15911] ppid=15896 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15911/stat : 15911 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164019948512 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15912] ppid=15896 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15912/stat : 15912 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331785 15512608768 12432 33554432000 4194304 4196468 140724670244032 140164018895280 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51184 KiB

[startup+0.700753 s]
/proc/loadavg: 9.40 8.54 7.83 6/229 15912
/proc/meminfo: memFree=13845988/32770624 swapFree=66972280/67108860
[pid=15896] ppid=15893 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15896/stat : 15896 (xcsp3-exec) S 15893 15896 15597 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475331778 115843072 364 33554432000 4194304 5098028 140722543274224 140722543272328 139825969005180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18710528 140722543276887 140722543277145 140722543277145 140722543280070 0
/proc/15896/statm: 28282 364 305 221 0 87 0
[pid=15898] ppid=15896 vsize=15151156 memory=86836 CPUtime=1.69 cores=0,2,4,6
/proc/15898/stat : 15898 (java) S 15896 15896 15597 0 -1 1077944320 15441 0 0 0 163 6 0 0 20 0 15 0 475331779 15514783744 21709 33554432000 4194304 4196468 140724670244032 140724670226576 140165154262775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
/proc/15898/statm: 3787789 21709 3450 1 0 3748889 0
[pid=15898/tid=15899] ppid=15896 vsize=15151156 memory=1794893677825 CPUtime=0.66 cores=0,2,4,6
/proc/15898/task/15899/stat : 15899 (java) S 15896 15896 15597 0 -1 1077944384 9212 0 0 0 63 3 0 0 20 0 15 0 475331779 15514783744 21709 33554432000 4194304 4196468 140724670244032 140165158495520 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15900] ppid=15896 vsize=15151156 memory=33 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15900/stat : 15900 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164746632080 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15901] ppid=15896 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15901/stat : 15901 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164745579280 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15902] ppid=15896 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15902/stat : 15902 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331780 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164744526992 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15903] ppid=15896 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15903/stat : 15903 (java) S 15896 15896 15597 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475331780 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164743474192 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15904] ppid=15896 vsize=15151156 memory=43148 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15904/stat : 15904 (java) R 15896 15896 15597 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475331781 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164027316336 140165154273922 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15905] ppid=15896 vsize=15151156 memory=992 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15905/stat : 15905 (java) S 15896 15896 15597 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475331782 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164026262304 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15906] ppid=15896 vsize=15151156 memory=2044 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15906/stat : 15906 (java) S 15896 15896 15597 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475331782 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164025209968 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15907] ppid=15896 vsize=15151156 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15907/stat : 15907 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164024158288 140165154281371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15908] ppid=15896 vsize=15151156 memory=11624 CPUtime=0.29 cores=0,2,4,6
/proc/15898/task/15908/stat : 15908 (java) R 15896 15896 15597 0 -1 4202560 1612 0 0 0 29 0 0 0 20 0 15 0 475331784 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164023087176 140165139140859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15909] ppid=15896 vsize=15151156 memory=740 CPUtime=0.29 cores=0,2,4,6
/proc/15898/task/15909/stat : 15909 (java) R 15896 15896 15597 0 -1 4202560 1391 0 0 0 29 0 0 0 20 0 15 0 475331784 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164022034080 140165137673789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15910] ppid=15896 vsize=15151156 memory=1056 CPUtime=0.41 cores=0,2,4,6
/proc/15898/task/15910/stat : 15910 (java) S 15896 15896 15597 0 -1 1077944384 1916 0 0 0 41 0 0 0 20 0 15 0 475331784 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164021001072 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15911] ppid=15896 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15911/stat : 15911 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475331784 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164019948512 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15912] ppid=15896 vsize=15151156 memory=1040 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15912/stat : 15912 (java) S 15896 15896 15597 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475331785 15514783744 21709 33554432000 4194304 4196468 140724670244032 140164018895280 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 88292 KiB

[startup+1.50536 s]
/proc/loadavg: 9.40 8.54 7.83 5/229 15912
/proc/meminfo: memFree=13533748/32770624 swapFree=66972280/67108860
[pid=15896] ppid=15893 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15896/stat : 15896 (xcsp3-exec) S 15893 15896 15597 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475331778 115843072 364 33554432000 4194304 5098028 140722543274224 140722543272328 139825969005180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18710528 140722543276887 140722543277145 140722543277145 140722543280070 0
/proc/15896/statm: 28282 364 305 221 0 87 0

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

/proc/15898/stat : 15898 (java) S 15896 15896 15597 0 -1 1077944320 107107 0 0 0 231599 58 0 0 20 0 19 0 475331779 15789527040 300208 33554432000 4194304 4196468 140724670244032 140724670226576 140165154262775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
/proc/15898/statm: 3854865 300208 3539 1 0 3815965 0
[pid=15898/tid=15899] ppid=15896 vsize=15419460 memory=1201212 CPUtime=1.17 cores=0,2,4,6
/proc/15898/task/15899/stat : 15899 (java) S 15896 15896 15597 0 -1 1077944384 10398 0 0 0 112 5 0 0 20 0 19 0 475331779 15789527040 300208 33554432000 4194304 4196468 140724670244032 140165158503552 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15900] ppid=15896 vsize=15419460 memory=1201212 CPUtime=0.21 cores=0,2,4,6
/proc/15898/task/15900/stat : 15900 (java) S 15896 15896 15597 0 -1 1077944384 4139 0 0 0 16 5 0 0 20 0 19 0 475331780 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164746632080 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15901] ppid=15896 vsize=15419460 memory=1201212 CPUtime=0.21 cores=0,2,4,6
/proc/15898/task/15901/stat : 15901 (java) S 15896 15896 15597 0 -1 1077944384 2831 0 0 0 15 6 0 0 20 0 19 0 475331780 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164745579280 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15902] ppid=15896 vsize=15419460 memory=1201212 CPUtime=0.21 cores=0,2,4,6
/proc/15898/task/15902/stat : 15902 (java) S 15896 15896 15597 0 -1 1077944384 3887 0 0 0 16 5 0 0 20 0 19 0 475331780 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164744526992 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15903] ppid=15896 vsize=15419460 memory=1200832 CPUtime=0.21 cores=0,2,4,6
/proc/15898/task/15903/stat : 15903 (java) S 15896 15896 15597 0 -1 1077944384 3927 0 0 0 15 6 0 0 20 0 19 0 475331780 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164743474192 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15904] ppid=15896 vsize=15419460 memory=1456 CPUtime=0.05 cores=0,2,4,6
/proc/15898/task/15904/stat : 15904 (java) S 15896 15896 15597 0 -1 1077944384 3033 0 0 0 3 2 0 0 20 0 19 0 475331781 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164027316336 140165154273922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15905] ppid=15896 vsize=15419460 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15905/stat : 15905 (java) S 15896 15896 15597 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475331782 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164026262304 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15906] ppid=15896 vsize=15419460 memory=43160 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15906/stat : 15906 (java) S 15896 15896 15597 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 475331782 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164025209968 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15907] ppid=15896 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15907/stat : 15907 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475331784 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164024158288 140165154281371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15908] ppid=15896 vsize=15419460 memory=1201212 CPUtime=3.04 cores=0,2,4,6
/proc/15898/task/15908/stat : 15908 (java) S 15896 15896 15597 0 -1 1077944384 20071 0 0 0 302 2 0 0 20 0 19 0 475331784 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164023106160 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15909] ppid=15896 vsize=15419460 memory=1200472 CPUtime=3.23 cores=0,2,4,6
/proc/15898/task/15909/stat : 15909 (java) S 15896 15896 15597 0 -1 1077944384 20105 0 0 0 321 2 0 0 20 0 19 0 475331784 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164022053360 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15910] ppid=15896 vsize=15419460 memory=3612 CPUtime=0.84 cores=0,2,4,6
/proc/15898/task/15910/stat : 15910 (java) S 15896 15896 15597 0 -1 1077944384 10119 0 0 0 83 1 0 0 20 0 19 0 475331784 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164021001072 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15911] ppid=15896 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15911/stat : 15911 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475331784 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164019948512 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15912] ppid=15896 vsize=15419460 memory=1456 CPUtime=0.34 cores=0,2,4,6
/proc/15898/task/15912/stat : 15912 (java) S 15896 15896 15597 0 -1 1077944384 852 0 0 0 34 0 0 0 20 0 19 0 475331785 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164018895280 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15913] ppid=15896 vsize=15419460 memory=1201212 CPUtime=576.87 cores=0,2,4,6
/proc/15898/task/15913/stat : 15913 (java) R 15896 15896 15597 0 -1 4202560 1656 0 0 0 57687 0 0 0 20 0 19 0 475331902 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164009915824 140164798380590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15914] ppid=15896 vsize=15419460 memory=1456 CPUtime=577.11 cores=0,2,4,6
/proc/15898/task/15914/stat : 15914 (java) R 15896 15896 15597 0 -1 4202560 16165 0 0 0 57695 16 0 0 20 0 19 0 475331902 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164008861784 140164800321246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15915] ppid=15896 vsize=15419460 memory=1201212 CPUtime=576.73 cores=0,2,4,6
/proc/15898/task/15915/stat : 15915 (java) R 15896 15896 15597 0 -1 4202560 1541 0 0 0 57673 0 0 0 20 0 19 0 475331902 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164007808936 140164799023002 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15916] ppid=15896 vsize=15419460 memory=1456 CPUtime=576.2 cores=0,2,4,6
/proc/15898/task/15916/stat : 15916 (java) R 15896 15896 15597 0 -1 4202560 7032 0 0 0 57619 1 0 0 20 0 19 0 475331902 15789527040 300208 33554432000 4194304 4196468 140724670244032 140164006756608 140164800097993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
Current children cumulated CPU time: 2316.57 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1202288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.509 s]
/proc/loadavg: 7.48 7.34 7.35 5/211 16021
/proc/meminfo: memFree=13016424/32770624 swapFree=66972280/67108860
[pid=15896] ppid=15893 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15896/stat : 15896 (xcsp3-exec) S 15893 15896 15597 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475331778 115843072 364 33554432000 4194304 5098028 140722543274224 140722543272328 139825969005180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18710528 140722543276887 140722543277145 140722543277145 140722543280070 0
/proc/15896/statm: 28282 364 305 221 0 87 0
[pid=15898] ppid=15896 vsize=15419460 memory=1200380 CPUtime=2520.38 cores=0,2,4,6
/proc/15898/stat : 15898 (java) S 15896 15896 15597 0 -1 1077944320 113298 0 0 0 251978 60 0 0 20 0 19 0 475331779 15789527040 300095 33554432000 4194304 4196468 140724670244032 140724670226576 140165154262775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
/proc/15898/statm: 3854865 300095 3539 1 0 3815965 0
[pid=15898/tid=15899] ppid=15896 vsize=15419460 memory=1456 CPUtime=1.17 cores=0,2,4,6
/proc/15898/task/15899/stat : 15899 (java) S 15896 15896 15597 0 -1 1077944384 10398 0 0 0 112 5 0 0 20 0 19 0 475331779 15789527040 300095 33554432000 4194304 4196468 140724670244032 140165158503552 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15900] ppid=15896 vsize=15419460 memory=1456 CPUtime=0.24 cores=0,2,4,6
/proc/15898/task/15900/stat : 15900 (java) S 15896 15896 15597 0 -1 1077944384 5412 0 0 0 18 6 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164746632080 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15901] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0.22 cores=0,2,4,6
/proc/15898/task/15901/stat : 15901 (java) S 15896 15896 15597 0 -1 1077944384 3080 0 0 0 16 6 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164745579280 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15902] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0.22 cores=0,2,4,6
/proc/15898/task/15902/stat : 15902 (java) S 15896 15896 15597 0 -1 1077944384 4237 0 0 0 17 5 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164744526992 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15903] ppid=15896 vsize=15419460 memory=740 CPUtime=0.23 cores=0,2,4,6
/proc/15898/task/15903/stat : 15903 (java) S 15896 15896 15597 0 -1 1077944384 4309 0 0 0 17 6 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164743474192 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15904] ppid=15896 vsize=15419460 memory=1056 CPUtime=0.05 cores=0,2,4,6
/proc/15898/task/15904/stat : 15904 (java) S 15896 15896 15597 0 -1 1077944384 3265 0 0 0 3 2 0 0 20 0 19 0 475331781 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164027316336 140165154273922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15905] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15905/stat : 15905 (java) S 15896 15896 15597 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475331782 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164026262304 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15906] ppid=15896 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15906/stat : 15906 (java) S 15896 15896 15597 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 475331782 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164025209968 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15907] ppid=15896 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15907/stat : 15907 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164024158288 140165154281371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15908] ppid=15896 vsize=15419460 memory=1200212 CPUtime=3.09 cores=0,2,4,6
/proc/15898/task/15908/stat : 15908 (java) S 15896 15896 15597 0 -1 1077944384 21428 0 0 0 306 3 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164023106160 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15909] ppid=15896 vsize=15419460 memory=1200212 CPUtime=3.23 cores=0,2,4,6
/proc/15898/task/15909/stat : 15909 (java) S 15896 15896 15597 0 -1 1077944384 20107 0 0 0 321 2 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164022053360 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15910] ppid=15896 vsize=15419460 memory=43160 CPUtime=0.84 cores=0,2,4,6
/proc/15898/task/15910/stat : 15910 (java) S 15896 15896 15597 0 -1 1077944384 10121 0 0 0 83 1 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164021001072 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15911] ppid=15896 vsize=15419460 memory=992 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15911/stat : 15911 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164019948512 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15912] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0.36 cores=0,2,4,6
/proc/15898/task/15912/stat : 15912 (java) S 15896 15896 15597 0 -1 1077944384 874 0 0 0 36 0 0 0 20 0 19 0 475331785 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164018895280 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15913] ppid=15896 vsize=15419460 memory=62492 CPUtime=627.99 cores=0,2,4,6
/proc/15898/task/15913/stat : 15913 (java) R 15896 15896 15597 0 -1 4202560 1836 0 0 0 62799 0 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164009912824 140164800214208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15914] ppid=15896 vsize=15419460 memory=62445 CPUtime=627.43 cores=0,2,4,6
/proc/15898/task/15914/stat : 15914 (java) R 15896 15896 15597 0 -1 4202560 16931 0 0 0 62726 17 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164008864608 140164801183302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15915] ppid=15896 vsize=15419460 memory=2044 CPUtime=627.82 cores=0,2,4,6
/proc/15898/task/15915/stat : 15915 (java) R 15896 15896 15597 0 -1 4202560 1765 0 0 0 62782 0 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164007808800 140164799217753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15916] ppid=15896 vsize=15419460 memory=1432 CPUtime=627.35 cores=0,2,4,6
/proc/15898/task/15916/stat : 15916 (java) R 15896 15896 15597 0 -1 4202560 8184 0 0 0 62733 2 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164006756688 140164798881784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
Current children cumulated CPU time: 2520.38 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1201836 KiB

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

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

[startup+633.605 s]
# the end of solver process 15898 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.1 s, system=0.623908 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.509 s]
/proc/loadavg: 7.48 7.34 7.35 5/211 16021
/proc/meminfo: memFree=13016424/32770624 swapFree=66972280/67108860
[pid=15896] ppid=15893 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15896/stat : 15896 (xcsp3-exec) S 15893 15896 15597 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475331778 115843072 364 33554432000 4194304 5098028 140722543274224 140722543272328 139825969005180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 18710528 140722543276887 140722543277145 140722543277145 140722543280070 0
/proc/15896/statm: 28282 364 305 221 0 87 0
[pid=15898] ppid=15896 vsize=15419460 memory=1200380 CPUtime=2520.38 cores=0,2,4,6
/proc/15898/stat : 15898 (java) S 15896 15896 15597 0 -1 1077944320 113298 0 0 0 251978 60 0 0 20 0 19 0 475331779 15789527040 300095 33554432000 4194304 4196468 140724670244032 140724670226576 140165154262775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
/proc/15898/statm: 3854865 300095 3539 1 0 3815965 0
[pid=15898/tid=15899] ppid=15896 vsize=15419460 memory=1456 CPUtime=1.17 cores=0,2,4,6
/proc/15898/task/15899/stat : 15899 (java) S 15896 15896 15597 0 -1 1077944384 10398 0 0 0 112 5 0 0 20 0 19 0 475331779 15789527040 300095 33554432000 4194304 4196468 140724670244032 140165158503552 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15900] ppid=15896 vsize=15419460 memory=1456 CPUtime=0.24 cores=0,2,4,6
/proc/15898/task/15900/stat : 15900 (java) S 15896 15896 15597 0 -1 1077944384 5412 0 0 0 18 6 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164746632080 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15901] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0.22 cores=0,2,4,6
/proc/15898/task/15901/stat : 15901 (java) S 15896 15896 15597 0 -1 1077944384 3080 0 0 0 16 6 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164745579280 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15902] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0.22 cores=0,2,4,6
/proc/15898/task/15902/stat : 15902 (java) S 15896 15896 15597 0 -1 1077944384 4237 0 0 0 17 5 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164744526992 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15903] ppid=15896 vsize=15419460 memory=740 CPUtime=0.23 cores=0,2,4,6
/proc/15898/task/15903/stat : 15903 (java) S 15896 15896 15597 0 -1 1077944384 4309 0 0 0 17 6 0 0 20 0 19 0 475331780 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164743474192 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15904] ppid=15896 vsize=15419460 memory=1056 CPUtime=0.05 cores=0,2,4,6
/proc/15898/task/15904/stat : 15904 (java) S 15896 15896 15597 0 -1 1077944384 3265 0 0 0 3 2 0 0 20 0 19 0 475331781 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164027316336 140165154273922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15905] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15905/stat : 15905 (java) S 15896 15896 15597 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 475331782 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164026262304 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15906] ppid=15896 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15906/stat : 15906 (java) S 15896 15896 15597 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 475331782 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164025209968 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15907] ppid=15896 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15907/stat : 15907 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164024158288 140165154281371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15908] ppid=15896 vsize=15419460 memory=1200212 CPUtime=3.09 cores=0,2,4,6
/proc/15898/task/15908/stat : 15908 (java) S 15896 15896 15597 0 -1 1077944384 21428 0 0 0 306 3 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164023106160 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15909] ppid=15896 vsize=15419460 memory=1200212 CPUtime=3.23 cores=0,2,4,6
/proc/15898/task/15909/stat : 15909 (java) S 15896 15896 15597 0 -1 1077944384 20107 0 0 0 321 2 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164022053360 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15910] ppid=15896 vsize=15419460 memory=43160 CPUtime=0.84 cores=0,2,4,6
/proc/15898/task/15910/stat : 15910 (java) S 15896 15896 15597 0 -1 1077944384 10121 0 0 0 83 1 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164021001072 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15911] ppid=15896 vsize=15419460 memory=992 CPUtime=0 cores=0,2,4,6
/proc/15898/task/15911/stat : 15911 (java) S 15896 15896 15597 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475331784 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164019948512 140165154272981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15912] ppid=15896 vsize=15419460 memory=1200212 CPUtime=0.36 cores=0,2,4,6
/proc/15898/task/15912/stat : 15912 (java) S 15896 15896 15597 0 -1 1077944384 874 0 0 0 36 0 0 0 20 0 19 0 475331785 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164018895280 140165154273922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15913] ppid=15896 vsize=15419460 memory=62492 CPUtime=627.99 cores=0,2,4,6
/proc/15898/task/15913/stat : 15913 (java) R 15896 15896 15597 0 -1 4202560 1836 0 0 0 62799 0 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164009912824 140164800214208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15914] ppid=15896 vsize=15419460 memory=62445 CPUtime=627.43 cores=0,2,4,6
/proc/15898/task/15914/stat : 15914 (java) R 15896 15896 15597 0 -1 4202560 16931 0 0 0 62726 17 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164008864608 140164801183302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15915] ppid=15896 vsize=15419460 memory=2044 CPUtime=627.82 cores=0,2,4,6
/proc/15898/task/15915/stat : 15915 (java) R 15896 15896 15597 0 -1 4202560 1765 0 0 0 62782 0 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164007808800 140164799217753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
[pid=15898/tid=15916] ppid=15896 vsize=15419460 memory=1432 CPUtime=627.35 cores=0,2,4,6
/proc/15898/task/15916/stat : 15916 (java) R 15896 15896 15597 0 -1 4202560 8184 0 0 0 62733 2 0 0 20 0 19 0 475331902 15789527040 300095 33554432000 4194304 4196468 140724670244032 140164006756688 140164798881784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23965696 140724670247899 140724670248074 140724670248074 140724670250959 0
Current children cumulated CPU time: 2520.38 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1201836 KiB

Child status: 143
Real time (s): 633.605
CPU time (s): 2520.73
CPU user time (s): 2520.1
CPU system time (s): 0.623908
CPU usage (%): 397.839
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1204280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.1
system time used= 0.623908
maximum resident set size= 1206420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114410
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= 16994
involuntary context switches= 26917


# summary of solver processes directly reported to runsolver:
#   pid: 15896,15898
#   total CPU time (s): 2520.73
#   total CPU user time (s): 2520.1
#   total CPU system time (s): 0.623908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.99199 second user time and 7.27173 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 17:37:36
IDJOB=4403591
IDBENCH=141718
IDSOLVER=2863
FILE ID=node117/4403591-1568993899
RUNJOBID= node117-1568993217-15628
PBS_JOBID= 21704664
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-30-098.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-4403591-1568993899/watcher-4403591-1568993899 -o /var/tmp/evaluation-result-4403591-1568993899/solver-4403591-1568993899 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568993217-15628 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 114030956 HOME/instance-4403591-1568993899.xml

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

MD5SUM BENCH= fb27cd1d2814d0f1760e6f4b9d041fef
RANDOM SEED=114030956

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14031772 kB
MemAvailable:   31819732 kB
Buffers:          138768 kB
Cached:         17554936 kB
SwapCached:        27724 kB
Active:          8803148 kB
Inactive:        8939228 kB
Active(anon):      19768 kB
Inactive(anon):    69956 kB
Active(file):    8783380 kB
Inactive(file):  8869272 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972280 kB
Dirty:             52440 kB
Writeback:             0 kB
AnonPages:        127184 kB
Mapped:            59180 kB
Shmem:             32436 kB
Slab:             592124 kB
SReclaimable:     563768 kB
SUnreclaim:        28356 kB
KernelStack:        3648 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1501716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-20 17:48:10