Trace number 4269030

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 2520.0801 2516.1201

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269030-1502810213.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269030-1502810213.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
2.72/1.06	c solve instance...
2520.05/2516.11	s UNKNOWN
2520.05/2516.11	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 (10623 MiB free)
  memory of node 1: 16384 MiB (15564 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269030-1502810213/watcher-4269030-1502810213 -o /tmp/evaluation-result-4269030-1502810213/solver-4269030-1502810213 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1401579311 HOME/instance-4269030-1502810213.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
solver pid=26570, runsolver pid=26567
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 1.21 1.37 1.39 4/218 26586
/proc/meminfo: memFree=26799472/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0
[pid=26572] ppid=26570 vsize=13978596 memory=28088 CPUtime=0.12 cores=1,3,5,7
/proc/26572/stat : 26572 (java) S 26570 26570 23628 0 -1 1077944320 5387 0 0 0 11 1 0 0 20 0 15 0 114109502 14314082304 7022 33554432000 4194304 4196468 140732999498832 140732999481376 139927274585847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
/proc/26572/statm: 3494649 7022 2869 1 0 3482966 0
[pid=26572/tid=26573] ppid=26570 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26573/stat : 26573 (java) R 26570 26570 23628 0 -1 4202560 3390 0 0 0 8 0 0 0 20 0 15 0 114109503 14314082304 7022 33554432000 4194304 4196468 140732999498832 139927278817152 139927274597782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26574] ppid=26570 vsize=13978596 memory=3472467996337587408 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26574/stat : 26574 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14314082304 7022 33554432000 4194304 4196468 140732999498832 139927227206288 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26575] ppid=26570 vsize=13978596 memory=139867442435712 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26575/stat : 26575 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14314082304 7022 33554432000 4194304 4196468 140732999498832 139927226153488 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26576] ppid=26570 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26576/stat : 26576 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14314082304 7022 33554432000 4194304 4196468 140732999498832 139927225100688 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26577] ppid=26570 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26577/stat : 26577 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14314082304 7022 33554432000 4194304 4196468 140732999498832 139927224047888 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26578] ppid=26570 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26578/stat : 26578 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109505 14314082304 7022 33554432000 4194304 4196468 140732999498832 139926815923056 139927274596994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26579] ppid=26570 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26579/stat : 26579 (java) S 26570 26570 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114109505 14314082304 7022 33554432000 4194304 4196468 140732999498832 139926814869024 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26580] ppid=26570 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114109506 14314082304 7022 33554432000 4194304 4196468 140732999498832 139926746162544 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14314082304 7022 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) S 26570 26570 23628 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 114109508 14314082304 7022 33554432000 4194304 4196468 140732999498832 139926744058224 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14314082304 7087 33554432000 4194304 4196468 140732999498832 139926743005424 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13978596 memory=139867442435712 CPUtime=0.01 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) R 26570 26570 23628 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 114109508 14314082304 7087 33554432000 4194304 4196468 140732999498832 139926741952624 139927266822974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14314082304 7087 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13978596 memory=139867442435712 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109508 14314082304 7087 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29468 KiB

[startup+0.210737 s]*
/proc/loadavg: 1.21 1.37 1.39 3/218 26586
/proc/meminfo: memFree=26787764/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0
[pid=26572] ppid=26570 vsize=13982852 memory=40548 CPUtime=0.34 cores=1,3,5,7
/proc/26572/stat : 26572 (java) S 26570 26570 23628 0 -1 1077944320 8170 0 0 0 32 2 0 0 20 0 15 0 114109502 14318440448 10137 33554432000 4194304 4196468 140732999498832 140732999481376 139927274585847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
/proc/26572/statm: 3495713 10137 3057 1 0 3482966 0
[pid=26572/tid=26573] ppid=26570 vsize=13982852 memory=5853394889045019040 CPUtime=0.19 cores=1,3,5,7
/proc/26572/task/26573/stat : 26573 (java) R 26570 26570 23628 0 -1 4202560 5255 0 0 0 18 1 0 0 20 0 15 0 114109503 14318440448 10137 33554432000 4194304 4196468 140732999498832 139927278808128 139927258666334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26574] ppid=26570 vsize=13982852 memory=3472467996337587408 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26574/stat : 26574 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 10137 33554432000 4194304 4196468 140732999498832 139927227206288 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26575] ppid=26570 vsize=13982852 memory=139867442435712 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26575/stat : 26575 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 10137 33554432000 4194304 4196468 140732999498832 139927226153488 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26576] ppid=26570 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26576/stat : 26576 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 10137 33554432000 4194304 4196468 140732999498832 139927225100688 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26577] ppid=26570 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26577/stat : 26577 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 10137 33554432000 4194304 4196468 140732999498832 139927224047888 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26578] ppid=26570 vsize=13982852 memory=139867442435712 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26578/stat : 26578 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109505 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926815923056 139927274596994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26579] ppid=26570 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26579/stat : 26579 (java) S 26570 26570 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114109505 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926814869024 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26580] ppid=26570 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114109506 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926746162544 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) S 26570 26570 23628 0 -1 1077944384 705 0 0 0 3 0 0 0 20 0 15 0 114109508 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926744058224 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) S 26570 26570 23628 0 -1 1077944384 151 0 0 0 1 0 0 0 20 0 15 0 114109508 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926743005424 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13982852 memory=139867442435712 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) S 26570 26570 23628 0 -1 1077944384 755 0 0 0 8 0 0 0 20 0 15 0 114109508 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926741952624 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13982852 memory=139867442435712 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109508 14318440448 10137 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41928 KiB

[startup+0.312436 s]*
/proc/loadavg: 1.21 1.37 1.39 4/218 26586
/proc/meminfo: memFree=26780568/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0
[pid=26572] ppid=26570 vsize=13982852 memory=48472 CPUtime=0.53 cores=1,3,5,7
/proc/26572/stat : 26572 (java) S 26570 26570 23628 0 -1 1077944320 9296 0 0 0 50 3 0 0 20 0 15 0 114109502 14318440448 12118 33554432000 4194304 4196468 140732999498832 140732999481376 139927274585847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
/proc/26572/statm: 3495713 12118 3130 1 0 3482966 0
[pid=26572/tid=26573] ppid=26570 vsize=13982852 memory=-8540663193526752614 CPUtime=0.3 cores=1,3,5,7
/proc/26572/task/26573/stat : 26573 (java) R 26570 26570 23628 0 -1 4202560 5911 0 0 0 28 2 0 0 20 0 15 0 114109503 14318440448 12118 33554432000 4194304 4196468 140732999498832 139927278825008 139927274607773 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26574] ppid=26570 vsize=13982852 memory=3472467996337587408 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26574/stat : 26574 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 12118 33554432000 4194304 4196468 140732999498832 139927227206288 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26575] ppid=26570 vsize=13982852 memory=139867442459340 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26575/stat : 26575 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 12118 33554432000 4194304 4196468 140732999498832 139927226153488 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26576] ppid=26570 vsize=13982852 memory=139867287850870 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26576/stat : 26576 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 12118 33554432000 4194304 4196468 140732999498832 139927225100688 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26577] ppid=26570 vsize=13982852 memory=139867287829455 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26577/stat : 26577 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14318440448 12118 33554432000 4194304 4196468 140732999498832 139927224047888 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26578] ppid=26570 vsize=13982852 memory=139867442459371 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26578/stat : 26578 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109505 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926815923056 139927274596994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26579] ppid=26570 vsize=13982852 memory=139867287838671 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26579/stat : 26579 (java) S 26570 26570 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114109505 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926814869024 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26580] ppid=26570 vsize=13982852 memory=279734575674992 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114109506 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926746162544 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13982852 memory=139867287865152 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) R 26570 26570 23628 0 -1 4202560 773 0 0 0 4 0 0 0 20 0 15 0 114109508 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926744042888 139927254425768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13982852 memory=2240 CPUtime=0.03 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) D 26570 26570 23628 0 -1 4202560 412 0 0 0 3 0 0 0 20 0 15 0 114109508 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926742986440 139927267302999 0 4 0 16800975 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13982852 memory=139867442435712 CPUtime=0.12 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) R 26570 26570 23628 0 -1 4202560 894 0 0 0 12 0 0 0 20 0 15 0 114109508 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926741949432 139927254552966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13982852 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13982852 memory=139867442435712 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109508 14318440448 12118 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49852 KiB

[startup+0.700765 s]
/proc/loadavg: 1.21 1.37 1.39 5/218 26586
/proc/meminfo: memFree=26744208/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0
[pid=26572] ppid=26570 vsize=13982928 memory=163328 CPUtime=1.78 cores=1,3,5,7
/proc/26572/stat : 26572 (java) S 26570 26570 23628 0 -1 1077944320 14002 0 0 0 172 6 0 0 20 0 15 0 114109502 14318518272 40832 33554432000 4194304 4196468 140732999498832 140732999481376 139927274585847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
/proc/26572/statm: 3495732 40832 3202 1 0 3482966 0
[pid=26572/tid=26573] ppid=26570 vsize=13982928 memory=1420 CPUtime=0.68 cores=1,3,5,7
/proc/26572/task/26573/stat : 26573 (java) R 26570 26570 23628 0 -1 4202560 6264 0 0 0 64 4 0 0 20 0 15 0 114109503 14318518272 40832 33554432000 4194304 4196468 140732999498832 139927278822728 139927274597782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26574] ppid=26570 vsize=13982928 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26574/stat : 26574 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14318518272 40832 33554432000 4194304 4196468 140732999498832 139927227206288 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26575] ppid=26570 vsize=13982928 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26575/stat : 26575 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14318518272 40832 33554432000 4194304 4196468 140732999498832 139927226153488 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26576] ppid=26570 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26576/stat : 26576 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109504 14318518272 40832 33554432000 4194304 4196468 140732999498832 139927225100688 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26577] ppid=26570 vsize=13982928 memory=279734575756608 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26577/stat : 26577 (java) S 26570 26570 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114109504 14318518272 40832 33554432000 4194304 4196468 140732999498832 139927224047888 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26578] ppid=26570 vsize=13982928 memory=139867287889120 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26578/stat : 26578 (java) S 26570 26570 23628 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114109505 14318518272 40832 33554432000 4194304 4196468 140732999498832 139926815923056 139927274596994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26579] ppid=26570 vsize=13982928 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26579/stat : 26579 (java) S 26570 26570 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114109505 14318518272 40832 33554432000 4194304 4196468 140732999498832 139926814869024 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26580] ppid=26570 vsize=13982928 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114109506 14318518272 40898 33554432000 4194304 4196468 140732999498832 139926746162544 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13982928 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14318518272 40898 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13982928 memory=3664 CPUtime=0.42 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) R 26570 26570 23628 0 -1 4202560 2394 0 0 0 42 0 0 0 20 0 15 0 114109508 14318518272 40898 33554432000 4194304 4196468 140732999498832 139926744044248 139927259707833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13982928 memory=3 CPUtime=0.41 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) R 26570 26570 23628 0 -1 4202560 2289 0 0 0 41 0 0 0 20 0 15 0 114109508 14318518272 40898 33554432000 4194304 4196468 140732999498832 139926742990888 139927266875229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13982928 memory=6726 CPUtime=0.25 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) R 26570 26570 23628 0 -1 1077944384 1764 0 0 0 25 0 0 0 20 0 15 0 114109508 14318518272 40898 33554432000 4194304 4196468 140732999498832 139926741952624 139927274596994 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13982928 memory=361 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14318518272 40898 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114109508 14318518272 40898 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 164708 KiB

[startup+1.50086 s]
/proc/loadavg: 1.21 1.37 1.39 6/218 26586
/proc/meminfo: memFree=26618512/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0

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

/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114109506 14320615424 99874 33554432000 4194304 4196468 140732999498832 139926746162560 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99874 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13984976 memory=916 CPUtime=1.26 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) S 26570 26570 23628 0 -1 1077944384 8009 0 0 0 126 0 0 0 20 0 15 0 114109508 14320615424 99874 33554432000 4194304 4196468 140732999498832 139926744058224 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13984976 memory=18236 CPUtime=1.28 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) S 26570 26570 23628 0 -1 1077944384 8646 0 0 0 127 1 0 0 20 0 15 0 114109508 14320615424 99874 33554432000 4194304 4196468 140732999498832 139926743005424 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.47 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) S 26570 26570 23628 0 -1 1077944384 6075 0 0 0 45 2 0 0 20 0 15 0 114109508 14320615424 99874 33554432000 4194304 4196468 140732999498832 139926741952624 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99874 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13984976 memory=32168 CPUtime=0.58 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1589 0 0 0 25 33 0 0 20 0 15 0 114109508 14320615424 99874 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 2446.18 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 400876 KiB

[startup+2502.3 s]
/proc/loadavg: 1.86 1.81 1.78 3/218 26738
/proc/meminfo: memFree=30939956/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0
[pid=26572] ppid=26570 vsize=13984976 memory=396420 CPUtime=2506.24 cores=1,3,5,7
/proc/26572/stat : 26572 (java) S 26570 26570 23628 0 -1 1077944320 49922 0 0 0 250577 47 0 0 20 0 15 0 114109502 14320615424 99105 33554432000 4194304 4196468 140732999498832 140732999481376 139927274585847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
/proc/26572/statm: 3496244 99105 3256 1 0 3483478 0
[pid=26572/tid=26573] ppid=26570 vsize=13984976 memory=396420 CPUtime=2502.18 cores=1,3,5,7
/proc/26572/task/26573/stat : 26573 (java) R 26570 26570 23628 0 -1 4202560 17722 0 0 0 250211 7 0 0 20 0 15 0 114109503 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927278825728 139926902442705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26574] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26574/stat : 26574 (java) S 26570 26570 23628 0 -1 1077944384 1439 0 0 0 7 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927227206288 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26575] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26575/stat : 26575 (java) S 26570 26570 23628 0 -1 1077944384 600 0 0 0 7 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927226153488 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26576] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26576/stat : 26576 (java) S 26570 26570 23628 0 -1 1077944384 1129 0 0 0 6 2 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927225100688 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26577] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/26572/task/26577/stat : 26577 (java) S 26570 26570 23628 0 -1 1077944384 1484 0 0 0 6 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927224047888 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26578] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.04 cores=1,3,5,7
/proc/26572/task/26578/stat : 26578 (java) S 26570 26570 23628 0 -1 1077944384 1885 0 0 0 3 1 0 0 20 0 15 0 114109505 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926815923056 139927274596994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26579] ppid=26570 vsize=13984976 memory=396420 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26579/stat : 26579 (java) S 26570 26570 23628 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 114109505 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926814869088 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26580] ppid=26570 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114109506 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926746162560 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13984976 memory=396420 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13984976 memory=7236270217491534944 CPUtime=1.26 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) S 26570 26570 23628 0 -1 1077944384 8009 0 0 0 126 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926744058224 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13984976 memory=396420 CPUtime=1.28 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) S 26570 26570 23628 0 -1 1077944384 8646 0 0 0 127 1 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926743005424 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.47 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) S 26570 26570 23628 0 -1 1077944384 6075 0 0 0 45 2 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926741952624 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.6 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1593 0 0 0 26 34 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 2506.24 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 397800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.11 s]
/proc/loadavg: 1.75 1.79 1.77 3/218 26738
/proc/meminfo: memFree=30939956/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0
[pid=26572] ppid=26570 vsize=13984976 memory=396420 CPUtime=2520.05 cores=1,3,5,7
/proc/26572/stat : 26572 (java) S 26570 26570 23628 0 -1 1077944320 49930 0 0 0 251958 47 0 0 20 0 15 0 114109502 14320615424 99105 33554432000 4194304 4196468 140732999498832 140732999481376 139927274585847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
/proc/26572/statm: 3496244 99105 3256 1 0 3483478 0
[pid=26572/tid=26573] ppid=26570 vsize=13984976 memory=1380 CPUtime=2515.98 cores=1,3,5,7
/proc/26572/task/26573/stat : 26573 (java) R 26570 26570 23628 0 -1 4202560 17730 0 0 0 251591 7 0 0 20 0 15 0 114109503 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927278825728 139926902442692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26574] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26574/stat : 26574 (java) S 26570 26570 23628 0 -1 1077944384 1439 0 0 0 7 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927227206288 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26575] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26575/stat : 26575 (java) S 26570 26570 23628 0 -1 1077944384 600 0 0 0 7 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927226153488 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26576] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26576/stat : 26576 (java) S 26570 26570 23628 0 -1 1077944384 1129 0 0 0 6 2 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927225100688 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26577] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.07 cores=1,3,5,7
/proc/26572/task/26577/stat : 26577 (java) S 26570 26570 23628 0 -1 1077944384 1484 0 0 0 6 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927224047888 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26578] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.04 cores=1,3,5,7
/proc/26572/task/26578/stat : 26578 (java) S 26570 26570 23628 0 -1 1077944384 1885 0 0 0 3 1 0 0 20 0 15 0 114109505 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926815923056 139927274596994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26579] ppid=26570 vsize=13984976 memory=396420 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26579/stat : 26579 (java) S 26570 26570 23628 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 114109505 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926814869088 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26580] ppid=26570 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114109506 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926746162560 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13984976 memory=279734575703528 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13984976 memory=396420 CPUtime=1.26 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) S 26570 26570 23628 0 -1 1077944384 8009 0 0 0 126 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926744058224 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13984976 memory=396420 CPUtime=1.28 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) S 26570 26570 23628 0 -1 1077944384 8646 0 0 0 127 1 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926743005424 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.47 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) S 26570 26570 23628 0 -1 1077944384 6075 0 0 0 45 2 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926741952624 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.6 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1593 0 0 0 26 34 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 397800 KiB

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

[startup+2516.12 s]
# the end of solver process 26570 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000956 s, system=0.000956 s

[startup+2516.12 s]
# the end of solver process 26572 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.59 s, system=0.485005 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+2516.11 s]
/proc/loadavg: 1.75 1.79 1.77 3/218 26738
/proc/meminfo: memFree=30939956/32770624 swapFree=67108860/67108860
[pid=26570] ppid=26567 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26570/stat : 26570 (xcsp3-exec) S 26567 26570 23628 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114109502 9740288 345 33554432000 4194304 5098028 140720711883744 140720711881848 139719547355772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 17584128 140720711885934 140720711886139 140720711886139 140720711888875 0
/proc/26570/statm: 2378 345 289 221 0 87 0
[pid=26572] ppid=26570 vsize=13984976 memory=396420 CPUtime=2520.05 cores=1,3,5,7
/proc/26572/stat : 26572 (java) S 26570 26570 23628 0 -1 1077944320 49930 0 0 0 251958 47 0 0 20 0 15 0 114109502 14320615424 99105 33554432000 4194304 4196468 140732999498832 140732999481376 139927274585847 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
/proc/26572/statm: 3496244 99105 3256 1 0 3483478 0
[pid=26572/tid=26573] ppid=26570 vsize=13984976 memory=1380 CPUtime=2515.98 cores=1,3,5,7
/proc/26572/task/26573/stat : 26573 (java) R 26570 26570 23628 0 -1 4202560 17730 0 0 0 251591 7 0 0 20 0 15 0 114109503 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927278825728 139926902442692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26574] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26574/stat : 26574 (java) S 26570 26570 23628 0 -1 1077944384 1439 0 0 0 7 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927227206288 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26575] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26575/stat : 26575 (java) S 26570 26570 23628 0 -1 1077944384 600 0 0 0 7 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927226153488 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26576] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.08 cores=1,3,5,7
/proc/26572/task/26576/stat : 26576 (java) S 26570 26570 23628 0 -1 1077944384 1129 0 0 0 6 2 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927225100688 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26577] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.07 cores=1,3,5,7
/proc/26572/task/26577/stat : 26577 (java) S 26570 26570 23628 0 -1 1077944384 1484 0 0 0 6 1 0 0 20 0 15 0 114109504 14320615424 99105 33554432000 4194304 4196468 140732999498832 139927224047888 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26578] ppid=26570 vsize=13984976 memory=396420 CPUtime=0.04 cores=1,3,5,7
/proc/26572/task/26578/stat : 26578 (java) S 26570 26570 23628 0 -1 1077944384 1885 0 0 0 3 1 0 0 20 0 15 0 114109505 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926815923056 139927274596994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26579] ppid=26570 vsize=13984976 memory=396420 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26579/stat : 26579 (java) S 26570 26570 23628 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 114109505 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926814869088 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26580] ppid=26570 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26580/stat : 26580 (java) S 26570 26570 23628 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 114109506 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926746162560 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26581] ppid=26570 vsize=13984976 memory=279734575703528 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26581/stat : 26581 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926745110864 139927274604443 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26582] ppid=26570 vsize=13984976 memory=396420 CPUtime=1.26 cores=1,3,5,7
/proc/26572/task/26582/stat : 26582 (java) S 26570 26570 23628 0 -1 1077944384 8009 0 0 0 126 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926744058224 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26583] ppid=26570 vsize=13984976 memory=396420 CPUtime=1.28 cores=1,3,5,7
/proc/26572/task/26583/stat : 26583 (java) S 26570 26570 23628 0 -1 1077944384 8646 0 0 0 127 1 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926743005424 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26584] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.47 cores=1,3,5,7
/proc/26572/task/26584/stat : 26584 (java) S 26570 26570 23628 0 -1 1077944384 6075 0 0 0 45 2 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926741952624 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26585] ppid=26570 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26572/task/26585/stat : 26585 (java) S 26570 26570 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926740900064 139927274596053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
[pid=26572/tid=26586] ppid=26570 vsize=13984976 memory=1380 CPUtime=0.6 cores=1,3,5,7
/proc/26572/task/26586/stat : 26586 (java) S 26570 26570 23628 0 -1 1077944384 1593 0 0 0 26 34 0 0 20 0 15 0 114109508 14320615424 99105 33554432000 4194304 4196468 140732999498832 139926739848368 139927274596994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 23855104 140732999500951 140732999501127 140732999501127 140732999503823 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 397800 KiB

Child status: 143
Real time (s): 2516.12
CPU time (s): 2520.08
CPU user time (s): 2519.59
CPU system time (s): 0.485005
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 400876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.59
system time used= 0.485005
maximum resident set size= 399508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50678
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56681
involuntary context switches= 766


# summary of solver processes directly reported to runsolver:
#   pid: 26570,26572
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.59
#   total CPU system time (s): 0.485005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9034 second user time and 23.1297 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 17:02:34
IDJOB=4269030
IDBENCH=133709
IDSOLVER=2660
FILE ID=node103/4269030-1502810213
RUNJOBID= node103-1502789283-23660
PBS_JOBID= 20629125
Free space on /tmp= 61792 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269030-1502810213/watcher-4269030-1502810213 -o /tmp/evaluation-result-4269030-1502810213/solver-4269030-1502810213 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1401579311 HOME/instance-4269030-1502810213.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=1401579311

node103.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.56
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.56
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.56
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.56
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:        26815864 kB
MemAvailable:   27316204 kB
Buffers:          186316 kB
Cached:           599536 kB
SwapCached:            0 kB
Active:          5260232 kB
Inactive:         242148 kB
Active(anon):    4665624 kB
Inactive(anon):    78564 kB
Active(file):     594608 kB
Inactive(file):   163584 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8220 kB
Writeback:            16 kB
AnonPages:       4722456 kB
Mapped:            58312 kB
Shmem:             25228 kB
Slab:             142580 kB
SReclaimable:     115964 kB
SUnreclaim:        26616 kB
KernelStack:        3552 kB
PageTables:        14428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5464824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4603904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61780 MiB
End job on node103 at 2017-08-15 17:44:31