Trace number 4306659

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? (TO) 2520.03 2510.31

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306659-1534043033.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306659-1534043033.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
4.19/1.52	c solve instance...
2520.01/2510.30	s UNKNOWN
2520.01/2510.30	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 (8591 MiB free)
  memory of node 1: 16384 MiB (11643 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306659-1534043033/watcher-4306659-1534043033 -o /tmp/evaluation-result-4306659-1534043033/solver-4306659-1534043033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20443 --watchdog 2580 HOME/xcsp3-exec -seed 1031766123 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306659-1534043033.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=21153, runsolver pid=21150


[startup+0.100119 s]*
/proc/loadavg: 1.60 1.56 1.58 5/218 21175
/proc/meminfo: memFree=20689992/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=14082940 memory=27484 CPUtime=0.12 cores=0,2,4,6
/proc/21155/stat : 21155 (java) S 21153 21153 18978 0 -1 1077944320 5791 0 0 0 11 1 0 0 20 0 15 0 221866132 14420930560 6871 33554432000 4194304 4196468 140735633467744 140735633450288 140534717411063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
/proc/21155/statm: 3520735 6871 3014 1 0 3483012 0
[pid=21155/tid=21161] ppid=21153 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/21155/task/21161/stat : 21161 (java) R 21153 21153 18978 0 -1 4202560 3763 0 0 0 9 0 0 0 20 0 15 0 221866133 14420930560 6871 33554432000 4194304 4196468 140735633467744 140534721644336 140534717422998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21163] ppid=21153 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 6871 33554432000 4194304 4196468 140735633467744 140534687124240 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21164] ppid=21153 vsize=14082940 memory=139727834654336 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 6871 33554432000 4194304 4196468 140735633467744 140534311951248 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21165] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 6871 33554432000 4194304 4196468 140735633467744 140534310898704 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21166] ppid=21153 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 6871 33554432000 4194304 4196468 140735633467744 140534309846160 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21167] ppid=21153 vsize=14082940 memory=139727834654336 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866135 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866135 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866136 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18978 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533625436656 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18978 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533624384112 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14082940 memory=139727834654336 CPUtime=0.01 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) R 21153 21153 18978 0 -1 4202560 293 0 0 0 1 0 0 0 20 0 15 0 221866138 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533623331568 140534698648624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14082940 memory=139727834654336 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 6871 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 28936 KiB

[startup+0.210632 s]*
/proc/loadavg: 1.60 1.56 1.58 4/218 21175
/proc/meminfo: memFree=20671756/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=14082940 memory=39784 CPUtime=0.34 cores=0,2,4,6
/proc/21155/stat : 21155 (java) S 21153 21153 18978 0 -1 1077944320 8538 0 0 0 32 2 0 0 20 0 15 0 221866132 14420930560 9946 33554432000 4194304 4196468 140735633467744 140735633450288 140534717411063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
/proc/21155/statm: 3520735 9946 3201 1 0 3483012 0
[pid=21155/tid=21161] ppid=21153 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/21155/task/21161/stat : 21161 (java) R 21153 21153 18978 0 -1 4202560 5512 0 0 0 19 1 0 0 20 0 15 0 221866133 14420930560 9946 33554432000 4194304 4196468 140735633467744 140534721646048 140534701491550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21163] ppid=21153 vsize=14082940 memory=12629 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 9946 33554432000 4194304 4196468 140735633467744 140534687124240 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21164] ppid=21153 vsize=14082940 memory=139727834674495 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 9946 33554432000 4194304 4196468 140735633467744 140534311951248 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21165] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 9946 33554432000 4194304 4196468 140735633467744 140534310898704 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21166] ppid=21153 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866134 14420930560 9946 33554432000 4194304 4196468 140735633467744 140534309846160 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21167] ppid=21153 vsize=14082940 memory=139727834654336 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 221866135 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866135 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866136 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14082940 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18978 0 -1 1077944384 642 0 0 0 3 0 0 0 20 0 15 0 221866138 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533625436656 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14082940 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18978 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 15 0 221866138 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533624384112 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14082940 memory=139727834654336 CPUtime=0.08 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18978 0 -1 1077944384 913 0 0 0 8 0 0 0 20 0 15 0 221866138 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533623331568 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866138 14420930560 9946 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41236 KiB

[startup+0.319528 s]*
/proc/loadavg: 1.60 1.56 1.58 7/218 21175
/proc/meminfo: memFree=20651628/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=14087196 memory=47592 CPUtime=0.53 cores=0,2,4,6
/proc/21155/stat : 21155 (java) S 21153 21153 18978 0 -1 1077944320 9613 0 0 0 51 2 0 0 20 0 15 0 221866132 14425288704 11898 33554432000 4194304 4196468 140735633467744 140735633450288 140534717411063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
/proc/21155/statm: 3521799 11898 3248 1 0 3483012 0
[pid=21155/tid=21161] ppid=21153 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/21155/task/21161/stat : 21161 (java) R 21153 21153 18978 0 -1 4202560 6290 0 0 0 29 1 0 0 20 0 15 0 221866133 14425288704 11898 33554432000 4194304 4196468 140735633467744 140534721642176 140534701491550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21163] ppid=21153 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14425288704 11898 33554432000 4194304 4196468 140735633467744 140534687124240 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21164] ppid=21153 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14425288704 11898 33554432000 4194304 4196468 140735633467744 140534311951248 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21165] ppid=21153 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14425288704 11898 33554432000 4194304 4196468 140735633467744 140534310898704 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21166] ppid=21153 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866134 14425288704 11898 33554432000 4194304 4196468 140735633467744 140534309846160 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21167] ppid=21153 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 221866135 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866135 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866136 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14087196 memory=-6664436420846798482 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14087196 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18978 0 -1 1077944384 659 0 0 0 4 0 0 0 20 0 15 0 221866138 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533625436656 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14087196 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) R 21153 21153 18978 0 -1 4202560 279 0 0 0 3 0 0 0 20 0 15 0 221866138 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533624365128 140534698932400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14087196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18978 0 -1 1077944384 1077 0 0 0 13 0 0 0 20 0 15 0 221866138 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533623331568 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866138 14425288704 11898 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49044 KiB

[startup+0.701573 s]
/proc/loadavg: 1.60 1.56 1.58 7/218 21175
/proc/meminfo: memFree=20610792/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=14089320 memory=96580 CPUtime=1.72 cores=0,2,4,6
/proc/21155/stat : 21155 (java) S 21153 21153 18978 0 -1 1077944320 13130 0 0 0 168 4 0 0 20 0 15 0 221866132 14427463680 24145 33554432000 4194304 4196468 140735633467744 140735633450288 140534717411063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
/proc/21155/statm: 3522330 24145 3353 1 0 3483524 0
[pid=21155/tid=21161] ppid=21153 vsize=14089320 memory=60352 CPUtime=0.67 cores=0,2,4,6
/proc/21155/task/21161/stat : 21161 (java) R 21153 21153 18978 0 -1 4202560 6741 0 0 0 65 2 0 0 20 0 15 0 221866133 14427463680 24145 33554432000 4194304 4196468 140735633467744 140534721649632 140534353731044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21163] ppid=21153 vsize=14089320 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14427463680 24145 33554432000 4194304 4196468 140735633467744 140534687124240 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21164] ppid=21153 vsize=14089320 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14427463680 24145 33554432000 4194304 4196468 140735633467744 140534311951248 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21165] ppid=21153 vsize=14089320 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866134 14427463680 24145 33554432000 4194304 4196468 140735633467744 140534310898704 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21166] ppid=21153 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866134 14427463680 24145 33554432000 4194304 4196468 140735633467744 140534309846160 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21167] ppid=21153 vsize=14089320 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 221866135 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14089320 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866135 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14089320 memory=748 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866136 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14089320 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14089320 memory=6572 CPUtime=0.33 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) R 21153 21153 18978 0 -1 4202560 1693 0 0 0 33 0 0 0 20 0 15 0 221866138 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533625415968 140534700821958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14089320 memory=1296 CPUtime=0.32 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) R 21153 21153 18978 0 -1 4202560 1155 0 0 0 32 0 0 0 20 0 15 0 221866138 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533624365128 140534700907792 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14089320 memory=4452 CPUtime=0.36 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) R 21153 21153 18978 0 -1 4202560 2239 0 0 0 36 0 0 0 20 0 15 0 221866138 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533623331568 140534696006516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14089320 memory=3732 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14089320 memory=12668 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866138 14427463680 24145 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 98032 KiB

[startup+1.50494 s]
/proc/loadavg: 1.60 1.56 1.58 7/218 21175
/proc/meminfo: memFree=20471796/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0

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

[pid=21155/tid=21167] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.21 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 3958 0 0 0 18 3 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221866136 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14091368 memory=1452 CPUtime=3.38 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18978 0 -1 1077944384 22753 0 0 0 335 3 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533625436656 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14091368 memory=1452 CPUtime=3.66 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18978 0 -1 1077944384 20387 0 0 0 364 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533624384112 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14091368 memory=231172 CPUtime=1.03 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18978 0 -1 1077944384 14479 0 0 0 101 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533623331568 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.55 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 764 0 0 0 24 31 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 2451.97 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 232624 KiB

[startup+2502.3 s]
/proc/loadavg: 1.82 1.68 1.74 3/217 21271
/proc/meminfo: memFree=20265560/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=14091368 memory=231172 CPUtime=2511.99 cores=0,2,4,6
/proc/21155/stat : 21155 (java) S 21153 21153 18978 0 -1 1077944320 101829 0 0 0 251136 63 0 0 20 0 15 0 221866132 14429560832 57793 33554432000 4194304 4196468 140735633467744 140735633450288 140534717411063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
/proc/21155/statm: 3522842 57793 3419 1 0 3484036 0
[pid=21155/tid=21161] ppid=21153 vsize=14091368 memory=231172 CPUtime=2501.08 cores=0,2,4,6
/proc/21155/task/21161/stat : 21161 (java) R 21153 21153 18978 0 -1 4202560 25990 0 0 0 250097 11 0 0 20 0 15 0 221866133 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534721650688 140534362056279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21163] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.49 cores=0,2,4,6
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18978 0 -1 1077944384 2899 0 0 0 45 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534687124240 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21164] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.49 cores=0,2,4,6
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18978 0 -1 1077944384 1901 0 0 0 45 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534311951248 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21165] ppid=21153 vsize=14091368 memory=1452 CPUtime=0.48 cores=0,2,4,6
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18978 0 -1 1077944384 3319 0 0 0 44 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534310898704 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21166] ppid=21153 vsize=14091368 memory=1452 CPUtime=0.49 cores=0,2,4,6
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18978 0 -1 1077944384 4025 0 0 0 45 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534309846160 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21167] ppid=21153 vsize=14091368 memory=2033 CPUtime=0.22 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 3962 0 0 0 19 3 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221866136 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14091368 memory=231172 CPUtime=3.38 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18978 0 -1 1077944384 22753 0 0 0 335 3 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533625436656 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14091368 memory=1408 CPUtime=3.66 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18978 0 -1 1077944384 20387 0 0 0 364 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533624384112 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14091368 memory=231172 CPUtime=1.03 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18978 0 -1 1077944384 14479 0 0 0 101 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533623331568 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14091368 memory=1452 CPUtime=0.57 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 768 0 0 0 25 32 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 2511.99 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 232624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.3 s]
/proc/loadavg: 1.85 1.69 1.75 5/217 21349
/proc/meminfo: memFree=20446828/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=14091368 memory=231172 CPUtime=2520.01 cores=0,2,4,6
/proc/21155/stat : 21155 (java) S 21153 21153 18978 0 -1 1077944320 101891 0 0 0 251938 63 0 0 20 0 15 0 221866132 14429560832 57793 33554432000 4194304 4196468 140735633467744 140735633450288 140534717411063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
/proc/21155/statm: 3522842 57793 3419 1 0 3484036 0
[pid=21155/tid=21161] ppid=21153 vsize=14091368 memory=1452 CPUtime=2509.07 cores=0,2,4,6
/proc/21155/task/21161/stat : 21161 (java) R 21153 21153 18978 0 -1 4202560 26046 0 0 0 250896 11 0 0 20 0 15 0 221866133 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534721650608 140534362056094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21163] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.5 cores=0,2,4,6
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18978 0 -1 1077944384 2899 0 0 0 46 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534687124240 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21164] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.5 cores=0,2,4,6
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18978 0 -1 1077944384 1901 0 0 0 46 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534311951248 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21165] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.48 cores=0,2,4,6
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18978 0 -1 1077944384 3319 0 0 0 44 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534310898704 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21166] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.5 cores=0,2,4,6
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18978 0 -1 1077944384 4027 0 0 0 46 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534309846160 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21167] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.22 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 3964 0 0 0 19 3 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221866136 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14091368 memory=1452 CPUtime=3.38 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18978 0 -1 1077944384 22753 0 0 0 335 3 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533625436656 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14091368 memory=231172 CPUtime=3.66 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18978 0 -1 1077944384 20387 0 0 0 364 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533624384112 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14091368 memory=1452 CPUtime=1.03 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18978 0 -1 1077944384 14479 0 0 0 101 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533623331568 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14091368 memory=34164 CPUtime=0.57 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 770 0 0 0 25 32 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 232624 KiB

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

[startup+2510.31 s]
# the end of solver process 21153 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.39 s, system=0.637192 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2510.3 s]
/proc/loadavg: 1.85 1.69 1.75 5/217 21349
/proc/meminfo: memFree=20446828/32770624 swapFree=67108688/67108860
[pid=21153] ppid=21150 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21153/stat : 21153 (xcsp3-exec) S 21150 21153 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221866132 115843072 363 33554432000 4194304 5098028 140721978638736 140721978636840 140280355701372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8355840 140721978643514 140721978643716 140721978643716 140721978646474 0
/proc/21153/statm: 28282 363 305 221 0 87 0
[pid=21155] ppid=21153 vsize=14091368 memory=231172 CPUtime=2520.01 cores=0,2,4,6
/proc/21155/stat : 21155 (java) S 21153 21153 18978 0 -1 1077944320 101891 0 0 0 251938 63 0 0 20 0 15 0 221866132 14429560832 57793 33554432000 4194304 4196468 140735633467744 140735633450288 140534717411063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
/proc/21155/statm: 3522842 57793 3419 1 0 3484036 0
[pid=21155/tid=21161] ppid=21153 vsize=14091368 memory=1452 CPUtime=2509.07 cores=0,2,4,6
/proc/21155/task/21161/stat : 21161 (java) R 21153 21153 18978 0 -1 4202560 26046 0 0 0 250896 11 0 0 20 0 15 0 221866133 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534721650608 140534362056094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21163] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.5 cores=0,2,4,6
/proc/21155/task/21163/stat : 21163 (java) S 21153 21153 18978 0 -1 1077944384 2899 0 0 0 46 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534687124240 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21164] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.5 cores=0,2,4,6
/proc/21155/task/21164/stat : 21164 (java) S 21153 21153 18978 0 -1 1077944384 1901 0 0 0 46 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534311951248 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21165] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.48 cores=0,2,4,6
/proc/21155/task/21165/stat : 21165 (java) S 21153 21153 18978 0 -1 1077944384 3319 0 0 0 44 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534310898704 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21166] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.5 cores=0,2,4,6
/proc/21155/task/21166/stat : 21166 (java) S 21153 21153 18978 0 -1 1077944384 4027 0 0 0 46 4 0 0 20 0 15 0 221866134 14429560832 57793 33554432000 4194304 4196468 140735633467744 140534309846160 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21167] ppid=21153 vsize=14091368 memory=231172 CPUtime=0.22 cores=0,2,4,6
/proc/21155/task/21167/stat : 21167 (java) S 21153 21153 18978 0 -1 1077944384 3964 0 0 0 19 3 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533629646832 140534717422210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21168] ppid=21153 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21168/stat : 21168 (java) S 21153 21153 18978 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 221866135 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533628593056 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21169] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21169/stat : 21169 (java) S 21153 21153 18978 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221866136 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533627540464 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21170] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21170/stat : 21170 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533626489040 140534717429659 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21171] ppid=21153 vsize=14091368 memory=1452 CPUtime=3.38 cores=0,2,4,6
/proc/21155/task/21171/stat : 21171 (java) S 21153 21153 18978 0 -1 1077944384 22753 0 0 0 335 3 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533625436656 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21172] ppid=21153 vsize=14091368 memory=231172 CPUtime=3.66 cores=0,2,4,6
/proc/21155/task/21172/stat : 21172 (java) S 21153 21153 18978 0 -1 1077944384 20387 0 0 0 364 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533624384112 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21173] ppid=21153 vsize=14091368 memory=1452 CPUtime=1.03 cores=0,2,4,6
/proc/21155/task/21173/stat : 21173 (java) S 21153 21153 18978 0 -1 1077944384 14479 0 0 0 101 2 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533623331568 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21174] ppid=21153 vsize=14091368 memory=231172 CPUtime=0 cores=0,2,4,6
/proc/21155/task/21174/stat : 21174 (java) S 21153 21153 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533622279264 140534717421269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
[pid=21155/tid=21175] ppid=21153 vsize=14091368 memory=34164 CPUtime=0.57 cores=0,2,4,6
/proc/21155/task/21175/stat : 21175 (java) S 21153 21153 18978 0 -1 1077944384 770 0 0 0 25 32 0 0 20 0 15 0 221866138 14429560832 57793 33554432000 4194304 4196468 140735633467744 140533621225776 140534717422210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13897728 140735633474694 140735633474865 140735633474865 140735633477583 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 232624 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2510.31
CPU time (s): 2520.03
CPU user time (s): 2519.39
CPU system time (s): 0.637192
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 14207264
Max. memory (cumulated for all children) (KiB): 431736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.39
system time used= 0.637192
maximum resident set size= 430384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62716
involuntary context switches= 2608


# summary of solver processes directly reported to runsolver:
#   pid: 21153
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2519.39
#   total CPU system time (s): 0.637192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7133 second user time and 23.7204 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 05:03:53
IDJOB=4306659
IDBENCH=141046
IDSOLVER=2787
FILE ID=node106/4306659-1534043033
RUNJOBID= node106-1534038018-20443
PBS_JOBID= 21036957
Free space on /tmp= 39640 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-16_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306659-1534043033/watcher-4306659-1534043033 -o /tmp/evaluation-result-4306659-1534043033/solver-4306659-1534043033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20443 --watchdog 2580  HOME/xcsp3-exec -seed 1031766123 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306659-1534043033.xml

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

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=1031766123

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        20722336 kB
MemAvailable:   31894632 kB
Buffers:          106164 kB
Cached:         11213292 kB
SwapCached:            0 kB
Active:          5565180 kB
Inactive:        5820828 kB
Active(anon):      13380 kB
Inactive(anon):   105632 kB
Active(file):    5551800 kB
Inactive(file):  5715196 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             43832 kB
Writeback:             0 kB
AnonPages:        117036 kB
Mapped:            58292 kB
Shmem:             49632 kB
Slab:             362120 kB
SReclaimable:     333760 kB
SUnreclaim:        28360 kB
KernelStack:        3792 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1301628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39616 MiB
End job on node106 at 2018-08-12 05:45:43