Trace number 4393444

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) 2520.68 634.11

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 benchmark2520.05
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-4393444-1568354529.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393444-1568354529.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
11.63/3.89	c solve instance...
2520.33/634.07	s UNKNOWN
2520.33/634.07	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 (12487 MiB free)
  memory of node 1: 16384 MiB (12156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393444-1568354529/watcher-4393444-1568354529 -o /tmp/evaluation-result-4393444-1568354529/solver-4393444-1568354529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568352401-13008 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1222076664 HOME/instance-4393444-1568354529.xml 

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

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

solver pid=15370, runsolver pid=15367

[startup+0.101185 s]*
/proc/loadavg: 8.03 8.20 8.10 7/235 15386
/proc/meminfo: memFree=25218644/32770624 swapFree=66959224/67108860
[pid=15370] ppid=15367 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15370/stat : 15370 (xcsp3-exec) S 15367 15370 12119 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411393081 115843072 362 33554432000 4194304 5098028 140723807834976 140723807833080 140122887615100 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30466048 140723807839098 140723807839341 140723807839341 140723807842250 0
/proc/15370/statm: 28282 362 304 221 0 87 0
[pid=15372] ppid=15370 vsize=15144768 memory=29100 CPUtime=0.13 cores=1,3,5,7
/proc/15372/stat : 15372 (java) S 15370 15370 12119 0 -1 1077944320 5715 0 0 0 12 1 0 0 20 0 15 0 411393081 15508242432 7275 33554432000 4194304 4196468 140726154703888 140726154686432 139922611101431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
/proc/15372/statm: 3786192 7275 3156 1 0 3748377 0
[pid=15372/tid=15373] ppid=15370 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=1,3,5,7
/proc/15372/task/15373/stat : 15373 (java) R 15370 15370 12119 0 -1 4202560 3605 0 0 0 8 1 0 0 20 0 15 0 411393081 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922615324688 139922611113366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15374] ppid=15370 vsize=15144768 memory=3472468400921040080 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15374/stat : 15374 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922522757776 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15375] ppid=15370 vsize=15144768 memory=140272025888384 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15375/stat : 15375 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922521704976 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15376] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15376/stat : 15376 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922520652176 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15377] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15377/stat : 15377 (java) S 15370 15370 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922519599376 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15378] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15378/stat : 15378 (java) S 15370 15370 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411393083 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922079497072 139922611112578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15379] ppid=15370 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15379/stat : 15379 (java) S 15370 15370 12119 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411393084 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922078443040 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15380] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15380/stat : 15380 (java) S 15370 15370 12119 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411393084 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922077390192 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15381] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15381/stat : 15381 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922076338512 139922611120027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15382] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15382/stat : 15382 (java) R 15370 15370 12119 0 -1 4202560 448 0 0 0 0 0 0 0 20 0 15 0 411393086 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922075285872 139922604086473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15383] ppid=15370 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15383/stat : 15383 (java) R 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922074233072 139922611112578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15384] ppid=15370 vsize=15144768 memory=140272025888384 CPUtime=0.02 cores=1,3,5,7
/proc/15372/task/15384/stat : 15384 (java) R 15370 15370 12119 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 411393086 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922073180272 139922595348129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15385] ppid=15370 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15385/stat : 15385 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922072127712 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15386] ppid=15370 vsize=15144768 memory=140272025888384 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15386/stat : 15386 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393087 15508242432 7275 33554432000 4194304 4196468 140726154703888 139922071076016 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30548 KiB

[startup+0.210845 s]*
/proc/loadavg: 8.03 8.20 8.10 8/235 15386
/proc/meminfo: memFree=25205908/32770624 swapFree=66959224/67108860
[pid=15370] ppid=15367 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15370/stat : 15370 (xcsp3-exec) S 15367 15370 12119 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411393081 115843072 362 33554432000 4194304 5098028 140723807834976 140723807833080 140122887615100 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30466048 140723807839098 140723807839341 140723807839341 140723807842250 0
/proc/15370/statm: 28282 362 304 221 0 87 0
[pid=15372] ppid=15370 vsize=15144768 memory=40840 CPUtime=0.34 cores=1,3,5,7
/proc/15372/stat : 15372 (java) S 15370 15370 12119 0 -1 1077944320 9463 0 0 0 31 3 0 0 20 0 15 0 411393081 15508242432 10210 33554432000 4194304 4196468 140726154703888 140726154686432 139922611101431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
/proc/15372/statm: 3786192 10210 3307 1 0 3748377 0
[pid=15372/tid=15373] ppid=15370 vsize=15144768 memory=5852835216252043682 CPUtime=0.2 cores=1,3,5,7
/proc/15372/task/15373/stat : 15373 (java) R 15370 15370 12119 0 -1 4202560 6638 0 0 0 18 2 0 0 20 0 15 0 411393081 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922615337232 139922595145061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15374] ppid=15370 vsize=15144768 memory=3472468400921040080 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15374/stat : 15374 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922522757776 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15375] ppid=15370 vsize=15144768 memory=140272025888384 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15375/stat : 15375 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922521704976 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15376] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15376/stat : 15376 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922520652176 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15377] ppid=15370 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15377/stat : 15377 (java) S 15370 15370 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411393082 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922519599376 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15378] ppid=15370 vsize=15144768 memory=140272025888384 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15378/stat : 15378 (java) S 15370 15370 12119 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411393083 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922079497072 139922611112578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15379] ppid=15370 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15379/stat : 15379 (java) S 15370 15370 12119 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411393084 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922078443040 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15380] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15380/stat : 15380 (java) S 15370 15370 12119 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411393084 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922077390192 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15381] ppid=15370 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15381/stat : 15381 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922076338512 139922611120027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15382] ppid=15370 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15372/task/15382/stat : 15382 (java) S 15370 15370 12119 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 411393086 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922075285872 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15383] ppid=15370 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15372/task/15383/stat : 15383 (java) S 15370 15370 12119 0 -1 1077944384 249 0 0 0 2 0 0 0 20 0 15 0 411393086 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922074233072 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15384] ppid=15370 vsize=15144768 memory=140272025888384 CPUtime=0.08 cores=1,3,5,7
/proc/15372/task/15384/stat : 15384 (java) R 15370 15370 12119 0 -1 4202560 770 0 0 0 8 0 0 0 20 0 15 0 411393086 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922073180272 139922611122778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15385] ppid=15370 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15385/stat : 15385 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922072127712 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15386] ppid=15370 vsize=15144768 memory=140272025888384 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15386/stat : 15386 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393087 15508242432 10210 33554432000 4194304 4196468 140726154703888 139922071076016 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42288 KiB

[startup+0.310657 s]*
/proc/loadavg: 8.03 8.20 8.10 7/235 15386
/proc/meminfo: memFree=25198476/32770624 swapFree=66959224/67108860
[pid=15370] ppid=15367 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15370/stat : 15370 (xcsp3-exec) S 15367 15370 12119 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411393081 115843072 362 33554432000 4194304 5098028 140723807834976 140723807833080 140122887615100 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30466048 140723807839098 140723807839341 140723807839341 140723807842250 0
/proc/15370/statm: 28282 362 304 221 0 87 0
[pid=15372] ppid=15370 vsize=15149024 memory=50048 CPUtime=0.53 cores=1,3,5,7
/proc/15372/stat : 15372 (java) S 15370 15370 12119 0 -1 1077944320 10900 0 0 0 49 4 0 0 20 0 15 0 411393081 15512600576 12512 33554432000 4194304 4196468 140726154703888 140726154686432 139922611101431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
/proc/15372/statm: 3787256 12512 3355 1 0 3748377 0
[pid=15372/tid=15373] ppid=15370 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=1,3,5,7
/proc/15372/task/15373/stat : 15373 (java) R 15370 15370 12119 0 -1 4202560 7846 0 0 0 27 3 0 0 20 0 15 0 411393081 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922615328048 139922611123357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15374] ppid=15370 vsize=15149024 memory=3472468400921040080 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15374/stat : 15374 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922522757776 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15375] ppid=15370 vsize=15149024 memory=140272025888384 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15375/stat : 15375 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922521704976 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15376] ppid=15370 vsize=15149024 memory=2 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15376/stat : 15376 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922520652176 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15377] ppid=15370 vsize=15149024 memory=140271887198239 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15377/stat : 15377 (java) S 15370 15370 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411393082 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922519599376 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15378] ppid=15370 vsize=15149024 memory=280543774357248 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15378/stat : 15378 (java) S 15370 15370 12119 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411393083 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922079497072 139922611112578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15379] ppid=15370 vsize=15149024 memory=140271887175183 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15379/stat : 15379 (java) S 15370 15370 12119 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411393084 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922078443040 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15380] ppid=15370 vsize=15149024 memory=280543913072736 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15380/stat : 15380 (java) S 15370 15370 12119 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411393084 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922077390192 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15381] ppid=15370 vsize=15149024 memory=140271887179791 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15381/stat : 15381 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922076338512 139922611120027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15382] ppid=15370 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15372/task/15382/stat : 15382 (java) S 15370 15370 12119 0 -1 1077944384 520 0 0 0 4 0 0 0 20 0 15 0 411393086 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922075285872 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15383] ppid=15370 vsize=15149024 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/15372/task/15383/stat : 15383 (java) S 15370 15370 12119 0 -1 1077944384 365 0 0 0 5 0 0 0 20 0 15 0 411393086 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922074233072 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15384] ppid=15370 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15372/task/15384/stat : 15384 (java) S 15370 15370 12119 0 -1 1077944384 873 0 0 0 12 0 0 0 20 0 15 0 411393086 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922073180272 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15385] ppid=15370 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15385/stat : 15385 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922072127712 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15386] ppid=15370 vsize=15149024 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15386/stat : 15386 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393087 15512600576 12512 33554432000 4194304 4196468 140726154703888 139922071076016 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51496 KiB

[startup+0.703374 s]
/proc/loadavg: 8.03 8.20 8.10 7/235 15386
/proc/meminfo: memFree=25167700/32770624 swapFree=66959224/67108860
[pid=15370] ppid=15367 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15370/stat : 15370 (xcsp3-exec) S 15367 15370 12119 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411393081 115843072 362 33554432000 4194304 5098028 140723807834976 140723807833080 140122887615100 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30466048 140723807839098 140723807839341 140723807839341 140723807842250 0
/proc/15370/statm: 28282 362 304 221 0 87 0
[pid=15372] ppid=15370 vsize=15151148 memory=99780 CPUtime=1.77 cores=1,3,5,7
/proc/15372/stat : 15372 (java) S 15370 15370 12119 0 -1 1077944320 15081 0 0 0 170 7 0 0 20 0 15 0 411393081 15514775552 24945 33554432000 4194304 4196468 140726154703888 140726154686432 139922611101431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
/proc/15372/statm: 3787787 24945 3442 1 0 3748889 0
[pid=15372/tid=15373] ppid=15370 vsize=15151148 memory=4639059877604708710 CPUtime=0.67 cores=1,3,5,7
/proc/15372/task/15373/stat : 15373 (java) R 15370 15370 12119 0 -1 4202560 8413 0 0 0 63 4 0 0 20 0 15 0 411393081 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922615334944 139922611113366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15374] ppid=15370 vsize=15151148 memory=6935650355287975249 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15374/stat : 15374 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922522757776 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15375] ppid=15370 vsize=15151148 memory=6935649256012475729 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15375/stat : 15375 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922521704976 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15376] ppid=15370 vsize=15151148 memory=7825734864442108491 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15376/stat : 15376 (java) S 15370 15370 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411393082 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922520652176 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15377] ppid=15370 vsize=15151148 memory=7100839861499826839 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15377/stat : 15377 (java) S 15370 15370 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411393082 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922519599376 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15378] ppid=15370 vsize=15151148 memory=6944613755328037012 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15378/stat : 15378 (java) S 15370 15370 12119 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411393083 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922079497072 139922611112578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15379] ppid=15370 vsize=15151148 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15379/stat : 15379 (java) S 15370 15370 12119 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411393084 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922078443040 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15380] ppid=15370 vsize=15151148 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15380/stat : 15380 (java) S 15370 15370 12119 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411393084 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922077390192 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15381] ppid=15370 vsize=15151148 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15381/stat : 15381 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922076338512 139922611120027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15382] ppid=15370 vsize=15151148 memory=1660 CPUtime=0.33 cores=1,3,5,7
/proc/15372/task/15382/stat : 15382 (java) R 15370 15370 12119 0 -1 4202560 1759 0 0 0 33 0 0 0 20 0 15 0 411393086 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922075271752 139922595490288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15383] ppid=15370 vsize=15151148 memory=38936 CPUtime=0.35 cores=1,3,5,7
/proc/15372/task/15383/stat : 15383 (java) R 15370 15370 12119 0 -1 4202560 1187 0 0 0 34 1 0 0 20 0 15 0 411393086 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922074219808 139922595497680 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15384] ppid=15370 vsize=15151148 memory=988 CPUtime=0.38 cores=1,3,5,7
/proc/15372/task/15384/stat : 15384 (java) R 15370 15370 12119 0 -1 4202560 2414 0 0 0 38 0 0 0 20 0 15 0 411393086 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922073180272 139922595181918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15385] ppid=15370 vsize=15151148 memory=5793994532452520804 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15385/stat : 15385 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393086 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922072127712 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15386] ppid=15370 vsize=15151148 memory=8099279071866868843 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15386/stat : 15386 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411393087 15514775552 24945 33554432000 4194304 4196468 140726154703888 139922071076016 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 101228 KiB

[startup+1.50142 s]
/proc/loadavg: 8.03 8.20 8.10 9/235 15386
/proc/meminfo: memFree=25098060/32770624 swapFree=66959224/67108860
[pid=15370] ppid=15367 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15370/stat : 15370 (xcsp3-exec) S 15367 15370 12119 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411393081 115843072 362 33554432000 4194304 5098028 140723807834976 140723807833080 140122887615100 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30466048 140723807839098 140723807839341 140723807839341 140723807842250 0
/proc/15370/statm: 28282 362 304 221 0 87 0

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

/proc/15372/stat : 15372 (java) S 15370 15370 12119 0 -1 1077944320 153686 0 0 0 207432 133 0 0 20 0 19 0 411393081 15789518848 932843 33554432000 4194304 4196468 140726154703888 140726154686432 139922611101431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
/proc/15372/statm: 3854863 932843 3534 1 0 3815965 0
[pid=15372/tid=15373] ppid=15370 vsize=15419452 memory=1448 CPUtime=3.59 cores=1,3,5,7
/proc/15372/task/15373/stat : 15373 (java) S 15370 15370 12119 0 -1 1077944384 11850 0 0 0 352 7 0 0 20 0 19 0 411393081 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922615342208 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15374] ppid=15370 vsize=15419452 memory=3731372 CPUtime=0.48 cores=1,3,5,7
/proc/15372/task/15374/stat : 15374 (java) S 15370 15370 12119 0 -1 1077944384 2770 0 0 0 38 10 0 0 20 0 19 0 411393082 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922522757776 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15375] ppid=15370 vsize=15419452 memory=46 CPUtime=0.56 cores=1,3,5,7
/proc/15372/task/15375/stat : 15375 (java) S 15370 15370 12119 0 -1 1077944384 4449 0 0 0 45 11 0 0 20 0 19 0 411393082 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922521704976 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15376] ppid=15370 vsize=15419452 memory=1564 CPUtime=0.5 cores=1,3,5,7
/proc/15372/task/15376/stat : 15376 (java) S 15370 15370 12119 0 -1 1077944384 4097 0 0 0 40 10 0 0 20 0 19 0 411393082 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922520652176 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15377] ppid=15370 vsize=15419452 memory=5968 CPUtime=0.5 cores=1,3,5,7
/proc/15372/task/15377/stat : 15377 (java) S 15370 15370 12119 0 -1 1077944384 2850 0 0 0 41 9 0 0 20 0 19 0 411393082 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922519599376 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15378] ppid=15370 vsize=15419452 memory=1448 CPUtime=0.07 cores=1,3,5,7
/proc/15372/task/15378/stat : 15378 (java) S 15370 15370 12119 0 -1 1077944384 4406 0 0 0 5 2 0 0 20 0 19 0 411393083 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922079497072 139922611112578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15379] ppid=15370 vsize=15419452 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15379/stat : 15379 (java) S 15370 15370 12119 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 411393084 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922078443104 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15380] ppid=15370 vsize=15419452 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15380/stat : 15380 (java) S 15370 15370 12119 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 19 0 411393084 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922077390208 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15381] ppid=15370 vsize=15419452 memory=3731372 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15381/stat : 15381 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411393086 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922076338512 139922611120027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15382] ppid=15370 vsize=15419452 memory=3360 CPUtime=6.4 cores=1,3,5,7
/proc/15372/task/15382/stat : 15382 (java) S 15370 15370 12119 0 -1 1077944384 29223 0 0 0 637 3 0 0 20 0 19 0 411393086 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922075285872 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15383] ppid=15370 vsize=15419452 memory=776 CPUtime=6.01 cores=1,3,5,7
/proc/15372/task/15383/stat : 15383 (java) S 15370 15370 12119 0 -1 1077944384 27161 0 0 0 597 4 0 0 20 0 19 0 411393086 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922074233072 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15384] ppid=15370 vsize=15419452 memory=1448 CPUtime=1.28 cores=1,3,5,7
/proc/15372/task/15384/stat : 15384 (java) S 15370 15370 12119 0 -1 1077944384 17625 0 0 0 126 2 0 0 20 0 19 0 411393086 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922073180272 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15385] ppid=15370 vsize=15419452 memory=3731372 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15385/stat : 15385 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411393086 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922072127712 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15386] ppid=15370 vsize=15419452 memory=1448 CPUtime=0.45 cores=1,3,5,7
/proc/15372/task/15386/stat : 15386 (java) S 15370 15370 12119 0 -1 1077944384 1452 0 0 0 0 45 0 0 20 0 19 0 411393087 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922071076016 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15387] ppid=15370 vsize=15419452 memory=3732408 CPUtime=514.93 cores=1,3,5,7
/proc/15372/task/15387/stat : 15387 (java) R 15370 15370 12119 0 -1 4202560 3110 0 0 0 51492 1 0 0 20 0 19 0 411393472 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922060004664 139922201943035 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15388] ppid=15370 vsize=15419452 memory=1448 CPUtime=513.6 cores=1,3,5,7
/proc/15372/task/15388/stat : 15388 (java) R 15370 15370 12119 0 -1 4202560 37315 0 0 0 51294 66 0 0 20 0 19 0 411393472 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922058952936 139922205700196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15389] ppid=15370 vsize=15419452 memory=1448 CPUtime=514.49 cores=1,3,5,7
/proc/15372/task/15389/stat : 15389 (java) R 15370 15370 12119 0 -1 4202560 3209 0 0 0 51448 1 0 0 20 0 19 0 411393472 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922057899936 139922210437114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15390] ppid=15370 vsize=15419452 memory=1448 CPUtime=512.64 cores=1,3,5,7
/proc/15372/task/15390/stat : 15390 (java) R 15370 15370 12119 0 -1 4202560 2784 0 0 0 51263 1 0 0 20 0 19 0 411393472 15789518848 932843 33554432000 4194304 4196468 140726154703888 139922056847544 139922209188380 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
Current children cumulated CPU time: 2075.65 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3732820 KiB

[startup+582.301 s]
/proc/loadavg: 5.18 6.07 7.16 6/238 17685
/proc/meminfo: memFree=19115804/32770624 swapFree=66959224/67108860
[pid=15370] ppid=15367 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15370/stat : 15370 (xcsp3-exec) S 15367 15370 12119 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411393081 115843072 362 33554432000 4194304 5098028 140723807834976 140723807833080 140122887615100 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30466048 140723807839098 140723807839341 140723807839341 140723807842250 0
/proc/15370/statm: 28282 362 304 221 0 87 0
[pid=15372] ppid=15370 vsize=15419452 memory=3597992 CPUtime=2314.51 cores=1,3,5,7
/proc/15372/stat : 15372 (java) S 15370 15370 12119 0 -1 1077944320 163046 0 0 0 231317 134 0 0 20 0 19 0 411393081 15789518848 899498 33554432000 4194304 4196468 140726154703888 140726154686432 139922611101431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
/proc/15372/statm: 3854863 899498 3534 1 0 3815965 0
[pid=15372/tid=15373] ppid=15370 vsize=15419452 memory=3597992 CPUtime=3.59 cores=1,3,5,7
/proc/15372/task/15373/stat : 15373 (java) S 15370 15370 12119 0 -1 1077944384 11850 0 0 0 352 7 0 0 20 0 19 0 411393081 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922615342208 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15374] ppid=15370 vsize=15419452 memory=3597992 CPUtime=0.51 cores=1,3,5,7
/proc/15372/task/15374/stat : 15374 (java) S 15370 15370 12119 0 -1 1077944384 3384 0 0 0 41 10 0 0 20 0 19 0 411393082 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922522757776 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15375] ppid=15370 vsize=15419452 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/15372/task/15375/stat : 15375 (java) S 15370 15370 12119 0 -1 1077944384 4623 0 0 0 48 11 0 0 20 0 19 0 411393082 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922521704976 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15376] ppid=15370 vsize=15419452 memory=1448 CPUtime=0.53 cores=1,3,5,7
/proc/15372/task/15376/stat : 15376 (java) S 15370 15370 12119 0 -1 1077944384 4314 0 0 0 43 10 0 0 20 0 19 0 411393082 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922520652176 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15377] ppid=15370 vsize=15419452 memory=1448 CPUtime=0.53 cores=1,3,5,7
/proc/15372/task/15377/stat : 15377 (java) S 15370 15370 12119 0 -1 1077944384 3398 0 0 0 44 9 0 0 20 0 19 0 411393082 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922519599376 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15378] ppid=15370 vsize=15419452 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/15372/task/15378/stat : 15378 (java) S 15370 15370 12119 0 -1 1077944384 4935 0 0 0 6 2 0 0 20 0 19 0 411393083 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922079497072 139922611112578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15379] ppid=15370 vsize=15419452 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15379/stat : 15379 (java) S 15370 15370 12119 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 411393084 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922078443104 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15380] ppid=15370 vsize=15419452 memory=3624668 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15380/stat : 15380 (java) S 15370 15370 12119 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 19 0 411393084 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922077390208 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15381] ppid=15370 vsize=15419452 memory=3624668 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15381/stat : 15381 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411393086 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922076338512 139922611120027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15382] ppid=15370 vsize=15419452 memory=1448 CPUtime=6.42 cores=1,3,5,7
/proc/15372/task/15382/stat : 15382 (java) S 15370 15370 12119 0 -1 1077944384 29379 0 0 0 639 3 0 0 20 0 19 0 411393086 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922075285872 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15383] ppid=15370 vsize=15419452 memory=3597992 CPUtime=6.07 cores=1,3,5,7
/proc/15372/task/15383/stat : 15383 (java) S 15370 15370 12119 0 -1 1077944384 28564 0 0 0 603 4 0 0 20 0 19 0 411393086 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922074233072 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15384] ppid=15370 vsize=15419452 memory=3624668 CPUtime=1.29 cores=1,3,5,7
/proc/15372/task/15384/stat : 15384 (java) S 15370 15370 12119 0 -1 1077944384 18459 0 0 0 127 2 0 0 20 0 19 0 411393086 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922073180272 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15385] ppid=15370 vsize=15419452 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15385/stat : 15385 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411393086 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922072127712 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15386] ppid=15370 vsize=15419452 memory=6791534058613427641 CPUtime=0.52 cores=1,3,5,7
/proc/15372/task/15386/stat : 15386 (java) S 15370 15370 12119 0 -1 1077944384 1503 0 0 0 0 52 0 0 20 0 19 0 411393087 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922071076016 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15387] ppid=15370 vsize=15419452 memory=5968 CPUtime=574.63 cores=1,3,5,7
/proc/15372/task/15387/stat : 15387 (java) R 15370 15370 12119 0 -1 4202560 3601 0 0 0 57462 1 0 0 20 0 19 0 411393472 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922060005096 139922210721792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15388] ppid=15370 vsize=15419452 memory=1448 CPUtime=573.06 cores=1,3,5,7
/proc/15372/task/15388/stat : 15388 (java) R 15370 15370 12119 0 -1 4202560 40749 0 0 0 57239 67 0 0 20 0 19 0 411393472 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922058953064 139922210807296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15389] ppid=15370 vsize=15419452 memory=3597992 CPUtime=574.26 cores=1,3,5,7
/proc/15372/task/15389/stat : 15389 (java) R 15370 15370 12119 0 -1 4202560 3719 0 0 0 57425 1 0 0 20 0 19 0 411393472 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922057899840 139922209478690 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15390] ppid=15370 vsize=15419452 memory=1448 CPUtime=572.28 cores=1,3,5,7
/proc/15372/task/15390/stat : 15390 (java) R 15370 15370 12119 0 -1 4202560 3183 0 0 0 57227 1 0 0 20 0 19 0 411393472 15789518848 899498 33554432000 4194304 4196468 140726154703888 139922056849808 139922210622847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
Current children cumulated CPU time: 2314.51 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3599440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+634.001 s]*
/proc/loadavg: 5.13 5.92 7.06 6/238 17709
/proc/meminfo: memFree=19139092/32770624 swapFree=66959224/67108860
[pid=15370] ppid=15367 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15370/stat : 15370 (xcsp3-exec) S 15367 15370 12119 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411393081 115843072 362 33554432000 4194304 5098028 140723807834976 140723807833080 140122887615100 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30466048 140723807839098 140723807839341 140723807839341 140723807842250 0
/proc/15370/statm: 28282 362 304 221 0 87 0
[pid=15372] ppid=15370 vsize=15419452 memory=3514884 CPUtime=2520.33 cores=1,3,5,7
/proc/15372/stat : 15372 (java) S 15370 15370 12119 0 -1 1077944320 170882 0 0 0 251897 136 0 0 20 0 19 0 411393081 15789518848 878721 33554432000 4194304 4196468 140726154703888 140726154686432 139922611101431 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
/proc/15372/statm: 3854863 878721 3534 1 0 3815965 0
[pid=15372/tid=15373] ppid=15370 vsize=15419452 memory=988 CPUtime=3.59 cores=1,3,5,7
/proc/15372/task/15373/stat : 15373 (java) S 15370 15370 12119 0 -1 1077944384 11850 0 0 0 352 7 0 0 20 0 19 0 411393081 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922615342208 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15374] ppid=15370 vsize=15419452 memory=-7003737579269690708 CPUtime=0.55 cores=1,3,5,7
/proc/15372/task/15374/stat : 15374 (java) S 15370 15370 12119 0 -1 1077944384 3572 0 0 0 45 10 0 0 20 0 19 0 411393082 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922522757776 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15375] ppid=15370 vsize=15419452 memory=3541560 CPUtime=0.63 cores=1,3,5,7
/proc/15372/task/15375/stat : 15375 (java) S 15370 15370 12119 0 -1 1077944384 4720 0 0 0 52 11 0 0 20 0 19 0 411393082 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922521704976 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15376] ppid=15370 vsize=15419452 memory=8243114992657236055 CPUtime=0.57 cores=1,3,5,7
/proc/15372/task/15376/stat : 15376 (java) S 15370 15370 12119 0 -1 1077944384 4786 0 0 0 47 10 0 0 20 0 19 0 411393082 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922520652176 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15377] ppid=15370 vsize=15419452 memory=288287787870977974 CPUtime=0.57 cores=1,3,5,7
/proc/15372/task/15377/stat : 15377 (java) S 15370 15370 12119 0 -1 1077944384 3451 0 0 0 48 9 0 0 20 0 19 0 411393082 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922519599376 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15378] ppid=15370 vsize=15419452 memory=1448 CPUtime=0.09 cores=1,3,5,7
/proc/15372/task/15378/stat : 15378 (java) S 15370 15370 12119 0 -1 1077944384 5237 0 0 0 6 3 0 0 20 0 19 0 411393083 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922079497072 139922611112578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15379] ppid=15370 vsize=15419452 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15379/stat : 15379 (java) S 15370 15370 12119 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 411393084 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922078443104 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15380] ppid=15370 vsize=15419452 memory=3541044 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15380/stat : 15380 (java) S 15370 15370 12119 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 19 0 411393084 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922077390208 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15381] ppid=15370 vsize=15419452 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15381/stat : 15381 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411393086 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922076338512 139922611120027 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15382] ppid=15370 vsize=15419452 memory=20844 CPUtime=6.44 cores=1,3,5,7
/proc/15372/task/15382/stat : 15382 (java) S 15370 15370 12119 0 -1 1077944384 32139 0 0 0 641 3 0 0 20 0 19 0 411393086 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922075285872 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15383] ppid=15370 vsize=15419452 memory=14048 CPUtime=6.08 cores=1,3,5,7
/proc/15372/task/15383/stat : 15383 (java) S 15370 15370 12119 0 -1 1077944384 28952 0 0 0 604 4 0 0 20 0 19 0 411393086 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922074233072 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15384] ppid=15370 vsize=15419452 memory=1448 CPUtime=1.29 cores=1,3,5,7
/proc/15372/task/15384/stat : 15384 (java) S 15370 15370 12119 0 -1 1077944384 18562 0 0 0 127 2 0 0 20 0 19 0 411393086 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922073180272 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15385] ppid=15370 vsize=15419452 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15372/task/15385/stat : 15385 (java) S 15370 15370 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411393086 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922072127712 139922611111637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15386] ppid=15370 vsize=15419452 memory=3526680 CPUtime=0.57 cores=1,3,5,7
/proc/15372/task/15386/stat : 15386 (java) S 15370 15370 12119 0 -1 1077944384 1566 0 0 0 0 57 0 0 20 0 19 0 411393087 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922071076016 139922611112578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15387] ppid=15370 vsize=15419452 memory=2896 CPUtime=626.15 cores=1,3,5,7
/proc/15372/task/15387/stat : 15387 (java) R 15370 15370 12119 0 -1 4202560 3878 0 0 0 62614 1 0 0 20 0 19 0 411393472 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922060007248 139922210042718 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15388] ppid=15370 vsize=15419452 memory=2984 CPUtime=624.3 cores=1,3,5,7
/proc/15372/task/15388/stat : 15388 (java) R 15370 15370 12119 0 -1 4202560 43282 0 0 0 62362 68 0 0 20 0 19 0 411393472 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922058953128 139922208833813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15389] ppid=15370 vsize=15419452 memory=4100 CPUtime=625.65 cores=1,3,5,7
/proc/15372/task/15389/stat : 15389 (java) R 15370 15370 12119 0 -1 4202560 4048 0 0 0 62563 2 0 0 20 0 19 0 411393472 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922057900616 139922209478578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
[pid=15372/tid=15390] ppid=15370 vsize=15419452 memory=1412 CPUtime=623.72 cores=1,3,5,7
/proc/15372/task/15390/stat : 15390 (java) R 15370 15370 12119 0 -1 4202560 3454 0 0 0 62371 1 0 0 20 0 19 0 411393472 15789518848 878721 33554432000 4194304 4196468 140726154703888 139922056847296 139922210623050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18112512 140726154707951 140726154708122 140726154708122 140726154710991 0
Current children cumulated CPU time: 2520.33 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 3516332 KiB

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

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

[startup+634.11 s]
# the end of solver process 15372 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.29 s, system=1.38422 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 634.11
CPU time (s): 2520.68
CPU user time (s): 2519.29
CPU system time (s): 1.38422
CPU usage (%): 397.514
Max. virtual memory (cumulated for all children) (KiB): 15535744
Max. memory (cumulated for all children) (KiB): 4213512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.29
system time used= 1.38422
maximum resident set size= 4212660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18428
involuntary context switches= 29876


# summary of solver processes directly reported to runsolver:
#   pid: 15370,15372
#   total CPU time (s): 2520.68
#   total CPU user time (s): 2519.29
#   total CPU system time (s): 1.38422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.054 second user time and 7.35951 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 08:01:29
IDJOB=4393444
IDBENCH=141053
IDSOLVER=2840
FILE ID=node124/4393444-1568354529
RUNJOBID= node124-1568352401-13008
PBS_JOBID= 21701176
Free space on /tmp= 55340 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-4393444-1568354529/watcher-4393444-1568354529 -o /tmp/evaluation-result-4393444-1568354529/solver-4393444-1568354529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568352401-13008 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1222076664 HOME/instance-4393444-1568354529.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=1222076664

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        25235560 kB
MemAvailable:   31207280 kB
Buffers:          153008 kB
Cached:          6063928 kB
SwapCached:        45888 kB
Active:          1651612 kB
Inactive:        5224620 kB
Active(anon):     612852 kB
Inactive(anon):    87940 kB
Active(file):    1038760 kB
Inactive(file):  5136680 kB
Unevictable:      108748 kB
Mlocked:          108748 kB
SwapTotal:      67108860 kB
SwapFree:       66959224 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:        723268 kB
Mapped:            56344 kB
Shmem:             32744 kB
Slab:             253444 kB
SReclaimable:     224232 kB
SUnreclaim:        29212 kB
KernelStack:        3792 kB
PageTables:         7028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1896892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 08:12:03