Trace number 4284618

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) 258.35901 240.02699

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-4284618-1503210337.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284618-1503210337.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.85/0.77	c solve instance...
258.33/240.01	s UNKNOWN
258.33/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 (11346 MiB free)
  memory of node 1: 16384 MiB (9393 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284618-1503210337/watcher-4284618-1503210337 -o /tmp/evaluation-result-4284618-1503210337/solver-4284618-1503210337 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20020 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 993819550 HOME/instance-4284618-1503210337.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=20363, runsolver pid=20360

[startup+0.100874 s]*
/proc/loadavg: 1.61 1.61 1.34 4/209 20400
/proc/meminfo: memFree=21205980/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0
[pid=20365] ppid=20363 vsize=13978596 memory=28224 CPUtime=0.12 cores=1,3,5,7
/proc/20365/stat : 20365 (java) S 20363 20363 19988 0 -1 1077944320 5349 0 0 0 11 1 0 0 20 0 15 0 154121340 14314082304 7056 33554432000 4194304 4196468 140725837721072 140725837703616 140584587869943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
/proc/20365/statm: 3494649 7056 2896 1 0 3482966 0
[pid=20365/tid=20366] ppid=20363 vsize=13978596 memory=4279135704013832333 CPUtime=0.09 cores=1,3,5,7
/proc/20365/task/20366/stat : 20366 (java) R 20363 20363 19988 0 -1 4202560 3356 0 0 0 9 0 0 0 20 0 15 0 154121340 14314082304 7056 33554432000 4194304 4196468 140725837721072 140584592099120 140584587881878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20367] ppid=20363 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20367/stat : 20367 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14314082304 7056 33554432000 4194304 4196468 140725837721072 140584548829712 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20368] ppid=20363 vsize=13978596 memory=139881586267776 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20368/stat : 20368 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14314082304 7056 33554432000 4194304 4196468 140725837721072 140584182590096 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20369] ppid=20363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20369/stat : 20369 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14314082304 7056 33554432000 4194304 4196468 140725837721072 140584181537040 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20370] ppid=20363 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20370/stat : 20370 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14314082304 7056 33554432000 4194304 4196468 140725837721072 140584180484496 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20376] ppid=20363 vsize=13978596 memory=139881586267776 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20376/stat : 20376 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121342 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583500298992 140584587881090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20377] ppid=20363 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20377/stat : 20377 (java) S 20363 20363 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154121343 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583499245216 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20378] ppid=20363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154121343 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583498192112 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) S 20363 20363 19988 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 154121345 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583496087792 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583495035248 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13978596 memory=139881586267776 CPUtime=0.01 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) R 20363 20363 19988 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 15 0 154121345 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583493982192 140584571950430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13978596 memory=139881586267776 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121346 14314082304 7056 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29608 KiB

[startup+0.210659 s]*
/proc/loadavg: 1.61 1.61 1.34 6/218 20409
/proc/meminfo: memFree=21181956/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0
[pid=20365] ppid=20363 vsize=13982852 memory=40632 CPUtime=0.34 cores=1,3,5,7
/proc/20365/stat : 20365 (java) S 20363 20363 19988 0 -1 1077944320 8161 0 0 0 32 2 0 0 20 0 15 0 154121340 14318440448 10158 33554432000 4194304 4196468 140725837721072 140725837703616 140584587869943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
/proc/20365/statm: 3495713 10158 3074 1 0 3482966 0
[pid=20365/tid=20366] ppid=20363 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/20365/task/20366/stat : 20366 (java) R 20363 20363 19988 0 -1 4202560 5273 0 0 0 19 1 0 0 20 0 15 0 154121340 14318440448 10158 33554432000 4194304 4196468 140725837721072 140584592092816 140584475789859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20367] ppid=20363 vsize=13982852 memory=9107 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20367/stat : 20367 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 10158 33554432000 4194304 4196468 140725837721072 140584548829712 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20368] ppid=20363 vsize=13982852 memory=3833037623010956960 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20368/stat : 20368 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 10158 33554432000 4194304 4196468 140725837721072 140584182590096 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20369] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20369/stat : 20369 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 10158 33554432000 4194304 4196468 140725837721072 140584181537040 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20370] ppid=20363 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20370/stat : 20370 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 10158 33554432000 4194304 4196468 140725837721072 140584180484496 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20376] ppid=20363 vsize=13982852 memory=139881586267776 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20376/stat : 20376 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121342 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583500298992 140584587881090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20377] ppid=20363 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20377/stat : 20377 (java) S 20363 20363 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154121343 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583499245216 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20378] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154121343 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583498192112 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) S 20363 20363 19988 0 -1 1077944384 663 0 0 0 2 0 0 0 20 0 15 0 154121345 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583496087792 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) S 20363 20363 19988 0 -1 1077944384 161 0 0 0 2 0 0 0 20 0 15 0 154121345 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583495035248 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13982852 memory=139881586267776 CPUtime=0.08 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) R 20363 20363 19988 0 -1 4202560 764 0 0 0 8 0 0 0 20 0 15 0 154121345 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583493982192 140584587881878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121346 14318440448 10158 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42016 KiB

[startup+0.310445 s]*
/proc/loadavg: 1.61 1.61 1.34 6/218 20409
/proc/meminfo: memFree=21165188/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0
[pid=20365] ppid=20363 vsize=13982852 memory=47492 CPUtime=0.51 cores=1,3,5,7
/proc/20365/stat : 20365 (java) S 20363 20363 19988 0 -1 1077944320 9012 0 0 0 49 2 0 0 20 0 15 0 154121340 14318440448 11873 33554432000 4194304 4196468 140725837721072 140725837703616 140584587869943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
/proc/20365/statm: 3495713 11873 3109 1 0 3482966 0
[pid=20365/tid=20366] ppid=20363 vsize=13982852 memory=595678064335126645 CPUtime=0.29 cores=1,3,5,7
/proc/20365/task/20366/stat : 20366 (java) R 20363 20363 19988 0 -1 4202560 5931 0 0 0 28 1 0 0 20 0 15 0 154121340 14318440448 11873 33554432000 4194304 4196468 140725837721072 140584592100640 140584224189959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20367] ppid=20363 vsize=13982852 memory=302022878566809964 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20367/stat : 20367 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 11873 33554432000 4194304 4196468 140725837721072 140584548829712 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20368] ppid=20363 vsize=13982852 memory=755702 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20368/stat : 20368 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 11873 33554432000 4194304 4196468 140725837721072 140584182590096 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20369] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20369/stat : 20369 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 11873 33554432000 4194304 4196468 140725837721072 140584181537040 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20370] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20370/stat : 20370 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14318440448 11873 33554432000 4194304 4196468 140725837721072 140584180484496 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20376] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20376/stat : 20376 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121342 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583500298992 140584587881090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20377] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20377/stat : 20377 (java) S 20363 20363 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154121343 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583499245216 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20378] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154121343 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583498192112 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) R 20363 20363 19988 0 -1 1077944384 678 0 0 0 3 0 0 0 20 0 15 0 154121345 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583496087792 140584587881090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) R 20363 20363 19988 0 -1 4202560 247 0 0 0 3 0 0 0 20 0 15 0 154121345 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583495035248 140584580107070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) R 20363 20363 19988 0 -1 4202560 877 0 0 0 13 0 0 0 20 0 15 0 154121345 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583493980608 140584566795393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121346 14318440448 11873 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48876 KiB

[startup+0.707337 s]
/proc/loadavg: 1.61 1.61 1.34 7/218 20409
/proc/meminfo: memFree=21126092/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0
[pid=20365] ppid=20363 vsize=13984976 memory=93120 CPUtime=1.85 cores=1,3,5,7
/proc/20365/stat : 20365 (java) S 20363 20363 19988 0 -1 1077944320 12819 0 0 0 181 4 0 0 20 0 15 0 154121340 14320615424 23280 33554432000 4194304 4196468 140725837721072 140725837703616 140584587869943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
/proc/20365/statm: 3496244 23280 3213 1 0 3483478 0
[pid=20365/tid=20366] ppid=20363 vsize=13984976 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/20365/task/20366/stat : 20366 (java) R 20363 20363 19988 0 -1 4202560 6663 0 0 0 65 3 0 0 20 0 15 0 154121340 14320615424 23280 33554432000 4194304 4196468 140725837721072 140584592090304 140584571950430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20367] ppid=20363 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20367/stat : 20367 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14320615424 23280 33554432000 4194304 4196468 140725837721072 140584548829712 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20368] ppid=20363 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20368/stat : 20368 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14320615424 23280 33554432000 4194304 4196468 140725837721072 140584182590096 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20369] ppid=20363 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20369/stat : 20369 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121341 14320615424 23280 33554432000 4194304 4196468 140725837721072 140584181537040 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20370] ppid=20363 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20370/stat : 20370 (java) S 20363 20363 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154121341 14320615424 23280 33554432000 4194304 4196468 140725837721072 140584180484496 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20376] ppid=20363 vsize=13984976 memory=2468 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20376/stat : 20376 (java) S 20363 20363 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154121342 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583500298992 140584587881090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20377] ppid=20363 vsize=13984976 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20377/stat : 20377 (java) S 20363 20363 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154121343 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583499245216 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20378] ppid=20363 vsize=13984976 memory=932 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154121343 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583498192112 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13984976 memory=4124 CPUtime=0.37 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) R 20363 20363 19988 0 -1 4202560 1582 0 0 0 37 0 0 0 20 0 15 0 154121345 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583496068992 140584567126552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13984976 memory=2200 CPUtime=0.34 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) R 20363 20363 19988 0 -1 4202560 1172 0 0 0 34 0 0 0 20 0 15 0 154121345 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583495016784 140584571370363 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13984976 memory=7528 CPUtime=0.43 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) R 20363 20363 19988 0 -1 4202560 2096 0 0 0 43 0 0 0 20 0 15 0 154121345 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583493982192 140584587881878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13984976 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154121346 14320615424 23280 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 94504 KiB

[startup+1.50134 s]
/proc/loadavg: 1.61 1.61 1.34 7/218 20409
/proc/meminfo: memFree=21060404/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0

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

/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154121343 14322712576 97880 33554432000 4194304 4196468 140725837721072 140583498192128 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13987024 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14322712576 97880 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13987024 memory=391520 CPUtime=7.85 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) S 20363 20363 19988 0 -1 1077944384 32665 0 0 0 781 4 0 0 20 0 15 0 154121345 14322712576 97880 33554432000 4194304 4196468 140725837721072 140583496087792 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13987024 memory=279762896335328 CPUtime=8.49 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) S 20363 20363 19988 0 -1 1077944384 42705 0 0 0 845 4 0 0 20 0 15 0 154121345 14322712576 97880 33554432000 4194304 4196468 140725837721072 140583495035248 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13987024 memory=3472328296227679313 CPUtime=1.16 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) S 20363 20363 19988 0 -1 1077944384 10154 0 0 0 114 2 0 0 20 0 15 0 154121345 14322712576 97880 33554432000 4194304 4196468 140725837721072 140583493982192 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13987024 memory=4279073131472642624 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14322712576 97880 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13987024 memory=4140 CPUtime=0.02 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 2285 0 0 0 1 1 0 0 20 0 15 0 154121346 14322712576 97880 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 120.41 s
Current children cumulated vsize: 13996536 KiB
Current children cumulated memory: 392904 KiB

[startup+162.301 s]
/proc/loadavg: 1.87 1.79 1.45 3/218 20490
/proc/meminfo: memFree=20503148/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0
[pid=20365] ppid=20363 vsize=13987024 memory=410348 CPUtime=180.53 cores=1,3,5,7
/proc/20365/stat : 20365 (java) S 20363 20363 19988 0 -1 1077944320 111548 0 0 0 18017 36 0 0 20 0 15 0 154121340 14322712576 102587 33554432000 4194304 4196468 140725837721072 140725837703616 140584587869943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
/proc/20365/statm: 3496756 102587 3269 1 0 3483990 0
[pid=20365/tid=20366] ppid=20363 vsize=13987024 memory=410348 CPUtime=162.03 cores=1,3,5,7
/proc/20365/task/20366/stat : 20366 (java) R 20363 20363 19988 0 -1 4202560 14574 0 0 0 16197 6 0 0 20 0 15 0 154121340 14322712576 102587 33554432000 4194304 4196468 140725837721072 140584592109184 140584230979759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20367] ppid=20363 vsize=13987024 memory=410348 CPUtime=0.21 cores=1,3,5,7
/proc/20365/task/20367/stat : 20367 (java) S 20363 20363 19988 0 -1 1077944384 2273 0 0 0 18 3 0 0 20 0 15 0 154121341 14322712576 102587 33554432000 4194304 4196468 140725837721072 140584548829712 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20368] ppid=20363 vsize=13987024 memory=1384 CPUtime=0.22 cores=1,3,5,7
/proc/20365/task/20368/stat : 20368 (java) S 20363 20363 19988 0 -1 1077944384 1524 0 0 0 18 4 0 0 20 0 15 0 154121341 14322712576 102587 33554432000 4194304 4196468 140725837721072 140584182590096 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20369] ppid=20363 vsize=13987024 memory=410348 CPUtime=0.22 cores=1,3,5,7
/proc/20365/task/20369/stat : 20369 (java) S 20363 20363 19988 0 -1 1077944384 737 0 0 0 18 4 0 0 20 0 15 0 154121341 14322712576 102587 33554432000 4194304 4196468 140725837721072 140584181537040 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20370] ppid=20363 vsize=13987024 memory=1384 CPUtime=0.21 cores=1,3,5,7
/proc/20365/task/20370/stat : 20370 (java) S 20363 20363 19988 0 -1 1077944384 944 0 0 0 17 4 0 0 20 0 15 0 154121341 14322712576 102587 33554432000 4194304 4196468 140725837721072 140584180484496 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20376] ppid=20363 vsize=13987024 memory=408300 CPUtime=0.02 cores=1,3,5,7
/proc/20365/task/20376/stat : 20376 (java) S 20363 20363 19988 0 -1 1077944384 1466 0 0 0 2 0 0 0 20 0 15 0 154121342 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583500298992 140584587881090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20377] ppid=20363 vsize=13987024 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20377/stat : 20377 (java) S 20363 20363 19988 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154121343 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583499245280 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20378] ppid=20363 vsize=13987024 memory=408300 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154121343 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583498192128 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13987024 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13987024 memory=1384 CPUtime=7.85 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) S 20363 20363 19988 0 -1 1077944384 32668 0 0 0 781 4 0 0 20 0 15 0 154121345 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583496087792 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13987024 memory=410348 CPUtime=8.49 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) S 20363 20363 19988 0 -1 1077944384 43513 0 0 0 845 4 0 0 20 0 15 0 154121345 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583495035248 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13987024 memory=16444 CPUtime=1.16 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) S 20363 20363 19988 0 -1 1077944384 10158 0 0 0 114 2 0 0 20 0 15 0 154121345 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583493982192 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13987024 memory=2544 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13987024 memory=7100839861465685612 CPUtime=0.03 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 2317 0 0 0 1 2 0 0 20 0 15 0 154121346 14322712576 102587 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 180.53 s
Current children cumulated vsize: 13996536 KiB
Current children cumulated memory: 411732 KiB

[startup+222.301 s]
/proc/loadavg: 1.95 1.82 1.49 3/218 20491
/proc/meminfo: memFree=20486240/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0
[pid=20365] ppid=20363 vsize=13987024 memory=414944 CPUtime=240.6 cores=1,3,5,7
/proc/20365/stat : 20365 (java) S 20363 20363 19988 0 -1 1077944320 113059 0 0 0 24022 38 0 0 20 0 15 0 154121340 14322712576 103736 33554432000 4194304 4196468 140725837721072 140725837703616 140584587869943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
/proc/20365/statm: 3496756 103736 3269 1 0 3483990 0
[pid=20365/tid=20366] ppid=20363 vsize=13987024 memory=414944 CPUtime=222.01 cores=1,3,5,7
/proc/20365/task/20366/stat : 20366 (java) R 20363 20363 19988 0 -1 4202560 15194 0 0 0 22195 6 0 0 20 0 15 0 154121340 14322712576 103736 33554432000 4194304 4196468 140725837721072 140584592109232 140584234953041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20367] ppid=20363 vsize=13987024 memory=414944 CPUtime=0.23 cores=1,3,5,7
/proc/20365/task/20367/stat : 20367 (java) S 20363 20363 19988 0 -1 1077944384 2332 0 0 0 19 4 0 0 20 0 15 0 154121341 14322712576 103736 33554432000 4194304 4196468 140725837721072 140584548829712 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20368] ppid=20363 vsize=13987024 memory=417000 CPUtime=0.24 cores=1,3,5,7
/proc/20365/task/20368/stat : 20368 (java) S 20363 20363 19988 0 -1 1077944384 1982 0 0 0 20 4 0 0 20 0 15 0 154121341 14322712576 103736 33554432000 4194304 4196468 140725837721072 140584182590096 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20369] ppid=20363 vsize=13987024 memory=1384 CPUtime=0.24 cores=1,3,5,7
/proc/20365/task/20369/stat : 20369 (java) S 20363 20363 19988 0 -1 1077944384 755 0 0 0 20 4 0 0 20 0 15 0 154121341 14322712576 103736 33554432000 4194304 4196468 140725837721072 140584181537040 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20370] ppid=20363 vsize=13987024 memory=1384 CPUtime=0.23 cores=1,3,5,7
/proc/20365/task/20370/stat : 20370 (java) S 20363 20363 19988 0 -1 1077944384 1014 0 0 0 19 4 0 0 20 0 15 0 154121341 14322712576 103736 33554432000 4194304 4196468 140725837721072 140584180484496 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20376] ppid=20363 vsize=13987024 memory=417000 CPUtime=0.02 cores=1,3,5,7
/proc/20365/task/20376/stat : 20376 (java) S 20363 20363 19988 0 -1 1077944384 1706 0 0 0 2 0 0 0 20 0 15 0 154121342 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583500298992 140584587881090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20377] ppid=20363 vsize=13987024 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20377/stat : 20377 (java) S 20363 20363 19988 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154121343 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583499245280 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20378] ppid=20363 vsize=13987024 memory=417000 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154121343 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583498192128 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13987024 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13987024 memory=414944 CPUtime=7.85 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) S 20363 20363 19988 0 -1 1077944384 32676 0 0 0 781 4 0 0 20 0 15 0 154121345 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583496087792 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13987024 memory=4140 CPUtime=8.49 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) S 20363 20363 19988 0 -1 1077944384 43515 0 0 0 845 4 0 0 20 0 15 0 154121345 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583495035248 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13987024 memory=42752 CPUtime=1.16 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) S 20363 20363 19988 0 -1 1077944384 10163 0 0 0 114 2 0 0 20 0 15 0 154121345 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583493982192 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13987024 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13987024 memory=4140 CPUtime=0.05 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 2348 0 0 0 2 3 0 0 20 0 15 0 154121346 14322712576 103736 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 240.6 s
Current children cumulated vsize: 13996536 KiB
Current children cumulated memory: 416328 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.88 1.82 1.50 3/217 20491
/proc/meminfo: memFree=20483720/32770624 swapFree=67108860/67108860
[pid=20363] ppid=20360 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/20363/stat : 20363 (xcsp3-exec) S 20360 20363 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154121340 9740288 346 33554432000 4194304 5098028 140737099463936 140737099462040 140536352399996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31125504 140737099469941 140737099470144 140737099470144 140737099472875 0
/proc/20363/statm: 2378 346 289 221 0 87 0
[pid=20365] ppid=20363 vsize=13987024 memory=412888 CPUtime=258.33 cores=1,3,5,7
/proc/20365/stat : 20365 (java) S 20363 20363 19988 0 -1 1077944320 114012 0 0 0 25795 38 0 0 20 0 15 0 154121340 14322712576 103222 33554432000 4194304 4196468 140725837721072 140725837703616 140584587869943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
/proc/20365/statm: 3496756 103222 3269 1 0 3483990 0
[pid=20365/tid=20366] ppid=20363 vsize=13987024 memory=6791534058613427641 CPUtime=239.72 cores=1,3,5,7
/proc/20365/task/20366/stat : 20366 (java) R 20363 20363 19988 0 -1 4202560 15458 0 0 0 23966 6 0 0 20 0 15 0 154121340 14322712576 103222 33554432000 4194304 4196468 140725837721072 140584592108448 140584234045417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20367] ppid=20363 vsize=13987024 memory=3832 CPUtime=0.23 cores=1,3,5,7
/proc/20365/task/20367/stat : 20367 (java) S 20363 20363 19988 0 -1 1077944384 2356 0 0 0 19 4 0 0 20 0 15 0 154121341 14322712576 103222 33554432000 4194304 4196468 140725837721072 140584548829712 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20368] ppid=20363 vsize=13987024 memory=1384 CPUtime=0.24 cores=1,3,5,7
/proc/20365/task/20368/stat : 20368 (java) S 20363 20363 19988 0 -1 1077944384 1985 0 0 0 20 4 0 0 20 0 15 0 154121341 14322712576 103222 33554432000 4194304 4196468 140725837721072 140584182590096 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20369] ppid=20363 vsize=13987024 memory=412888 CPUtime=0.24 cores=1,3,5,7
/proc/20365/task/20369/stat : 20369 (java) S 20363 20363 19988 0 -1 1077944384 757 0 0 0 20 4 0 0 20 0 15 0 154121341 14322712576 103222 33554432000 4194304 4196468 140725837721072 140584181537040 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20370] ppid=20363 vsize=13987024 memory=4872558044660077418 CPUtime=0.23 cores=1,3,5,7
/proc/20365/task/20370/stat : 20370 (java) S 20363 20363 19988 0 -1 1077944384 1015 0 0 0 19 4 0 0 20 0 15 0 154121341 14322712576 103222 33554432000 4194304 4196468 140725837721072 140584180484496 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20376] ppid=20363 vsize=13987024 memory=1424 CPUtime=0.02 cores=1,3,5,7
/proc/20365/task/20376/stat : 20376 (java) S 20363 20363 19988 0 -1 1077944384 1712 0 0 0 2 0 0 0 20 0 15 0 154121342 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583500298992 140584587881090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20377] ppid=20363 vsize=13987024 memory=13160 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20377/stat : 20377 (java) S 20363 20363 19988 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154121343 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583499245280 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20378] ppid=20363 vsize=13987024 memory=792 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20378/stat : 20378 (java) S 20363 20363 19988 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154121343 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583498192128 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20379] ppid=20363 vsize=13987024 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20379/stat : 20379 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121345 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583497140688 140584587888539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20380] ppid=20363 vsize=13987024 memory=1384 CPUtime=7.85 cores=1,3,5,7
/proc/20365/task/20380/stat : 20380 (java) S 20363 20363 19988 0 -1 1077944384 33190 0 0 0 781 4 0 0 20 0 15 0 154121345 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583496087792 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20381] ppid=20363 vsize=13987024 memory=414944 CPUtime=8.49 cores=1,3,5,7
/proc/20365/task/20381/stat : 20381 (java) S 20363 20363 19988 0 -1 1077944384 43654 0 0 0 845 4 0 0 20 0 15 0 154121345 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583495035248 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20382] ppid=20363 vsize=13987024 memory=414944 CPUtime=1.16 cores=1,3,5,7
/proc/20365/task/20382/stat : 20382 (java) S 20363 20363 19988 0 -1 1077944384 10163 0 0 0 114 2 0 0 20 0 15 0 154121345 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583493982192 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20386] ppid=20363 vsize=13987024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20365/task/20386/stat : 20386 (java) S 20363 20363 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154121346 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583492929888 140584587880149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
[pid=20365/tid=20388] ppid=20363 vsize=13987024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/20365/task/20388/stat : 20388 (java) S 20363 20363 19988 0 -1 1077944384 2348 0 0 0 2 3 0 0 20 0 15 0 154121346 14322712576 103222 33554432000 4194304 4196468 140725837721072 140583491877936 140584587881090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725837726877 140725837727052 140725837727052 140725837729743 0
Current children cumulated CPU time: 258.33 s
Current children cumulated vsize: 13996536 KiB
Current children cumulated memory: 414272 KiB

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

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

[startup+240.027 s]
# the end of solver process 20365 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=257.963 s, system=0.395366 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.027
CPU time (s): 258.359
CPU user time (s): 257.963
CPU system time (s): 0.395366
CPU usage (%): 107.637
Max. virtual memory (cumulated for all children) (KiB): 13997088
Max. memory (cumulated for all children) (KiB): 418384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.963
system time used= 0.395366
maximum resident set size= 420080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115000
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9504
involuntary context switches= 390


# summary of solver processes directly reported to runsolver:
#   pid: 20363,20365
#   total CPU time (s): 258.359
#   total CPU user time (s): 257.963
#   total CPU system time (s): 0.395366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32932 second user time and 2.2791 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 08:11:17
IDJOB=4284618
IDBENCH=115837
IDSOLVER=2680
FILE ID=node114/4284618-1503210337
RUNJOBID= node114-1503208995-20020
PBS_JOBID= 20630872
Free space on /tmp= 61708 MiB

SOLVER NAME= choco-solver 5a
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-4284618-1503210337/watcher-4284618-1503210337 -o /tmp/evaluation-result-4284618-1503210337/solver-4284618-1503210337 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20020 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 993819550 HOME/instance-4284618-1503210337.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=993819550

node114.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.98
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.98
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.98
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.98
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:        21236640 kB
MemAvailable:   31970464 kB
Buffers:          260756 kB
Cached:         10760052 kB
SwapCached:            0 kB
Active:          1998096 kB
Inactive:        9076976 kB
Active(anon):      46516 kB
Inactive(anon):    44260 kB
Active(file):    1951580 kB
Inactive(file):  9032716 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7836 kB
Writeback:             0 kB
AnonPages:         73636 kB
Mapped:            50884 kB
Shmem:             33416 kB
Slab:             157156 kB
SReclaimable:     130728 kB
SUnreclaim:        26428 kB
KernelStack:        3584 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-20 08:15:17