Trace number 4399065

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-16? (TO) 2520.63 633.698

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-35-123.xml
MD5SUM45744cc354831d0c2f8e03e2f88be5e0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints595
Number of domains35
Minimum domain size89
Maximum domain size123
Distribution of domain sizes[{"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},{"size":99,"count":2},{"size":100,"count":2},{"size":101,"count":2},{"size":102,"count":2},{"size":103,"count":2},{"size":104,"count":2},{"size":105,"count":2},{"size":106,"count":2},{"size":107,"count":2},{"size":108,"count":2},{"size":109,"count":2},{"size":110,"count":2},{"size":111,"count":2},{"size":112,"count":2},{"size":113,"count":2},{"size":114,"count":2},{"size":115,"count":2},{"size":116,"count":2},{"size":117,"count":2},{"size":118,"count":2},{"size":119,"count":2},{"size":120,"count":2},{"size":121,"count":2},{"size":122,"count":2},{"size":123,"count":2}]
Minimum variable degree34
Maximum variable degree34
Distribution of variable degrees[{"degree":34,"count":70}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":595}]
Number of extensional constraints0
Number of intensional constraints595
Distribution of constraint types[{"type":"intension","count":595}]
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-4399065-1568700272.xml"  -tl '2520s' -p 4
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4399065-1568700272.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
3.67/1.39	c solve instance...
2520.28/633.66	s UNKNOWN
2520.28/633.66	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

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

running on 4 cores: 1,3,5,7

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=373, runsolver pid=370

[startup+0.100058 s]*
/proc/loadavg: 8.10 7.38 6.26 7/236 389
/proc/meminfo: memFree=27128328/32770624 swapFree=66954000/67108860
[pid=373] ppid=370 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/373/stat : 373 (xcsp3-exec) S 370 373 32088 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445969064 115843072 362 33554432000 4194304 5098028 140722878643472 140722878641576 139777412514428 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27869184 140722878645114 140722878645357 140722878645357 140722878648266 0
/proc/373/statm: 28282 362 304 221 0 87 0
[pid=375] ppid=373 vsize=15144776 memory=31024 CPUtime=0.11 cores=1,3,5,7
/proc/375/stat : 375 (java) S 373 373 32088 0 -1 1077944320 5649 0 0 0 10 1 0 0 20 0 15 0 445969064 15508250624 7756 33554432000 4194304 4196468 140724856368528 140724856351072 139982514245367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
/proc/375/statm: 3786194 7756 3147 1 0 3748377 0
[pid=375/tid=376] ppid=373 vsize=15144776 memory=7883960649037381690 CPUtime=0.09 cores=1,3,5,7
/proc/375/task/376/stat : 376 (java) R 373 373 32088 0 -1 4202560 3568 0 0 0 8 1 0 0 20 0 15 0 445969065 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982518468368 139982498325854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=377] ppid=373 vsize=15144776 memory=13657 CPUtime=0 cores=1,3,5,7
/proc/375/task/377/stat : 377 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982450481424 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=378] ppid=373 vsize=15144776 memory=288370717431625344 CPUtime=0 cores=1,3,5,7
/proc/375/task/378/stat : 378 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982449428880 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=379] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/379/stat : 379 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982448376336 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=380] ppid=373 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/375/task/380/stat : 380 (java) S 373 373 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982103173776 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=381] ppid=373 vsize=15144776 memory=140341279913600 CPUtime=0 cores=1,3,5,7
/proc/375/task/381/stat : 381 (java) S 373 373 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445969067 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982050060784 139982514256514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=382] ppid=373 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/375/task/382/stat : 382 (java) S 373 373 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445969067 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982049007008 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=383] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/383/stat : 383 (java) S 373 373 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445969068 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982047954416 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=384] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/384/stat : 384 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982046902992 139982514263963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=385] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/385/stat : 385 (java) R 373 373 32088 0 -1 4202560 444 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 7756 33554432000 4194304 4196468 140724856368528 139982045849584 139982494881277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=386] ppid=373 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/375/task/386/stat : 386 (java) R 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 7756 33554432000 4194304 4196468 140724856368528 139981449324656 139982514256514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=387] ppid=373 vsize=15144776 memory=140341279913600 CPUtime=0.02 cores=1,3,5,7
/proc/375/task/387/stat : 387 (java) R 373 373 32088 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 15 0 445969070 15508250624 7756 33554432000 4194304 4196468 140724856368528 139981448272112 139982514266714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=388] ppid=373 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/375/task/388/stat : 388 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 7756 33554432000 4194304 4196468 140724856368528 139981447219808 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=389] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/389/stat : 389 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 7756 33554432000 4194304 4196468 140724856368528 139981446167344 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 32472 KiB

[startup+0.210972 s]*
/proc/loadavg: 8.10 7.38 6.26 7/236 389
/proc/meminfo: memFree=27115596/32770624 swapFree=66954000/67108860
[pid=373] ppid=370 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/373/stat : 373 (xcsp3-exec) S 370 373 32088 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445969064 115843072 362 33554432000 4194304 5098028 140722878643472 140722878641576 139777412514428 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27869184 140722878645114 140722878645357 140722878645357 140722878648266 0
/proc/373/statm: 28282 362 304 221 0 87 0
[pid=375] ppid=373 vsize=15144776 memory=42216 CPUtime=0.33 cores=1,3,5,7
/proc/375/stat : 375 (java) S 373 373 32088 0 -1 1077944320 9275 0 0 0 30 3 0 0 20 0 15 0 445969064 15508250624 10554 33554432000 4194304 4196468 140724856368528 140724856351072 139982514245367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
/proc/375/statm: 3786194 10554 3266 1 0 3748377 0
[pid=375/tid=376] ppid=373 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/375/task/376/stat : 376 (java) R 373 373 32088 0 -1 4202560 6555 0 0 0 18 2 0 0 20 0 15 0 445969065 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982518483680 139982514267293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=377] ppid=373 vsize=15144776 memory=13657 CPUtime=0 cores=1,3,5,7
/proc/375/task/377/stat : 377 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982450481424 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=378] ppid=373 vsize=15144776 memory=288370717431625344 CPUtime=0 cores=1,3,5,7
/proc/375/task/378/stat : 378 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982449428880 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=379] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/379/stat : 379 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982448376336 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=380] ppid=373 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/375/task/380/stat : 380 (java) S 373 373 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445969065 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982103173776 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=381] ppid=373 vsize=15144776 memory=140341279913600 CPUtime=0 cores=1,3,5,7
/proc/375/task/381/stat : 381 (java) S 373 373 32088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445969067 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982050060784 139982514256514 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=382] ppid=373 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/375/task/382/stat : 382 (java) S 373 373 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445969067 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982049007008 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=383] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/383/stat : 383 (java) S 373 373 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445969068 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982047954416 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=384] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/384/stat : 384 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982046902992 139982514263963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=385] ppid=373 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/375/task/385/stat : 385 (java) S 373 373 32088 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 15 0 445969070 15508250624 10554 33554432000 4194304 4196468 140724856368528 139982045849584 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=386] ppid=373 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/375/task/386/stat : 386 (java) S 373 373 32088 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 15 0 445969070 15508250624 10554 33554432000 4194304 4196468 140724856368528 139981449324656 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=387] ppid=373 vsize=15144776 memory=140341279913600 CPUtime=0.08 cores=1,3,5,7
/proc/375/task/387/stat : 387 (java) R 373 373 32088 0 -1 4202560 804 0 0 0 8 0 0 0 20 0 15 0 445969070 15508250624 10554 33554432000 4194304 4196468 140724856368528 139981448272112 139982514266714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=388] ppid=373 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/375/task/388/stat : 388 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 10554 33554432000 4194304 4196468 140724856368528 139981447219808 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=389] ppid=373 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/389/stat : 389 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969070 15508250624 10554 33554432000 4194304 4196468 140724856368528 139981446167344 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43664 KiB

[startup+0.310887 s]*
/proc/loadavg: 8.10 7.38 6.26 7/236 389
/proc/meminfo: memFree=27108436/32770624 swapFree=66954000/67108860
[pid=373] ppid=370 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/373/stat : 373 (xcsp3-exec) S 370 373 32088 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445969064 115843072 362 33554432000 4194304 5098028 140722878643472 140722878641576 139777412514428 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27869184 140722878645114 140722878645357 140722878645357 140722878648266 0
/proc/373/statm: 28282 362 304 221 0 87 0
[pid=375] ppid=373 vsize=15149032 memory=51772 CPUtime=0.52 cores=1,3,5,7
/proc/375/stat : 375 (java) S 373 373 32088 0 -1 1077944320 10704 0 0 0 48 4 0 0 20 0 15 0 445969064 15512608768 12915 33554432000 4194304 4196468 140724856368528 140724856351072 139982514245367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
/proc/375/statm: 3787258 12915 3366 1 0 3748377 0
[pid=375/tid=376] ppid=373 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/375/task/376/stat : 376 (java) R 373 373 32088 0 -1 4202560 7770 0 0 0 27 3 0 0 20 0 15 0 445969065 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982518476480 139982498325854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=377] ppid=373 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/375/task/377/stat : 377 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982450481424 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=378] ppid=373 vsize=15149032 memory=3475195960850671461 CPUtime=0 cores=1,3,5,7
/proc/375/task/378/stat : 378 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982449428880 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=379] ppid=373 vsize=15149032 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/375/task/379/stat : 379 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982448376336 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=380] ppid=373 vsize=15149032 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/375/task/380/stat : 380 (java) S 373 373 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445969065 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982103173776 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=381] ppid=373 vsize=15149032 memory=7100839878643315824 CPUtime=0 cores=1,3,5,7
/proc/375/task/381/stat : 381 (java) S 373 373 32088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445969067 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982050060784 139982514256514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=382] ppid=373 vsize=15149032 memory=-8614379499087747112 CPUtime=0 cores=1,3,5,7
/proc/375/task/382/stat : 382 (java) S 373 373 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445969067 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982049007008 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=383] ppid=373 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/383/stat : 383 (java) S 373 373 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445969068 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982047954416 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=384] ppid=373 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/384/stat : 384 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982046902992 139982514263963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=385] ppid=373 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/375/task/385/stat : 385 (java) S 373 373 32088 0 -1 1077944384 568 0 0 0 4 0 0 0 20 0 15 0 445969070 15512608768 13013 33554432000 4194304 4196468 140724856368528 139982045849584 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=386] ppid=373 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/375/task/386/stat : 386 (java) S 373 373 32088 0 -1 1077944384 208 0 0 0 5 0 0 0 20 0 15 0 445969070 15512608768 13013 33554432000 4194304 4196468 140724856368528 139981449324656 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=387] ppid=373 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/375/task/387/stat : 387 (java) S 373 373 32088 0 -1 1077944384 956 0 0 0 12 0 0 0 20 0 15 0 445969070 15512608768 13013 33554432000 4194304 4196468 140724856368528 139981448272112 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=388] ppid=373 vsize=15149032 memory=3760561996835598902 CPUtime=0 cores=1,3,5,7
/proc/375/task/388/stat : 388 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15512608768 13013 33554432000 4194304 4196468 140724856368528 139981447219808 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=389] ppid=373 vsize=15149032 memory=3540022563197626291 CPUtime=0 cores=1,3,5,7
/proc/375/task/389/stat : 389 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969070 15512608768 13013 33554432000 4194304 4196468 140724856368528 139981446167344 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53220 KiB

[startup+0.70249 s]
/proc/loadavg: 8.10 7.38 6.26 8/236 389
/proc/meminfo: memFree=27091172/32770624 swapFree=66954000/67108860
[pid=373] ppid=370 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/373/stat : 373 (xcsp3-exec) S 370 373 32088 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445969064 115843072 362 33554432000 4194304 5098028 140722878643472 140722878641576 139777412514428 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27869184 140722878645114 140722878645357 140722878645357 140722878648266 0
/proc/373/statm: 28282 362 304 221 0 87 0
[pid=375] ppid=373 vsize=15151156 memory=92004 CPUtime=1.75 cores=1,3,5,7
/proc/375/stat : 375 (java) S 373 373 32088 0 -1 1077944320 15661 0 0 0 169 6 0 0 20 0 15 0 445969064 15514783744 23001 33554432000 4194304 4196468 140724856368528 140724856351072 139982514245367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
/proc/375/statm: 3787789 23001 3456 1 0 3748889 0
[pid=375/tid=376] ppid=373 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/375/task/376/stat : 376 (java) R 373 373 32088 0 -1 4202560 9221 0 0 0 63 4 0 0 20 0 15 0 445969065 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982518480024 139982127863393 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=377] ppid=373 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/377/stat : 377 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982450481424 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=378] ppid=373 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/378/stat : 378 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982449428880 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=379] ppid=373 vsize=15151156 memory=69396 CPUtime=0 cores=1,3,5,7
/proc/375/task/379/stat : 379 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969065 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982448376336 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=380] ppid=373 vsize=15151156 memory=33640 CPUtime=0 cores=1,3,5,7
/proc/375/task/380/stat : 380 (java) S 373 373 32088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445969065 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982103173776 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=381] ppid=373 vsize=15151156 memory=992 CPUtime=0 cores=1,3,5,7
/proc/375/task/381/stat : 381 (java) S 373 373 32088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445969067 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982050060784 139982514256514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=382] ppid=373 vsize=15151156 memory=2044 CPUtime=0 cores=1,3,5,7
/proc/375/task/382/stat : 382 (java) S 373 373 32088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445969067 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982049007008 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=383] ppid=373 vsize=15151156 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/375/task/383/stat : 383 (java) S 373 373 32088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445969068 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982047954416 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=384] ppid=373 vsize=15151156 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/375/task/384/stat : 384 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982046902992 139982514263963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=385] ppid=373 vsize=15151156 memory=740 CPUtime=0.31 cores=1,3,5,7
/proc/375/task/385/stat : 385 (java) R 373 373 32088 0 -1 4202560 1463 0 0 0 31 0 0 0 20 0 15 0 445969070 15514783744 23001 33554432000 4194304 4196468 140724856368528 139982045833536 139982495766613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=386] ppid=373 vsize=15151156 memory=1056 CPUtime=0.3 cores=1,3,5,7
/proc/375/task/386/stat : 386 (java) R 373 373 32088 0 -1 4202560 1103 0 0 0 30 0 0 0 20 0 15 0 445969070 15514783744 23001 33554432000 4194304 4196468 140724856368528 139981449307616 139982493518161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=387] ppid=373 vsize=15151156 memory=1552 CPUtime=0.43 cores=1,3,5,7
/proc/375/task/387/stat : 387 (java) R 373 373 32088 0 -1 4202560 2568 0 0 0 42 1 0 0 20 0 15 0 445969070 15514783744 23001 33554432000 4194304 4196468 140724856368528 139981448267840 139982497602785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=388] ppid=373 vsize=15151156 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/375/task/388/stat : 388 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445969070 15514783744 23001 33554432000 4194304 4196468 140724856368528 139981447219808 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=389] ppid=373 vsize=15151156 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/375/task/389/stat : 389 (java) S 373 373 32088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445969070 15514783744 23001 33554432000 4194304 4196468 140724856368528 139981446167344 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 93452 KiB

[startup+1.50076 s]
/proc/loadavg: 8.10 7.38 6.26 8/236 389
/proc/meminfo: memFree=26982956/32770624 swapFree=66954000/67108860
[pid=373] ppid=370 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/373/stat : 373 (xcsp3-exec) S 370 373 32088 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445969064 115843072 362 33554432000 4194304 5098028 140722878643472 140722878641576 139777412514428 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27869184 140722878645114 140722878645357 140722878645357 140722878648266 0
/proc/373/statm: 28282 362 304 221 0 87 0

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

/proc/375/stat : 375 (java) S 373 373 32088 0 -1 1077944320 90297 0 0 0 207642 76 0 0 20 0 19 0 445969064 15789527040 542520 33554432000 4194304 4196468 140724856368528 140724856351072 139982514245367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
/proc/375/statm: 3854865 542520 3533 1 0 3815965 0
[pid=375/tid=376] ppid=373 vsize=15419460 memory=2170080 CPUtime=1.36 cores=1,3,5,7
/proc/375/task/376/stat : 376 (java) S 373 373 32088 0 -1 1077944384 9810 0 0 0 130 6 0 0 20 0 19 0 445969065 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982518486144 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=377] ppid=373 vsize=15419460 memory=2170080 CPUtime=0.18 cores=1,3,5,7
/proc/375/task/377/stat : 377 (java) S 373 373 32088 0 -1 1077944384 1877 0 0 0 13 5 0 0 20 0 19 0 445969065 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982450481424 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=378] ppid=373 vsize=15419460 memory=1448 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/378/stat : 378 (java) S 373 373 32088 0 -1 1077944384 1342 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982449428880 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=379] ppid=373 vsize=15419460 memory=2170080 CPUtime=0.18 cores=1,3,5,7
/proc/375/task/379/stat : 379 (java) S 373 373 32088 0 -1 1077944384 846 0 0 0 13 5 0 0 20 0 19 0 445969065 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982448376336 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=380] ppid=373 vsize=15419460 memory=2170080 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/380/stat : 380 (java) S 373 373 32088 0 -1 1077944384 2731 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982103173776 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=381] ppid=373 vsize=15419460 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/375/task/381/stat : 381 (java) S 373 373 32088 0 -1 1077944384 2871 0 0 0 3 1 0 0 20 0 19 0 445969067 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982050060784 139982514256514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=382] ppid=373 vsize=15419460 memory=317 CPUtime=0 cores=1,3,5,7
/proc/375/task/382/stat : 382 (java) S 373 373 32088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445969067 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982049007072 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=383] ppid=373 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/375/task/383/stat : 383 (java) S 373 373 32088 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445969068 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982047954432 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=384] ppid=373 vsize=15419460 memory=7372763582190539600 CPUtime=0 cores=1,3,5,7
/proc/375/task/384/stat : 384 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445969070 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982046902992 139982514263963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=385] ppid=373 vsize=15419460 memory=3612 CPUtime=3.17 cores=1,3,5,7
/proc/375/task/385/stat : 385 (java) S 373 373 32088 0 -1 1077944384 15966 0 0 0 315 2 0 0 20 0 19 0 445969070 15789527040 542520 33554432000 4194304 4196468 140724856368528 139982045849584 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=386] ppid=373 vsize=15419460 memory=1408 CPUtime=3.16 cores=1,3,5,7
/proc/375/task/386/stat : 386 (java) S 373 373 32088 0 -1 1077944384 17440 0 0 0 314 2 0 0 20 0 19 0 445969070 15789527040 542520 33554432000 4194304 4196468 140724856368528 139981449324656 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=387] ppid=373 vsize=15419460 memory=1448 CPUtime=0.85 cores=1,3,5,7
/proc/375/task/387/stat : 387 (java) S 373 373 32088 0 -1 1077944384 8568 0 0 0 83 2 0 0 20 0 19 0 445969070 15789527040 542520 33554432000 4194304 4196468 140724856368528 139981448272112 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=388] ppid=373 vsize=15419460 memory=3612 CPUtime=0 cores=1,3,5,7
/proc/375/task/388/stat : 388 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445969070 15789527040 542520 33554432000 4194304 4196468 140724856368528 139981447219808 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=389] ppid=373 vsize=15419460 memory=1448 CPUtime=0.28 cores=1,3,5,7
/proc/375/task/389/stat : 389 (java) S 373 373 32088 0 -1 1077944384 1376 0 0 0 14 14 0 0 20 0 19 0 445969070 15789527040 542520 33554432000 4194304 4196468 140724856368528 139981446167344 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=390] ppid=373 vsize=15419460 memory=2170080 CPUtime=518.52 cores=1,3,5,7
/proc/375/task/390/stat : 390 (java) R 373 373 32088 0 -1 4202560 1156 0 0 0 51852 0 0 0 20 0 19 0 445969206 15789527040 542520 33554432000 4194304 4196468 140724856368528 139981441473536 139982137338181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=391] ppid=373 vsize=15419460 memory=2170080 CPUtime=514.81 cores=1,3,5,7
/proc/375/task/391/stat : 391 (java) R 373 373 32088 0 -1 4202560 17550 0 0 0 51448 33 0 0 20 0 19 0 445969206 15789527040 542520 33554432000 4194304 4196468 140724856368528 139980993977568 139982135400389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=392] ppid=373 vsize=15419460 memory=6947385649911455296 CPUtime=516.47 cores=1,3,5,7
/proc/375/task/392/stat : 392 (java) R 373 373 32088 0 -1 4202560 1695 0 0 0 51644 3 0 0 20 0 19 0 445969206 15789527040 542520 33554432000 4194304 4196468 140724856368528 139980992922280 139982137338255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=393] ppid=373 vsize=15419460 memory=796 CPUtime=517.63 cores=1,3,5,7
/proc/375/task/393/stat : 393 (java) R 373 373 32088 0 -1 4202560 5772 0 0 0 51762 1 0 0 20 0 19 0 445969206 15789527040 542520 33554432000 4194304 4196468 140724856368528 139980991868712 139982135514745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
Current children cumulated CPU time: 2077.18 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2171528 KiB

[startup+582.302 s]
/proc/loadavg: 4.27 6.31 6.52 6/211 497
/proc/meminfo: memFree=28597708/32770624 swapFree=66954004/67108860
[pid=373] ppid=370 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/373/stat : 373 (xcsp3-exec) S 370 373 32088 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445969064 115843072 362 33554432000 4194304 5098028 140722878643472 140722878641576 139777412514428 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27869184 140722878645114 140722878645357 140722878645357 140722878648266 0
/proc/373/statm: 28282 362 304 221 0 87 0
[pid=375] ppid=373 vsize=15419460 memory=2136728 CPUtime=2316.05 cores=1,3,5,7
/proc/375/stat : 375 (java) S 373 373 32088 0 -1 1077944320 93296 0 0 0 231528 77 0 0 20 0 19 0 445969064 15789527040 534182 33554432000 4194304 4196468 140724856368528 140724856351072 139982514245367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
/proc/375/statm: 3854865 534182 3533 1 0 3815965 0
[pid=375/tid=376] ppid=373 vsize=15419460 memory=1448 CPUtime=1.36 cores=1,3,5,7
/proc/375/task/376/stat : 376 (java) S 373 373 32088 0 -1 1077944384 9810 0 0 0 130 6 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982518486144 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=377] ppid=373 vsize=15419460 memory=2136728 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/377/stat : 377 (java) S 373 373 32088 0 -1 1077944384 1928 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982450481424 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=378] ppid=373 vsize=15419460 memory=2136728 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/378/stat : 378 (java) S 373 373 32088 0 -1 1077944384 1484 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982449428880 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=379] ppid=373 vsize=15419460 memory=2136728 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/379/stat : 379 (java) S 373 373 32088 0 -1 1077944384 877 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982448376336 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=380] ppid=373 vsize=15419460 memory=1448 CPUtime=0.2 cores=1,3,5,7
/proc/375/task/380/stat : 380 (java) S 373 373 32088 0 -1 1077944384 3208 0 0 0 15 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982103173776 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=381] ppid=373 vsize=15419460 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/375/task/381/stat : 381 (java) S 373 373 32088 0 -1 1077944384 3116 0 0 0 3 1 0 0 20 0 19 0 445969067 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982050060784 139982514256514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=382] ppid=373 vsize=15419460 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/375/task/382/stat : 382 (java) S 373 373 32088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445969067 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982049007072 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=383] ppid=373 vsize=15419460 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/375/task/383/stat : 383 (java) S 373 373 32088 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445969068 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982047954432 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=384] ppid=373 vsize=15419460 memory=2170080 CPUtime=0 cores=1,3,5,7
/proc/375/task/384/stat : 384 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982046902992 139982514263963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=385] ppid=373 vsize=15419460 memory=1448 CPUtime=3.17 cores=1,3,5,7
/proc/375/task/385/stat : 385 (java) S 373 373 32088 0 -1 1077944384 15970 0 0 0 315 2 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982045849584 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=386] ppid=373 vsize=15419460 memory=1448 CPUtime=3.16 cores=1,3,5,7
/proc/375/task/386/stat : 386 (java) S 373 373 32088 0 -1 1077944384 17442 0 0 0 314 2 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981449324656 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=387] ppid=373 vsize=15419460 memory=1448 CPUtime=0.85 cores=1,3,5,7
/proc/375/task/387/stat : 387 (java) S 373 373 32088 0 -1 1077944384 8775 0 0 0 83 2 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981448272112 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=388] ppid=373 vsize=15419460 memory=2136728 CPUtime=0 cores=1,3,5,7
/proc/375/task/388/stat : 388 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981447219808 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=389] ppid=373 vsize=15419460 memory=3248 CPUtime=0.34 cores=1,3,5,7
/proc/375/task/389/stat : 389 (java) S 373 373 32088 0 -1 1077944384 1405 0 0 0 17 17 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981446167344 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=390] ppid=373 vsize=15419460 memory=2170080 CPUtime=578.37 cores=1,3,5,7
/proc/375/task/390/stat : 390 (java) R 373 373 32088 0 -1 4202560 1267 0 0 0 57837 0 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981441473536 139982135522541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=391] ppid=373 vsize=15419460 memory=1448 CPUtime=574.04 cores=1,3,5,7
/proc/375/task/391/stat : 391 (java) R 373 373 32088 0 -1 4202560 18949 0 0 0 57370 34 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139980993974760 139982135666869 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=392] ppid=373 vsize=15419460 memory=2136728 CPUtime=576.18 cores=1,3,5,7
/proc/375/task/392/stat : 392 (java) R 373 373 32088 0 -1 4202560 1790 0 0 0 57615 3 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139980992922280 139982135666979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=393] ppid=373 vsize=15419460 memory=2170080 CPUtime=577.62 cores=1,3,5,7
/proc/375/task/393/stat : 393 (java) R 373 373 32088 0 -1 4202560 5978 0 0 0 57761 1 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139980991871456 139982135667029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
Current children cumulated CPU time: 2316.05 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2138176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.602 s]
/proc/loadavg: 4.12 5.95 6.39 5/211 500
/proc/meminfo: memFree=28598084/32770624 swapFree=66954004/67108860
[pid=373] ppid=370 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/373/stat : 373 (xcsp3-exec) S 370 373 32088 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445969064 115843072 362 33554432000 4194304 5098028 140722878643472 140722878641576 139777412514428 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27869184 140722878645114 140722878645357 140722878645357 140722878648266 0
/proc/373/statm: 28282 362 304 221 0 87 0
[pid=375] ppid=373 vsize=15419460 memory=2136728 CPUtime=2520.28 cores=1,3,5,7
/proc/375/stat : 375 (java) S 373 373 32088 0 -1 1077944320 95766 0 0 0 251951 77 0 0 20 0 19 0 445969064 15789527040 534182 33554432000 4194304 4196468 140724856368528 140724856351072 139982514245367 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
/proc/375/statm: 3854865 534182 3533 1 0 3815965 0
[pid=375/tid=376] ppid=373 vsize=15419460 memory=1448 CPUtime=1.36 cores=1,3,5,7
/proc/375/task/376/stat : 376 (java) S 373 373 32088 0 -1 1077944384 9810 0 0 0 130 6 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982518486144 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=377] ppid=373 vsize=15419460 memory=2136728 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/377/stat : 377 (java) S 373 373 32088 0 -1 1077944384 1928 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982450481424 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=378] ppid=373 vsize=15419460 memory=780 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/378/stat : 378 (java) S 373 373 32088 0 -1 1077944384 1484 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982449428880 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=379] ppid=373 vsize=15419460 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/375/task/379/stat : 379 (java) S 373 373 32088 0 -1 1077944384 877 0 0 0 14 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982448376336 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=380] ppid=373 vsize=15419460 memory=4420 CPUtime=0.2 cores=1,3,5,7
/proc/375/task/380/stat : 380 (java) S 373 373 32088 0 -1 1077944384 3208 0 0 0 15 5 0 0 20 0 19 0 445969065 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982103173776 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=381] ppid=373 vsize=15419460 memory=6628 CPUtime=0.04 cores=1,3,5,7
/proc/375/task/381/stat : 381 (java) S 373 373 32088 0 -1 1077944384 3125 0 0 0 3 1 0 0 20 0 19 0 445969067 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982050060784 139982514256514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=382] ppid=373 vsize=15419460 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/375/task/382/stat : 382 (java) S 373 373 32088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445969067 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982049007072 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=383] ppid=373 vsize=15419460 memory=2136728 CPUtime=0 cores=1,3,5,7
/proc/375/task/383/stat : 383 (java) S 373 373 32088 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445969068 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982047954432 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=384] ppid=373 vsize=15419460 memory=1672 CPUtime=0 cores=1,3,5,7
/proc/375/task/384/stat : 384 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982046902992 139982514263963 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=385] ppid=373 vsize=15419460 memory=796 CPUtime=3.17 cores=1,3,5,7
/proc/375/task/385/stat : 385 (java) S 373 373 32088 0 -1 1077944384 15973 0 0 0 315 2 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139982045849584 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=386] ppid=373 vsize=15419460 memory=54 CPUtime=3.16 cores=1,3,5,7
/proc/375/task/386/stat : 386 (java) S 373 373 32088 0 -1 1077944384 17445 0 0 0 314 2 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981449324656 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=387] ppid=373 vsize=15419460 memory=288230377091511600 CPUtime=0.85 cores=1,3,5,7
/proc/375/task/387/stat : 387 (java) S 373 373 32088 0 -1 1077944384 8784 0 0 0 83 2 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981448272112 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=388] ppid=373 vsize=15419460 memory=288293289772469374 CPUtime=0 cores=1,3,5,7
/proc/375/task/388/stat : 388 (java) S 373 373 32088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981447219808 139982514255573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=389] ppid=373 vsize=15419460 memory=280682287503424 CPUtime=0.4 cores=1,3,5,7
/proc/375/task/389/stat : 389 (java) S 373 373 32088 0 -1 1077944384 1432 0 0 0 20 20 0 0 20 0 19 0 445969070 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981446167344 139982514256514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=390] ppid=373 vsize=15419460 memory=1720 CPUtime=629.63 cores=1,3,5,7
/proc/375/task/390/stat : 390 (java) R 373 373 32088 0 -1 4202560 1338 0 0 0 62963 0 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139981441473536 139982135399638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=391] ppid=373 vsize=15419460 memory=1200 CPUtime=624.37 cores=1,3,5,7
/proc/375/task/391/stat : 391 (java) R 373 373 32088 0 -1 4202560 20255 0 0 0 62403 34 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139980993974760 139982131825951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=392] ppid=373 vsize=15419460 memory=5996 CPUtime=627.47 cores=1,3,5,7
/proc/375/task/392/stat : 392 (java) R 373 373 32088 0 -1 4202560 1891 0 0 0 62744 3 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139980992922280 139982135521405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
[pid=375/tid=393] ppid=373 vsize=15419460 memory=14012 CPUtime=628.91 cores=1,3,5,7
/proc/375/task/393/stat : 393 (java) R 373 373 32088 0 -1 4202560 6919 0 0 0 62890 1 0 0 20 0 19 0 445969206 15789527040 534182 33554432000 4194304 4196468 140724856368528 139980991871456 139982135801839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22798336 140724856374255 140724856374426 140724856374426 140724856377295 0
Current children cumulated CPU time: 2520.28 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2138176 KiB

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

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

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

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

Child status: 143
Real time (s): 633.698
CPU time (s): 2520.63
CPU user time (s): 2519.84
CPU system time (s): 0.792479
CPU usage (%): 397.765
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 2211000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.84
system time used= 0.792479
maximum resident set size= 2209552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16699
involuntary context switches= 37658


# summary of solver processes directly reported to runsolver:
#   pid: 373,375
#   total CPU time (s): 2520.63
#   total CPU user time (s): 2519.84
#   total CPU system time (s): 0.792479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.14933 second user time and 7.553 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-17 08:03:49
IDJOB=4399065
IDBENCH=141716
IDSOLVER=2853
FILE ID=node117/4399065-1568700272
RUNJOBID= node117-1568698663-32120
PBS_JOBID= 21703818
Free space on /tmp= 61160 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-35-123.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399065-1568700272/watcher-4399065-1568700272 -o /tmp/evaluation-result-4399065-1568700272/solver-4399065-1568700272 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568698663-32120 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1753105455 HOME/instance-4399065-1568700272.xml

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

MD5SUM BENCH= 45744cc354831d0c2f8e03e2f88be5e0
RANDOM SEED=1753105455

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:        27146900 kB
MemAvailable:   28300572 kB
Buffers:          132484 kB
Cached:          1301252 kB
SwapCached:        49764 kB
Active:          4155472 kB
Inactive:         877044 kB
Active(anon):    3550292 kB
Inactive(anon):    87484 kB
Active(file):     605180 kB
Inactive(file):   789560 kB
Unevictable:      109132 kB
Mlocked:          109132 kB
SwapTotal:      67108860 kB
SwapFree:       66954000 kB
Dirty:             26088 kB
Writeback:             0 kB
AnonPages:       3659960 kB
Mapped:            55344 kB
Shmem:             29960 kB
Slab:             178312 kB
SReclaimable:     149536 kB
SUnreclaim:        28776 kB
KernelStack:        3824 kB
PageTables:        12844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5456268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3538944 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 /tmp at the end= 61160 MiB
End job on node117 at 2019-09-17 08:14:23