Trace number 4283148

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 4.0.5 seq (2017-08-18)? (TO) 248.92799 240.021

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
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-4283148-1503210284.xml"  -tl '264s' -p 1 -x 0
0.10/0.15	c [HOME/instance-4283148-1503210284.xml, -tl, 264s, -p, 1, -x, 0]
0.10/0.20	c simple solver
0.32/0.27	c parse instance...
1.81/0.76	c solve instance...
248.90/240.01	s UNKNOWN
248.90/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 (9889 MiB free)
  memory of node 1: 16384 MiB (12244 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283148-1503210284/watcher-4283148-1503210284 -o /tmp/evaluation-result-4283148-1503210284/solver-4283148-1503210284 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1714754993 HOME/instance-4283148-1503210284.xml 

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

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=5813, runsolver pid=5810


[startup+0.100058 s]*
/proc/loadavg: 1.69 1.79 1.34 5/197 5834
/proc/meminfo: memFree=22643348/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0
[pid=5815] ppid=5813 vsize=13978596 memory=27492 CPUtime=0.1 cores=1,3,5,7
/proc/5815/stat : 5815 (java) S 5813 5813 5085 0 -1 1077944320 5207 0 0 0 9 1 0 0 20 0 15 0 154109337 14314082304 6873 33554432000 4194304 4196468 140725288978848 140725288961392 140202051510007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
/proc/5815/statm: 3494649 6873 2781 1 0 3482966 0
[pid=5815/tid=5816] ppid=5813 vsize=13978596 memory=-7673721927108614497 CPUtime=0.08 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (java) R 5813 5813 5085 0 -1 4202560 3359 0 0 0 8 0 0 0 20 0 15 0 154109338 14314082304 6936 33554432000 4194304 4196468 140725288978848 140202055730904 140202035590494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5817] ppid=5813 vsize=13978596 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201966577936 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5818] ppid=5813 vsize=13978596 memory=139844019742336 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201965525392 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5819] ppid=5813 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201964472848 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5820] ppid=5813 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5820/stat : 5820 (java) S 5813 5813 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154109339 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201963420304 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5821] ppid=5813 vsize=13978596 memory=139844019742336 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5821/stat : 5821 (java) S 5813 5813 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154109340 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201232402928 140202051521154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5822] ppid=5813 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5822/stat : 5822 (java) S 5813 5813 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154109341 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201231349152 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5823] ppid=5813 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154109341 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) S 5813 5813 5085 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 154109344 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201228191728 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) S 5813 5813 5085 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 154109344 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201227139184 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13978596 memory=139844019742336 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) S 5813 5813 5085 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 15 0 154109344 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201226086640 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13978596 memory=139844019742336 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109344 14314082304 6936 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28876 KiB

[startup+0.210254 s]*
/proc/loadavg: 1.69 1.79 1.34 3/217 5859
/proc/meminfo: memFree=22616568/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0
[pid=5815] ppid=5813 vsize=13982852 memory=40056 CPUtime=0.32 cores=1,3,5,7
/proc/5815/stat : 5815 (java) S 5813 5813 5085 0 -1 1077944320 8111 0 0 0 30 2 0 0 20 0 15 0 154109337 14318440448 10014 33554432000 4194304 4196468 140725288978848 140725288961392 140202051510007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
/proc/5815/statm: 3495713 10014 3064 1 0 3482966 0
[pid=5815/tid=5816] ppid=5813 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (java) R 5813 5813 5085 0 -1 4202560 5226 0 0 0 18 1 0 0 20 0 15 0 154109338 14318440448 10014 33554432000 4194304 4196468 140725288978848 140202055723984 140202051531933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5817] ppid=5813 vsize=13982852 memory=9010 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201966577936 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5818] ppid=5813 vsize=13982852 memory=139844019852245 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201965525392 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5819] ppid=5813 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201964472848 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5820] ppid=5813 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5820/stat : 5820 (java) S 5813 5813 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201963420304 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5821] ppid=5813 vsize=13982852 memory=139844019742336 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5821/stat : 5821 (java) S 5813 5813 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154109340 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201232402928 140202051521154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5822] ppid=5813 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5822/stat : 5822 (java) S 5813 5813 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154109341 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201231349152 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5823] ppid=5813 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154109341 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14318440448 10014 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) S 5813 5813 5085 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 154109344 14318440448 10070 33554432000 4194304 4196468 140725288978848 140201228191728 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) S 5813 5813 5085 0 -1 1077944384 480 0 0 0 3 0 0 0 20 0 15 0 154109344 14318440448 10070 33554432000 4194304 4196468 140725288978848 140201227139184 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13982852 memory=139844019742336 CPUtime=0.07 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) S 5813 5813 5085 0 -1 1077944384 722 0 0 0 7 0 0 0 20 0 15 0 154109344 14318440448 10070 33554432000 4194304 4196468 140725288978848 140201226086640 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14318440448 10070 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109344 14318440448 10070 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41440 KiB

[startup+0.31111 s]*
/proc/loadavg: 1.69 1.79 1.34 4/217 5859
/proc/meminfo: memFree=22596356/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0
[pid=5815] ppid=5813 vsize=13982852 memory=46960 CPUtime=0.48 cores=1,3,5,7
/proc/5815/stat : 5815 (java) S 5813 5813 5085 0 -1 1077944320 8916 0 0 0 46 2 0 0 20 0 15 0 154109337 14318440448 11740 33554432000 4194304 4196468 140725288978848 140725288961392 140202051510007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
/proc/5815/statm: 3495713 11740 3096 1 0 3482966 0
[pid=5815/tid=5816] ppid=5813 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (java) R 5813 5813 5085 0 -1 4202560 5912 0 0 0 27 2 0 0 20 0 15 0 154109338 14318440448 11740 33554432000 4194304 4196468 140725288978848 140202055748944 140201640980239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5817] ppid=5813 vsize=13982852 memory=4123401283169797999 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201966577936 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5818] ppid=5813 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201965525392 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5819] ppid=5813 vsize=13982852 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201964472848 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5820] ppid=5813 vsize=13982852 memory=6945503147187019673 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5820/stat : 5820 (java) S 5813 5813 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154109339 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201963420304 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5821] ppid=5813 vsize=13982852 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5821/stat : 5821 (java) S 5813 5813 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154109340 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201232402928 140202051521154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5822] ppid=5813 vsize=13982852 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5822/stat : 5822 (java) S 5813 5813 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154109341 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201231349152 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5823] ppid=5813 vsize=13982852 memory=8514701219781834910 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154109341 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13982852 memory=-6444775992005010620 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) R 5813 5813 5085 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 154109344 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201228191728 140202051521154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) R 5813 5813 5085 0 -1 4202560 495 0 0 0 4 0 0 0 20 0 15 0 154109344 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201227139184 140202028850416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) R 5813 5813 5085 0 -1 4202560 845 0 0 0 12 0 0 0 20 0 15 0 154109344 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201226083008 140202030908523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109344 14318440448 11740 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48344 KiB

[startup+0.709148 s]
/proc/loadavg: 1.69 1.79 1.34 8/217 5859
/proc/meminfo: memFree=22558280/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0
[pid=5815] ppid=5813 vsize=13984976 memory=92120 CPUtime=1.81 cores=1,3,5,7
/proc/5815/stat : 5815 (java) S 5813 5813 5085 0 -1 1077944320 12557 0 0 0 177 4 0 0 20 0 15 0 154109337 14320615424 23030 33554432000 4194304 4196468 140725288978848 140725288961392 140202051510007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
/proc/5815/statm: 3496244 23030 3213 1 0 3483478 0
[pid=5815/tid=5816] ppid=5813 vsize=13984976 memory=-7082918048272507482 CPUtime=0.67 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (java) R 5813 5813 5085 0 -1 4202560 6620 0 0 0 64 3 0 0 20 0 15 0 154109338 14320615424 23030 33554432000 4194304 4196468 140725288978848 140202055744944 140202035590494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5817] ppid=5813 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201966577936 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5818] ppid=5813 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201965525392 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5819] ppid=5813 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109339 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201964472848 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5820] ppid=5813 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5820/stat : 5820 (java) S 5813 5813 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154109339 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201963420304 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5821] ppid=5813 vsize=13984976 memory=11112 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5821/stat : 5821 (java) S 5813 5813 5085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154109340 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201232402928 140202051521154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5822] ppid=5813 vsize=13984976 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5822/stat : 5822 (java) S 5813 5813 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201231349152 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5823] ppid=5813 vsize=13984976 memory=42996 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13984976 memory=2396 CPUtime=0.31 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) R 5813 5813 5085 0 -1 4202560 1108 0 0 0 31 0 0 0 20 0 15 0 154109344 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201228178928 140202031203107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13984976 memory=1728 CPUtime=0.38 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) R 5813 5813 5085 0 -1 4202560 1389 0 0 0 38 0 0 0 20 0 15 0 154109344 14320615424 23030 33554432000 4194304 4196468 140725288978848 140201227118624 140202043799461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13984976 memory=1004 CPUtime=0.42 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) R 5813 5813 5085 0 -1 4202560 2135 0 0 0 42 0 0 0 20 0 15 0 154109344 14320615424 23046 33554432000 4194304 4196468 140725288978848 140201226086640 140202044226970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13984976 memory=11112 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14320615424 23046 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13984976 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154109344 14320615424 23046 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 93504 KiB

[startup+1.50119 s]
/proc/loadavg: 1.69 1.79 1.34 7/217 5859
/proc/meminfo: memFree=22499412/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0

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

/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 60313 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13984976 memory=241252 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14320615424 60313 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13984976 memory=241252 CPUtime=3.73 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) S 5813 5813 5085 0 -1 1077944384 16614 0 0 0 372 1 0 0 20 0 15 0 154109344 14320615424 60313 33554432000 4194304 4196468 140725288978848 140201228191728 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13984976 memory=241212 CPUtime=3.98 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) S 5813 5813 5085 0 -1 1077944384 19893 0 0 0 397 1 0 0 20 0 15 0 154109344 14320615424 60313 33554432000 4194304 4196468 140725288978848 140201227139184 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13984976 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) S 5813 5813 5085 0 -1 1077944384 7946 0 0 0 79 1 0 0 20 0 15 0 154109344 14320615424 60313 33554432000 4194304 4196468 140725288978848 140201226086640 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13984976 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14320615424 60313 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13984976 memory=241252 CPUtime=0.01 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 564 0 0 0 0 1 0 0 20 0 15 0 154109344 14320615424 60313 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 110.92 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 242636 KiB

[startup+162.301 s]
/proc/loadavg: 1.92 1.87 1.45 3/217 5940
/proc/meminfo: memFree=22236668/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0
[pid=5815] ppid=5813 vsize=13984976 memory=243980 CPUtime=170.98 cores=1,3,5,7
/proc/5815/stat : 5815 (java) S 5813 5813 5085 0 -1 1077944320 66644 0 0 0 17082 16 0 0 20 0 15 0 154109337 14320615424 60995 33554432000 4194304 4196468 140725288978848 140725288961392 140202051510007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
/proc/5815/statm: 3496244 60995 3267 1 0 3483478 0
[pid=5815/tid=5816] ppid=5813 vsize=13984976 memory=243980 CPUtime=162.21 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (java) R 5813 5813 5085 0 -1 4202560 12036 0 0 0 16216 5 0 0 20 0 15 0 154109338 14320615424 60995 33554432000 4194304 4196468 140725288978848 140202055749216 140201648866772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5817] ppid=5813 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (java) S 5813 5813 5085 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 15 0 154109339 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201966577936 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5818] ppid=5813 vsize=13984976 memory=243980 CPUtime=0.03 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (java) S 5813 5813 5085 0 -1 1077944384 2692 0 0 0 3 0 0 0 20 0 15 0 154109339 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201965525392 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5819] ppid=5813 vsize=13984976 memory=1384 CPUtime=0.03 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (java) S 5813 5813 5085 0 -1 1077944384 535 0 0 0 3 0 0 0 20 0 15 0 154109339 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201964472848 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5820] ppid=5813 vsize=13984976 memory=243980 CPUtime=0.02 cores=1,3,5,7
/proc/5815/task/5820/stat : 5820 (java) S 5813 5813 5085 0 -1 1077944384 3464 0 0 0 2 0 0 0 20 0 15 0 154109339 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201963420304 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5821] ppid=5813 vsize=13984976 memory=243980 CPUtime=0.01 cores=1,3,5,7
/proc/5815/task/5821/stat : 5821 (java) S 5813 5813 5085 0 -1 1077944384 1229 0 0 0 1 0 0 0 20 0 15 0 154109340 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201232402928 140202051521154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5822] ppid=5813 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5822/stat : 5822 (java) S 5813 5813 5085 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201231349152 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5823] ppid=5813 vsize=13984976 memory=243980 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13984976 memory=243980 CPUtime=3.73 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) S 5813 5813 5085 0 -1 1077944384 16622 0 0 0 372 1 0 0 20 0 15 0 154109344 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201228191728 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13984976 memory=1384 CPUtime=3.98 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) S 5813 5813 5085 0 -1 1077944384 19895 0 0 0 397 1 0 0 20 0 15 0 154109344 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201227139184 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13984976 memory=1384 CPUtime=0.8 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) S 5813 5813 5085 0 -1 1077944384 7951 0 0 0 79 1 0 0 20 0 15 0 154109344 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201226086640 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13984976 memory=243980 CPUtime=0.03 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 596 0 0 0 1 2 0 0 20 0 15 0 154109344 14320615424 60995 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 170.98 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 245364 KiB

[startup+222.301 s]
/proc/loadavg: 1.85 1.86 1.47 3/217 5941
/proc/meminfo: memFree=22223376/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0
[pid=5815] ppid=5813 vsize=13984976 memory=258884 CPUtime=231.19 cores=1,3,5,7
/proc/5815/stat : 5815 (java) S 5813 5813 5085 0 -1 1077944320 68350 0 0 0 23101 18 0 0 20 0 15 0 154109337 14320615424 64721 33554432000 4194304 4196468 140725288978848 140725288961392 140202051510007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
/proc/5815/statm: 3496244 64721 3267 1 0 3483478 0
[pid=5815/tid=5816] ppid=5813 vsize=13984976 memory=250168 CPUtime=222.19 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (java) R 5813 5813 5085 0 -1 4202560 12482 0 0 0 22214 5 0 0 20 0 15 0 154109338 14320615424 64721 33554432000 4194304 4196468 140725288978848 140202055749216 140201648866708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5817] ppid=5813 vsize=13984976 memory=250168 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (java) S 5813 5813 5085 0 -1 1077944384 358 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201966577936 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5818] ppid=5813 vsize=13984976 memory=250168 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (java) S 5813 5813 5085 0 -1 1077944384 2934 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201965525392 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5819] ppid=5813 vsize=13984976 memory=250168 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (java) S 5813 5813 5085 0 -1 1077944384 744 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201964472848 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5820] ppid=5813 vsize=13984976 memory=1384 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5820/stat : 5820 (java) S 5813 5813 5085 0 -1 1077944384 3579 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201963420304 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5821] ppid=5813 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/5815/task/5821/stat : 5821 (java) S 5813 5813 5085 0 -1 1077944384 1252 0 0 0 1 0 0 0 20 0 15 0 154109340 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201232402928 140202051521154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5822] ppid=5813 vsize=13984976 memory=250168 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5822/stat : 5822 (java) S 5813 5813 5085 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201231349152 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5823] ppid=5813 vsize=13984976 memory=258884 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13984976 memory=258884 CPUtime=3.84 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) S 5813 5813 5085 0 -1 1077944384 16845 0 0 0 382 2 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201228191728 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13984976 memory=0 CPUtime=4.02 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) S 5813 5813 5085 0 -1 1077944384 20052 0 0 0 401 1 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201227139184 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13984976 memory=3472468139440802414 CPUtime=0.8 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) S 5813 5813 5085 0 -1 1077944384 8144 0 0 0 79 1 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201226086640 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13984976 memory=258884 CPUtime=0.03 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 602 0 0 0 1 2 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 231.19 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 260268 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.96 1.89 1.49 3/217 5941
/proc/meminfo: memFree=22221540/32770624 swapFree=67108860/67108860
[pid=5813] ppid=5810 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/5813/stat : 5813 (xcsp3-exec) S 5810 5813 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154109337 9740288 346 33554432000 4194304 5098028 140724048093040 140724048091144 140002882220668 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 9445376 140724048098420 140724048098624 140724048098624 140724048101355 0
/proc/5813/statm: 2378 346 289 221 0 87 0
[pid=5815] ppid=5813 vsize=13984976 memory=258884 CPUtime=248.9 cores=1,3,5,7
/proc/5815/stat : 5815 (java) S 5813 5813 5085 0 -1 1077944320 68373 0 0 0 24872 18 0 0 20 0 15 0 154109337 14320615424 64721 33554432000 4194304 4196468 140725288978848 140725288961392 140202051510007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
/proc/5815/statm: 3496244 64721 3267 1 0 3483478 0
[pid=5815/tid=5816] ppid=5813 vsize=13984976 memory=8112282956445269571 CPUtime=239.9 cores=1,3,5,7
/proc/5815/task/5816/stat : 5816 (java) R 5813 5813 5085 0 -1 4202560 12505 0 0 0 23985 5 0 0 20 0 15 0 154109338 14320615424 64721 33554432000 4194304 4196468 140725288978848 140202055749216 140201648865978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5817] ppid=5813 vsize=13984976 memory=4126316290023845779 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5817/stat : 5817 (java) S 5813 5813 5085 0 -1 1077944384 358 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201966577936 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5818] ppid=5813 vsize=13984976 memory=1200 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5818/stat : 5818 (java) S 5813 5813 5085 0 -1 1077944384 2934 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201965525392 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5819] ppid=5813 vsize=13984976 memory=15876 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5819/stat : 5819 (java) S 5813 5813 5085 0 -1 1077944384 744 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201964472848 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5820] ppid=5813 vsize=13984976 memory=4044 CPUtime=0.05 cores=1,3,5,7
/proc/5815/task/5820/stat : 5820 (java) S 5813 5813 5085 0 -1 1077944384 3579 0 0 0 4 1 0 0 20 0 15 0 154109339 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201963420304 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5821] ppid=5813 vsize=13984976 memory=16444 CPUtime=0.01 cores=1,3,5,7
/proc/5815/task/5821/stat : 5821 (java) S 5813 5813 5085 0 -1 1077944384 1252 0 0 0 1 0 0 0 20 0 15 0 154109340 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201232402928 140202051521154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5822] ppid=5813 vsize=13984976 memory=24764 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5822/stat : 5822 (java) S 5813 5813 5085 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201231349152 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5823] ppid=5813 vsize=13984976 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5823/stat : 5823 (java) S 5813 5813 5085 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 154109341 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201230296560 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5826] ppid=5813 vsize=13984976 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5826/stat : 5826 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109343 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201229245136 140202051528603 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5827] ppid=5813 vsize=13984976 memory=928 CPUtime=3.84 cores=1,3,5,7
/proc/5815/task/5827/stat : 5827 (java) S 5813 5813 5085 0 -1 1077944384 16845 0 0 0 382 2 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201228191728 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5828] ppid=5813 vsize=13984976 memory=2244 CPUtime=4.02 cores=1,3,5,7
/proc/5815/task/5828/stat : 5828 (java) S 5813 5813 5085 0 -1 1077944384 20052 0 0 0 401 1 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201227139184 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5829] ppid=5813 vsize=13984976 memory=4124 CPUtime=0.8 cores=1,3,5,7
/proc/5815/task/5829/stat : 5829 (java) S 5813 5813 5085 0 -1 1077944384 8144 0 0 0 79 1 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201226086640 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5832] ppid=5813 vsize=13984976 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/5815/task/5832/stat : 5832 (java) S 5813 5813 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201225034336 140202051520213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
[pid=5815/tid=5833] ppid=5813 vsize=13984976 memory=7540 CPUtime=0.04 cores=1,3,5,7
/proc/5815/task/5833/stat : 5833 (java) S 5813 5813 5085 0 -1 1077944384 602 0 0 0 1 3 0 0 20 0 15 0 154109344 14320615424 64721 33554432000 4194304 4196468 140725288978848 140201223981872 140202051521154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 26284032 140725288981661 140725288981836 140725288981836 140725288984527 0
Current children cumulated CPU time: 248.9 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 260268 KiB

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

[startup+240.019 s]
# the end of solver process 5813 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001763 s, system=0.000945 s

[startup+240.021 s]
# the end of solver process 5815 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.736 s, system=0.192013 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.021
CPU time (s): 248.928
CPU user time (s): 248.736
CPU system time (s): 0.192013
CPU usage (%): 103.711
Max. virtual memory (cumulated for all children) (KiB): 13996768
Max. memory (cumulated for all children) (KiB): 260268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.736
system time used= 0.192013
maximum resident set size= 260424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8350
involuntary context switches= 403


# summary of solver processes directly reported to runsolver:
#   pid: 5813,5815
#   total CPU time (s): 248.928
#   total CPU user time (s): 248.736
#   total CPU system time (s): 0.192013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.67304 second user time and 1.89589 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 08:10:23
IDJOB=4283148
IDBENCH=115837
IDSOLVER=2678
FILE ID=node150/4283148-1503210284
RUNJOBID= node150-1503208459-5117
PBS_JOBID= 20630864
Free space on /tmp= 61772 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.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-4283148-1503210284/watcher-4283148-1503210284 -o /tmp/evaluation-result-4283148-1503210284/solver-4283148-1503210284 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1714754993 HOME/instance-4283148-1503210284.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=1714754993

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22665200 kB
MemAvailable:   31962752 kB
Buffers:          301520 kB
Cached:          9274600 kB
SwapCached:            0 kB
Active:          2767896 kB
Inactive:        6862244 kB
Active(anon):       4252 kB
Inactive(anon):    85796 kB
Active(file):    2763644 kB
Inactive(file):  6776448 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:        221708 kB
Mapped:            51916 kB
Shmem:             33416 kB
Slab:             173148 kB
SReclaimable:     146592 kB
SUnreclaim:        26556 kB
KernelStack:        3872 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61756 MiB
End job on node150 at 2017-08-20 08:14:24