Trace number 4284394

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) 256.547 240.028

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
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 variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284394-1503213729.xml"  -tl '264s' -p 1 -x 3
0.13/0.14	c [HOME/instance-4284394-1503213729.xml, -tl, 264s, -p, 1, -x, 3]
0.13/0.19	c simple solver
0.33/0.26	c parse instance...
1.17/0.57	c solve instance...
256.51/240.01	s UNKNOWN
256.51/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 (11643 MiB free)
  memory of node 1: 16384 MiB (8943 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284394-1503213729/watcher-4284394-1503213729 -o /tmp/evaluation-result-4284394-1503213729/solver-4284394-1503213729 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503208976-12841 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1039820456 HOME/instance-4284394-1503213729.xml 

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

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


[startup+0.104771 s]*
/proc/loadavg: 1.89 1.90 1.93 3/217 16468
/proc/meminfo: memFree=21065012/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0
[pid=16454] ppid=16452 vsize=13978596 memory=28388 CPUtime=0.13 cores=0,2,4,6
/proc/16454/stat : 16454 (java) S 16452 16452 12810 0 -1 1077944320 5409 0 0 0 12 1 0 0 20 0 15 0 154453678 14314082304 7097 33554432000 4194304 4196468 140735688831040 140735688813584 140704555241207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
/proc/16454/statm: 3494649 7097 2904 1 0 3482966 0
[pid=16454/tid=16455] ppid=16452 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/16454/task/16455/stat : 16455 (java) R 16452 16452 12810 0 -1 4202560 3332 0 0 0 9 0 0 0 20 0 15 0 154453678 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704559462480 140704152175489 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16456] ppid=16452 vsize=13978596 memory=3472468843880391888 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16456/stat : 16456 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704485329296 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16457] ppid=16452 vsize=13978596 memory=140714985240192 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16457/stat : 16457 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704484276496 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16458] ppid=16452 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16458/stat : 16458 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704483224208 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16459] ppid=16452 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16459/stat : 16459 (java) S 16452 16452 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154453679 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704482171408 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16460] ppid=16452 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16460/stat : 16460 (java) S 16452 16452 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154453680 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704028932720 140704555252354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16461] ppid=16452 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16461/stat : 16461 (java) S 16452 16452 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154453681 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704027878688 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16462] ppid=16452 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154453681 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704026826352 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) S 16452 16452 12810 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 154453683 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704024721520 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453683 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704023668720 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13978596 memory=140714985240192 CPUtime=0.02 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) R 16452 16452 12810 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 154453683 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704022616432 140704555253142 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13978596 memory=140714985240192 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453684 14314082304 7097 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29772 KiB

[startup+0.21068 s]*
/proc/loadavg: 1.89 1.90 1.93 3/217 16468
/proc/meminfo: memFree=21054012/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0
[pid=16454] ppid=16452 vsize=13982852 memory=40564 CPUtime=0.33 cores=0,2,4,6
/proc/16454/stat : 16454 (java) S 16452 16452 12810 0 -1 1077944320 8237 0 0 0 31 2 0 0 20 0 15 0 154453678 14318440448 10141 33554432000 4194304 4196468 140735688831040 140735688813584 140704555241207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
/proc/16454/statm: 3495713 10141 3061 1 0 3482966 0
[pid=16454/tid=16455] ppid=16452 vsize=13982852 memory=5855082630820233377 CPUtime=0.19 cores=0,2,4,6
/proc/16454/task/16455/stat : 16455 (java) D 16452 16452 12810 0 -1 1077944384 5337 0 0 0 18 1 0 0 20 0 15 0 154453678 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704559452112 140704547920429 0 4 0 16800975 18446744072101629476 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16456] ppid=16452 vsize=13982852 memory=3472468843880391888 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16456/stat : 16456 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704485329296 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16457] ppid=16452 vsize=13982852 memory=140714985240192 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16457/stat : 16457 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704484276496 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16458] ppid=16452 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16458/stat : 16458 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704483224208 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16459] ppid=16452 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16459/stat : 16459 (java) S 16452 16452 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704482171408 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16460] ppid=16452 vsize=13982884 memory=140714985240192 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16460/stat : 16460 (java) S 16452 16452 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154453680 14318473216 10141 33554432000 4194304 4196468 140735688831040 140704028932720 140704555252354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16461] ppid=16452 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16461/stat : 16461 (java) S 16452 16452 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154453681 14318473216 10141 33554432000 4194304 4196468 140735688831040 140704027878688 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16462] ppid=16452 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154453681 14318473216 10141 33554432000 4194304 4196468 140735688831040 140704026826352 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) S 16452 16452 12810 0 -1 1077944384 634 0 0 0 2 0 0 0 20 0 15 0 154453683 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704024721520 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) S 16452 16452 12810 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 154453683 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704023668720 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13982852 memory=140714985240192 CPUtime=0.08 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) S 16452 16452 12810 0 -1 1077944384 757 0 0 0 8 0 0 0 20 0 15 0 154453683 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704022616432 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13982852 memory=140714985240192 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453684 14318440448 10141 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41948 KiB

[startup+0.311389 s]*
/proc/loadavg: 1.89 1.90 1.93 5/217 16468
/proc/meminfo: memFree=21046568/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0
[pid=16454] ppid=16452 vsize=13982852 memory=47956 CPUtime=0.52 cores=0,2,4,6
/proc/16454/stat : 16454 (java) S 16452 16452 12810 0 -1 1077944320 9251 0 0 0 49 3 0 0 20 0 15 0 154453678 14318440448 11989 33554432000 4194304 4196468 140735688831040 140735688813584 140704555241207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
/proc/16454/statm: 3495713 11989 3093 1 0 3482966 0
[pid=16454/tid=16455] ppid=16452 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=0,2,4,6
/proc/16454/task/16455/stat : 16455 (java) R 16452 16452 12810 0 -1 4202560 5953 0 0 0 28 2 0 0 20 0 15 0 154453678 14318440448 11989 33554432000 4194304 4196468 140735688831040 140704559467088 140704555263133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16456] ppid=16452 vsize=13982852 memory=3472468843880391888 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16456/stat : 16456 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 11989 33554432000 4194304 4196468 140735688831040 140704485329296 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16457] ppid=16452 vsize=13982852 memory=140714985240192 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16457/stat : 16457 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 11989 33554432000 4194304 4196468 140735688831040 140704484276496 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16458] ppid=16452 vsize=13982852 memory=3 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16458/stat : 16458 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 11989 33554432000 4194304 4196468 140735688831040 140704483224208 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16459] ppid=16452 vsize=13982852 memory=140714872809503 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16459/stat : 16459 (java) S 16452 16452 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154453679 14318440448 11989 33554432000 4194304 4196468 140735688831040 140704482171408 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16460] ppid=16452 vsize=13982852 memory=281429745579776 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16460/stat : 16460 (java) S 16452 16452 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154453680 14318440448 11989 33554432000 4194304 4196468 140735688831040 140704028932720 140704555252354 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16461] ppid=16452 vsize=13982852 memory=140714872786447 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16461/stat : 16461 (java) S 16452 16452 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154453681 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704027878688 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16462] ppid=16452 vsize=13982852 memory=281429858035808 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154453681 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704026826352 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13982852 memory=140714872791055 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) R 16452 16452 12810 0 -1 1077944384 648 0 0 0 3 0 0 0 20 0 15 0 154453683 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704024721520 140704555252354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13982852 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) S 16452 16452 12810 0 -1 1077944384 435 0 0 0 4 0 0 0 20 0 15 0 154453683 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704023668720 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) S 16452 16452 12810 0 -1 1077944384 914 0 0 0 13 0 0 0 20 0 15 0 154453683 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704022616432 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453684 14318440448 12054 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49340 KiB

[startup+0.704538 s]
/proc/loadavg: 1.89 1.90 1.93 6/217 16468
/proc/meminfo: memFree=21025848/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0
[pid=16454] ppid=16452 vsize=13984976 memory=81424 CPUtime=1.75 cores=0,2,4,6
/proc/16454/stat : 16454 (java) S 16452 16452 12810 0 -1 1077944320 12443 0 0 0 171 4 0 0 20 0 15 0 154453678 14320615424 20356 33554432000 4194304 4196468 140735688831040 140735688813584 140704555241207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
/proc/16454/statm: 3496244 20356 3215 1 0 3483478 0
[pid=16454/tid=16455] ppid=16452 vsize=13984976 memory=6154820267226784105 CPUtime=0.67 cores=0,2,4,6
/proc/16454/task/16455/stat : 16455 (java) R 16452 16452 12810 0 -1 4202560 6620 0 0 0 64 3 0 0 20 0 15 0 154453678 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704559477776 140704155888072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16456] ppid=16452 vsize=13984976 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16456/stat : 16456 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704485329296 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16457] ppid=16452 vsize=13984976 memory=4638778398333223008 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16457/stat : 16457 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704484276496 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16458] ppid=16452 vsize=13984976 memory=-7242455096852575424 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16458/stat : 16458 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453679 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704483224208 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16459] ppid=16452 vsize=13984976 memory=4132774494331964790 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16459/stat : 16459 (java) S 16452 16452 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154453679 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704482171408 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16460] ppid=16452 vsize=13984976 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16460/stat : 16460 (java) S 16452 16452 12810 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154453680 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704028932720 140704555252354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16461] ppid=16452 vsize=13984976 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16461/stat : 16461 (java) S 16452 16452 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704027878688 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16462] ppid=16452 vsize=13984976 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704026826352 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13984976 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13984976 memory=42996 CPUtime=0.35 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) R 16452 16452 12810 0 -1 4202560 1531 0 0 0 35 0 0 0 20 0 15 0 154453683 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704024705968 140704540367155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13984976 memory=1292 CPUtime=0.35 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) R 16452 16452 12810 0 -1 4202560 1261 0 0 0 35 0 0 0 20 0 15 0 154453683 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704023655288 140704533655285 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13984976 memory=2428 CPUtime=0.35 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) S 16452 16452 12810 0 -1 1077944384 1725 0 0 0 35 0 0 0 20 0 15 0 154453683 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704022616432 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13984976 memory=7091832833820811856 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13984976 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154453684 14320615424 20356 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 82808 KiB

[startup+1.50158 s]
/proc/loadavg: 1.89 1.90 1.93 5/217 16468
/proc/meminfo: memFree=20997224/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0

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

/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 334258 33554432000 4194304 4196468 140735688831040 140704026826368 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13984976 memory=1303780 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 334258 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13984976 memory=33 CPUtime=5.3 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) S 16452 16452 12810 0 -1 1077944384 23697 0 0 0 528 2 0 0 20 0 15 0 154453683 14320615424 334258 33554432000 4194304 4196468 140735688831040 140704024721520 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13984976 memory=1384 CPUtime=5.55 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) S 16452 16452 12810 0 -1 1077944384 27837 0 0 0 551 4 0 0 20 0 15 0 154453683 14320615424 334258 33554432000 4194304 4196468 140735688831040 140704023668720 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13984976 memory=1337032 CPUtime=0.83 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) S 16452 16452 12810 0 -1 1077944384 8138 0 0 0 81 2 0 0 20 0 15 0 154453683 14320615424 334258 33554432000 4194304 4196468 140735688831040 140704022616432 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 334258 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13984976 memory=1728 CPUtime=0.04 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 234 0 0 0 2 2 0 0 20 0 15 0 154453684 14320615424 334258 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 115.43 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1338416 KiB

[startup+162.301 s]
/proc/loadavg: 1.71 1.82 1.90 3/217 16555
/proc/meminfo: memFree=22558648/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0
[pid=16454] ppid=16452 vsize=13984976 memory=1291144 CPUtime=176.47 cores=0,2,4,6
/proc/16454/stat : 16454 (java) S 16452 16452 12810 0 -1 1077944320 92188 0 0 0 17564 83 0 0 20 0 15 0 154453678 14320615424 322786 33554432000 4194304 4196468 140735688831040 140735688813584 140704555241207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
/proc/16454/statm: 3496244 322786 3266 1 0 3483478 0
[pid=16454/tid=16455] ppid=16452 vsize=13984976 memory=1309796 CPUtime=161.45 cores=0,2,4,6
/proc/16454/task/16455/stat : 16455 (java) R 16452 16452 12810 0 -1 4202560 19462 0 0 0 16127 18 0 0 20 0 15 0 154453678 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704559480512 140704159867187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16456] ppid=16452 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/16454/task/16456/stat : 16456 (java) S 16452 16452 12810 0 -1 1077944384 941 0 0 0 63 13 0 0 20 0 15 0 154453679 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704485329296 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16457] ppid=16452 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/16454/task/16457/stat : 16457 (java) S 16452 16452 12810 0 -1 1077944384 1559 0 0 0 64 12 0 0 20 0 15 0 154453679 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704484276496 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16458] ppid=16452 vsize=13984976 memory=1309796 CPUtime=0.77 cores=0,2,4,6
/proc/16454/task/16458/stat : 16458 (java) S 16452 16452 12810 0 -1 1077944384 2561 0 0 0 64 13 0 0 20 0 15 0 154453679 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704483224208 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16459] ppid=16452 vsize=13984976 memory=1309796 CPUtime=0.76 cores=0,2,4,6
/proc/16454/task/16459/stat : 16459 (java) S 16452 16452 12810 0 -1 1077944384 1439 0 0 0 63 13 0 0 20 0 15 0 154453679 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704482171408 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16460] ppid=16452 vsize=13984976 memory=1291144 CPUtime=0.02 cores=0,2,4,6
/proc/16454/task/16460/stat : 16460 (java) S 16452 16452 12810 0 -1 1077944384 1525 0 0 0 2 0 0 0 20 0 15 0 154453680 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704028932720 140704555252354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16461] ppid=16452 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16461/stat : 16461 (java) S 16452 16452 12810 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704027878752 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16462] ppid=16452 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704026826368 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13984976 memory=1384 CPUtime=5.36 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) S 16452 16452 12810 0 -1 1077944384 25342 0 0 0 534 2 0 0 20 0 15 0 154453683 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704024721520 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13984976 memory=1309796 CPUtime=5.59 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) S 16452 16452 12810 0 -1 1077944384 28752 0 0 0 555 4 0 0 20 0 15 0 154453683 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704023668720 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13984976 memory=4144 CPUtime=0.84 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) S 16452 16452 12810 0 -1 1077944384 8987 0 0 0 82 2 0 0 20 0 15 0 154453683 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704022616432 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13984976 memory=43004 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13984976 memory=1384 CPUtime=0.06 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 276 0 0 0 3 3 0 0 20 0 15 0 154453684 14320615424 322786 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 176.47 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1292528 KiB

[startup+222.301 s]
/proc/loadavg: 1.70 1.81 1.89 3/217 16556
/proc/meminfo: memFree=22505080/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0
[pid=16454] ppid=16452 vsize=13984976 memory=1235568 CPUtime=238.45 cores=0,2,4,6
/proc/16454/stat : 16454 (java) S 16452 16452 12810 0 -1 1077944320 100345 0 0 0 23750 95 0 0 20 0 15 0 154453678 14320615424 308892 33554432000 4194304 4196468 140735688831040 140735688813584 140704555241207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
/proc/16454/statm: 3496244 308892 3280 1 0 3483478 0
[pid=16454/tid=16455] ppid=16452 vsize=13984976 memory=1299304 CPUtime=220.73 cores=0,2,4,6
/proc/16454/task/16455/stat : 16455 (java) R 16452 16452 12810 0 -1 4202560 21368 0 0 0 22055 18 0 0 20 0 15 0 154453678 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704559480512 140704157820417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16456] ppid=16452 vsize=13984976 memory=1299304 CPUtime=1.4 cores=0,2,4,6
/proc/16454/task/16456/stat : 16456 (java) S 16452 16452 12810 0 -1 1077944384 1541 0 0 0 125 15 0 0 20 0 15 0 154453679 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704485329296 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16457] ppid=16452 vsize=13984976 memory=1246340 CPUtime=1.41 cores=0,2,4,6
/proc/16454/task/16457/stat : 16457 (java) S 16452 16452 12810 0 -1 1077944384 1883 0 0 0 126 15 0 0 20 0 15 0 154453679 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704484276496 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16458] ppid=16452 vsize=13984976 memory=1235568 CPUtime=1.41 cores=0,2,4,6
/proc/16454/task/16458/stat : 16458 (java) S 16452 16452 12810 0 -1 1077944384 3285 0 0 0 125 16 0 0 20 0 15 0 154453679 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704483224208 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16459] ppid=16452 vsize=13984976 memory=1235568 CPUtime=1.4 cores=0,2,4,6
/proc/16454/task/16459/stat : 16459 (java) S 16452 16452 12810 0 -1 1077944384 2103 0 0 0 125 15 0 0 20 0 15 0 154453679 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704482171408 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16460] ppid=16452 vsize=13984976 memory=1384 CPUtime=0.1 cores=0,2,4,6
/proc/16454/task/16460/stat : 16460 (java) S 16452 16452 12810 0 -1 1077944384 4929 0 0 0 10 0 0 0 20 0 15 0 154453680 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704028932720 140704555252354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16461] ppid=16452 vsize=13984976 memory=1235568 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16461/stat : 16461 (java) S 16452 16452 12810 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704027878752 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16462] ppid=16452 vsize=13984976 memory=1235568 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704026826368 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13984976 memory=1384 CPUtime=5.36 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) S 16452 16452 12810 0 -1 1077944384 25346 0 0 0 534 2 0 0 20 0 15 0 154453683 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704024721520 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13984976 memory=1384 CPUtime=5.59 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) S 16452 16452 12810 0 -1 1077944384 28785 0 0 0 555 4 0 0 20 0 15 0 154453683 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704023668720 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13984976 memory=4144 CPUtime=0.84 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) S 16452 16452 12810 0 -1 1077944384 9450 0 0 0 82 2 0 0 20 0 15 0 154453683 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704022616432 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13984976 memory=1246340 CPUtime=0.09 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 311 0 0 0 4 5 0 0 20 0 15 0 154453684 14320615424 308892 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 238.45 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1236952 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.72 1.80 1.88 3/217 16556
/proc/meminfo: memFree=22526860/32770624 swapFree=67108860/67108860
[pid=16452] ppid=16449 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16452/stat : 16452 (xcsp3-exec) S 16449 16452 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154453678 9740288 346 33554432000 4194304 5098028 140725636861856 140725636859960 140479134548604 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27979776 140725636867188 140725636867392 140725636867392 140725636870123 0
/proc/16452/statm: 2378 346 289 221 0 87 0
[pid=16454] ppid=16452 vsize=13984976 memory=1183460 CPUtime=256.51 cores=0,2,4,6
/proc/16454/stat : 16454 (java) S 16452 16452 12810 0 -1 1077944320 102924 0 0 0 25556 95 0 0 20 0 15 0 154453678 14320615424 295865 33554432000 4194304 4196468 140735688831040 140735688813584 140704555241207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
/proc/16454/statm: 3496244 295865 3282 1 0 3483478 0
[pid=16454/tid=16455] ppid=16452 vsize=13984976 memory=6791534058613427641 CPUtime=238.36 cores=0,2,4,6
/proc/16454/task/16455/stat : 16455 (java) R 16452 16452 12810 0 -1 4202560 22031 0 0 0 23817 19 0 0 20 0 15 0 154453678 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704559480800 140704158021672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16456] ppid=16452 vsize=13984976 memory=-7003737579269690708 CPUtime=1.49 cores=0,2,4,6
/proc/16454/task/16456/stat : 16456 (java) S 16452 16452 12810 0 -1 1077944384 1548 0 0 0 134 15 0 0 20 0 15 0 154453679 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704485329296 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16457] ppid=16452 vsize=13984976 memory=281429746613264 CPUtime=1.5 cores=0,2,4,6
/proc/16454/task/16457/stat : 16457 (java) S 16452 16452 12810 0 -1 1077944384 1890 0 0 0 135 15 0 0 20 0 15 0 154453679 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704484276496 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16458] ppid=16452 vsize=13984976 memory=0 CPUtime=1.5 cores=0,2,4,6
/proc/16454/task/16458/stat : 16458 (java) S 16452 16452 12810 0 -1 1077944384 3297 0 0 0 134 16 0 0 20 0 15 0 154453679 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704483224208 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16459] ppid=16452 vsize=13984976 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/16454/task/16459/stat : 16459 (java) S 16452 16452 12810 0 -1 1077944384 2295 0 0 0 133 15 0 0 20 0 15 0 154453679 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704482171408 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16460] ppid=16452 vsize=13984976 memory=960 CPUtime=0.11 cores=0,2,4,6
/proc/16454/task/16460/stat : 16460 (java) S 16452 16452 12810 0 -1 1077944384 4929 0 0 0 11 0 0 0 20 0 15 0 154453680 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704028932720 140704555252354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16461] ppid=16452 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16461/stat : 16461 (java) S 16452 16452 12810 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704027878752 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16462] ppid=16452 vsize=13984976 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16462/stat : 16462 (java) S 16452 16452 12810 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 154453681 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704026826368 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16463] ppid=16452 vsize=13984976 memory=932 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16463/stat : 16463 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704025774672 140704555259803 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16464] ppid=16452 vsize=13984976 memory=1580 CPUtime=5.4 cores=0,2,4,6
/proc/16454/task/16464/stat : 16464 (java) S 16452 16452 12810 0 -1 1077944384 26065 0 0 0 538 2 0 0 20 0 15 0 154453683 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704024721520 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16465] ppid=16452 vsize=13984976 memory=2244 CPUtime=5.64 cores=0,2,4,6
/proc/16454/task/16465/stat : 16465 (java) S 16452 16452 12810 0 -1 1077944384 29676 0 0 0 560 4 0 0 20 0 15 0 154453683 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704023668720 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16466] ppid=16452 vsize=13984976 memory=6791534058613427641 CPUtime=0.84 cores=0,2,4,6
/proc/16454/task/16466/stat : 16466 (java) S 16452 16452 12810 0 -1 1077944384 9536 0 0 0 82 2 0 0 20 0 15 0 154453683 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704022616432 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16467] ppid=16452 vsize=13984976 memory=454376 CPUtime=0 cores=0,2,4,6
/proc/16454/task/16467/stat : 16467 (java) S 16452 16452 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154453683 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704021563872 140704555251413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
[pid=16454/tid=16468] ppid=16452 vsize=13984976 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/16454/task/16468/stat : 16468 (java) S 16452 16452 12810 0 -1 1077944384 313 0 0 0 4 6 0 0 20 0 15 0 154453684 14320615424 295865 33554432000 4194304 4196468 140735688831040 140704020511664 140704555252354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15536128 140735688832157 140735688832332 140735688832332 140735688835023 0
Current children cumulated CPU time: 256.51 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1184844 KiB

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

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

[startup+240.028 s]
# the end of solver process 16454 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=255.575 s, system=0.971667 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.028
CPU time (s): 256.547
CPU user time (s): 255.575
CPU system time (s): 0.971667
CPU usage (%): 106.882
Max. virtual memory (cumulated for all children) (KiB): 13997604
Max. memory (cumulated for all children) (KiB): 1338420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.575
system time used= 0.971667
maximum resident set size= 1353428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103580
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8618
involuntary context switches= 323


# summary of solver processes directly reported to runsolver:
#   pid: 16452,16454
#   total CPU time (s): 256.547
#   total CPU user time (s): 255.575
#   total CPU system time (s): 0.971667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.5112 second user time and 2.34448 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 09:07:49
IDJOB=4284394
IDBENCH=135432
IDSOLVER=2680
FILE ID=node151/4284394-1503213729
RUNJOBID= node151-1503208976-12841
PBS_JOBID= 20630871
Free space on /tmp= 61672 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.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-4284394-1503213729/watcher-4284394-1503213729 -o /tmp/evaluation-result-4284394-1503213729/solver-4284394-1503213729 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503208976-12841 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1039820456 HOME/instance-4284394-1503213729.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=1039820456

node151.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.95
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.95
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.95
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.95
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:        21082048 kB
MemAvailable:   28905220 kB
Buffers:          328772 kB
Cached:          7783668 kB
SwapCached:            0 kB
Active:          4990276 kB
Inactive:        6237076 kB
Active(anon):    3107080 kB
Inactive(anon):    44324 kB
Active(file):    1883196 kB
Inactive(file):  6192752 kB
Unevictable:        7580 kB
Mlocked:            7580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7948 kB
Writeback:             0 kB
AnonPages:       3122880 kB
Mapped:            64284 kB
Shmem:             33416 kB
Slab:             153672 kB
SReclaimable:     126116 kB
SUnreclaim:        27556 kB
KernelStack:        3536 kB
PageTables:        11356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4602808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2998272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61668 MiB
End job on node151 at 2017-08-20 09:11:49