Trace number 4394344

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 2019-06-14? (TO) 2400.32 604.195

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark48151
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394344-1568347562.xml"  -tl '2400s' -p 4
0.13/0.19	c Choco e747e1e
0.13/0.19	c [HOME/instance-4394344-1568347562.xml, -tl, 2400s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.30	c parse instance...
12.25/4.10	c solve instance...
2400.03/604.16	s UNKNOWN
2400.03/604.16	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: 16375 MiB (10127 MiB free)
  memory of node 1: 16384 MiB (13548 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394344-1568347562/watcher-4394344-1568347562 -o /tmp/evaluation-result-4394344-1568347562/solver-4394344-1568347562 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323860857-17632 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1859242378 HOME/instance-4394344-1568347562.xml 

running on 4 cores: 4-7

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


[startup+0.100092 s]*
/proc/loadavg: 5.76 5.73 4.95 6/233 19153
/proc/meminfo: memFree=24222244/32770688 swapFree=66919992/67108860
[pid=19137] ppid=19134 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/19137/stat : 19137 (xcsp3-exec) S 19134 19137 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410762592 115843072 363 33554432000 4194304 5098028 140723411078208 140723411076312 139952618410620 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30912512 140723411084154 140723411084397 140723411084397 140723411087306 0
/proc/19137/statm: 28282 363 304 221 0 87 0
[pid=19139] ppid=19137 vsize=15144768 memory=28776 CPUtime=0.13 cores=4-7
/proc/19139/stat : 19139 (java) S 19137 19137 17600 0 -1 1077944320 5665 0 0 0 12 1 0 0 20 0 15 0 410762592 15508242432 7194 33554432000 4194304 4196468 140721516783504 140721516766048 140051438313207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
/proc/19139/statm: 3786192 7194 3117 1 0 3748377 0
[pid=19139/tid=19140] ppid=19137 vsize=15144768 memory=8108032331684915787 CPUtime=0.09 cores=4-7
/proc/19139/task/19140/stat : 19140 (java) R 19137 19137 17600 0 -1 4202560 3568 0 0 0 9 0 0 0 20 0 15 0 410762593 15508242432 7194 33554432000 4194304 4196468 140721516783504 140051442545120 140051438325142 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19141] ppid=19137 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=4-7
/proc/19139/task/19141/stat : 19141 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 7194 33554432000 4194304 4196468 140721516783504 140051374549776 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19142] ppid=19137 vsize=15144768 memory=139849965143680 CPUtime=0 cores=4-7
/proc/19139/task/19142/stat : 19142 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 7194 33554432000 4194304 4196468 140721516783504 140051373497232 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19143] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19143/stat : 19143 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 7194 33554432000 4194304 4196468 140721516783504 140051372444688 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19144] ppid=19137 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/19139/task/19144/stat : 19144 (java) S 19137 19137 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 7194 33554432000 4194304 4196468 140721516783504 140051371392144 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19145] ppid=19137 vsize=15144768 memory=139849965143680 CPUtime=0 cores=4-7
/proc/19139/task/19145/stat : 19145 (java) S 19137 19137 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410762595 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050974066672 140051438324354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19146] ppid=19137 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/19139/task/19146/stat : 19146 (java) S 19137 19137 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410762595 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050973012896 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19147] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19147/stat : 19147 (java) S 19137 19137 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410762596 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050971960304 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19148] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19148/stat : 19148 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762598 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050970908880 140051438331803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19149] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19149/stat : 19149 (java) S 19137 19137 17600 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 410762598 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050969856496 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19150] ppid=19137 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/19139/task/19150/stat : 19150 (java) S 19137 19137 17600 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 410762598 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050968803952 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19151] ppid=19137 vsize=15144768 memory=139849965143680 CPUtime=0.01 cores=4-7
/proc/19139/task/19151/stat : 19151 (java) S 19137 19137 17600 0 -1 1077944384 371 0 0 0 1 0 0 0 20 0 15 0 410762598 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050967751408 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19152] ppid=19137 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/19139/task/19152/stat : 19152 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762599 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050966699104 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19153] ppid=19137 vsize=15144768 memory=139849965143680 CPUtime=0 cores=4-7
/proc/19139/task/19153/stat : 19153 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762599 15508242432 7194 33554432000 4194304 4196468 140721516783504 140050897561904 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30228 KiB

[startup+0.211715 s]*
/proc/loadavg: 5.76 5.73 4.95 6/233 19153
/proc/meminfo: memFree=24204236/32770688 swapFree=66919992/67108860
[pid=19137] ppid=19134 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/19137/stat : 19137 (xcsp3-exec) S 19134 19137 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410762592 115843072 363 33554432000 4194304 5098028 140723411078208 140723411076312 139952618410620 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30912512 140723411084154 140723411084397 140723411084397 140723411087306 0
/proc/19137/statm: 28282 363 304 221 0 87 0
[pid=19139] ppid=19137 vsize=15144768 memory=40152 CPUtime=0.34 cores=4-7
/proc/19139/stat : 19139 (java) S 19137 19137 17600 0 -1 1077944320 9242 0 0 0 32 2 0 0 20 0 15 0 410762592 15508242432 10038 33554432000 4194304 4196468 140721516783504 140721516766048 140051438313207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
/proc/19139/statm: 3786192 10038 3290 1 0 3748377 0
[pid=19139/tid=19140] ppid=19137 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/19139/task/19140/stat : 19140 (java) R 19137 19137 17600 0 -1 4202560 6512 0 0 0 18 2 0 0 20 0 15 0 410762593 15508242432 10038 33554432000 4194304 4196468 140721516783504 140051442544336 140051430991221 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19141] ppid=19137 vsize=15144768 memory=1915596 CPUtime=0 cores=4-7
/proc/19139/task/19141/stat : 19141 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 10038 33554432000 4194304 4196468 140721516783504 140051374549776 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19142] ppid=19137 vsize=15144768 memory=3472474773341243040 CPUtime=0 cores=4-7
/proc/19139/task/19142/stat : 19142 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 10038 33554432000 4194304 4196468 140721516783504 140051373497232 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19143] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19143/stat : 19143 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 10038 33554432000 4194304 4196468 140721516783504 140051372444688 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19144] ppid=19137 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/19139/task/19144/stat : 19144 (java) S 19137 19137 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410762593 15508242432 10038 33554432000 4194304 4196468 140721516783504 140051371392144 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19145] ppid=19137 vsize=15144768 memory=139849965143680 CPUtime=0 cores=4-7
/proc/19139/task/19145/stat : 19145 (java) S 19137 19137 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410762595 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050974066672 140051438324354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19146] ppid=19137 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/19139/task/19146/stat : 19146 (java) S 19137 19137 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410762595 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050973012896 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19147] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19147/stat : 19147 (java) S 19137 19137 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410762596 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050971960304 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19148] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19148/stat : 19148 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762598 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050970908880 140051438331803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19149] ppid=19137 vsize=15144768 memory=0 CPUtime=0.03 cores=4-7
/proc/19139/task/19149/stat : 19149 (java) S 19137 19137 17600 0 -1 1077944384 437 0 0 0 3 0 0 0 20 0 15 0 410762598 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050969856496 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19150] ppid=19137 vsize=15144768 memory=-1 CPUtime=0.01 cores=4-7
/proc/19139/task/19150/stat : 19150 (java) S 19137 19137 17600 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 410762598 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050968803952 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19151] ppid=19137 vsize=15144768 memory=139849965143680 CPUtime=0.08 cores=4-7
/proc/19139/task/19151/stat : 19151 (java) S 19137 19137 17600 0 -1 1077944384 789 0 0 0 8 0 0 0 20 0 15 0 410762598 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050967751408 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19152] ppid=19137 vsize=15144768 memory=-1 CPUtime=0 cores=4-7
/proc/19139/task/19152/stat : 19152 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762599 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050966699104 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19153] ppid=19137 vsize=15144768 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19153/stat : 19153 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762599 15508242432 10038 33554432000 4194304 4196468 140721516783504 140050897561904 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41604 KiB

[startup+0.312879 s]*
/proc/loadavg: 5.76 5.73 4.95 7/233 19153
/proc/meminfo: memFree=24192624/32770688 swapFree=66919992/67108860
[pid=19137] ppid=19134 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/19137/stat : 19137 (xcsp3-exec) S 19134 19137 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410762592 115843072 363 33554432000 4194304 5098028 140723411078208 140723411076312 139952618410620 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30912512 140723411084154 140723411084397 140723411084397 140723411087306 0
/proc/19137/statm: 28282 363 304 221 0 87 0
[pid=19139] ppid=19137 vsize=15149024 memory=46240 CPUtime=0.52 cores=4-7
/proc/19139/stat : 19139 (java) S 19137 19137 17600 0 -1 1077944320 10436 0 0 0 49 3 0 0 20 0 15 0 410762592 15512600576 11560 33554432000 4194304 4196468 140721516783504 140721516766048 140051438313207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
/proc/19139/statm: 3787256 11560 3322 1 0 3748377 0
[pid=19139/tid=19140] ppid=19137 vsize=15149024 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/19139/task/19140/stat : 19140 (java) R 19137 19137 17600 0 -1 4202560 7538 0 0 0 27 2 0 0 20 0 15 0 410762593 15512600576 11560 33554432000 4194304 4196468 140721516783504 140051442545584 140051438325142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19141] ppid=19137 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=4-7
/proc/19139/task/19141/stat : 19141 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15512600576 11560 33554432000 4194304 4196468 140721516783504 140051374549776 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19142] ppid=19137 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=4-7
/proc/19139/task/19142/stat : 19142 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15512600576 11560 33554432000 4194304 4196468 140721516783504 140051373497232 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19143] ppid=19137 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=4-7
/proc/19139/task/19143/stat : 19143 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15512600576 11560 33554432000 4194304 4196468 140721516783504 140051372444688 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19144] ppid=19137 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=4-7
/proc/19139/task/19144/stat : 19144 (java) S 19137 19137 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410762593 15512600576 11560 33554432000 4194304 4196468 140721516783504 140051371392144 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19145] ppid=19137 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=4-7
/proc/19139/task/19145/stat : 19145 (java) S 19137 19137 17600 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410762595 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050974066672 140051438324354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19146] ppid=19137 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=4-7
/proc/19139/task/19146/stat : 19146 (java) S 19137 19137 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410762595 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050973012896 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19147] ppid=19137 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=4-7
/proc/19139/task/19147/stat : 19147 (java) S 19137 19137 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410762596 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050971960304 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19148] ppid=19137 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=4-7
/proc/19139/task/19148/stat : 19148 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762598 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050970908880 140051438331803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19149] ppid=19137 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=4-7
/proc/19139/task/19149/stat : 19149 (java) S 19137 19137 17600 0 -1 1077944384 447 0 0 0 4 0 0 0 20 0 15 0 410762598 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050969856496 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19150] ppid=19137 vsize=15149024 memory=0 CPUtime=0.03 cores=4-7
/proc/19139/task/19150/stat : 19150 (java) S 19137 19137 17600 0 -1 1077944384 222 0 0 0 3 0 0 0 20 0 15 0 410762598 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050968803952 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19151] ppid=19137 vsize=15149024 memory=0 CPUtime=0.12 cores=4-7
/proc/19139/task/19151/stat : 19151 (java) S 19137 19137 17600 0 -1 1077944384 923 0 0 0 12 0 0 0 20 0 15 0 410762598 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050967751408 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19152] ppid=19137 vsize=15149024 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19152/stat : 19152 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762599 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050966699104 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19153] ppid=19137 vsize=15149024 memory=0 CPUtime=0 cores=4-7
/proc/19139/task/19153/stat : 19153 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762599 15512600576 11560 33554432000 4194304 4196468 140721516783504 140050897561904 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 47692 KiB

[startup+0.700905 s]
/proc/loadavg: 6.02 5.78 4.97 9/233 19153
/proc/meminfo: memFree=24160140/32770688 swapFree=66919992/67108860
[pid=19137] ppid=19134 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/19137/stat : 19137 (xcsp3-exec) S 19134 19137 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410762592 115843072 363 33554432000 4194304 5098028 140723411078208 140723411076312 139952618410620 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30912512 140723411084154 140723411084397 140723411084397 140723411087306 0
/proc/19137/statm: 28282 363 304 221 0 87 0
[pid=19139] ppid=19137 vsize=15151148 memory=88436 CPUtime=1.7 cores=4-7
/proc/19139/stat : 19139 (java) S 19137 19137 17600 0 -1 1077944320 14274 0 0 0 165 5 0 0 20 0 15 0 410762592 15514775552 22109 33554432000 4194304 4196468 140721516783504 140721516766048 140051438313207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
/proc/19139/statm: 3787787 22109 3444 1 0 3748889 0
[pid=19139/tid=19140] ppid=19137 vsize=15151148 memory=0 CPUtime=0.67 cores=4-7
/proc/19139/task/19140/stat : 19140 (java) R 19137 19137 17600 0 -1 4202560 8375 0 0 0 64 3 0 0 20 0 15 0 410762593 15514775552 22109 33554432000 4194304 4196468 140721516783504 140051442548240 140051052142687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19141] ppid=19137 vsize=15151148 memory=45184 CPUtime=0 cores=4-7
/proc/19139/task/19141/stat : 19141 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15514775552 22109 33554432000 4194304 4196468 140721516783504 140051374549776 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19142] ppid=19137 vsize=15151148 memory=984 CPUtime=0 cores=4-7
/proc/19139/task/19142/stat : 19142 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15514775552 22109 33554432000 4194304 4196468 140721516783504 140051373497232 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19143] ppid=19137 vsize=15151148 memory=2020 CPUtime=0 cores=4-7
/proc/19139/task/19143/stat : 19143 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762593 15514775552 22109 33554432000 4194304 4196468 140721516783504 140051372444688 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19144] ppid=19137 vsize=15151148 memory=1432 CPUtime=0 cores=4-7
/proc/19139/task/19144/stat : 19144 (java) S 19137 19137 17600 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410762593 15514775552 22109 33554432000 4194304 4196468 140721516783504 140051371392144 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19145] ppid=19137 vsize=15151148 memory=776 CPUtime=0 cores=4-7
/proc/19139/task/19145/stat : 19145 (java) S 19137 19137 17600 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410762595 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050974066672 140051438324354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19146] ppid=19137 vsize=15151148 memory=660 CPUtime=0 cores=4-7
/proc/19139/task/19146/stat : 19146 (java) S 19137 19137 17600 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410762595 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050973012896 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19147] ppid=19137 vsize=15151148 memory=1556 CPUtime=0 cores=4-7
/proc/19139/task/19147/stat : 19147 (java) S 19137 19137 17600 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410762596 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050971960304 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19148] ppid=19137 vsize=15151148 memory=9588 CPUtime=0 cores=4-7
/proc/19139/task/19148/stat : 19148 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762598 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050970908880 140051438331803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19149] ppid=19137 vsize=15151148 memory=1712 CPUtime=0.31 cores=4-7
/proc/19139/task/19149/stat : 19149 (java) R 19137 19137 17600 0 -1 4202560 1433 0 0 0 31 0 0 0 20 0 15 0 410762598 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050969842424 140051416232843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19150] ppid=19137 vsize=15151148 memory=5972 CPUtime=0.29 cores=4-7
/proc/19139/task/19150/stat : 19150 (java) R 19137 19137 17600 0 -1 4202560 1157 0 0 0 29 0 0 0 20 0 15 0 410762598 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050968790520 140051417560007 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19151] ppid=19137 vsize=15151148 memory=4164 CPUtime=0.38 cores=4-7
/proc/19139/task/19151/stat : 19151 (java) S 19137 19137 17600 0 -1 1077944384 2002 0 0 0 38 0 0 0 20 0 15 0 410762598 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050967751408 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19152] ppid=19137 vsize=15151148 memory=1056 CPUtime=0 cores=4-7
/proc/19139/task/19152/stat : 19152 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410762599 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050966699104 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19153] ppid=19137 vsize=15151148 memory=2828 CPUtime=0 cores=4-7
/proc/19139/task/19153/stat : 19153 (java) S 19137 19137 17600 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410762599 15514775552 22109 33554432000 4194304 4196468 140721516783504 140050897561904 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 89888 KiB

[startup+1.50988 s]
/proc/loadavg: 6.02 5.78 4.97 9/233 19153
/proc/meminfo: memFree=24074632/32770688 swapFree=66919992/67108860
[pid=19137] ppid=19134 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/19137/stat : 19137 (xcsp3-exec) S 19134 19137 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410762592 115843072 363 33554432000 4194304 5098028 140723411078208 140723411076312 139952618410620 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30912512 140723411084154 140723411084397 140723411084397 140723411087306 0
/proc/19137/statm: 28282 363 304 221 0 87 0

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

/proc/19139/stat : 19139 (java) S 19137 19137 17600 0 -1 1077944320 181750 0 0 0 231197 128 0 0 20 0 19 0 410762592 15789518848 911045 33554432000 4194304 4196468 140721516783504 140721516766048 140051438313207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
/proc/19139/statm: 3854863 911045 3534 1 0 3815965 0
[pid=19139/tid=19140] ppid=19137 vsize=15419452 memory=3644180 CPUtime=3.8 cores=4-7
/proc/19139/task/19140/stat : 19140 (java) S 19137 19137 17600 0 -1 1077944384 11676 0 0 0 372 8 0 0 20 0 19 0 410762593 15789518848 911045 33554432000 4194304 4196468 140721516783504 140051442553984 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19141] ppid=19137 vsize=15419452 memory=3679064 CPUtime=0.55 cores=4-7
/proc/19139/task/19141/stat : 19141 (java) S 19137 19137 17600 0 -1 1077944384 1581 0 0 0 46 9 0 0 20 0 19 0 410762593 15789518848 911045 33554432000 4194304 4196468 140721516783504 140051374549776 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19142] ppid=19137 vsize=15419452 memory=3679580 CPUtime=0.52 cores=4-7
/proc/19139/task/19142/stat : 19142 (java) S 19137 19137 17600 0 -1 1077944384 3473 0 0 0 44 8 0 0 20 0 19 0 410762593 15789518848 911045 33554432000 4194304 4196468 140721516783504 140051373497232 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19143] ppid=19137 vsize=15419452 memory=1452 CPUtime=0.54 cores=4-7
/proc/19139/task/19143/stat : 19143 (java) S 19137 19137 17600 0 -1 1077944384 5578 0 0 0 46 8 0 0 20 0 19 0 410762593 15789518848 911045 33554432000 4194304 4196468 140721516783504 140051372444688 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19144] ppid=19137 vsize=15419452 memory=3719592 CPUtime=0.57 cores=4-7
/proc/19139/task/19144/stat : 19144 (java) S 19137 19137 17600 0 -1 1077944384 2806 0 0 0 48 9 0 0 20 0 19 0 410762593 15789518848 911045 33554432000 4194304 4196468 140721516783504 140051371392144 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19145] ppid=19137 vsize=15419452 memory=3679580 CPUtime=0.07 cores=4-7
/proc/19139/task/19145/stat : 19145 (java) S 19137 19137 17600 0 -1 1077944384 5172 0 0 0 3 4 0 0 20 0 19 0 410762595 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050974066672 140051438324354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19146] ppid=19137 vsize=15419452 memory=3679580 CPUtime=0 cores=4-7
/proc/19139/task/19146/stat : 19146 (java) S 19137 19137 17600 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 410762595 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050973012960 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19147] ppid=19137 vsize=15419452 memory=3679064 CPUtime=0 cores=4-7
/proc/19139/task/19147/stat : 19147 (java) S 19137 19137 17600 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 410762596 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050971960320 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19148] ppid=19137 vsize=15419452 memory=3679064 CPUtime=0 cores=4-7
/proc/19139/task/19148/stat : 19148 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410762598 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050970908880 140051438331803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19149] ppid=19137 vsize=15419452 memory=1452 CPUtime=7.02 cores=4-7
/proc/19139/task/19149/stat : 19149 (java) S 19137 19137 17600 0 -1 1077944384 31162 0 0 0 700 2 0 0 20 0 19 0 410762598 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050969856496 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19150] ppid=19137 vsize=15419452 memory=1448 CPUtime=7.52 cores=4-7
/proc/19139/task/19150/stat : 19150 (java) S 19137 19137 17600 0 -1 1077944384 42702 0 0 0 747 5 0 0 20 0 19 0 410762598 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050968803952 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19151] ppid=19137 vsize=15419452 memory=1091168 CPUtime=1.37 cores=4-7
/proc/19139/task/19151/stat : 19151 (java) S 19137 19137 17600 0 -1 1077944384 21254 0 0 0 135 2 0 0 20 0 19 0 410762598 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050967751408 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19152] ppid=19137 vsize=15419452 memory=3624 CPUtime=0 cores=4-7
/proc/19139/task/19152/stat : 19152 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410762599 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050966699104 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19153] ppid=19137 vsize=15419452 memory=45200 CPUtime=0.25 cores=4-7
/proc/19139/task/19153/stat : 19153 (java) S 19137 19137 17600 0 -1 1077944384 1132 0 0 0 25 0 0 0 20 0 19 0 410762599 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050897561904 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19154] ppid=19137 vsize=15419452 memory=1452 CPUtime=570.71 cores=4-7
/proc/19139/task/19154/stat : 19154 (java) R 19137 19137 17600 0 -1 4202560 3046 0 0 0 57068 3 0 0 20 0 19 0 410763005 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050886493664 140051059002801 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19155] ppid=19137 vsize=15419452 memory=3679064 CPUtime=573.1 cores=4-7
/proc/19139/task/19155/stat : 19155 (java) R 19137 19137 17600 0 -1 4202560 43819 0 0 0 57246 64 0 0 20 0 19 0 410763005 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050885441576 140051060004368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19156] ppid=19137 vsize=15419452 memory=6791534058613427641 CPUtime=573.48 cores=4-7
/proc/19139/task/19156/stat : 19156 (java) R 19137 19137 17600 0 -1 4202560 3521 0 0 0 57346 2 0 0 20 0 19 0 410763005 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050884386576 140051058525222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19157] ppid=19137 vsize=15419452 memory=12028 CPUtime=573.64 cores=4-7
/proc/19139/task/19157/stat : 19157 (java) R 19137 19137 17600 0 -1 4202560 3479 0 0 0 57362 2 0 0 20 0 19 0 410763005 15789518848 911045 33554432000 4194304 4196468 140721516783504 140050883334456 140051058363328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
Current children cumulated CPU time: 2313.25 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3645632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+604.112 s]
/proc/loadavg: 8.33 8.13 6.64 9/238 19360
/proc/meminfo: memFree=23052688/32770688 swapFree=66919992/67108860
[pid=19137] ppid=19134 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/19137/stat : 19137 (xcsp3-exec) S 19134 19137 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410762592 115843072 363 33554432000 4194304 5098028 140723411078208 140723411076312 139952618410620 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30912512 140723411084154 140723411084397 140723411084397 140723411087306 0
/proc/19137/statm: 28282 363 304 221 0 87 0
[pid=19139] ppid=19137 vsize=15419452 memory=3613400 CPUtime=2400.03 cores=4-7
/proc/19139/stat : 19139 (java) S 19137 19137 17600 0 -1 1077944320 184935 0 0 0 239874 129 0 0 20 0 19 0 410762592 15789518848 903350 33554432000 4194304 4196468 140721516783504 140721516766048 140051438313207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
/proc/19139/statm: 3854863 903350 3534 1 0 3815965 0
[pid=19139/tid=19140] ppid=19137 vsize=15419452 memory=3613400 CPUtime=3.8 cores=4-7
/proc/19139/task/19140/stat : 19140 (java) S 19137 19137 17600 0 -1 1077944384 11676 0 0 0 372 8 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051442553984 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19141] ppid=19137 vsize=15419452 memory=3613400 CPUtime=0.56 cores=4-7
/proc/19139/task/19141/stat : 19141 (java) S 19137 19137 17600 0 -1 1077944384 1622 0 0 0 47 9 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051374549776 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19142] ppid=19137 vsize=15419452 memory=3643668 CPUtime=0.53 cores=4-7
/proc/19139/task/19142/stat : 19142 (java) S 19137 19137 17600 0 -1 1077944384 4025 0 0 0 45 8 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051373497232 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19143] ppid=19137 vsize=15419452 memory=3644180 CPUtime=0.55 cores=4-7
/proc/19139/task/19143/stat : 19143 (java) S 19137 19137 17600 0 -1 1077944384 5701 0 0 0 47 8 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051372444688 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19144] ppid=19137 vsize=15419452 memory=3679580 CPUtime=0.57 cores=4-7
/proc/19139/task/19144/stat : 19144 (java) S 19137 19137 17600 0 -1 1077944384 2840 0 0 0 48 9 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051371392144 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19145] ppid=19137 vsize=15419452 memory=3679580 CPUtime=0.07 cores=4-7
/proc/19139/task/19145/stat : 19145 (java) S 19137 19137 17600 0 -1 1077944384 5416 0 0 0 3 4 0 0 20 0 19 0 410762595 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050974066672 140051438324354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19146] ppid=19137 vsize=15419452 memory=3719592 CPUtime=0 cores=4-7
/proc/19139/task/19146/stat : 19146 (java) S 19137 19137 17600 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 410762595 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050973012960 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19147] ppid=19137 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/19139/task/19147/stat : 19147 (java) S 19137 19137 17600 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 410762596 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050971960320 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19148] ppid=19137 vsize=15419452 memory=3613400 CPUtime=0 cores=4-7
/proc/19139/task/19148/stat : 19148 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050970908880 140051438331803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19149] ppid=19137 vsize=15419452 memory=1452 CPUtime=7.02 cores=4-7
/proc/19139/task/19149/stat : 19149 (java) S 19137 19137 17600 0 -1 1077944384 31166 0 0 0 700 2 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050969856496 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19150] ppid=19137 vsize=15419452 memory=6788 CPUtime=7.52 cores=4-7
/proc/19139/task/19150/stat : 19150 (java) S 19137 19137 17600 0 -1 1077944384 42704 0 0 0 747 5 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050968803952 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19151] ppid=19137 vsize=15419452 memory=380 CPUtime=1.37 cores=4-7
/proc/19139/task/19151/stat : 19151 (java) S 19137 19137 17600 0 -1 1077944384 21263 0 0 0 135 2 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050967751408 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19152] ppid=19137 vsize=15419452 memory=45200 CPUtime=0 cores=4-7
/proc/19139/task/19152/stat : 19152 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410762599 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050966699104 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19153] ppid=19137 vsize=15419452 memory=984 CPUtime=0.25 cores=4-7
/proc/19139/task/19153/stat : 19153 (java) S 19137 19137 17600 0 -1 1077944384 1150 0 0 0 25 0 0 0 20 0 19 0 410762599 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050897561904 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19154] ppid=19137 vsize=15419452 memory=1412 CPUtime=592.23 cores=4-7
/proc/19139/task/19154/stat : 19154 (java) R 19137 19137 17600 0 -1 4202560 3202 0 0 0 59220 3 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050886491224 140051055247623 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19155] ppid=19137 vsize=15419452 memory=3420 CPUtime=594.74 cores=4-7
/proc/19139/task/19155/stat : 19155 (java) R 19137 19137 17600 0 -1 4202560 45380 0 0 0 59410 64 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050885438976 140051055247310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19156] ppid=19137 vsize=15419452 memory=3613400 CPUtime=595.26 cores=4-7
/proc/19139/task/19156/stat : 19156 (java) R 19137 19137 17600 0 -1 4202560 3769 0 0 0 59524 2 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050884389776 140051052524844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19157] ppid=19137 vsize=15419452 memory=1452 CPUtime=595.43 cores=4-7
/proc/19139/task/19157/stat : 19157 (java) R 19137 19137 17600 0 -1 4202560 3672 0 0 0 59541 2 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050883334456 140051059771323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3614852 KiB

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

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

[startup+604.195 s]
# the end of solver process 19139 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399 s, system=1.31416 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

[startup+604.112 s]
/proc/loadavg: 8.33 8.13 6.64 9/238 19360
/proc/meminfo: memFree=23052688/32770688 swapFree=66919992/67108860
[pid=19137] ppid=19134 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/19137/stat : 19137 (xcsp3-exec) S 19134 19137 17600 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410762592 115843072 363 33554432000 4194304 5098028 140723411078208 140723411076312 139952618410620 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 30912512 140723411084154 140723411084397 140723411084397 140723411087306 0
/proc/19137/statm: 28282 363 304 221 0 87 0
[pid=19139] ppid=19137 vsize=15419452 memory=3613400 CPUtime=2400.03 cores=4-7
/proc/19139/stat : 19139 (java) S 19137 19137 17600 0 -1 1077944320 184935 0 0 0 239874 129 0 0 20 0 19 0 410762592 15789518848 903350 33554432000 4194304 4196468 140721516783504 140721516766048 140051438313207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
/proc/19139/statm: 3854863 903350 3534 1 0 3815965 0
[pid=19139/tid=19140] ppid=19137 vsize=15419452 memory=3613400 CPUtime=3.8 cores=4-7
/proc/19139/task/19140/stat : 19140 (java) S 19137 19137 17600 0 -1 1077944384 11676 0 0 0 372 8 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051442553984 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19141] ppid=19137 vsize=15419452 memory=3613400 CPUtime=0.56 cores=4-7
/proc/19139/task/19141/stat : 19141 (java) S 19137 19137 17600 0 -1 1077944384 1622 0 0 0 47 9 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051374549776 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19142] ppid=19137 vsize=15419452 memory=3643668 CPUtime=0.53 cores=4-7
/proc/19139/task/19142/stat : 19142 (java) S 19137 19137 17600 0 -1 1077944384 4025 0 0 0 45 8 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051373497232 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19143] ppid=19137 vsize=15419452 memory=3644180 CPUtime=0.55 cores=4-7
/proc/19139/task/19143/stat : 19143 (java) S 19137 19137 17600 0 -1 1077944384 5701 0 0 0 47 8 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051372444688 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19144] ppid=19137 vsize=15419452 memory=3679580 CPUtime=0.57 cores=4-7
/proc/19139/task/19144/stat : 19144 (java) S 19137 19137 17600 0 -1 1077944384 2840 0 0 0 48 9 0 0 20 0 19 0 410762593 15789518848 903350 33554432000 4194304 4196468 140721516783504 140051371392144 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19145] ppid=19137 vsize=15419452 memory=3679580 CPUtime=0.07 cores=4-7
/proc/19139/task/19145/stat : 19145 (java) S 19137 19137 17600 0 -1 1077944384 5416 0 0 0 3 4 0 0 20 0 19 0 410762595 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050974066672 140051438324354 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19146] ppid=19137 vsize=15419452 memory=3719592 CPUtime=0 cores=4-7
/proc/19139/task/19146/stat : 19146 (java) S 19137 19137 17600 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 410762595 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050973012960 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19147] ppid=19137 vsize=15419452 memory=1452 CPUtime=0 cores=4-7
/proc/19139/task/19147/stat : 19147 (java) S 19137 19137 17600 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 410762596 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050971960320 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19148] ppid=19137 vsize=15419452 memory=3613400 CPUtime=0 cores=4-7
/proc/19139/task/19148/stat : 19148 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050970908880 140051438331803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19149] ppid=19137 vsize=15419452 memory=1452 CPUtime=7.02 cores=4-7
/proc/19139/task/19149/stat : 19149 (java) S 19137 19137 17600 0 -1 1077944384 31166 0 0 0 700 2 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050969856496 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19150] ppid=19137 vsize=15419452 memory=6788 CPUtime=7.52 cores=4-7
/proc/19139/task/19150/stat : 19150 (java) S 19137 19137 17600 0 -1 1077944384 42704 0 0 0 747 5 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050968803952 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19151] ppid=19137 vsize=15419452 memory=380 CPUtime=1.37 cores=4-7
/proc/19139/task/19151/stat : 19151 (java) S 19137 19137 17600 0 -1 1077944384 21263 0 0 0 135 2 0 0 20 0 19 0 410762598 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050967751408 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19152] ppid=19137 vsize=15419452 memory=45200 CPUtime=0 cores=4-7
/proc/19139/task/19152/stat : 19152 (java) S 19137 19137 17600 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410762599 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050966699104 140051438323413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19153] ppid=19137 vsize=15419452 memory=984 CPUtime=0.25 cores=4-7
/proc/19139/task/19153/stat : 19153 (java) S 19137 19137 17600 0 -1 1077944384 1150 0 0 0 25 0 0 0 20 0 19 0 410762599 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050897561904 140051438324354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19154] ppid=19137 vsize=15419452 memory=1412 CPUtime=592.23 cores=4-7
/proc/19139/task/19154/stat : 19154 (java) R 19137 19137 17600 0 -1 4202560 3202 0 0 0 59220 3 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050886491224 140051055247623 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19155] ppid=19137 vsize=15419452 memory=3420 CPUtime=594.74 cores=4-7
/proc/19139/task/19155/stat : 19155 (java) R 19137 19137 17600 0 -1 4202560 45380 0 0 0 59410 64 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050885438976 140051055247310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19156] ppid=19137 vsize=15419452 memory=3613400 CPUtime=595.26 cores=4-7
/proc/19139/task/19156/stat : 19156 (java) R 19137 19137 17600 0 -1 4202560 3769 0 0 0 59524 2 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050884389776 140051052524844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
[pid=19139/tid=19157] ppid=19137 vsize=15419452 memory=1452 CPUtime=595.43 cores=4-7
/proc/19139/task/19157/stat : 19157 (java) R 19137 19137 17600 0 -1 4202560 3672 0 0 0 59541 2 0 0 20 0 19 0 410763005 15789518848 903350 33554432000 4194304 4196468 140721516783504 140050883334456 140051059771323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12718080 140721516786671 140721516786842 140721516786842 140721516789711 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3614852 KiB

Child status: 143
Real time (s): 604.195
CPU time (s): 2400.32
CPU user time (s): 2399
CPU system time (s): 1.31416
CPU usage (%): 397.275
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 4202256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399
system time used= 1.31416
maximum resident set size= 4203388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17512
involuntary context switches= 46273


# summary of solver processes directly reported to runsolver:
#   pid: 19137,19139
#   total CPU time (s): 2400.32
#   total CPU user time (s): 2399
#   total CPU system time (s): 1.31416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.23535 second user time and 7.39447 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-14 12:26:25
IDJOB=4394344
IDBENCH=141053
IDSOLVER=2842
FILE ID=node120/4394344-1568347562
RUNJOBID= node120-1323860857-17632
PBS_JOBID= 21701167
Free space on /tmp= 59128 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394344-1568347562/watcher-4394344-1568347562 -o /tmp/evaluation-result-4394344-1568347562/solver-4394344-1568347562 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323860857-17632 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1859242378 HOME/instance-4394344-1568347562.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=1859242378

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        24245744 kB
MemAvailable:   28316012 kB
Buffers:          158592 kB
Cached:          4204900 kB
SwapCached:        77548 kB
Active:          4791852 kB
Inactive:        3150136 kB
Active(anon):    3500900 kB
Inactive(anon):   126960 kB
Active(file):    1290952 kB
Inactive(file):  3023176 kB
Unevictable:      108228 kB
Mlocked:          108228 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:       3599880 kB
Mapped:            60436 kB
Shmem:             41008 kB
Slab:             173244 kB
SReclaimable:     143952 kB
SUnreclaim:        29292 kB
KernelStack:        3808 kB
PageTables:        12668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    4825484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3479552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 59100 MiB
End job on node120 at 2011-12-14 12:36:30