Trace number 4272480

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 2520.1201 2456.02

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
Bench CategoryCSP (decision 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 variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":57}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272480-1502809226.xml"  -tl '2520s' -p 1 -x 3
0.06/0.29	c [HOME/instance-4272480-1502809226.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.36	c simple solver
0.42/0.42	c parse instance...
0.87/0.66	c solve instance...
2520.09/2456.01	s UNKNOWN
2520.09/2456.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 (14806 MiB free)
  memory of node 1: 16384 MiB (15210 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272480-1502809226/watcher-4272480-1502809226 -o /tmp/evaluation-result-4272480-1502809226/solver-4272480-1502809226 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1883071902 HOME/instance-4272480-1502809226.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=2194, runsolver pid=2191

[startup+0.100138 s]*
/proc/loadavg: 1.41 1.42 1.41 3/199 2196
/proc/meminfo: memFree=30736952/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=11657624 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 2020 0 0 0 0 0 0 0 20 0 2 0 34805187 11937406976 2256 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 2914406 2256 1151 1 0 2904376 0
[pid=2196/tid=2197] ppid=2194 vsize=13356504 memory=8508281356422317474 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 1212 0 0 0 0 0 0 0 20 0 6 0 34805187 13677060096 2664 18446744073709551615 4194304 4196468 140728074861872 140505738138952 140505719767104 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13356504 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34805188 13677060096 2664 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13356504 memory=140167089555072 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34805188 13677060096 2664 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 34805188 13677060096 2664 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 34805188 13677060096 2664 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11667136 KiB
Current children cumulated memory: 10404 KiB

[startup+0.210039 s]*
/proc/loadavg: 1.41 1.42 1.41 2/212 2209
/proc/meminfo: memFree=30726172/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=13973868 memory=21736 CPUtime=0.06 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 4877 0 0 0 5 1 0 0 20 0 15 0 34805187 14309240832 5434 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 3493467 5434 2573 1 0 3482964 0
[pid=2196/tid=2197] ppid=2194 vsize=13974352 memory=7022364594140610616 CPUtime=0.05 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 3193 0 0 0 4 1 0 0 20 0 15 0 34805187 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505738128880 140505717978462 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13974352 memory=4294978898 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13974352 memory=3905095511142106784 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2202] ppid=2194 vsize=13974352 memory=140167089555072 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2202/stat : 2202 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805189 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505211939696 140505733909122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2203] ppid=2194 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2203/stat : 2203 (java) S 2194 2194 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34805190 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505210885664 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2204] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2204/stat : 2204 (java) S 2194 2194 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34805190 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505209832816 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2205] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2205/stat : 2205 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505208781136 140505733916571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2206] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2206/stat : 2206 (java) S 2194 2194 7968 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 34805192 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505207728496 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2207] ppid=2194 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2207/stat : 2207 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505206675696 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2208] ppid=2194 vsize=13974352 memory=140167089555072 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2208/stat : 2208 (java) S 2194 2194 7968 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 34805192 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505205622896 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2209] ppid=2194 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2209/stat : 2209 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805193 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505204570336 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2210] ppid=2194 vsize=13974352 memory=140167089555072 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2210/stat : 2210 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805199 14309736448 5566 18446744073709551615 4194304 4196468 140728074861872 140505203518640 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983380 KiB
Current children cumulated memory: 23116 KiB

[startup+0.310351 s]*
/proc/loadavg: 1.41 1.42 1.41 3/213 2210
/proc/meminfo: memFree=30712444/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=13974352 memory=36040 CPUtime=0.24 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 8629 0 0 0 21 3 0 0 20 0 15 0 34805187 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 3493588 9010 2972 1 0 3482964 0
[pid=2196/tid=2197] ppid=2194 vsize=13974352 memory=4278483708103473607 CPUtime=0.15 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 5947 0 0 0 13 2 0 0 20 0 15 0 34805187 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505738111424 140505733919901 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2202] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2202/stat : 2202 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805189 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505211939696 140505733909122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2203] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2203/stat : 2203 (java) S 2194 2194 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34805190 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505210885664 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2204] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2204/stat : 2204 (java) S 2194 2194 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34805190 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505209832816 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2205] ppid=2194 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2205/stat : 2205 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505208781136 140505733916571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2206] ppid=2194 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2196/task/2206/stat : 2206 (java) S 2194 2194 7968 0 -1 1077944384 455 0 0 0 1 0 0 0 20 0 15 0 34805192 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505207728496 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2207] ppid=2194 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2196/task/2207/stat : 2207 (java) S 2194 2194 7968 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 15 0 34805192 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505206675696 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2208] ppid=2194 vsize=13974352 memory=140167089555072 CPUtime=0.05 cores=1,3,5,7
/proc/2196/task/2208/stat : 2208 (java) S 2194 2194 7968 0 -1 1077944384 722 0 0 0 5 0 0 0 20 0 15 0 34805192 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505205622896 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2209] ppid=2194 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2209/stat : 2209 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805193 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505204570336 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2210] ppid=2194 vsize=13974352 memory=140167089555072 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2210/stat : 2210 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805199 14309736448 9010 18446744073709551615 4194304 4196468 140728074861872 140505203518640 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37420 KiB

[startup+0.70082 s]
/proc/loadavg: 1.41 1.42 1.41 7/213 2210
/proc/meminfo: memFree=30701268/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=13980732 memory=63748 CPUtime=1.13 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 13034 0 0 0 108 5 0 0 20 0 15 0 34805187 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 3495183 15937 3173 1 0 3483476 0
[pid=2196/tid=2197] ppid=2194 vsize=13980732 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 8554 0 0 0 48 4 0 0 20 0 15 0 34805187 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505738136144 140505378907815 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2202] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2202/stat : 2202 (java) S 2194 2194 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 34805189 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505211939696 140505733909122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2203] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2203/stat : 2203 (java) S 2194 2194 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505210885664 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2204] ppid=2194 vsize=13980732 memory=30305 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2204/stat : 2204 (java) S 2194 2194 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505209832816 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2205] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2205/stat : 2205 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505208781136 140505733916571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2206] ppid=2194 vsize=13980732 memory=7307210966322687442 CPUtime=0.16 cores=1,3,5,7
/proc/2196/task/2206/stat : 2206 (java) R 2194 2194 7968 0 -1 4202560 1136 0 0 0 16 0 0 0 20 0 15 0 34805192 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505207728496 140505717308869 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2207] ppid=2194 vsize=13980732 memory=6944656592387989600 CPUtime=0.16 cores=1,3,5,7
/proc/2196/task/2207/stat : 2207 (java) R 2194 2194 7968 0 -1 4202560 677 0 0 0 16 0 0 0 20 0 15 0 34805192 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505206664496 140505719008864 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2208] ppid=2194 vsize=13980732 memory=6944656575208382560 CPUtime=0.26 cores=1,3,5,7
/proc/2196/task/2208/stat : 2208 (java) S 2194 2194 7968 0 -1 1077944384 1358 0 0 0 26 0 0 0 20 0 15 0 34805192 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505205622896 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2209] ppid=2194 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2209/stat : 2209 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805193 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505204570336 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2210] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2210/stat : 2210 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805199 14316269568 15937 18446744073709551615 4194304 4196468 140728074861872 140505203518640 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65128 KiB

[startup+1.50091 s]
/proc/loadavg: 1.41 1.42 1.41 5/213 2210
/proc/meminfo: memFree=30665956/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=13980732 memory=139680 CPUtime=3.5 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 22098 0 0 0 342 8 0 0 20 0 15 0 34805187 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 3495183 34920 3190 1 0 3483476 0
[pid=2196/tid=2197] ppid=2194 vsize=13980732 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 9649 0 0 0 127 5 0 0 20 0 15 0 34805187 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140505738136688 140505379414678 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34805188 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2202] ppid=2194 vsize=13980732 memory=-1161699032756226647 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2202/stat : 2202 (java) S 2194 2194 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 34805189 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140505211939696 140505733909122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2203] ppid=2194 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2203/stat : 2203 (java) S 2194 2194 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 34920 18446744073709551615 4194304 4196468 140728074861872 140505210885664 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2204] ppid=2194 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7

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

/proc/2196/task/2204/stat : 2204 (java) S 2194 2194 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 90258 18446744073709551615 4194304 4196468 140728074861872 140505209832832 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2205] ppid=2194 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2205/stat : 2205 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14316269568 90258 18446744073709551615 4194304 4196468 140728074861872 140505208781136 140505733916571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2206] ppid=2194 vsize=13980732 memory=1380 CPUtime=3.53 cores=1,3,5,7
/proc/2196/task/2206/stat : 2206 (java) S 2194 2194 7968 0 -1 1077944384 21272 0 0 0 351 2 0 0 20 0 15 0 34805192 14316269568 90258 18446744073709551615 4194304 4196468 140728074861872 140505207728496 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2207] ppid=2194 vsize=13980732 memory=1380 CPUtime=3.66 cores=1,3,5,7
/proc/2196/task/2207/stat : 2207 (java) S 2194 2194 7968 0 -1 1077944384 21582 0 0 0 364 2 0 0 20 0 15 0 34805192 14316269568 90258 18446744073709551615 4194304 4196468 140728074861872 140505206675696 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2208] ppid=2194 vsize=13980732 memory=3104 CPUtime=0.71 cores=1,3,5,7
/proc/2196/task/2208/stat : 2208 (java) S 2194 2194 7968 0 -1 1077944384 10978 0 0 0 70 1 0 0 20 0 15 0 34805192 14316269568 90258 18446744073709551615 4194304 4196468 140728074861872 140505205622896 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2209] ppid=2194 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2209/stat : 2209 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805193 14316269568 90258 18446744073709551615 4194304 4196468 140728074861872 140505204570336 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2210] ppid=2194 vsize=13980732 memory=7680170660397595203 CPUtime=1.28 cores=1,3,5,7
/proc/2196/task/2210/stat : 2210 (java) S 2194 2194 7968 0 -1 1077944384 1026 0 0 0 60 68 0 0 20 0 15 0 34805199 14316269568 90258 18446744073709551615 4194304 4196468 140728074861872 140505203518640 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 2382.85 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 362412 KiB

[startup+2382.3 s]
/proc/loadavg: 1.62 1.66 1.62 3/213 2531
/proc/meminfo: memFree=28783568/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=13980732 memory=350764 CPUtime=2443.97 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 266040 0 0 0 244012 385 0 0 20 0 15 0 34805187 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 3495183 87691 3264 1 0 3483476 0
[pid=2196/tid=2197] ppid=2194 vsize=13980732 memory=351276 CPUtime=2359.8 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 117145 0 0 0 235945 35 0 0 20 0 15 0 34805187 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505738137376 140505381151586 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13980732 memory=351792 CPUtime=18.09 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 16684 0 0 0 1748 61 0 0 20 0 15 0 34805188 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13980732 memory=1380 CPUtime=18.09 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 16321 0 0 0 1744 65 0 0 20 0 15 0 34805188 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13980732 memory=351276 CPUtime=18.07 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 15458 0 0 0 1744 63 0 0 20 0 15 0 34805188 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13980732 memory=1380 CPUtime=18.12 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 16196 0 0 0 1748 64 0 0 20 0 15 0 34805188 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2202] ppid=2194 vsize=13980732 memory=20920 CPUtime=2.45 cores=1,3,5,7
/proc/2196/task/2202/stat : 2202 (java) S 2194 2194 7968 0 -1 1077944384 27993 0 0 0 202 43 0 0 20 0 15 0 34805189 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505211939696 140505733909122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2203] ppid=2194 vsize=13980732 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2203/stat : 2203 (java) S 2194 2194 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505210885728 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2204] ppid=2194 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2204/stat : 2204 (java) S 2194 2194 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505209832832 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2205] ppid=2194 vsize=13980732 memory=352816 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2205/stat : 2205 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505208781136 140505733916571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2206] ppid=2194 vsize=13980732 memory=7680170660397595203 CPUtime=3.53 cores=1,3,5,7
/proc/2196/task/2206/stat : 2206 (java) S 2194 2194 7968 0 -1 1077944384 21272 0 0 0 351 2 0 0 20 0 15 0 34805192 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505207728496 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2207] ppid=2194 vsize=13980732 memory=0 CPUtime=3.66 cores=1,3,5,7
/proc/2196/task/2207/stat : 2207 (java) S 2194 2194 7968 0 -1 1077944384 21582 0 0 0 364 2 0 0 20 0 15 0 34805192 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505206675696 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2208] ppid=2194 vsize=13980732 memory=1380 CPUtime=0.71 cores=1,3,5,7
/proc/2196/task/2208/stat : 2208 (java) S 2194 2194 7968 0 -1 1077944384 10978 0 0 0 70 1 0 0 20 0 15 0 34805192 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505205622896 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2209] ppid=2194 vsize=13980732 memory=351792 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2209/stat : 2209 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805193 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505204570336 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2210] ppid=2194 vsize=13980732 memory=4124 CPUtime=1.32 cores=1,3,5,7
/proc/2196/task/2210/stat : 2210 (java) S 2194 2194 7968 0 -1 1077944384 1030 0 0 0 62 70 0 0 20 0 15 0 34805199 14316269568 87691 18446744073709551615 4194304 4196468 140728074861872 140505203518640 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 2443.97 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 352144 KiB

[startup+2442.3 s]
/proc/loadavg: 1.85 1.72 1.64 3/213 2535
/proc/meminfo: memFree=28866836/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=13980732 memory=354404 CPUtime=2506.07 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 271576 0 0 0 250211 396 0 0 20 0 15 0 34805187 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 3495183 88601 3264 1 0 3483476 0
[pid=2196/tid=2197] ppid=2194 vsize=13980732 memory=354916 CPUtime=2418.96 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 119691 0 0 0 241860 36 0 0 20 0 15 0 34805187 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505738137264 140505381151242 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13980732 memory=366716 CPUtime=18.8 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 17310 0 0 0 1817 63 0 0 20 0 15 0 34805188 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13980732 memory=1380 CPUtime=18.8 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 16801 0 0 0 1813 67 0 0 20 0 15 0 34805188 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13980732 memory=0 CPUtime=18.77 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 15854 0 0 0 1812 65 0 0 20 0 15 0 34805188 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13980732 memory=361072 CPUtime=18.82 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 16478 0 0 0 1816 66 0 0 20 0 15 0 34805188 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2202] ppid=2194 vsize=13980732 memory=355940 CPUtime=2.54 cores=1,3,5,7
/proc/2196/task/2202/stat : 2202 (java) S 2194 2194 7968 0 -1 1077944384 29175 0 0 0 210 44 0 0 20 0 15 0 34805189 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505211939696 140505733909122 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2203] ppid=2194 vsize=13980732 memory=354916 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2203/stat : 2203 (java) S 2194 2194 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505210885728 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2204] ppid=2194 vsize=13980732 memory=354404 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2204/stat : 2204 (java) S 2194 2194 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505209832832 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2205] ppid=2194 vsize=13980732 memory=356456 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2205/stat : 2205 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505208781136 140505733916571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2206] ppid=2194 vsize=13980732 memory=1380 CPUtime=3.53 cores=1,3,5,7
/proc/2196/task/2206/stat : 2206 (java) S 2194 2194 7968 0 -1 1077944384 21274 0 0 0 351 2 0 0 20 0 15 0 34805192 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505207728496 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2207] ppid=2194 vsize=13980732 memory=1380 CPUtime=3.66 cores=1,3,5,7
/proc/2196/task/2207/stat : 2207 (java) S 2194 2194 7968 0 -1 1077944384 21584 0 0 0 364 2 0 0 20 0 15 0 34805192 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505206675696 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2208] ppid=2194 vsize=13980732 memory=358508 CPUtime=0.71 cores=1,3,5,7
/proc/2196/task/2208/stat : 2208 (java) S 2194 2194 7968 0 -1 1077944384 10980 0 0 0 70 1 0 0 20 0 15 0 34805192 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505205622896 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2209] ppid=2194 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2209/stat : 2209 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805193 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505204570336 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2210] ppid=2194 vsize=13980732 memory=1380 CPUtime=1.35 cores=1,3,5,7
/proc/2196/task/2210/stat : 2210 (java) S 2194 2194 7968 0 -1 1077944384 1048 0 0 0 63 72 0 0 20 0 15 0 34805199 14316269568 88601 18446744073709551615 4194304 4196468 140728074861872 140505203518640 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 2506.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 355784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2456 s]*
/proc/loadavg: 1.73 1.71 1.64 3/213 2538
/proc/meminfo: memFree=28849204/32770624 swapFree=67108860/67108860
[pid=2194] ppid=2191 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2194/stat : 2194 (xcsp3-exec) S 2191 2194 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 34805177 9740288 345 18446744073709551615 4194304 5098028 140735946599952 140735946598056 140473228853884 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 25067520 140735946604921 140735946605126 140735946605126 140735946608619 0
/proc/2194/statm: 2378 345 289 221 0 87 0
[pid=2196] ppid=2194 vsize=13980732 memory=372364 CPUtime=2520.09 cores=1,3,5,7
/proc/2196/stat : 2196 (java) S 2194 2194 7968 0 -1 1077944320 272536 0 0 0 251611 398 0 0 20 0 15 0 34805187 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140728074844416 140505733897975 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
/proc/2196/statm: 3495183 93091 3264 1 0 3483476 0
[pid=2196/tid=2197] ppid=2194 vsize=13980732 memory=4278483708103473607 CPUtime=2432.54 cores=1,3,5,7
/proc/2196/task/2197/stat : 2197 (java) R 2194 2194 7968 0 -1 4202560 120270 0 0 0 243217 37 0 0 20 0 15 0 34805187 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505738137264 140505383037852 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2198] ppid=2194 vsize=13980732 memory=4126316290023845779 CPUtime=18.9 cores=1,3,5,7
/proc/2196/task/2198/stat : 2198 (java) S 2194 2194 7968 0 -1 1077944384 17327 0 0 0 1827 63 0 0 20 0 15 0 34805188 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505334082192 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2199] ppid=2194 vsize=13980732 memory=960 CPUtime=18.91 cores=1,3,5,7
/proc/2196/task/2199/stat : 2199 (java) S 2194 2194 7968 0 -1 1077944384 17061 0 0 0 1823 68 0 0 20 0 15 0 34805188 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505333029392 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2200] ppid=2194 vsize=13980732 memory=2248 CPUtime=18.89 cores=1,3,5,7
/proc/2196/task/2200/stat : 2200 (java) S 2194 2194 7968 0 -1 1077944384 15889 0 0 0 1823 66 0 0 20 0 15 0 34805188 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505331976592 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2201] ppid=2194 vsize=13980732 memory=4304 CPUtime=18.92 cores=1,3,5,7
/proc/2196/task/2201/stat : 2201 (java) S 2194 2194 7968 0 -1 1077944384 16509 0 0 0 1826 66 0 0 20 0 15 0 34805188 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505330923792 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2202] ppid=2194 vsize=13980732 memory=1156 CPUtime=2.55 cores=1,3,5,7
/proc/2196/task/2202/stat : 2202 (java) S 2194 2194 7968 0 -1 1077944384 29211 0 0 0 211 44 0 0 20 0 15 0 34805189 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505211939696 140505733909122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2203] ppid=2194 vsize=13980732 memory=3096 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2203/stat : 2203 (java) S 2194 2194 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505210885728 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2204] ppid=2194 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2204/stat : 2204 (java) S 2194 2194 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 34805190 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505209832832 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2205] ppid=2194 vsize=13980732 memory=400624 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2205/stat : 2205 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805192 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505208781136 140505733916571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2206] ppid=2194 vsize=13980732 memory=1588 CPUtime=3.53 cores=1,3,5,7
/proc/2196/task/2206/stat : 2206 (java) S 2194 2194 7968 0 -1 1077944384 21274 0 0 0 351 2 0 0 20 0 15 0 34805192 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505207728496 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2207] ppid=2194 vsize=13980732 memory=928 CPUtime=3.66 cores=1,3,5,7
/proc/2196/task/2207/stat : 2207 (java) S 2194 2194 7968 0 -1 1077944384 21584 0 0 0 364 2 0 0 20 0 15 0 34805192 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505206675696 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2208] ppid=2194 vsize=13980732 memory=1160 CPUtime=0.71 cores=1,3,5,7
/proc/2196/task/2208/stat : 2208 (java) S 2194 2194 7968 0 -1 1077944384 10980 0 0 0 70 1 0 0 20 0 15 0 34805192 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505205622896 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2209] ppid=2194 vsize=13980732 memory=3256 CPUtime=0 cores=1,3,5,7
/proc/2196/task/2209/stat : 2209 (java) S 2194 2194 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34805193 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505204570336 140505733908181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
[pid=2196/tid=2210] ppid=2194 vsize=13980732 memory=1380 CPUtime=1.37 cores=1,3,5,7
/proc/2196/task/2210/stat : 2210 (java) S 2194 2194 7968 0 -1 1077944384 1050 0 0 0 64 73 0 0 20 0 15 0 34805199 14316269568 93091 18446744073709551615 4194304 4196468 140728074861872 140505203518640 140505733909122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27590656 140728074863026 140728074863202 140728074863202 140728074866639 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 373744 KiB

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

[startup+2456.02 s]
# the end of solver process 2194 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.001843 s

[startup+2456.02 s]
# the end of solver process 2196 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.12 s, system=3.99489 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): 2456.02
CPU time (s): 2520.12
CPU user time (s): 2516.12
CPU system time (s): 3.99489
CPU usage (%): 102.61
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 510528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.12
system time used= 3.99489
maximum resident set size= 509548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107895
involuntary context switches= 4871


# summary of solver processes directly reported to runsolver:
#   pid: 2194,2196
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.12
#   total CPU system time (s): 3.99489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6774 second user time and 24.9201 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 16:46:28
IDJOB=4272480
IDBENCH=133588
IDSOLVER=2664
FILE ID=node128/4272480-1502809226
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.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-4272480-1502809226/watcher-4272480-1502809226 -o /tmp/evaluation-result-4272480-1502809226/solver-4272480-1502809226 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1883071902 HOME/instance-4272480-1502809226.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=1883071902

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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:        30737568 kB
MemAvailable:   31652492 kB
Buffers:          230420 kB
Cached:           968028 kB
SwapCached:            0 kB
Active:           740528 kB
Inactive:         872348 kB
Active(anon):     414732 kB
Inactive(anon):    16764 kB
Active(file):     325796 kB
Inactive(file):   855584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7804 kB
Writeback:             4 kB
AnonPages:        413644 kB
Mapped:            50360 kB
Shmem:             17116 kB
Slab:             123704 kB
SReclaimable:      98760 kB
SUnreclaim:        24944 kB
KernelStack:        3456 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     951244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 17:27:24