Trace number 4271975

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-07-26)? (TO) 2520.1101 2459.8201

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t02-3.xml
MD5SUM058109e0b262c2cf0fdf1876739ed95e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark158
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables1925
Number of constraints187
Number of domains10
Minimum domain size2
Maximum domain size162
Distribution of domain sizes[{"size":2,"count":175},{"size":38,"count":175},{"size":61,"count":175},{"size":91,"count":175},{"size":93,"count":350},{"size":103,"count":175},{"size":114,"count":175},{"size":126,"count":175},{"size":129,"count":175},{"size":162,"count":175}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":1925}]
Minimum constraint arity11
Maximum constraint arity1750
Distribution of constraint arities[{"arity":11,"count":175},{"arity":175,"count":11},{"arity":1750,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":185}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271975-1502750869.xml"  -tl '2520s' -p 1 -x 3
0.07/0.30	c [HOME/instance-4271975-1502750869.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.36	c simple solver
0.41/0.43	c parse instance...
1.09/0.73	c solve instance...
2520.08/2459.80	s UNKNOWN
2520.08/2459.80	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 (15205 MiB free)
  memory of node 1: 16384 MiB (14385 MiB free)
  node distances:
     10  21
     21  10

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

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

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=20819, runsolver pid=20816

[startup+0.106861 s]*
/proc/loadavg: 1.64 1.77 1.85 3/205 20826
/proc/meminfo: memFree=30293348/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13507920 memory=16224 CPUtime=0.01 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 3851 0 0 0 1 0 0 0 20 0 8 0 28969522 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3376980 4056 2050 1 0 3366477 0
[pid=20821/tid=20822] ppid=20819 vsize=13507920 memory=7078076838863583841 CPUtime=0.01 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 2585 0 0 0 1 0 0 0 20 0 8 0 28969522 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 139769048147624 139769027994974 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13507920 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 28969523 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13507920 memory=140352919557760 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 28969523 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 28969523 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 28969523 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13507920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20827/stat : 20827 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 28969524 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 139768522439408 139769043925634 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20828] ppid=20819 vsize=13507920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20828/stat : 20828 (java) R 20819 20819 7968 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 8 0 28969525 13832110080 4056 18446744073709551615 4194304 4196468 140737263930368 139768521384528 139769026411472 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 17604 KiB

[startup+0.219853 s]*
/proc/loadavg: 1.64 1.77 1.85 3/214 20835
/proc/meminfo: memFree=30288904/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13974352 memory=22932 CPUtime=0.07 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 5188 0 0 0 6 1 0 0 20 0 15 0 28969522 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3493588 5733 2712 1 0 3482964 0
[pid=20821/tid=20822] ppid=20819 vsize=13974352 memory=7078076838863583841 CPUtime=0.05 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 3351 0 0 0 5 0 0 0 20 0 15 0 28969522 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139769048138800 139769025478039 0 4 1 16800974 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13974352 memory=140352919557760 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13974352 memory=140352919557760 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20827/stat : 20827 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28969524 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768522439408 139769043925634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20828] ppid=20819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20828/stat : 20828 (java) S 20819 20819 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28969525 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768521385632 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20829] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20829/stat : 20829 (java) S 20819 20819 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28969525 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768520332528 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20830] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20830/stat : 20830 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969527 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768519281104 139769043933083 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20831] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20831/stat : 20831 (java) S 20819 20819 7968 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 28969527 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768518228208 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20832] ppid=20819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20832/stat : 20832 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969527 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768517175664 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20833] ppid=20819 vsize=13974352 memory=140352919557760 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20833/stat : 20833 (java) S 20819 20819 7968 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 15 0 28969527 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768516122608 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20834] ppid=20819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20834/stat : 20834 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969528 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768515070304 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20835] ppid=20819 vsize=13974352 memory=140352919557760 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20835/stat : 20835 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969534 14309736448 5733 18446744073709551615 4194304 4196468 140737263930368 139768514018352 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24312 KiB

[startup+0.310337 s]*
/proc/loadavg: 1.64 1.77 1.85 3/214 20835
/proc/meminfo: memFree=30278868/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13974352 memory=34656 CPUtime=0.23 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 8718 0 0 0 21 2 0 0 20 0 15 0 28969522 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3493588 8664 2977 1 0 3482964 0
[pid=20821/tid=20822] ppid=20819 vsize=13974352 memory=4278483708103473607 CPUtime=0.15 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 5956 0 0 0 13 2 0 0 20 0 15 0 28969522 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139769048136864 139769043936413 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28969523 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20827/stat : 20827 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28969524 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768522439408 139769043925634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20828] ppid=20819 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20828/stat : 20828 (java) S 20819 20819 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28969525 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768521385632 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20829] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20829/stat : 20829 (java) S 20819 20819 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28969525 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768520332528 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20830] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20830/stat : 20830 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969527 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768519281104 139769043933083 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20831] ppid=20819 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20821/task/20831/stat : 20831 (java) S 20819 20819 7968 0 -1 1077944384 622 0 0 0 1 0 0 0 20 0 15 0 28969527 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768518228208 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20832] ppid=20819 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20821/task/20832/stat : 20832 (java) S 20819 20819 7968 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 15 0 28969527 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768517175664 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20833] ppid=20819 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/20821/task/20833/stat : 20833 (java) S 20819 20819 7968 0 -1 1077944384 690 0 0 0 5 0 0 0 20 0 15 0 28969527 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768516122608 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20834] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20834/stat : 20834 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969528 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768515070304 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20835] ppid=20819 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20835/stat : 20835 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969534 14309736448 8664 18446744073709551615 4194304 4196468 140737263930368 139768514018352 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 36036 KiB

[startup+0.700852 s]
/proc/loadavg: 1.64 1.77 1.85 4/214 20835
/proc/meminfo: memFree=30265236/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13980732 memory=62652 CPUtime=1.09 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 12261 0 0 0 104 5 0 0 20 0 15 0 28969522 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3495183 15663 3162 1 0 3483476 0
[pid=20821/tid=20822] ppid=20819 vsize=13980732 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 8471 0 0 0 49 3 0 0 20 0 15 0 28969522 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139769048145360 139769027994974 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13980732 memory=7 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13980732 memory=36 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20827/stat : 20827 (java) S 20819 20819 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 28969524 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768522439408 139769043925634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20828] ppid=20819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20828/stat : 20828 (java) S 20819 20819 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768521385632 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20829] ppid=20819 vsize=13980732 memory=7883313791582089521 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20829/stat : 20829 (java) S 20819 20819 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768520332528 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20830] ppid=20819 vsize=13980732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20830/stat : 20830 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969527 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768519281104 139769043933083 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20831] ppid=20819 vsize=13980732 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/20821/task/20831/stat : 20831 (java) S 20819 20819 7968 0 -1 1077944384 888 0 0 0 14 0 0 0 20 0 15 0 28969527 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768518228208 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20832] ppid=20819 vsize=13980732 memory=140352820355696 CPUtime=0.11 cores=0,2,4,6
/proc/20821/task/20832/stat : 20832 (java) S 20819 20819 7968 0 -1 1077944384 383 0 0 0 11 0 0 0 20 0 15 0 28969527 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768517175664 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20833] ppid=20819 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/20821/task/20833/stat : 20833 (java) S 20819 20819 7968 0 -1 1077944384 1213 0 0 0 28 0 0 0 20 0 15 0 28969527 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768516122608 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20834] ppid=20819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20834/stat : 20834 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969528 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768515070304 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20835] ppid=20819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20835/stat : 20835 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969534 14316269568 15663 18446744073709551615 4194304 4196468 140737263930368 139768514018352 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64032 KiB

[startup+1.50088 s]
/proc/loadavg: 1.64 1.77 1.85 5/214 20836
/proc/meminfo: memFree=30237980/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13980732 memory=115696 CPUtime=3.57 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 22818 0 0 0 349 8 0 0 20 0 15 0 28969522 14316269568 28924 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3495183 28924 3195 1 0 3483476 0
[pid=20821/tid=20822] ppid=20819 vsize=13980732 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 9381 0 0 0 128 4 0 0 20 0 15 0 28969522 14316269568 28924 18446744073709551615 4194304 4196468 140737263930368 139769048150640 139768659077565 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 28924 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13980732 memory=56 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 28924 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13980732 memory=11830 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 28924 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13980732 memory=20825 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28969523 14316269568 28924 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/20821/task/20829/stat : 20829 (java) S 20819 20819 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 370669 18446744073709551615 4194304 4196468 140737263930368 139768520332544 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20830] ppid=20819 vsize=13980732 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20830/stat : 20830 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969527 14316269568 370669 18446744073709551615 4194304 4196468 140737263930368 139768519281104 139769043933083 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20831] ppid=20819 vsize=13980732 memory=1380 CPUtime=5.71 cores=0,2,4,6
/proc/20821/task/20831/stat : 20831 (java) S 20819 20819 7968 0 -1 1077944384 71868 0 0 0 563 8 0 0 20 0 15 0 28969527 14316269568 370669 18446744073709551615 4194304 4196468 140737263930368 139768518228208 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20832] ppid=20819 vsize=13980732 memory=1380 CPUtime=5.28 cores=0,2,4,6
/proc/20821/task/20832/stat : 20832 (java) S 20819 20819 7968 0 -1 1077944384 43263 0 0 0 524 4 0 0 20 0 15 0 28969527 14316269568 370669 18446744073709551615 4194304 4196468 140737263930368 139768517175664 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20833] ppid=20819 vsize=13980732 memory=1380 CPUtime=0.84 cores=0,2,4,6
/proc/20821/task/20833/stat : 20833 (java) S 20819 20819 7968 0 -1 1077944384 14872 0 0 0 82 2 0 0 20 0 15 0 28969527 14316269568 370669 18446744073709551615 4194304 4196468 140737263930368 139768516122608 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20834] ppid=20819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20834/stat : 20834 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969528 14316269568 370669 18446744073709551615 4194304 4196468 140737263930368 139768515070304 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20835] ppid=20819 vsize=13980732 memory=-8774313645642428999 CPUtime=1.27 cores=0,2,4,6
/proc/20821/task/20835/stat : 20835 (java) S 20819 20819 7968 0 -1 1077944384 1433 0 0 0 65 62 0 0 20 0 15 0 28969534 14316269568 370669 18446744073709551615 4194304 4196468 140737263930368 139768514018352 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 2378.84 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1484056 KiB

[startup+2382.3 s]
/proc/loadavg: 1.77 1.59 1.61 3/213 21160
/proc/meminfo: memFree=28975096/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13980732 memory=1593396 CPUtime=2441.72 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 326171 0 0 0 243625 547 0 0 20 0 15 0 28969522 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3495183 398349 3257 1 0 3483476 0
[pid=20821/tid=20822] ppid=20819 vsize=13980732 memory=1593396 CPUtime=2365.29 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 107511 0 0 0 236501 28 0 0 20 0 15 0 28969522 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139769048153712 139768661169400 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13980732 memory=1593396 CPUtime=15.62 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 15439 0 0 0 1450 112 0 0 20 0 15 0 28969523 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13980732 memory=1605228 CPUtime=15.64 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 14539 0 0 0 1453 111 0 0 20 0 15 0 28969523 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13980732 memory=1605228 CPUtime=15.65 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 16368 0 0 0 1456 109 0 0 20 0 15 0 28969523 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13980732 memory=1593396 CPUtime=15.65 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 15232 0 0 0 1455 110 0 0 20 0 15 0 28969523 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13980732 memory=1380 CPUtime=0.56 cores=0,2,4,6
/proc/20821/task/20827/stat : 20827 (java) S 20819 20819 7968 0 -1 1077944384 24112 0 0 0 47 9 0 0 20 0 15 0 28969524 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768522439408 139769043925634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20828] ppid=20819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20828/stat : 20828 (java) S 20819 20819 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768521385696 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20829] ppid=20819 vsize=13980732 memory=1593396 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20829/stat : 20829 (java) S 20819 20819 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768520332544 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20830] ppid=20819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20830/stat : 20830 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969527 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768519281104 139769043933083 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20831] ppid=20819 vsize=13980732 memory=0 CPUtime=5.77 cores=0,2,4,6
/proc/20821/task/20831/stat : 20831 (java) S 20819 20819 7968 0 -1 1077944384 71993 0 0 0 569 8 0 0 20 0 15 0 28969527 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768518228208 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20832] ppid=20819 vsize=13980732 memory=1380 CPUtime=5.28 cores=0,2,4,6
/proc/20821/task/20832/stat : 20832 (java) S 20819 20819 7968 0 -1 1077944384 43266 0 0 0 524 4 0 0 20 0 15 0 28969527 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768517175664 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20833] ppid=20819 vsize=13980732 memory=1380 CPUtime=0.84 cores=0,2,4,6
/proc/20821/task/20833/stat : 20833 (java) S 20819 20819 7968 0 -1 1077944384 14874 0 0 0 82 2 0 0 20 0 15 0 28969527 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768516122608 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20834] ppid=20819 vsize=13980732 memory=1593396 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20834/stat : 20834 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969528 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768515070304 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20835] ppid=20819 vsize=13980732 memory=280705642024432 CPUtime=1.31 cores=0,2,4,6
/proc/20821/task/20835/stat : 20835 (java) S 20819 20819 7968 0 -1 1077944384 1451 0 0 0 67 64 0 0 20 0 15 0 28969534 14316269568 398349 18446744073709551615 4194304 4196468 140737263930368 139768514018352 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 2441.72 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1594776 KiB

[startup+2442.3 s]
/proc/loadavg: 1.57 1.56 1.60 3/213 21164
/proc/meminfo: memFree=29104052/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13980732 memory=1448236 CPUtime=2502.33 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 332555 0 0 0 249683 550 0 0 20 0 15 0 28969522 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3495183 362059 3257 1 0 3483476 0
[pid=20821/tid=20822] ppid=20819 vsize=13980732 memory=1474912 CPUtime=2425.08 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 113196 0 0 0 242479 29 0 0 20 0 15 0 28969522 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139769048153712 139768660583187 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13980732 memory=1448236 CPUtime=15.82 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 15540 0 0 0 1470 112 0 0 20 0 15 0 28969523 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13980732 memory=1380 CPUtime=15.83 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 14604 0 0 0 1472 111 0 0 20 0 15 0 28969523 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13980732 memory=1529288 CPUtime=15.85 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 16675 0 0 0 1476 109 0 0 20 0 15 0 28969523 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13980732 memory=1380 CPUtime=15.85 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 15324 0 0 0 1475 110 0 0 20 0 15 0 28969523 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13980732 memory=1380 CPUtime=0.57 cores=0,2,4,6
/proc/20821/task/20827/stat : 20827 (java) S 20819 20819 7968 0 -1 1077944384 24136 0 0 0 47 10 0 0 20 0 15 0 28969524 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768522439408 139769043925634 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20828] ppid=20819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20828/stat : 20828 (java) S 20819 20819 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768521385696 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20829] ppid=20819 vsize=13980732 memory=1474912 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20829/stat : 20829 (java) S 20819 20819 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768520332544 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20830] ppid=20819 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20830/stat : 20830 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969527 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768519281104 139769043933083 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20831] ppid=20819 vsize=13980732 memory=1559556 CPUtime=5.77 cores=0,2,4,6
/proc/20821/task/20831/stat : 20831 (java) S 20819 20819 7968 0 -1 1077944384 71995 0 0 0 569 8 0 0 20 0 15 0 28969527 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768518228208 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20832] ppid=20819 vsize=13980732 memory=-8774313645642428999 CPUtime=5.28 cores=0,2,4,6
/proc/20821/task/20832/stat : 20832 (java) S 20819 20819 7968 0 -1 1077944384 43354 0 0 0 524 4 0 0 20 0 15 0 28969527 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768517175664 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20833] ppid=20819 vsize=13980732 memory=1448236 CPUtime=0.84 cores=0,2,4,6
/proc/20821/task/20833/stat : 20833 (java) S 20819 20819 7968 0 -1 1077944384 14876 0 0 0 82 2 0 0 20 0 15 0 28969527 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768516122608 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20834] ppid=20819 vsize=13980732 memory=302022848351043610 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20834/stat : 20834 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969528 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768515070304 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20835] ppid=20819 vsize=13980732 memory=288230617509003574 CPUtime=1.35 cores=0,2,4,6
/proc/20821/task/20835/stat : 20835 (java) S 20819 20819 7968 0 -1 1077944384 1469 0 0 0 69 66 0 0 20 0 15 0 28969534 14316269568 362059 18446744073709551615 4194304 4196468 140737263930368 139768514018352 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 2502.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1449616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.8 s]
/proc/loadavg: 1.61 1.57 1.60 3/213 21165
/proc/meminfo: memFree=29088312/32770624 swapFree=67108860/67108860
[pid=20819] ppid=20816 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20819/stat : 20819 (xcsp3-exec) S 20816 20819 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28969513 9740288 345 18446744073709551615 4194304 5098028 140735426830352 140735426828456 139664190575228 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 37879808 140735426838905 140735426839110 140735426839110 140735426842603 0
/proc/20819/statm: 2378 345 289 221 0 87 0
[pid=20821] ppid=20819 vsize=13980732 memory=1392832 CPUtime=2520.08 cores=0,2,4,6
/proc/20821/stat : 20821 (java) S 20819 20819 7968 0 -1 1077944320 333548 0 0 0 251457 551 0 0 20 0 15 0 28969522 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 140737263912912 139769043914487 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
/proc/20821/statm: 3495183 348208 3257 1 0 3483476 0
[pid=20821/tid=20822] ppid=20819 vsize=13980732 memory=2752 CPUtime=2442.49 cores=0,2,4,6
/proc/20821/task/20822/stat : 20822 (java) R 20819 20819 7968 0 -1 4202560 113622 0 0 0 244220 29 0 0 20 0 15 0 28969522 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139769048153712 139768660583276 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20823] ppid=20819 vsize=13980732 memory=2824 CPUtime=15.9 cores=0,2,4,6
/proc/20821/task/20823/stat : 20823 (java) S 20819 20819 7968 0 -1 1077944384 15745 0 0 0 1478 112 0 0 20 0 15 0 28969523 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768978348560 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20824] ppid=20819 vsize=13980732 memory=0 CPUtime=15.91 cores=0,2,4,6
/proc/20821/task/20824/stat : 20824 (java) S 20819 20819 7968 0 -1 1077944384 14649 0 0 0 1480 111 0 0 20 0 15 0 28969523 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768977296016 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20825] ppid=20819 vsize=13980732 memory=-7003737579269690708 CPUtime=15.93 cores=0,2,4,6
/proc/20821/task/20825/stat : 20825 (java) S 20819 20819 7968 0 -1 1077944384 16695 0 0 0 1484 109 0 0 20 0 15 0 28969523 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768976242960 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20826] ppid=20819 vsize=13980732 memory=140352919556577 CPUtime=15.93 cores=0,2,4,6
/proc/20821/task/20826/stat : 20826 (java) S 20819 20819 7968 0 -1 1077944384 15334 0 0 0 1483 110 0 0 20 0 15 0 28969523 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768975190416 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20827] ppid=20819 vsize=13980732 memory=195690498 CPUtime=0.57 cores=0,2,4,6
/proc/20821/task/20827/stat : 20827 (java) S 20819 20819 7968 0 -1 1077944384 24287 0 0 0 47 10 0 0 20 0 15 0 28969524 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768522439408 139769043925634 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20828] ppid=20819 vsize=13980732 memory=54428374 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20828/stat : 20828 (java) S 20819 20819 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768521385696 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20829] ppid=20819 vsize=13980732 memory=11712 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20829/stat : 20829 (java) S 20819 20819 7968 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 28969525 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768520332544 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20830] ppid=20819 vsize=13980732 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20830/stat : 20830 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969527 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768519281104 139769043933083 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20831] ppid=20819 vsize=13980732 memory=640 CPUtime=5.77 cores=0,2,4,6
/proc/20821/task/20831/stat : 20831 (java) S 20819 20819 7968 0 -1 1077944384 72126 0 0 0 569 8 0 0 20 0 15 0 28969527 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768518228208 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20832] ppid=20819 vsize=13980732 memory=1792 CPUtime=5.28 cores=0,2,4,6
/proc/20821/task/20832/stat : 20832 (java) S 20819 20819 7968 0 -1 1077944384 43354 0 0 0 524 4 0 0 20 0 15 0 28969527 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768517175664 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20833] ppid=20819 vsize=13980732 memory=-3622645143214314312 CPUtime=0.84 cores=0,2,4,6
/proc/20821/task/20833/stat : 20833 (java) S 20819 20819 7968 0 -1 1077944384 14877 0 0 0 82 2 0 0 20 0 15 0 28969527 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768516122608 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20834] ppid=20819 vsize=13980732 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/20821/task/20834/stat : 20834 (java) S 20819 20819 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28969528 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768515070304 139769043924693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
[pid=20821/tid=20835] ppid=20819 vsize=13980732 memory=2424 CPUtime=1.36 cores=0,2,4,6
/proc/20821/task/20835/stat : 20835 (java) S 20819 20819 7968 0 -1 1077944384 1473 0 0 0 69 67 0 0 20 0 15 0 28969534 14316269568 348208 18446744073709551615 4194304 4196468 140737263930368 139768514018352 139769043925634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33312768 140737263931826 140737263932002 140737263932002 140737263935439 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1394212 KiB

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

[startup+2459.81 s]
# the end of solver process 20819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000622 s, system=0.001245 s

[startup+2459.82 s]
# the end of solver process 20821 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.59 s, system=5.52653 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): 2459.82
CPU time (s): 2520.11
CPU user time (s): 2514.59
CPU system time (s): 5.52653
CPU usage (%): 102.451
Max. virtual memory (cumulated for all children) (KiB): 13994952
Max. memory (cumulated for all children) (KiB): 2847848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.59
system time used= 5.52653
maximum resident set size= 2846468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334338
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62463
involuntary context switches= 4288


# summary of solver processes directly reported to runsolver:
#   pid: 20819,20821
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.59
#   total CPU system time (s): 5.52653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7203 second user time and 22.4629 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 00:33:51
IDJOB=4271975
IDBENCH=124216
IDSOLVER=2664
FILE ID=node128/4271975-1502750869
RUNJOBID= node128-1502649221-29000
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t02-3.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-4271975-1502750869/watcher-4271975-1502750869 -o /tmp/evaluation-result-4271975-1502750869/solver-4271975-1502750869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1388913350 HOME/instance-4271975-1502750869.xml

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

MD5SUM BENCH= 058109e0b262c2cf0fdf1876739ed95e
RANDOM SEED=1388913350

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:        30300776 kB
MemAvailable:   31133852 kB
Buffers:          209284 kB
Cached:           908056 kB
SwapCached:            0 kB
Active:          1225768 kB
Inactive:         825612 kB
Active(anon):     934028 kB
Inactive(anon):    16764 kB
Active(file):     291740 kB
Inactive(file):   808848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7656 kB
Writeback:             8 kB
AnonPages:        933460 kB
Mapped:            48736 kB
Shmem:             17116 kB
Slab:             121484 kB
SReclaimable:      96648 kB
SUnreclaim:        24836 kB
KernelStack:        3488 kB
PageTables:         7468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1452228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    847872 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 01:14:51