Trace number 4284611

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 5a (2017-08-18)? (TO) 260.64001 240.03101

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-0.xml
MD5SUMd2a9d5f7f2311440d16f3c3017ccc9f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark716
Best CPU time to get the best result obtained on this benchmark252.465
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size752
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":752,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284611-1503210526.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284611-1503210526.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
1.25/0.62	c solve instance...
260.61/240.01	s UNKNOWN
260.61/240.01	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 (12483 MiB free)
  memory of node 1: 16384 MiB (13957 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284611-1503210526/watcher-4284611-1503210526 -o /tmp/evaluation-result-4284611-1503210526/solver-4284611-1503210526 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25961 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1556343213 HOME/instance-4284611-1503210526.xml 

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

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


[startup+0.100531 s]*
/proc/loadavg: 2.33 1.86 1.34 2/196 26833
/proc/meminfo: memFree=27060636/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0
[pid=26819] ppid=26817 vsize=13978596 memory=27024 CPUtime=0.12 cores=0,2,4,6
/proc/26819/stat : 26819 (java) S 26817 26817 25930 0 -1 1077944320 5167 0 0 0 11 1 0 0 20 0 15 0 154140202 14314082304 6756 33554432000 4194304 4196468 140735473799296 140735473781840 140064753327863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
/proc/26819/statm: 3494649 6756 2852 1 0 3482966 0
[pid=26819/tid=26820] ppid=26817 vsize=13978596 memory=-8035107114841901037 CPUtime=0.08 cores=0,2,4,6
/proc/26819/task/26820/stat : 26820 (java) R 26817 26817 25930 0 -1 4202560 3134 0 0 0 8 0 0 0 20 0 15 0 154140203 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064757561136 140064753339798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26821] ppid=26817 vsize=13978596 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26821/stat : 26821 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140203 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064723041040 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26822] ppid=26817 vsize=13978596 memory=140083698153088 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26822/stat : 26822 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064348576656 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26823] ppid=26817 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26823/stat : 26823 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064347524112 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26824] ppid=26817 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26824/stat : 26824 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140204 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064346471568 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26825] ppid=26817 vsize=13978596 memory=140083698153088 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26825/stat : 26825 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140205 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064227641328 140064753339010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26826] ppid=26817 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26826/stat : 26826 (java) S 26817 26817 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154140205 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064226587552 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26827] ppid=26817 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154140206 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) S 26817 26817 25930 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 154140208 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) S 26817 26817 25930 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 154140208 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13978596 memory=140083698153088 CPUtime=0.01 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) R 26817 26817 25930 0 -1 4202560 307 0 0 0 1 0 0 0 20 0 15 0 154140208 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064221326064 140064732726379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13978596 memory=140083698153088 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140208 14314082304 6756 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28408 KiB

[startup+0.210441 s]*
/proc/loadavg: 2.33 1.86 1.34 2/196 26833
/proc/meminfo: memFree=27049780/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0
[pid=26819] ppid=26817 vsize=13982852 memory=39068 CPUtime=0.33 cores=0,2,4,6
/proc/26819/stat : 26819 (java) S 26817 26817 25930 0 -1 1077944320 7808 0 0 0 31 2 0 0 20 0 15 0 154140202 14318440448 9767 33554432000 4194304 4196468 140735473799296 140735473781840 140064753327863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
/proc/26819/statm: 3495713 9767 3065 1 0 3482966 0
[pid=26819/tid=26820] ppid=26817 vsize=13982852 memory=8390339637985935414 CPUtime=0.19 cores=0,2,4,6
/proc/26819/task/26820/stat : 26820 (java) R 26817 26817 25930 0 -1 4202560 4890 0 0 0 18 1 0 0 20 0 15 0 154140203 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064757537664 140064746044967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26821] ppid=26817 vsize=13982852 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26821/stat : 26821 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140203 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064723041040 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26822] ppid=26817 vsize=13982852 memory=3473041246989399712 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26822/stat : 26822 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064348576656 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26823] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26823/stat : 26823 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064347524112 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26824] ppid=26817 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26824/stat : 26824 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140204 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064346471568 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26825] ppid=26817 vsize=13982852 memory=140083698153088 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26825/stat : 26825 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140205 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064227641328 140064753339010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26826] ppid=26817 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26826/stat : 26826 (java) S 26817 26817 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154140205 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064226587552 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26827] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154140206 14318440448 9767 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14318473216 9767 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) S 26817 26817 25930 0 -1 1077944384 537 0 0 0 2 0 0 0 20 0 15 0 154140208 14318440448 9768 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) S 26817 26817 25930 0 -1 1077944384 255 0 0 0 2 0 0 0 20 0 15 0 154140208 14318440448 9768 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13982852 memory=140083698153088 CPUtime=0.08 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) S 26817 26817 25930 0 -1 1077944384 845 0 0 0 8 0 0 0 20 0 15 0 154140208 14318440448 9768 33554432000 4194304 4196468 140735473799296 140064221326064 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14318440448 9768 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13982852 memory=140083698153088 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140208 14318440448 9768 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40452 KiB

[startup+0.311842 s]*
/proc/loadavg: 2.33 1.86 1.34 4/197 26838
/proc/meminfo: memFree=27035180/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0
[pid=26819] ppid=26817 vsize=13982852 memory=46428 CPUtime=0.5 cores=0,2,4,6
/proc/26819/stat : 26819 (java) S 26817 26817 25930 0 -1 1077944320 8774 0 0 0 47 3 0 0 20 0 15 0 154140202 14318440448 11607 33554432000 4194304 4196468 140735473799296 140735473781840 140064753327863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
/proc/26819/statm: 3495713 11607 3112 1 0 3482966 0
[pid=26819/tid=26820] ppid=26817 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26819/task/26820/stat : 26820 (java) S 26817 26817 25930 0 -1 1077944384 5529 0 0 0 27 2 0 0 20 0 15 0 154140203 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064757552256 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26821] ppid=26817 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26821/stat : 26821 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140203 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064723041040 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26822] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26822/stat : 26822 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064348576656 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26823] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26823/stat : 26823 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064347524112 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26824] ppid=26817 vsize=13982852 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26824/stat : 26824 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140204 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064346471568 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26825] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26825/stat : 26825 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140205 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064227641328 140064753339010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26826] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26826/stat : 26826 (java) S 26817 26817 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154140205 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064226587552 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26827] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154140206 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) S 26817 26817 25930 0 -1 1077944384 569 0 0 0 3 0 0 0 20 0 15 0 154140208 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) S 26817 26817 25930 0 -1 1077944384 345 0 0 0 3 0 0 0 20 0 15 0 154140208 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) R 26817 26817 25930 0 -1 4202560 1039 0 0 0 12 0 0 0 20 0 15 0 154140208 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064221322872 140064733570640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140208 14318440448 11607 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47812 KiB

[startup+0.700782 s]
/proc/loadavg: 2.33 1.86 1.34 4/217 26863
/proc/meminfo: memFree=26993716/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0
[pid=26819] ppid=26817 vsize=13984976 memory=71088 CPUtime=1.46 cores=0,2,4,6
/proc/26819/stat : 26819 (java) S 26817 26817 25930 0 -1 1077944320 11549 0 0 0 141 5 0 0 20 0 15 0 154140202 14320615424 17772 33554432000 4194304 4196468 140735473799296 140735473781840 140064753327863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
/proc/26819/statm: 3496244 17772 3206 1 0 3483478 0
[pid=26819/tid=26820] ppid=26817 vsize=13984976 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26819/task/26820/stat : 26820 (java) R 26817 26817 25930 0 -1 4202560 6557 0 0 0 63 3 0 0 20 0 15 0 154140203 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064757565728 140064390205355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26821] ppid=26817 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26821/stat : 26821 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140203 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064723041040 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26822] ppid=26817 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26822/stat : 26822 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064348576656 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26823] ppid=26817 vsize=13984976 memory=33 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26823/stat : 26823 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140203 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064347524112 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26824] ppid=26817 vsize=13984976 memory=-7082918105011808389 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26824/stat : 26824 (java) S 26817 26817 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154140204 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064346471568 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26825] ppid=26817 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26825/stat : 26825 (java) S 26817 26817 25930 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154140205 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064227641328 140064753339010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26826] ppid=26817 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26826/stat : 26826 (java) S 26817 26817 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154140205 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064226587552 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26827] ppid=26817 vsize=13984976 memory=42804 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154140206 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13984976 memory=2416 CPUtime=0.21 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) R 26817 26817 25930 0 -1 4202560 1075 0 0 0 21 0 0 0 20 0 15 0 154140208 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13984976 memory=1728 CPUtime=0.16 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) R 26817 26817 25930 0 -1 1077944384 795 0 0 0 16 0 0 0 20 0 15 0 154140208 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13984976 memory=796 CPUtime=0.39 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) R 26817 26817 25930 0 -1 4202560 1813 0 0 0 39 0 0 0 20 0 15 0 154140208 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064221326064 140064734581620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13984976 memory=1956 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 17772 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 72472 KiB

[startup+1.50084 s]
/proc/loadavg: 2.33 1.86 1.34 9/217 26863
/proc/meminfo: memFree=26933908/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0

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

/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154140206 14320615424 87441 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13984976 memory=225 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 87441 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13984976 memory=6656426216303648864 CPUtime=9.61 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) S 26817 26817 25930 0 -1 1077944384 49270 0 0 0 957 4 0 0 20 0 15 0 154140208 14320615424 87441 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13984976 memory=4140 CPUtime=9.02 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) S 26817 26817 25930 0 -1 1077944384 57739 0 0 0 895 7 0 0 20 0 15 0 154140208 14320615424 87441 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13984976 memory=349548 CPUtime=0.94 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) S 26817 26817 25930 0 -1 1077944384 11019 0 0 0 92 2 0 0 20 0 15 0 154140208 14320615424 87441 33554432000 4194304 4196468 140735473799296 140064221326064 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 87441 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13984976 memory=2416 CPUtime=0.02 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1842 0 0 0 1 1 0 0 20 0 15 0 154140208 14320615424 87441 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 122.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 351148 KiB

[startup+162.301 s]
/proc/loadavg: 1.49 1.81 1.41 3/217 26865
/proc/meminfo: memFree=26405596/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0
[pid=26819] ppid=26817 vsize=13984976 memory=344920 CPUtime=182.75 cores=0,2,4,6
/proc/26819/stat : 26819 (java) S 26817 26817 25930 0 -1 1077944320 147010 0 0 0 18241 34 0 0 20 0 15 0 154140202 14320615424 86230 33554432000 4194304 4196468 140735473799296 140735473781840 140064753327863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
/proc/26819/statm: 3496244 86230 3273 1 0 3483478 0
[pid=26819/tid=26820] ppid=26817 vsize=13984976 memory=344920 CPUtime=162.01 cores=0,2,4,6
/proc/26819/task/26820/stat : 26820 (java) R 26817 26817 25930 0 -1 4202560 14663 0 0 0 16196 5 0 0 20 0 15 0 154140203 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064757566720 140064399690722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26821] ppid=26817 vsize=13984976 memory=344920 CPUtime=0.19 cores=0,2,4,6
/proc/26819/task/26821/stat : 26821 (java) S 26817 26817 25930 0 -1 1077944384 1868 0 0 0 17 2 0 0 20 0 15 0 154140203 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064723041040 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26822] ppid=26817 vsize=13984976 memory=343320 CPUtime=0.18 cores=0,2,4,6
/proc/26819/task/26822/stat : 26822 (java) S 26817 26817 25930 0 -1 1077944384 675 0 0 0 16 2 0 0 20 0 15 0 154140203 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064348576656 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26823] ppid=26817 vsize=13984976 memory=344920 CPUtime=0.19 cores=0,2,4,6
/proc/26819/task/26823/stat : 26823 (java) S 26817 26817 25930 0 -1 1077944384 756 0 0 0 16 3 0 0 20 0 15 0 154140203 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064347524112 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26824] ppid=26817 vsize=13984976 memory=1384 CPUtime=0.18 cores=0,2,4,6
/proc/26819/task/26824/stat : 26824 (java) S 26817 26817 25930 0 -1 1077944384 2112 0 0 0 16 2 0 0 20 0 15 0 154140204 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064346471568 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26825] ppid=26817 vsize=13984976 memory=1384 CPUtime=0.03 cores=0,2,4,6
/proc/26819/task/26825/stat : 26825 (java) S 26817 26817 25930 0 -1 1077944384 1281 0 0 0 3 0 0 0 20 0 15 0 154140205 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064227641328 140064753339010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26826] ppid=26817 vsize=13984976 memory=19 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26826/stat : 26826 (java) S 26817 26817 25930 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154140205 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064226587552 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26827] ppid=26817 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154140206 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13984976 memory=3 CPUtime=9.71 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) S 26817 26817 25930 0 -1 1077944384 50172 0 0 0 967 4 0 0 20 0 15 0 154140208 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13984976 memory=0 CPUtime=9.18 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) S 26817 26817 25930 0 -1 1077944384 60930 0 0 0 910 8 0 0 20 0 15 0 154140208 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13984976 memory=344920 CPUtime=0.96 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) S 26817 26817 25930 0 -1 1077944384 11358 0 0 0 94 2 0 0 20 0 15 0 154140208 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064221326064 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13984976 memory=344920 CPUtime=0.03 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1850 0 0 0 1 2 0 0 20 0 15 0 154140208 14320615424 86230 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 182.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 346304 KiB

[startup+222.301 s]
/proc/loadavg: 1.35 1.72 1.40 3/217 26866
/proc/meminfo: memFree=26288340/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0
[pid=26819] ppid=26817 vsize=13984976 memory=353156 CPUtime=242.85 cores=0,2,4,6
/proc/26819/stat : 26819 (java) S 26817 26817 25930 0 -1 1077944320 148919 0 0 0 24248 37 0 0 20 0 15 0 154140202 14320615424 88289 33554432000 4194304 4196468 140735473799296 140735473781840 140064753327863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
/proc/26819/statm: 3496244 88289 3273 1 0 3483478 0
[pid=26819/tid=26820] ppid=26817 vsize=13984976 memory=353156 CPUtime=221.96 cores=0,2,4,6
/proc/26819/task/26820/stat : 26820 (java) R 26817 26817 25930 0 -1 4202560 15396 0 0 0 22191 5 0 0 20 0 15 0 154140203 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064757566720 140064399504985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26821] ppid=26817 vsize=13984976 memory=1384 CPUtime=0.22 cores=0,2,4,6
/proc/26819/task/26821/stat : 26821 (java) S 26817 26817 25930 0 -1 1077944384 1884 0 0 0 19 3 0 0 20 0 15 0 154140203 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064723041040 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26822] ppid=26817 vsize=13984976 memory=353156 CPUtime=0.22 cores=0,2,4,6
/proc/26819/task/26822/stat : 26822 (java) S 26817 26817 25930 0 -1 1077944384 697 0 0 0 19 3 0 0 20 0 15 0 154140203 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064348576656 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26823] ppid=26817 vsize=13984976 memory=1384 CPUtime=0.22 cores=0,2,4,6
/proc/26819/task/26823/stat : 26823 (java) S 26817 26817 25930 0 -1 1077944384 907 0 0 0 19 3 0 0 20 0 15 0 154140203 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064347524112 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26824] ppid=26817 vsize=13984976 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/26819/task/26824/stat : 26824 (java) S 26817 26817 25930 0 -1 1077944384 2189 0 0 0 19 2 0 0 20 0 15 0 154140204 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064346471568 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26825] ppid=26817 vsize=13984976 memory=1236 CPUtime=0.03 cores=0,2,4,6
/proc/26819/task/26825/stat : 26825 (java) S 26817 26817 25930 0 -1 1077944384 1504 0 0 0 3 0 0 0 20 0 15 0 154140205 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064227641328 140064753339010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26826] ppid=26817 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26826/stat : 26826 (java) S 26817 26817 25930 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154140205 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064226587552 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26827] ppid=26817 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154140206 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13984976 memory=42804 CPUtime=9.71 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) S 26817 26817 25930 0 -1 1077944384 50175 0 0 0 967 4 0 0 20 0 15 0 154140208 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13984976 memory=640 CPUtime=9.18 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) S 26817 26817 25930 0 -1 1077944384 61575 0 0 0 910 8 0 0 20 0 15 0 154140208 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13984976 memory=956 CPUtime=0.96 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) S 26817 26817 25930 0 -1 1077944384 11367 0 0 0 94 2 0 0 20 0 15 0 154140208 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064221326064 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13984976 memory=2416 CPUtime=0.05 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1880 0 0 0 2 3 0 0 20 0 15 0 154140208 14320615424 88289 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 242.85 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 354540 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.34 1.70 1.40 3/217 26866
/proc/meminfo: memFree=26255316/32770624 swapFree=67108860/67108860
[pid=26817] ppid=26814 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26817/stat : 26817 (xcsp3-exec) S 26814 26817 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154140202 9740288 346 33554432000 4194304 5098028 140733887493984 140733887492088 139718450303612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38371328 140733887497332 140733887497536 140733887497536 140733887500267 0
/proc/26817/statm: 2378 346 289 221 0 87 0
[pid=26819] ppid=26817 vsize=13984976 memory=354328 CPUtime=260.61 cores=0,2,4,6
/proc/26819/stat : 26819 (java) S 26817 26817 25930 0 -1 1077944320 149644 0 0 0 26023 38 0 0 20 0 15 0 154140202 14320615424 88582 33554432000 4194304 4196468 140735473799296 140735473781840 140064753327863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
/proc/26819/statm: 3496244 88582 3273 1 0 3483478 0
[pid=26819/tid=26820] ppid=26817 vsize=13984976 memory=6791534058613427641 CPUtime=239.64 cores=0,2,4,6
/proc/26819/task/26820/stat : 26820 (java) R 26817 26817 25930 0 -1 4202560 15687 0 0 0 23959 5 0 0 20 0 15 0 154140203 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064757566720 140064394220642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26821] ppid=26817 vsize=13984976 memory=4872558044660077418 CPUtime=0.24 cores=0,2,4,6
/proc/26819/task/26821/stat : 26821 (java) S 26817 26817 25930 0 -1 1077944384 1899 0 0 0 21 3 0 0 20 0 15 0 154140203 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064723041040 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26822] ppid=26817 vsize=13984976 memory=5792 CPUtime=0.23 cores=0,2,4,6
/proc/26819/task/26822/stat : 26822 (java) S 26817 26817 25930 0 -1 1077944384 754 0 0 0 20 3 0 0 20 0 15 0 154140203 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064348576656 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26823] ppid=26817 vsize=13984976 memory=1008 CPUtime=0.23 cores=0,2,4,6
/proc/26819/task/26823/stat : 26823 (java) S 26817 26817 25930 0 -1 1077944384 1206 0 0 0 20 3 0 0 20 0 15 0 154140203 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064347524112 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26824] ppid=26817 vsize=13984976 memory=4620 CPUtime=0.22 cores=0,2,4,6
/proc/26819/task/26824/stat : 26824 (java) S 26817 26817 25930 0 -1 1077944384 2220 0 0 0 20 2 0 0 20 0 15 0 154140204 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064346471568 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26825] ppid=26817 vsize=13984976 memory=1428 CPUtime=0.03 cores=0,2,4,6
/proc/26819/task/26825/stat : 26825 (java) S 26817 26817 25930 0 -1 1077944384 1528 0 0 0 3 0 0 0 20 0 15 0 154140205 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064227641328 140064753339010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26826] ppid=26817 vsize=13984976 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26826/stat : 26826 (java) S 26817 26817 25930 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154140205 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064226587552 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26827] ppid=26817 vsize=13984976 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26827/stat : 26827 (java) S 26817 26817 25930 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154140206 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064225534960 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26828] ppid=26817 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26828/stat : 26828 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064224483536 140064753346459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26829] ppid=26817 vsize=13984976 memory=355356 CPUtime=9.71 cores=0,2,4,6
/proc/26819/task/26829/stat : 26829 (java) S 26817 26817 25930 0 -1 1077944384 50177 0 0 0 967 4 0 0 20 0 15 0 154140208 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064223431152 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26830] ppid=26817 vsize=13984976 memory=1384 CPUtime=9.18 cores=0,2,4,6
/proc/26819/task/26830/stat : 26830 (java) S 26817 26817 25930 0 -1 1077944384 61577 0 0 0 910 8 0 0 20 0 15 0 154140208 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064222378608 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26831] ppid=26817 vsize=13984976 memory=1384 CPUtime=0.96 cores=0,2,4,6
/proc/26819/task/26831/stat : 26831 (java) S 26817 26817 25930 0 -1 1077944384 11369 0 0 0 94 2 0 0 20 0 15 0 154140208 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064221326064 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26832] ppid=26817 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26819/task/26832/stat : 26832 (java) S 26817 26817 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154140208 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064220273760 140064753338069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
[pid=26819/tid=26833] ppid=26817 vsize=13984976 memory=4316 CPUtime=0.05 cores=0,2,4,6
/proc/26819/task/26833/stat : 26833 (java) S 26817 26817 25930 0 -1 1077944384 1882 0 0 0 2 3 0 0 20 0 15 0 154140208 14320615424 88582 33554432000 4194304 4196468 140735473799296 140064219220272 140064753339010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140735473800349 140735473800524 140735473800524 140735473803215 0
Current children cumulated CPU time: 260.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 355712 KiB

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

[startup+240.02 s]
# the end of solver process 26817 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000905 s, system=0.001329 s

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

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

Child status: 143
Real time (s): 240.031
CPU time (s): 260.64
CPU user time (s): 260.246
CPU system time (s): 0.393483
CPU usage (%): 108.586
Max. virtual memory (cumulated for all children) (KiB): 13999132
Max. memory (cumulated for all children) (KiB): 358648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.246
system time used= 0.393483
maximum resident set size= 358824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150442
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9680
involuntary context switches= 309


# summary of solver processes directly reported to runsolver:
#   pid: 26817,26819
#   total CPU time (s): 260.64
#   total CPU user time (s): 260.246
#   total CPU system time (s): 0.393483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38698 second user time and 2.27791 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-20 08:14:26
IDJOB=4284611
IDBENCH=115851
IDSOLVER=2680
FILE ID=node106/4284611-1503210526
RUNJOBID= node106-1503208459-25961
PBS_JOBID= 20630868
Free space on /tmp= 61792 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-0.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284611-1503210526/watcher-4284611-1503210526 -o /tmp/evaluation-result-4284611-1503210526/solver-4284611-1503210526 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25961 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1556343213 HOME/instance-4284611-1503210526.xml

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

MD5SUM BENCH= d2a9d5f7f2311440d16f3c3017ccc9f9
RANDOM SEED=1556343213

node106.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.86
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.86
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.86
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.86
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:        27075824 kB
MemAvailable:   31973876 kB
Buffers:          242284 kB
Cached:          4947780 kB
SwapCached:            0 kB
Active:          1097372 kB
Inactive:        4149320 kB
Active(anon):      12824 kB
Inactive(anon):    80012 kB
Active(file):    1084548 kB
Inactive(file):  4069308 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7696 kB
Writeback:            28 kB
AnonPages:        161436 kB
Mapped:            51840 kB
Shmem:             33420 kB
Slab:             146760 kB
SReclaimable:     120060 kB
SUnreclaim:        26700 kB
KernelStack:        3744 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     336356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61776 MiB
End job on node106 at 2017-08-20 08:18:26