Trace number 4247255

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
R1: choco-solver 4.0.5 (2017-07-05)? (TO) 2400.05 603.03198

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-067-4.xml
MD5SUM22c6c6446a04b334dd8f238e60106d6c
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 variables67
Number of constraints1089
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":67}]
Minimum variable degree33
Maximum variable degree65
Distribution of variable degrees[{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":2},{"degree":49,"count":4},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1089}]
Number of extensional constraints0
Number of intensional constraints1089
Distribution of constraint types[{"type":"intension","count":1089}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247255-1502065222.xml"  -tl '2400s' -p 4 -x 0
0.00/0.30	c [HOME/instance-4247255-1502065222.xml, -tl, 2400s, -p, 4, -x, 0]
0.00/0.36	c 4 solvers in parallel
0.00/0.42	c parse instance...
2.78/1.24	c solve instance...
2400.05/603.06	s UNKNOWN
2400.05/603.06	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247255-1502065222/watcher-4247255-1502065222 -o /tmp/evaluation-result-4247255-1502065222/solver-4247255-1502065222 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 530757992 HOME/instance-4247255-1502065222.xml 

pid=14573
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.75 7.46 7.26 6/204 14576
/proc/meminfo: memFree=31262804/32770624 swapFree=0/332704
[pid=14576] ppid=14573 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (runsolver) D 14573 14576 25100 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 54337433 24240128 108 18446744073709551615 4194304 4338465 140733056823376 140733056821016 140502610563799 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 19468288 140733056831575 140733056832073 140733056832073 140733056835530 0
/proc/14576/statm: 5918 108 54 36 0 2156 0

[startup+0.100086 s]
/proc/loadavg: 7.75 7.46 7.26 6/204 14576
/proc/meminfo: memFree=31262804/32770624 swapFree=0/332704
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20027 s]
/proc/loadavg: 7.75 7.46 7.26 6/204 14576
/proc/meminfo: memFree=31262804/32770624 swapFree=0/332704
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300202 s]
/proc/loadavg: 7.75 7.46 7.26 6/204 14576
/proc/meminfo: memFree=31262804/32770624 swapFree=0/332704
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.705225 s]
/proc/loadavg: 7.75 7.46 7.26 6/204 14576
/proc/meminfo: memFree=31262804/32770624 swapFree=0/332704
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50068 s]
/proc/loadavg: 7.75 7.46 7.26 8/220 14592
/proc/meminfo: memFree=31137616/32770624 swapFree=0/332772
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
[pid=14578] ppid=14576 vsize=13185584 CPUtime=3.88 cores=1,3,5,7
/proc/14578/stat : 14578 (java) S 14576 14576 25100 0 -1 1077944320 23196 0 0 0 380 8 0 0 20 0 19 0 54337443 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140723908465088 140170776510199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
/proc/14578/statm: 3296396 46018 3198 1 0 3284688 0
[pid=14578/tid=14579] ppid=14576 vsize=13185584 CPUtime=1.07 cores=1,3,5,7
/proc/14578/task/14579/stat : 14579 (java) S 14576 14576 25100 0 -1 1077944384 9978 0 0 0 102 5 0 0 20 0 19 0 54337443 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170780750976 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14580] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14580/stat : 14580 (java) S 14576 14576 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 54337444 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170699336592 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14581] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14581/stat : 14581 (java) S 14576 14576 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 54337444 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170698283792 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14582] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14582/stat : 14582 (java) S 14576 14576 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 54337444 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170697231504 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14583] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14583/stat : 14583 (java) S 14576 14576 25100 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 54337444 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170696178704 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14584] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14584/stat : 14584 (java) S 14576 14576 25100 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170259540080 140170776521346 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14585] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14585/stat : 14585 (java) S 14576 14576 25100 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170258486048 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14586] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14586/stat : 14586 (java) S 14576 14576 25100 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 54337446 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170257433712 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14587] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14587/stat : 14587 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170256382032 140170776528795 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14588] ppid=14576 vsize=13185584 CPUtime=0.9 cores=1,3,5,7
/proc/14578/task/14588/stat : 14588 (java) S 14576 14576 25100 0 -1 1077944384 4459 0 0 0 90 0 0 0 20 0 19 0 54337448 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170255329904 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14589] ppid=14576 vsize=13185584 CPUtime=0.82 cores=1,3,5,7
/proc/14578/task/14589/stat : 14589 (java) R 14576 14576 25100 0 -1 1077944384 4382 0 0 0 82 0 0 0 20 0 19 0 54337448 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170254263888 140170776520405 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14590] ppid=14576 vsize=13185584 CPUtime=0.54 cores=1,3,5,7
/proc/14578/task/14590/stat : 14590 (java) R 14576 14576 25100 0 -1 1077944384 2625 0 0 0 53 1 0 0 20 0 19 0 54337448 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170253224816 140170776521346 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14591] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14591/stat : 14591 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170252172256 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14592] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14592/stat : 14592 (java) S 14576 14576 25100 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 54337455 13502038016 46018 18446744073709551615 4194304 4196468 140723908482544 140170251119024 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 13195096

[startup+3.1112 s]
/proc/loadavg: 7.75 7.46 7.26 11/224 14596
/proc/meminfo: memFree=31086424/32770624 swapFree=0/332772
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
[pid=14578] ppid=14576 vsize=13185584 CPUtime=10.28 cores=1,3,5,7
/proc/14578/stat : 14578 (java) S 14576 14576 25100 0 -1 1077944320 25790 0 0 0 1020 8 0 0 20 0 19 0 54337443 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140723908465088 140170776510199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
/proc/14578/statm: 3296396 53807 3249 1 0 3284688 0
[pid=14578/tid=14579] ppid=14576 vsize=13185584 CPUtime=1.07 cores=1,3,5,7
/proc/14578/task/14579/stat : 14579 (java) S 14576 14576 25100 0 -1 1077944384 9978 0 0 0 102 5 0 0 20 0 19 0 54337443 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170780750976 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14580] ppid=14576 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/14578/task/14580/stat : 14580 (java) S 14576 14576 25100 0 -1 1077944384 304 0 0 0 1 0 0 0 20 0 19 0 54337444 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170699336592 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14581] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14581/stat : 14581 (java) S 14576 14576 25100 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 54337444 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170698283792 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14582] ppid=14576 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/14578/task/14582/stat : 14582 (java) S 14576 14576 25100 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 19 0 54337444 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170697231504 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14583] ppid=14576 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/14578/task/14583/stat : 14583 (java) S 14576 14576 25100 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 19 0 54337444 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170696178704 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14584] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14584/stat : 14584 (java) S 14576 14576 25100 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170259540080 140170776521346 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14585] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14585/stat : 14585 (java) S 14576 14576 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170258486048 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14586] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14586/stat : 14586 (java) S 14576 14576 25100 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 54337446 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170257433712 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14587] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14587/stat : 14587 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170256382032 140170776528795 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14588] ppid=14576 vsize=13185584 CPUtime=1.73 cores=1,3,5,7
/proc/14578/task/14588/stat : 14588 (java) R 14576 14576 25100 0 -1 4202560 5607 0 0 0 173 0 0 0 20 0 19 0 54337448 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170255329904 140170755728802 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14589] ppid=14576 vsize=13185584 CPUtime=1.69 cores=1,3,5,7
/proc/14578/task/14589/stat : 14589 (java) R 14576 14576 25100 0 -1 4202560 4769 0 0 0 169 0 0 0 20 0 19 0 54337448 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170254277104 140170754485760 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14590] ppid=14576 vsize=13185584 CPUtime=0.6 cores=1,3,5,7
/proc/14578/task/14590/stat : 14590 (java) S 14576 14576 25100 0 -1 1077944384 2966 0 0 0 59 1 0 0 20 0 19 0 54337448 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170253224816 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14591] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14591/stat : 14591 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170252172256 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14592] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14592/stat : 14592 (java) S 14576 14576 25100 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 54337455 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170251119024 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14593] ppid=14576 vsize=13185584 CPUtime=1.44 cores=1,3,5,7
/proc/14578/task/14593/stat : 14593 (java) R 14576 14576 25100 0 -1 4202560 172 0 0 0 144 0 0 0 20 0 19 0 54337558 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170243604600 140170374073284 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14594] ppid=14576 vsize=13185584 CPUtime=1.2 cores=1,3,5,7
/proc/14578/task/14594/stat : 14594 (java) R 14576 14576 25100 0 -1 4202560 209 0 0 0 120 0 0 0 20 0 19 0 54337559 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170242552152 140170374248876 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14595] ppid=14576 vsize=13185584 CPUtime=1.36 cores=1,3,5,7
/proc/14578/task/14595/stat : 14595 (java) R 14576 14576 25100 0 -1 4202560 56 0 0 0 136 0 0 0 20 0 19 0 54337559 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170241499720 140170374073868 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14596] ppid=14576 vsize=13185584 CPUtime=1.07 cores=1,3,5,7
/proc/14578/task/14596/stat : 14596 (java) R 14576 14576 25100 0 -1 4202560 46 0 0 0 107 0 0 0 20 0 19 0 54337559 13502038016 53807 18446744073709551615 4194304 4196468 140723908482544 140170240447528 140170374249923 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 13195096

[startup+6.3012 s]
/proc/loadavg: 7.77 7.47 7.27 9/224 14596
/proc/meminfo: memFree=31060600/32770624 swapFree=0/332764
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
[pid=14578] ppid=14576 vsize=13185584 CPUtime=22.98 cores=1,3,5,7
/proc/14578/stat : 14578 (java) S 14576 14576 25100 0 -1 1077944320 30678 0 0 0 2287 11 0 0 20 0 19 0 54337443 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140723908465088 140170776510199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
/proc/14578/statm: 3296396 53247 3255 1 0 3284688 0
[pid=14578/tid=14579] ppid=14576 vsize=13185584 CPUtime=1.07 cores=1,3,5,7
/proc/14578/task/14579/stat : 14579 (java) S 14576 14576 25100 0 -1 1077944384 9978 0 0 0 102 5 0 0 20 0 19 0 54337443 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170780750976 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14580] ppid=14576 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/14578/task/14580/stat : 14580 (java) S 14576 14576 25100 0 -1 1077944384 304 0 0 0 1 0 0 0 20 0 19 0 54337444 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170699336592 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14581] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14581/stat : 14581 (java) S 14576 14576 25100 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 54337444 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170698283792 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14582] ppid=14576 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/14578/task/14582/stat : 14582 (java) S 14576 14576 25100 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 19 0 54337444 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170697231504 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14583] ppid=14576 vsize=13185584 CPUtime=0.01 cores=1,3,5,7
/proc/14578/task/14583/stat : 14583 (java) S 14576 14576 25100 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 19 0 54337444 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170696178704 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14584] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14584/stat : 14584 (java) S 14576 14576 25100 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170259540080 140170776521346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14585] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14585/stat : 14585 (java) S 14576 14576 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170258486048 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14586] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14586/stat : 14586 (java) S 14576 14576 25100 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 54337446 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170257433712 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14587] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14587/stat : 14587 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170256382032 140170776528795 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14588] ppid=14576 vsize=13185584 CPUtime=2.04 cores=1,3,5,7
/proc/14578/task/14588/stat : 14588 (java) S 14576 14576 25100 0 -1 1077944384 7246 0 0 0 203 1 0 0 20 0 19 0 54337448 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170255329904 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14589] ppid=14576 vsize=13185584 CPUtime=2.03 cores=1,3,5,7
/proc/14578/task/14589/stat : 14589 (java) S 14576 14576 25100 0 -1 1077944384 5800 0 0 0 203 0 0 0 20 0 19 0 54337448 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170254277104 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14590] ppid=14576 vsize=13185584 CPUtime=0.62 cores=1,3,5,7
/proc/14578/task/14590/stat : 14590 (java) S 14576 14576 25100 0 -1 1077944384 4060 0 0 0 61 1 0 0 20 0 19 0 54337448 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170253224816 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14591] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14591/stat : 14591 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170252172256 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14592] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14592/stat : 14592 (java) S 14576 14576 25100 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 19 0 54337455 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170251119024 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14593] ppid=14576 vsize=13185584 CPUtime=4.56 cores=1,3,5,7
/proc/14578/task/14593/stat : 14593 (java) R 14576 14576 25100 0 -1 4202560 428 0 0 0 456 0 0 0 20 0 19 0 54337558 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170243604504 140170374073387 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14594] ppid=14576 vsize=13185584 CPUtime=4.19 cores=1,3,5,7
/proc/14578/task/14594/stat : 14594 (java) R 14576 14576 25100 0 -1 4202560 383 0 0 0 419 0 0 0 20 0 19 0 54337559 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170242553192 140170374074156 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14595] ppid=14576 vsize=13185584 CPUtime=4.28 cores=1,3,5,7
/proc/14578/task/14595/stat : 14595 (java) R 14576 14576 25100 0 -1 4202560 153 0 0 0 428 0 0 0 20 0 19 0 54337559 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170241499144 140170374250903 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14596] ppid=14576 vsize=13185584 CPUtime=4.04 cores=1,3,5,7
/proc/14578/task/14596/stat : 14596 (java) R 14576 14576 25100 0 -1 4202560 129 0 0 0 404 0 0 0 20 0 19 0 54337559 13502038016 53247 18446744073709551615 4194304 4196468 140723908482544 140170240447736 140170374073593 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
Current children cumulated CPU time (s) 22.98
Current children cumulated vsize (KiB) 13195096

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

/proc/14576/statm: 2378 345 289 221 0 87 0
[pid=14578] ppid=14576 vsize=13185584 CPUtime=2078.88 cores=1,3,5,7
/proc/14578/stat : 14578 (java) S 14576 14576 25100 0 -1 1077944320 56799 0 0 0 207865 23 0 0 20 0 19 0 54337443 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140723908465088 140170776510199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
/proc/14578/statm: 3296396 40974 3256 1 0 3284688 0
[pid=14578/tid=14579] ppid=14576 vsize=13185584 CPUtime=1.07 cores=1,3,5,7
/proc/14578/task/14579/stat : 14579 (java) S 14576 14576 25100 0 -1 1077944384 9978 0 0 0 102 5 0 0 20 0 19 0 54337443 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170780750976 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14580] ppid=14576 vsize=13185584 CPUtime=0.19 cores=1,3,5,7
/proc/14578/task/14580/stat : 14580 (java) S 14576 14576 25100 0 -1 1077944384 1013 0 0 0 17 2 0 0 20 0 19 0 54337444 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170699336592 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14581] ppid=14576 vsize=13185584 CPUtime=0.18 cores=1,3,5,7
/proc/14578/task/14581/stat : 14581 (java) S 14576 14576 25100 0 -1 1077944384 1300 0 0 0 15 3 0 0 20 0 19 0 54337444 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170698283792 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14582] ppid=14576 vsize=13185584 CPUtime=0.18 cores=1,3,5,7
/proc/14578/task/14582/stat : 14582 (java) S 14576 14576 25100 0 -1 1077944384 1396 0 0 0 15 3 0 0 20 0 19 0 54337444 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170697231504 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14583] ppid=14576 vsize=13185584 CPUtime=0.19 cores=1,3,5,7
/proc/14578/task/14583/stat : 14583 (java) S 14576 14576 25100 0 -1 1077944384 1428 0 0 0 16 3 0 0 20 0 19 0 54337444 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170696178704 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14584] ppid=14576 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/14578/task/14584/stat : 14584 (java) S 14576 14576 25100 0 -1 1077944384 2046 0 0 0 12 1 0 0 20 0 19 0 54337445 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170259540080 140170776521346 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14585] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14585/stat : 14585 (java) S 14576 14576 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170258486048 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14586] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14586/stat : 14586 (java) S 14576 14576 25100 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 54337446 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170257433712 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14587] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14587/stat : 14587 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170256382032 140170776528795 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14588] ppid=14576 vsize=13185584 CPUtime=2.23 cores=1,3,5,7
/proc/14578/task/14588/stat : 14588 (java) S 14576 14576 25100 0 -1 1077944384 12599 0 0 0 222 1 0 0 20 0 19 0 54337448 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170255329904 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14589] ppid=14576 vsize=13185584 CPUtime=2.24 cores=1,3,5,7
/proc/14578/task/14589/stat : 14589 (java) S 14576 14576 25100 0 -1 1077944384 10959 0 0 0 224 0 0 0 20 0 19 0 54337448 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170254277104 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14590] ppid=14576 vsize=13185584 CPUtime=0.64 cores=1,3,5,7
/proc/14578/task/14590/stat : 14590 (java) S 14576 14576 25100 0 -1 1077944384 6223 0 0 0 63 1 0 0 20 0 19 0 54337448 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170253224816 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14591] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14591/stat : 14591 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170252172256 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14592] ppid=14576 vsize=13185584 CPUtime=0.18 cores=1,3,5,7
/proc/14578/task/14592/stat : 14592 (java) S 14576 14576 25100 0 -1 1077944384 837 0 0 0 9 9 0 0 20 0 19 0 54337455 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170251119024 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14593] ppid=14576 vsize=13185584 CPUtime=517.48 cores=1,3,5,7
/proc/14578/task/14593/stat : 14593 (java) R 14576 14576 25100 0 -1 4202560 2243 0 0 0 51748 0 0 0 20 0 19 0 54337558 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170243603240 140170374073481 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14594] ppid=14576 vsize=13185584 CPUtime=518.72 cores=1,3,5,7
/proc/14578/task/14594/stat : 14594 (java) R 14576 14576 25100 0 -1 4202560 1956 0 0 0 51871 1 0 0 20 0 19 0 54337559 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170242554448 140170374074332 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14595] ppid=14576 vsize=13185584 CPUtime=518.07 cores=1,3,5,7
/proc/14578/task/14595/stat : 14595 (java) R 14576 14576 25100 0 -1 4202560 1727 0 0 0 51806 1 0 0 20 0 19 0 54337559 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170241499160 140170374229446 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14596] ppid=14576 vsize=13185584 CPUtime=517.25 cores=1,3,5,7
/proc/14578/task/14596/stat : 14596 (java) R 14576 14576 25100 0 -1 4202560 1754 0 0 0 51725 0 0 0 20 0 19 0 54337559 13502038016 40974 18446744073709551615 4194304 4196468 140723908482544 140170240446624 140170374073340 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
Current children cumulated CPU time (s) 2078.88
Current children cumulated vsize (KiB) 13195096

[startup+582.301 s]
/proc/loadavg: 8.74 8.60 7.98 10/224 14714
/proc/meminfo: memFree=27060756/32770624 swapFree=0/333004
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
[pid=14578] ppid=14576 vsize=13185584 CPUtime=2317.7 cores=1,3,5,7
/proc/14578/stat : 14578 (java) S 14576 14576 25100 0 -1 1077944320 58409 0 0 0 231746 24 0 0 20 0 19 0 54337443 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140723908465088 140170776510199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
/proc/14578/statm: 3296396 45462 3256 1 0 3284688 0
[pid=14578/tid=14579] ppid=14576 vsize=13185584 CPUtime=1.07 cores=1,3,5,7
/proc/14578/task/14579/stat : 14579 (java) S 14576 14576 25100 0 -1 1077944384 9978 0 0 0 102 5 0 0 20 0 19 0 54337443 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170780750976 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14580] ppid=14576 vsize=13185584 CPUtime=0.23 cores=1,3,5,7
/proc/14578/task/14580/stat : 14580 (java) S 14576 14576 25100 0 -1 1077944384 1057 0 0 0 20 3 0 0 20 0 19 0 54337444 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170699336592 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14581] ppid=14576 vsize=13185584 CPUtime=0.21 cores=1,3,5,7
/proc/14578/task/14581/stat : 14581 (java) S 14576 14576 25100 0 -1 1077944384 1389 0 0 0 18 3 0 0 20 0 19 0 54337444 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170698283792 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14582] ppid=14576 vsize=13185584 CPUtime=0.22 cores=1,3,5,7
/proc/14578/task/14582/stat : 14582 (java) S 14576 14576 25100 0 -1 1077944384 1812 0 0 0 19 3 0 0 20 0 19 0 54337444 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170697231504 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14583] ppid=14576 vsize=13185584 CPUtime=0.23 cores=1,3,5,7
/proc/14578/task/14583/stat : 14583 (java) S 14576 14576 25100 0 -1 1077944384 1503 0 0 0 20 3 0 0 20 0 19 0 54337444 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170696178704 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14584] ppid=14576 vsize=13185584 CPUtime=0.16 cores=1,3,5,7
/proc/14578/task/14584/stat : 14584 (java) S 14576 14576 25100 0 -1 1077944384 2290 0 0 0 15 1 0 0 20 0 19 0 54337445 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170259540080 140170776521346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14585] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14585/stat : 14585 (java) S 14576 14576 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170258486048 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14586] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14586/stat : 14586 (java) S 14576 14576 25100 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 54337446 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170257433712 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14587] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14587/stat : 14587 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170256382032 140170776528795 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14588] ppid=14576 vsize=13185584 CPUtime=2.23 cores=1,3,5,7
/proc/14578/task/14588/stat : 14588 (java) S 14576 14576 25100 0 -1 1077944384 12601 0 0 0 222 1 0 0 20 0 19 0 54337448 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170255329904 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14589] ppid=14576 vsize=13185584 CPUtime=2.24 cores=1,3,5,7
/proc/14578/task/14589/stat : 14589 (java) S 14576 14576 25100 0 -1 1077944384 10961 0 0 0 224 0 0 0 20 0 19 0 54337448 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170254277104 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14590] ppid=14576 vsize=13185584 CPUtime=0.64 cores=1,3,5,7
/proc/14578/task/14590/stat : 14590 (java) S 14576 14576 25100 0 -1 1077944384 6225 0 0 0 63 1 0 0 20 0 19 0 54337448 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170253224816 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14591] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14591/stat : 14591 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170252172256 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14592] ppid=14576 vsize=13185584 CPUtime=0.2 cores=1,3,5,7
/proc/14578/task/14592/stat : 14592 (java) S 14576 14576 25100 0 -1 1077944384 859 0 0 0 10 10 0 0 20 0 19 0 54337455 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170251119024 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14593] ppid=14576 vsize=13185584 CPUtime=577.04 cores=1,3,5,7
/proc/14578/task/14593/stat : 14593 (java) R 14576 14576 25100 0 -1 4202560 2458 0 0 0 57704 0 0 0 20 0 19 0 54337558 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170243605728 140170374073340 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14594] ppid=14576 vsize=13185584 CPUtime=578.48 cores=1,3,5,7
/proc/14578/task/14594/stat : 14594 (java) R 14576 14576 25100 0 -1 4202560 2130 0 0 0 57847 1 0 0 20 0 19 0 54337559 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170242551960 140170374074099 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14595] ppid=14576 vsize=13185584 CPUtime=577.76 cores=1,3,5,7
/proc/14578/task/14595/stat : 14595 (java) R 14576 14576 25100 0 -1 4202560 1881 0 0 0 57775 1 0 0 20 0 19 0 54337559 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170241498752 140170375967777 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14596] ppid=14576 vsize=13185584 CPUtime=576.85 cores=1,3,5,7
/proc/14578/task/14596/stat : 14596 (java) R 14576 14576 25100 0 -1 4202560 1925 0 0 0 57684 1 0 0 20 0 19 0 54337559 13502038016 45462 18446744073709551615 4194304 4196468 140723908482544 140170240446624 140170374249521 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
Current children cumulated CPU time (s) 2317.7
Current children cumulated vsize (KiB) 13195096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.001 s]
/proc/loadavg: 8.21 8.50 7.96 10/224 14794
/proc/meminfo: memFree=27063116/32770624 swapFree=0/333036
[pid=14576] ppid=14573 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/14576/stat : 14576 (xcsp3-exec) S 14573 14576 25100 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 54337433 9740288 345 18446744073709551615 4194304 5098028 140724073964704 140724073962808 139683298857596 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 33169408 140724073972121 140724073972330 140724073972330 140724073975787 0
/proc/14576/statm: 2378 345 289 221 0 87 0
[pid=14578] ppid=14576 vsize=13185584 CPUtime=2400.05 cores=1,3,5,7
/proc/14578/stat : 14578 (java) S 14576 14576 25100 0 -1 1077944320 58587 0 0 0 239979 26 0 0 20 0 19 0 54337443 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140723908465088 140170776510199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
/proc/14578/statm: 3296396 45974 3256 1 0 3284688 0
[pid=14578/tid=14579] ppid=14576 vsize=13185584 CPUtime=1.07 cores=1,3,5,7
/proc/14578/task/14579/stat : 14579 (java) S 14576 14576 25100 0 -1 1077944384 9978 0 0 0 102 5 0 0 20 0 19 0 54337443 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170780750976 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14580] ppid=14576 vsize=13185584 CPUtime=0.25 cores=1,3,5,7
/proc/14578/task/14580/stat : 14580 (java) S 14576 14576 25100 0 -1 1077944384 1059 0 0 0 22 3 0 0 20 0 19 0 54337444 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170699336592 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14581] ppid=14576 vsize=13185584 CPUtime=0.24 cores=1,3,5,7
/proc/14578/task/14581/stat : 14581 (java) S 14576 14576 25100 0 -1 1077944384 1397 0 0 0 20 4 0 0 20 0 19 0 54337444 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170698283792 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14582] ppid=14576 vsize=13185584 CPUtime=0.25 cores=1,3,5,7
/proc/14578/task/14582/stat : 14582 (java) S 14576 14576 25100 0 -1 1077944384 1816 0 0 0 21 4 0 0 20 0 19 0 54337444 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170697231504 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14583] ppid=14576 vsize=13185584 CPUtime=0.25 cores=1,3,5,7
/proc/14578/task/14583/stat : 14583 (java) S 14576 14576 25100 0 -1 1077944384 1510 0 0 0 22 3 0 0 20 0 19 0 54337444 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170696178704 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14584] ppid=14576 vsize=13185584 CPUtime=0.18 cores=1,3,5,7
/proc/14578/task/14584/stat : 14584 (java) S 14576 14576 25100 0 -1 1077944384 2291 0 0 0 17 1 0 0 20 0 19 0 54337445 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170259540080 140170776521346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14585] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14585/stat : 14585 (java) S 14576 14576 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 54337445 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170258486048 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14586] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14586/stat : 14586 (java) S 14576 14576 25100 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 54337446 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170257433712 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14587] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14587/stat : 14587 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170256382032 140170776528795 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14588] ppid=14576 vsize=13185584 CPUtime=2.23 cores=1,3,5,7
/proc/14578/task/14588/stat : 14588 (java) S 14576 14576 25100 0 -1 1077944384 12601 0 0 0 222 1 0 0 20 0 19 0 54337448 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170255329904 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14589] ppid=14576 vsize=13185584 CPUtime=2.24 cores=1,3,5,7
/proc/14578/task/14589/stat : 14589 (java) S 14576 14576 25100 0 -1 1077944384 11073 0 0 0 224 0 0 0 20 0 19 0 54337448 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170254277104 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14590] ppid=14576 vsize=13185584 CPUtime=0.64 cores=1,3,5,7
/proc/14578/task/14590/stat : 14590 (java) S 14576 14576 25100 0 -1 1077944384 6225 0 0 0 63 1 0 0 20 0 19 0 54337448 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170253224816 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14591] ppid=14576 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/14578/task/14591/stat : 14591 (java) S 14576 14576 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 54337448 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170252172256 140170776520405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14592] ppid=14576 vsize=13185584 CPUtime=0.22 cores=1,3,5,7
/proc/14578/task/14592/stat : 14592 (java) S 14576 14576 25100 0 -1 1077944384 859 0 0 0 11 11 0 0 20 0 19 0 54337455 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170251119024 140170776521346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14593] ppid=14576 vsize=13185584 CPUtime=597.55 cores=1,3,5,7
/proc/14578/task/14593/stat : 14593 (java) R 14576 14576 25100 0 -1 4202560 2470 0 0 0 59755 0 0 0 20 0 19 0 54337558 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170243605760 140170374073327 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14594] ppid=14576 vsize=13185584 CPUtime=599.02 cores=1,3,5,7
/proc/14578/task/14594/stat : 14594 (java) R 14576 14576 25100 0 -1 4202560 2137 0 0 0 59901 1 0 0 20 0 19 0 54337559 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170242551824 140170374073361 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14595] ppid=14576 vsize=13185584 CPUtime=598.34 cores=1,3,5,7
/proc/14578/task/14595/stat : 14595 (java) R 14576 14576 25100 0 -1 4202560 1896 0 0 0 59833 1 0 0 20 0 19 0 54337559 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170241499024 140170374073023 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
[pid=14578/tid=14596] ppid=14576 vsize=13185584 CPUtime=597.44 cores=1,3,5,7
/proc/14578/task/14596/stat : 14596 (java) R 14576 14576 25100 0 -1 4202560 1935 0 0 0 59742 2 0 0 20 0 19 0 54337559 13502038016 45974 18446744073709551615 4194304 4196468 140723908482544 140170240446464 140170375371513 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21958656 140723908485590 140723908485766 140723908485766 140723908489167 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 13195096

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14578 sig 9
??? kill 14576 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14576 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1835
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=118
# CPU time returned by wait4() is 0.001953
# while last known CPU time is 2400.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 603.032
CPU time (s): 2400.05
CPU user time (s): 2399.79
CPU system time (s): 0.26
CPU usage (%): 397.997
Max. virtual memory (cumulated for all children) (KiB): 13195096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001835
system time used= 0.000118
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.15588 second user time and 4.78281 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-07 02:06:15
IDJOB=4247255
IDBENCH=140599
IDSOLVER=2625
FILE ID=node133/4247255-1502065222
RUNJOBID= node133-1502042263-31899
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-067-4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247255-1502065222/watcher-4247255-1502065222 -o /tmp/evaluation-result-4247255-1502065222/solver-4247255-1502065222 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 530757992 HOME/instance-4247255-1502065222.xml

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

MD5SUM BENCH= 22c6c6446a04b334dd8f238e60106d6c
RANDOM SEED=530757992

node133.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.17
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.17
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.17
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.17
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:        31263068 kB
MemAvailable:   31764076 kB
Buffers:          209008 kB
Cached:           583156 kB
SwapCached:            0 kB
Active:           727856 kB
Inactive:         357624 kB
Active(anon):     293548 kB
Inactive(anon):    24920 kB
Active(file):     434308 kB
Inactive(file):   332704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7864 kB
Writeback:             4 kB
AnonPages:        293112 kB
Mapped:            52436 kB
Shmem:             25276 kB
Slab:             126600 kB
SReclaimable:      99660 kB
SUnreclaim:        26940 kB
KernelStack:        3600 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1230936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-07 02:16:18