Trace number 4406599

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24? (TO) 2400.09 2390.13

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1058
Best CPU time to get the best result obtained on this benchmark2400.17
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406599-1569396670.xml"  -tl '2400s' -p 1
0.11/0.19	c Choco e747e1e
0.11/0.19	c [HOME/instance-4406599-1569396670.xml, -tl, 2400s, -p, 1]
0.32/0.23	c simple solver
0.32/0.29	c parse instance...
1.63/0.76	c solve instance...
2400.06/2390.11	s UNKNOWN
2400.06/2390.11	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 (12680 MiB free)
  memory of node 1: 16384 MiB (14195 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406599-1569396670/watcher-4406599-1569396670 -o /var/tmp/evaluation-result-4406599-1569396670/solver-4406599-1569396670 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1569396631-700 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1936863015 HOME/instance-4406599-1569396670.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=726, runsolver pid=722
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 0.00 0.01 0.05 4/231 761
/proc/meminfo: memFree=27488184/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0
[pid=732] ppid=726 vsize=15144776 memory=29364 CPUtime=0.11 cores=0,2,4,6
/proc/732/stat : 732 (java) S 726 726 669 0 -1 1077944320 5313 0 0 0 9 2 0 0 20 0 15 0 515905579 15508250624 7341 33554432000 4194304 4196468 140723354211104 140723354193648 139954892574455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
/proc/732/statm: 3786194 7341 3102 1 0 3748377 0
[pid=732/tid=735] ppid=726 vsize=15144776 memory=7022364632946311227 CPUtime=0.08 cores=0,2,4,6
/proc/732/task/735/stat : 735 (java) R 726 726 669 0 -1 4202560 3319 0 0 0 7 1 0 0 20 0 15 0 515905579 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954896798928 139954892586390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=737] ppid=726 vsize=15144776 memory=4296910620 CPUtime=0 cores=0,2,4,6
/proc/732/task/737/stat : 737 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954804230800 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=739] ppid=726 vsize=15144776 memory=288370665995036288 CPUtime=0 cores=0,2,4,6
/proc/732/task/739/stat : 739 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954803178000 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=741] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/741/stat : 741 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954802125200 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=743] ppid=726 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/732/task/743/stat : 743 (java) S 726 726 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515905581 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954801072400 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=744] ppid=726 vsize=15144776 memory=140289843324544 CPUtime=0 cores=0,2,4,6
/proc/732/task/744/stat : 744 (java) S 726 726 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515905582 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954360966000 139954892585602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=746] ppid=726 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/732/task/746/stat : 746 (java) S 726 726 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515905582 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954359911968 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=748] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515905583 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954358859120 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) S 726 726 669 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 515905585 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954356754800 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) S 726 726 669 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 515905585 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954355702000 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15144776 memory=140289843324544 CPUtime=0.01 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) S 726 726 669 0 -1 1077944384 272 0 0 0 1 0 0 0 20 0 15 0 515905585 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954354649200 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905586 15508250624 7341 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30816 KiB

[startup+0.210693 s]*
/proc/loadavg: 0.00 0.01 0.05 5/231 761
/proc/meminfo: memFree=27462824/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0
[pid=732] ppid=726 vsize=15144776 memory=40684 CPUtime=0.32 cores=0,2,4,6
/proc/732/stat : 732 (java) S 726 726 669 0 -1 1077944320 8816 0 0 0 29 3 0 0 20 0 15 0 515905579 15508250624 10171 33554432000 4194304 4196468 140723354211104 140723354193648 139954892574455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
/proc/732/statm: 3786194 10171 3300 1 0 3748377 0
[pid=732/tid=735] ppid=726 vsize=15144776 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/732/task/735/stat : 735 (java) R 726 726 669 0 -1 4202560 6083 0 0 0 17 2 0 0 20 0 15 0 515905579 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954896804176 139954892596381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=737] ppid=726 vsize=15144776 memory=4296910620 CPUtime=0 cores=0,2,4,6
/proc/732/task/737/stat : 737 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954804230800 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=739] ppid=726 vsize=15144776 memory=288370665995036288 CPUtime=0 cores=0,2,4,6
/proc/732/task/739/stat : 739 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954803178000 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=741] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/741/stat : 741 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954802125200 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=743] ppid=726 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/732/task/743/stat : 743 (java) S 726 726 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515905581 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954801072400 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=744] ppid=726 vsize=15144776 memory=140289843324544 CPUtime=0 cores=0,2,4,6
/proc/732/task/744/stat : 744 (java) S 726 726 669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515905582 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954360966000 139954892585602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=746] ppid=726 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/732/task/746/stat : 746 (java) S 726 726 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515905582 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954359911968 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=748] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515905583 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954358859120 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) R 726 726 669 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 515905585 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954356754800 139954876819612 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) R 726 726 669 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 515905585 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954355702000 139954892585602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15144776 memory=140289843324544 CPUtime=0.08 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) R 726 726 669 0 -1 4202560 799 0 0 0 8 0 0 0 20 0 15 0 515905585 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954354649200 139954871122520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905586 15508250624 10171 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42136 KiB

[startup+0.31142 s]*
/proc/loadavg: 0.00 0.01 0.05 6/231 761
/proc/meminfo: memFree=27452080/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0
[pid=732] ppid=726 vsize=15149032 memory=49200 CPUtime=0.51 cores=0,2,4,6
/proc/732/stat : 732 (java) S 726 726 669 0 -1 1077944320 10099 0 0 0 47 4 0 0 20 0 15 0 515905579 15512608768 12300 33554432000 4194304 4196468 140723354211104 140723354193648 139954892574455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
/proc/732/statm: 3787258 12300 3347 1 0 3748377 0
[pid=732/tid=735] ppid=726 vsize=15149032 memory=1399051139730258233 CPUtime=0.29 cores=0,2,4,6
/proc/732/task/735/stat : 735 (java) R 726 726 669 0 -1 4202560 7123 0 0 0 26 3 0 0 20 0 15 0 515905579 15512608768 12300 33554432000 4194304 4196468 140723354211104 139954896805568 139954876654942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=737] ppid=726 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/732/task/737/stat : 737 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15512608768 12300 33554432000 4194304 4196468 140723354211104 139954804230800 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=739] ppid=726 vsize=15149032 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/732/task/739/stat : 739 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15512608768 12300 33554432000 4194304 4196468 140723354211104 139954803178000 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=741] ppid=726 vsize=15149032 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/732/task/741/stat : 741 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15512608768 12300 33554432000 4194304 4196468 140723354211104 139954802125200 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=743] ppid=726 vsize=15149032 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/732/task/743/stat : 743 (java) S 726 726 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515905581 15512608768 12300 33554432000 4194304 4196468 140723354211104 139954801072400 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=744] ppid=726 vsize=15149032 memory=924 CPUtime=0 cores=0,2,4,6
/proc/732/task/744/stat : 744 (java) S 726 726 669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515905582 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954360966000 139954892585602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=746] ppid=726 vsize=15149032 memory=3804 CPUtime=0 cores=0,2,4,6
/proc/732/task/746/stat : 746 (java) S 726 726 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515905582 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954359911968 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=748] ppid=726 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515905583 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954358859120 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15149032 memory=3184238209814027280 CPUtime=0.03 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) R 726 726 669 0 -1 1077944384 373 0 0 0 3 0 0 0 20 0 15 0 515905585 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954356754800 139954892585602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) R 726 726 669 0 -1 4202560 403 0 0 0 4 0 0 0 20 0 15 0 515905585 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954355702000 139954873274752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) S 726 726 669 0 -1 1077944384 994 0 0 0 13 0 0 0 20 0 15 0 515905585 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954354649200 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905586 15512608768 12366 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50652 KiB

[startup+0.700744 s]
/proc/loadavg: 0.00 0.01 0.05 9/231 761
/proc/meminfo: memFree=27416292/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0
[pid=732] ppid=726 vsize=15151156 memory=84744 CPUtime=1.63 cores=0,2,4,6
/proc/732/stat : 732 (java) S 726 726 669 0 -1 1077944320 14220 0 0 0 157 6 0 0 20 0 15 0 515905579 15514783744 21186 33554432000 4194304 4196468 140723354211104 140723354193648 139954892574455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
/proc/732/statm: 3787789 21186 3454 1 0 3748889 0
[pid=732/tid=735] ppid=726 vsize=15151156 memory=8049867166153220215 CPUtime=0.66 cores=0,2,4,6
/proc/732/task/735/stat : 735 (java) R 726 726 669 0 -1 4202560 8561 0 0 0 62 4 0 0 20 0 15 0 515905579 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954896810880 139954892586390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=737] ppid=726 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/737/stat : 737 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954804230800 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=739] ppid=726 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/732/task/739/stat : 739 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954803178000 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=741] ppid=726 vsize=15151156 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/732/task/741/stat : 741 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905580 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954802125200 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=743] ppid=726 vsize=15151156 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/732/task/743/stat : 743 (java) S 726 726 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515905581 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954801072400 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=744] ppid=726 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/732/task/744/stat : 744 (java) S 726 726 669 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 515905582 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954360966000 139954892585602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=746] ppid=726 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/732/task/746/stat : 746 (java) S 726 726 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515905582 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954359911968 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=748] ppid=726 vsize=15151156 memory=11632 CPUtime=0 cores=0,2,4,6
/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515905583 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954358859120 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15151156 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15151156 memory=1224 CPUtime=0.25 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) R 726 726 669 0 -1 1077944384 1133 0 0 0 25 0 0 0 20 0 15 0 515905585 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954356754800 139954892585602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15151156 memory=988 CPUtime=0.25 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) S 726 726 669 0 -1 1077944384 1022 0 0 0 25 0 0 0 20 0 15 0 515905585 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954355702096 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15151156 memory=780 CPUtime=0.42 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) R 726 726 669 0 -1 4202560 2195 0 0 0 42 0 0 0 20 0 15 0 515905585 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954354649296 139954892595802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15151156 memory=6168 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15151156 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515905586 15514783744 21186 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86196 KiB

[startup+1.50082 s]
/proc/loadavg: 0.24 0.06 0.06 7/231 762
/proc/meminfo: memFree=27355520/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0

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

/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 515905583 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954358859136 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15153204 memory=988 CPUtime=4.21 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) S 726 726 669 0 -1 1077944384 19631 0 0 0 419 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954356754800 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15153204 memory=1452 CPUtime=4.07 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) S 726 726 669 0 -1 1077944384 18670 0 0 0 404 3 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954355702000 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15153204 memory=1452 CPUtime=0.86 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) S 726 726 669 0 -1 1077944384 8613 0 0 0 84 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954354649200 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15153204 memory=179684 CPUtime=0.53 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1072 0 0 0 23 30 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 2332.23 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 181136 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.82 1.76 3/230 1176
/proc/meminfo: memFree=27188184/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0
[pid=732] ppid=726 vsize=15153204 memory=179684 CPUtime=2392.25 cores=0,2,4,6
/proc/732/stat : 732 (java) S 726 726 669 0 -1 1077944320 92037 0 0 0 239177 48 0 0 20 0 15 0 515905579 15516880896 44921 33554432000 4194304 4196468 140723354211104 140723354193648 139954892574455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
/proc/732/statm: 3788301 44921 3522 1 0 3749401 0
[pid=732/tid=735] ppid=726 vsize=15153204 memory=179684 CPUtime=2381.79 cores=0,2,4,6
/proc/732/task/735/stat : 735 (java) R 726 726 669 0 -1 4202560 20790 0 0 0 238170 9 0 0 20 0 15 0 515905579 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954896813616 139954487462620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=737] ppid=726 vsize=15153204 memory=1452 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/737/stat : 737 (java) S 726 726 669 0 -1 1077944384 2271 0 0 0 12 1 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954804230800 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=739] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/739/stat : 739 (java) S 726 726 669 0 -1 1077944384 5218 0 0 0 11 2 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954803178000 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=741] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/741/stat : 741 (java) S 726 726 669 0 -1 1077944384 3590 0 0 0 12 1 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954802125200 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=743] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/743/stat : 743 (java) S 726 726 669 0 -1 1077944384 5944 0 0 0 11 2 0 0 20 0 15 0 515905581 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954801072400 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=744] ppid=726 vsize=15153204 memory=1452 CPUtime=0.16 cores=0,2,4,6
/proc/732/task/744/stat : 744 (java) S 726 726 669 0 -1 1077944384 4800 0 0 0 13 3 0 0 20 0 15 0 515905582 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954360966000 139954892585602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=746] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/746/stat : 746 (java) S 726 726 669 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 515905582 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954359912032 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=748] ppid=726 vsize=15153204 memory=179684 CPUtime=0 cores=0,2,4,6
/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 515905583 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954358859136 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15153204 memory=3620 CPUtime=4.21 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) S 726 726 669 0 -1 1077944384 19633 0 0 0 419 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954356754800 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15153204 memory=65256 CPUtime=4.07 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) S 726 726 669 0 -1 1077944384 18673 0 0 0 404 3 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954355702000 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15153204 memory=1452 CPUtime=0.86 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) S 726 726 669 0 -1 1077944384 8615 0 0 0 84 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954354649200 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15153204 memory=179684 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15153204 memory=808 CPUtime=0.54 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1093 0 0 0 23 31 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 2392.25 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 181136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.11 s]
/proc/loadavg: 1.60 1.80 1.75 3/230 1176
/proc/meminfo: memFree=27187996/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0
[pid=732] ppid=726 vsize=15153204 memory=179684 CPUtime=2400.06 cores=0,2,4,6
/proc/732/stat : 732 (java) S 726 726 669 0 -1 1077944320 92048 0 0 0 239958 48 0 0 20 0 15 0 515905579 15516880896 44921 33554432000 4194304 4196468 140723354211104 140723354193648 139954892574455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
/proc/732/statm: 3788301 44921 3522 1 0 3749401 0
[pid=732/tid=735] ppid=726 vsize=15153204 memory=179684 CPUtime=2389.6 cores=0,2,4,6
/proc/732/task/735/stat : 735 (java) R 726 726 669 0 -1 4202560 20799 0 0 0 238951 9 0 0 20 0 15 0 515905579 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954896813616 139954487397293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=737] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/737/stat : 737 (java) S 726 726 669 0 -1 1077944384 2271 0 0 0 12 1 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954804230800 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=739] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/739/stat : 739 (java) S 726 726 669 0 -1 1077944384 5218 0 0 0 11 2 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954803178000 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=741] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/741/stat : 741 (java) S 726 726 669 0 -1 1077944384 3590 0 0 0 12 1 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954802125200 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=743] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/743/stat : 743 (java) S 726 726 669 0 -1 1077944384 5944 0 0 0 11 2 0 0 20 0 15 0 515905581 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954801072400 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=744] ppid=726 vsize=15153204 memory=179684 CPUtime=0.16 cores=0,2,4,6
/proc/732/task/744/stat : 744 (java) S 726 726 669 0 -1 1077944384 4800 0 0 0 13 3 0 0 20 0 15 0 515905582 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954360966000 139954892585602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=746] ppid=726 vsize=15153204 memory=179684 CPUtime=0 cores=0,2,4,6
/proc/732/task/746/stat : 746 (java) S 726 726 669 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 515905582 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954359912032 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=748] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 515905583 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954358859136 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15153204 memory=179684 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15153204 memory=179684 CPUtime=4.21 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) S 726 726 669 0 -1 1077944384 19633 0 0 0 419 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954356754800 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15153204 memory=179684 CPUtime=4.07 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) S 726 726 669 0 -1 1077944384 18673 0 0 0 404 3 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954355702000 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15153204 memory=1452 CPUtime=0.86 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) S 726 726 669 0 -1 1077944384 8615 0 0 0 84 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954354649200 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15153204 memory=179684 CPUtime=0.54 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1095 0 0 0 23 31 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 181136 KiB

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

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

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

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

[startup+2390.11 s]
/proc/loadavg: 1.60 1.80 1.75 3/230 1176
/proc/meminfo: memFree=27187996/32770624 swapFree=66957864/67108860
[pid=726] ppid=722 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/726/stat : 726 (xcsp3-exec) S 722 726 669 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515905579 115843072 363 33554432000 4194304 5098028 140735277505808 140735277503912 140077444711036 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11366400 140735277511510 140735277511769 140735277511769 140735277514694 0
/proc/726/statm: 28282 363 304 221 0 87 0
[pid=732] ppid=726 vsize=15153204 memory=179684 CPUtime=2400.06 cores=0,2,4,6
/proc/732/stat : 732 (java) S 726 726 669 0 -1 1077944320 92048 0 0 0 239958 48 0 0 20 0 15 0 515905579 15516880896 44921 33554432000 4194304 4196468 140723354211104 140723354193648 139954892574455 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
/proc/732/statm: 3788301 44921 3522 1 0 3749401 0
[pid=732/tid=735] ppid=726 vsize=15153204 memory=179684 CPUtime=2389.6 cores=0,2,4,6
/proc/732/task/735/stat : 735 (java) R 726 726 669 0 -1 4202560 20799 0 0 0 238951 9 0 0 20 0 15 0 515905579 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954896813616 139954487397293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=737] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/737/stat : 737 (java) S 726 726 669 0 -1 1077944384 2271 0 0 0 12 1 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954804230800 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=739] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/739/stat : 739 (java) S 726 726 669 0 -1 1077944384 5218 0 0 0 11 2 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954803178000 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=741] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/741/stat : 741 (java) S 726 726 669 0 -1 1077944384 3590 0 0 0 12 1 0 0 20 0 15 0 515905580 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954802125200 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=743] ppid=726 vsize=15153204 memory=179684 CPUtime=0.13 cores=0,2,4,6
/proc/732/task/743/stat : 743 (java) S 726 726 669 0 -1 1077944384 5944 0 0 0 11 2 0 0 20 0 15 0 515905581 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954801072400 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=744] ppid=726 vsize=15153204 memory=179684 CPUtime=0.16 cores=0,2,4,6
/proc/732/task/744/stat : 744 (java) S 726 726 669 0 -1 1077944384 4800 0 0 0 13 3 0 0 20 0 15 0 515905582 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954360966000 139954892585602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=746] ppid=726 vsize=15153204 memory=179684 CPUtime=0 cores=0,2,4,6
/proc/732/task/746/stat : 746 (java) S 726 726 669 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 515905582 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954359912032 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=748] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/748/stat : 748 (java) S 726 726 669 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 515905583 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954358859136 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=750] ppid=726 vsize=15153204 memory=179684 CPUtime=0 cores=0,2,4,6
/proc/732/task/750/stat : 750 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954357807440 139954892593051 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=752] ppid=726 vsize=15153204 memory=179684 CPUtime=4.21 cores=0,2,4,6
/proc/732/task/752/stat : 752 (java) S 726 726 669 0 -1 1077944384 19633 0 0 0 419 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954356754800 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=754] ppid=726 vsize=15153204 memory=179684 CPUtime=4.07 cores=0,2,4,6
/proc/732/task/754/stat : 754 (java) S 726 726 669 0 -1 1077944384 18673 0 0 0 404 3 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954355702000 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=756] ppid=726 vsize=15153204 memory=1452 CPUtime=0.86 cores=0,2,4,6
/proc/732/task/756/stat : 756 (java) S 726 726 669 0 -1 1077944384 8615 0 0 0 84 2 0 0 20 0 15 0 515905585 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954354649200 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=758] ppid=726 vsize=15153204 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/732/task/758/stat : 758 (java) S 726 726 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954353596640 139954892584661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
[pid=732/tid=760] ppid=726 vsize=15153204 memory=179684 CPUtime=0.54 cores=0,2,4,6
/proc/732/task/760/stat : 760 (java) S 726 726 669 0 -1 1077944384 1095 0 0 0 23 31 0 0 20 0 15 0 515905586 15516880896 44921 33554432000 4194304 4196468 140723354211104 139954352544944 139954892585602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23076864 140723354215387 140723354215562 140723354215562 140723354218447 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 181136 KiB

Child status: 143
Real time (s): 2390.13
CPU time (s): 2400.09
CPU user time (s): 2399.6
CPU system time (s): 0.491376
CPU usage (%): 100.417
Max. virtual memory (cumulated for all children) (KiB): 15269048
Max. memory (cumulated for all children) (KiB): 237512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.6
system time used= 0.491376
maximum resident set size= 242172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58282
involuntary context switches= 1352


# summary of solver processes directly reported to runsolver:
#   pid: 726,732
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2399.6
#   total CPU system time (s): 0.491376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0058 second user time and 21.8935 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-25 09:30:31
IDJOB=4406599
IDBENCH=115801
IDSOLVER=2870
FILE ID=node149/4406599-1569396670
RUNJOBID= node149-1569396631-700
PBS_JOBID= 21705676
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406599-1569396670/watcher-4406599-1569396670 -o /var/tmp/evaluation-result-4406599-1569396670/solver-4406599-1569396670 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1569396631-700 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1936863015 HOME/instance-4406599-1569396670.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1936863015

node149.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.81
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.81
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.81
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.81
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:        27520708 kB
MemAvailable:   31807928 kB
Buffers:          134184 kB
Cached:          4242088 kB
SwapCached:        42464 kB
Active:          3061912 kB
Inactive:        1360260 kB
Active(anon):       3492 kB
Inactive(anon):    96080 kB
Active(file):    3058420 kB
Inactive(file):  1264180 kB
Unevictable:      107972 kB
Mlocked:          107972 kB
SwapTotal:      67108860 kB
SwapFree:       66957864 kB
Dirty:             52452 kB
Writeback:             0 kB
AnonPages:        112876 kB
Mapped:            57936 kB
Shmem:             45008 kB
Slab:             422144 kB
SReclaimable:     393080 kB
SUnreclaim:        29064 kB
KernelStack:        3488 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     518308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13428 MiB
End job on node149 at 2019-09-25 10:10:21