Trace number 4269032

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.0701 2513.51

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
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-4269032-1502811229.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269032-1502811229.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
1.12/0.60	c solve instance...
2520.05/2513.50	s UNKNOWN
2520.05/2513.50	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 (15184 MiB free)
  memory of node 1: 16384 MiB (15214 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269032-1502811229/watcher-4269032-1502811229 -o /tmp/evaluation-result-4269032-1502811229/solver-4269032-1502811229 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23659 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 56289378 HOME/instance-4269032-1502811229.xml 

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

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

solver pid=26671, runsolver pid=26668

[startup+0.100092 s]*
/proc/loadavg: 1.77 1.83 1.72 3/217 26687
/proc/meminfo: memFree=31112112/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0
[pid=26673] ppid=26671 vsize=13978596 memory=28116 CPUtime=0.12 cores=0,2,4,6
/proc/26673/stat : 26673 (java) S 26671 26671 23628 0 -1 1077944320 5461 0 0 0 11 1 0 0 20 0 15 0 114211091 14314082304 7029 33554432000 4194304 4196468 140723956928112 140723956910656 140580038135543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
/proc/26673/statm: 3494649 7029 2844 1 0 3482966 0
[pid=26673/tid=26674] ppid=26671 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/26673/task/26674/stat : 26674 (java) R 26671 26671 23628 0 -1 4202560 3466 0 0 0 9 0 0 0 20 0 15 0 114211091 14314082304 7029 33554432000 4194304 4196468 140723956928112 140580042368816 140580038147478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26675] ppid=26671 vsize=13978596 memory=3472467845437469904 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26675/stat : 26675 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579990756368 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26676] ppid=26671 vsize=13978596 memory=139716542318208 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26676/stat : 26676 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211092 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579989703824 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26677] ppid=26671 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26677/stat : 26677 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579988650768 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26678] ppid=26671 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26678/stat : 26678 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579987598224 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26679] ppid=26671 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211093 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114211094 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114211094 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) S 26671 26671 23628 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 114211096 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579147590384 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) S 26671 26671 23628 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 114211096 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579146537840 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13978596 memory=139716542318208 CPUtime=0.01 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) S 26671 26671 23628 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 15 0 114211096 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579145484784 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13978596 memory=139716542318208 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114211097 14314082304 7029 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29500 KiB

[startup+0.210593 s]*
/proc/loadavg: 1.77 1.83 1.72 4/217 26687
/proc/meminfo: memFree=31100948/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0
[pid=26673] ppid=26671 vsize=13982852 memory=40404 CPUtime=0.33 cores=0,2,4,6
/proc/26673/stat : 26673 (java) S 26671 26671 23628 0 -1 1077944320 8147 0 0 0 31 2 0 0 20 0 15 0 114211091 14318440448 10101 33554432000 4194304 4196468 140723956928112 140723956910656 140580038135543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
/proc/26673/statm: 3495713 10101 3060 1 0 3482966 0
[pid=26673/tid=26674] ppid=26671 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=0,2,4,6
/proc/26673/task/26674/stat : 26674 (java) R 26671 26671 23628 0 -1 4202560 5275 0 0 0 19 1 0 0 20 0 15 0 114211091 14318440448 10101 33554432000 4194304 4196468 140723956928112 140580042357568 140580038156890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26675] ppid=26671 vsize=13982852 memory=3472467845437469904 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26675/stat : 26675 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579990756368 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26676] ppid=26671 vsize=13982852 memory=139716542318208 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26676/stat : 26676 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579989703824 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26677] ppid=26671 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26677/stat : 26677 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579988650768 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26678] ppid=26671 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26678/stat : 26678 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579987598224 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26679] ppid=26671 vsize=13982852 memory=139716542318208 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211093 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114211094 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114211094 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) S 26671 26671 23628 0 -1 1077944384 504 0 0 0 3 0 0 0 20 0 15 0 114211096 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579147590384 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) S 26671 26671 23628 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 114211096 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579146537840 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13982852 memory=139716542318208 CPUtime=0.07 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) R 26671 26671 23628 0 -1 4202560 681 0 0 0 7 0 0 0 20 0 15 0 114211096 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579145484784 140580022216030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13982852 memory=139716542318208 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114211097 14318440448 10101 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41788 KiB

[startup+0.310107 s]*
/proc/loadavg: 1.77 1.83 1.72 4/217 26687
/proc/meminfo: memFree=31093876/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0
[pid=26673] ppid=26671 vsize=13982852 memory=47904 CPUtime=0.51 cores=0,2,4,6
/proc/26673/stat : 26673 (java) S 26671 26671 23628 0 -1 1077944320 9139 0 0 0 48 3 0 0 20 0 15 0 114211091 14318440448 11976 33554432000 4194304 4196468 140723956928112 140723956910656 140580038135543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
/proc/26673/statm: 3495713 11976 3120 1 0 3482966 0
[pid=26673/tid=26674] ppid=26671 vsize=13982852 memory=-8540663193526752614 CPUtime=0.29 cores=0,2,4,6
/proc/26673/task/26674/stat : 26674 (java) R 26671 26671 23628 0 -1 4202560 5950 0 0 0 28 1 0 0 20 0 15 0 114211091 14318440448 11976 33554432000 4194304 4196468 140723956928112 140580042374704 140579665221085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26675] ppid=26671 vsize=13982852 memory=3472467845437469904 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26675/stat : 26675 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579990756368 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26676] ppid=26671 vsize=13982852 memory=139716542341836 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26676/stat : 26676 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579989703824 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26677] ppid=26671 vsize=13982852 memory=139716427124598 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26677/stat : 26677 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579988650768 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26678] ppid=26671 vsize=13982852 memory=139716427103183 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26678/stat : 26678 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579987598224 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26679] ppid=26671 vsize=13982852 memory=139716542341867 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211093 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13982852 memory=139716427112399 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114211094 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13982852 memory=279432854222480 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114211094 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13982852 memory=279432854229360 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) R 26671 26671 23628 0 -1 1077944384 566 0 0 0 4 0 0 0 20 0 15 0 114211096 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579147581840 140580038145749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13982852 memory=2240 CPUtime=0.03 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) R 26671 26671 23628 0 -1 4202560 500 0 0 0 3 0 0 0 20 0 15 0 114211096 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579146518856 140580021634938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13982852 memory=139716542318208 CPUtime=0.12 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) R 26671 26671 23628 0 -1 4202560 817 0 0 0 12 0 0 0 20 0 15 0 114211096 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579145481720 140580038156890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13982852 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13982852 memory=139716542318208 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114211097 14318440448 11976 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49288 KiB

[startup+0.701662 s]
/proc/loadavg: 1.77 1.83 1.72 6/217 26687
/proc/meminfo: memFree=31067836/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0
[pid=26673] ppid=26671 vsize=13984976 memory=88196 CPUtime=1.75 cores=0,2,4,6
/proc/26673/stat : 26673 (java) S 26671 26671 23628 0 -1 1077944320 13685 0 0 0 170 5 0 0 20 0 15 0 114211091 14320615424 22049 33554432000 4194304 4196468 140723956928112 140723956910656 140580038135543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
/proc/26673/statm: 3496244 22049 3207 1 0 3483478 0
[pid=26673/tid=26674] ppid=26671 vsize=13984976 memory=1420 CPUtime=0.67 cores=0,2,4,6
/proc/26673/task/26674/stat : 26674 (java) R 26671 26671 23628 0 -1 4202560 6618 0 0 0 64 3 0 0 20 0 15 0 114211091 14320615424 22049 33554432000 4194304 4196468 140723956928112 140580042371928 140579665234957 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26675] ppid=26671 vsize=13984976 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26675/stat : 26675 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579990756368 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26676] ppid=26671 vsize=13984976 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26676/stat : 26676 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211092 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579989703824 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26677] ppid=26671 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26677/stat : 26677 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579988650768 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26678] ppid=26671 vsize=13984976 memory=279432854304064 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26678/stat : 26678 (java) S 26671 26671 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114211092 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579987598224 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26679] ppid=26671 vsize=13984976 memory=139716427162848 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114211093 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13984976 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13984976 memory=3667 CPUtime=0.35 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) R 26671 26671 23628 0 -1 4202560 1731 0 0 0 35 0 0 0 20 0 15 0 114211096 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579147590512 140580017379237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13984976 memory=3 CPUtime=0.36 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) R 26671 26671 23628 0 -1 4202560 2023 0 0 0 36 0 0 0 20 0 15 0 114211096 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579146524032 140580015977656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13984976 memory=6735 CPUtime=0.34 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) S 26671 26671 23628 0 -1 1077944384 2002 0 0 0 34 0 0 0 20 0 15 0 114211096 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579145484784 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13984976 memory=361 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114211097 14320615424 22049 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 89580 KiB

[startup+1.50073 s]
/proc/loadavg: 1.77 1.83 1.72 4/217 26687
/proc/meminfo: memFree=31043588/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0

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

[pid=26673/tid=26679] ppid=26671 vsize=13984976 memory=1384 CPUtime=0.63 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 4963 0 0 0 56 7 0 0 20 0 15 0 114211093 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13984976 memory=32192 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13984976 memory=8560 CPUtime=1.82 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) S 26671 26671 23628 0 -1 1077944384 13173 0 0 0 181 1 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579147590384 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13984976 memory=1384 CPUtime=1.59 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) S 26671 26671 23628 0 -1 1077944384 10590 0 0 0 158 1 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579146537840 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13984976 memory=191960 CPUtime=0.53 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) S 26671 26671 23628 0 -1 1077944384 8030 0 0 0 52 1 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579145484784 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13984976 memory=191960 CPUtime=0.71 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1145 0 0 0 30 41 0 0 20 0 15 0 114211097 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 2448.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 193344 KiB

[startup+2502.3 s]
/proc/loadavg: 1.25 1.39 1.54 3/218 26872
/proc/meminfo: memFree=31140304/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0
[pid=26673] ppid=26671 vsize=13984976 memory=191960 CPUtime=2508.82 cores=0,2,4,6
/proc/26673/stat : 26673 (java) S 26671 26671 23628 0 -1 1077944320 72859 0 0 0 250820 62 0 0 20 0 15 0 114211091 14320615424 47990 33554432000 4194304 4196468 140723956928112 140723956910656 140580038135543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
/proc/26673/statm: 3496244 47990 3254 1 0 3483478 0
[pid=26673/tid=26674] ppid=26671 vsize=13984976 memory=191960 CPUtime=2500.36 cores=0,2,4,6
/proc/26673/task/26674/stat : 26674 (java) R 26671 26671 23628 0 -1 4202560 19724 0 0 0 250028 8 0 0 20 0 15 0 114211091 14320615424 47990 33554432000 4194304 4196468 140723956928112 140580042375088 140579669547242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26675] ppid=26671 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/26673/task/26675/stat : 26675 (java) S 26671 26671 23628 0 -1 1077944384 3836 0 0 0 71 5 0 0 20 0 15 0 114211092 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579990756368 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26676] ppid=26671 vsize=13984976 memory=4140 CPUtime=0.77 cores=0,2,4,6
/proc/26673/task/26676/stat : 26676 (java) S 26671 26671 23628 0 -1 1077944384 3417 0 0 0 69 8 0 0 20 0 15 0 114211092 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579989703824 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26677] ppid=26671 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/26673/task/26677/stat : 26677 (java) S 26671 26671 23628 0 -1 1077944384 2305 0 0 0 71 5 0 0 20 0 15 0 114211092 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579988650768 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26678] ppid=26671 vsize=13984976 memory=191960 CPUtime=0.76 cores=0,2,4,6
/proc/26673/task/26678/stat : 26678 (java) S 26671 26671 23628 0 -1 1077944384 4310 0 0 0 71 5 0 0 20 0 15 0 114211092 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579987598224 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26679] ppid=26671 vsize=13984976 memory=1012 CPUtime=0.65 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 4967 0 0 0 58 7 0 0 20 0 15 0 114211093 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13984976 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13984976 memory=1384 CPUtime=1.82 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) S 26671 26671 23628 0 -1 1077944384 13173 0 0 0 181 1 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579147590384 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13984976 memory=191960 CPUtime=1.59 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) S 26671 26671 23628 0 -1 1077944384 10590 0 0 0 158 1 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579146537840 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13984976 memory=1384 CPUtime=0.53 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) S 26671 26671 23628 0 -1 1077944384 8030 0 0 0 52 1 0 0 20 0 15 0 114211096 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579145484784 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13984976 memory=32196 CPUtime=0.72 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1149 0 0 0 31 41 0 0 20 0 15 0 114211097 14320615424 47990 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 2508.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 193344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.5 s]
/proc/loadavg: 1.12 1.36 1.53 3/218 26872
/proc/meminfo: memFree=31138468/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0
[pid=26673] ppid=26671 vsize=13984976 memory=194008 CPUtime=2520.05 cores=0,2,4,6
/proc/26673/stat : 26673 (java) S 26671 26671 23628 0 -1 1077944320 73793 0 0 0 251942 63 0 0 20 0 15 0 114211091 14320615424 48502 33554432000 4194304 4196468 140723956928112 140723956910656 140580038135543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
/proc/26673/statm: 3496244 48502 3254 1 0 3483478 0
[pid=26673/tid=26674] ppid=26671 vsize=13984976 memory=1384 CPUtime=2511.54 cores=0,2,4,6
/proc/26673/task/26674/stat : 26674 (java) R 26671 26671 23628 0 -1 4202560 20013 0 0 0 251146 8 0 0 20 0 15 0 114211091 14320615424 48502 33554432000 4194304 4196468 140723956928112 140580042375088 140579669576122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26675] ppid=26671 vsize=13984976 memory=194008 CPUtime=0.77 cores=0,2,4,6
/proc/26673/task/26675/stat : 26675 (java) S 26671 26671 23628 0 -1 1077944384 3897 0 0 0 72 5 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579990756368 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26676] ppid=26671 vsize=13984976 memory=194008 CPUtime=0.78 cores=0,2,4,6
/proc/26673/task/26676/stat : 26676 (java) S 26671 26671 23628 0 -1 1077944384 3490 0 0 0 70 8 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579989703824 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26677] ppid=26671 vsize=13984976 memory=194008 CPUtime=0.78 cores=0,2,4,6
/proc/26673/task/26677/stat : 26677 (java) S 26671 26671 23628 0 -1 1077944384 2334 0 0 0 72 6 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579988650768 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26678] ppid=26671 vsize=13984976 memory=191960 CPUtime=0.77 cores=0,2,4,6
/proc/26673/task/26678/stat : 26678 (java) S 26671 26671 23628 0 -1 1077944384 4601 0 0 0 72 5 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579987598224 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26679] ppid=26671 vsize=13984976 memory=1296 CPUtime=0.66 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 5135 0 0 0 59 7 0 0 20 0 15 0 114211093 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13984976 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13984976 memory=168156 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13984976 memory=191960 CPUtime=1.82 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) S 26671 26671 23628 0 -1 1077944384 13175 0 0 0 181 1 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579147590384 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13984976 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) S 26671 26671 23628 0 -1 1077944384 10592 0 0 0 158 1 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579146537840 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13984976 memory=191960 CPUtime=0.53 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) S 26671 26671 23628 0 -1 1077944384 8032 0 0 0 52 1 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579145484784 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13984976 memory=1384 CPUtime=0.73 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1166 0 0 0 31 42 0 0 20 0 15 0 114211097 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 195392 KiB

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

[startup+2513.51 s]
# the end of solver process 26671 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.44 s, system=0.635205 s

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

[startup+2513.5 s]
/proc/loadavg: 1.12 1.36 1.53 3/218 26872
/proc/meminfo: memFree=31138468/32770624 swapFree=67108860/67108860
[pid=26671] ppid=26668 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26671/stat : 26671 (xcsp3-exec) S 26668 26671 23628 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114211090 9740288 346 33554432000 4194304 5098028 140733510353264 140733510351368 139860447326844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26116096 140733510362224 140733510362427 140733510362427 140733510365163 0
/proc/26671/statm: 2378 346 289 221 0 87 0
[pid=26673] ppid=26671 vsize=13984976 memory=194008 CPUtime=2520.05 cores=0,2,4,6
/proc/26673/stat : 26673 (java) S 26671 26671 23628 0 -1 1077944320 73793 0 0 0 251942 63 0 0 20 0 15 0 114211091 14320615424 48502 33554432000 4194304 4196468 140723956928112 140723956910656 140580038135543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
/proc/26673/statm: 3496244 48502 3254 1 0 3483478 0
[pid=26673/tid=26674] ppid=26671 vsize=13984976 memory=1384 CPUtime=2511.54 cores=0,2,4,6
/proc/26673/task/26674/stat : 26674 (java) R 26671 26671 23628 0 -1 4202560 20013 0 0 0 251146 8 0 0 20 0 15 0 114211091 14320615424 48502 33554432000 4194304 4196468 140723956928112 140580042375088 140579669576122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26675] ppid=26671 vsize=13984976 memory=194008 CPUtime=0.77 cores=0,2,4,6
/proc/26673/task/26675/stat : 26675 (java) S 26671 26671 23628 0 -1 1077944384 3897 0 0 0 72 5 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579990756368 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26676] ppid=26671 vsize=13984976 memory=194008 CPUtime=0.78 cores=0,2,4,6
/proc/26673/task/26676/stat : 26676 (java) S 26671 26671 23628 0 -1 1077944384 3490 0 0 0 70 8 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579989703824 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26677] ppid=26671 vsize=13984976 memory=194008 CPUtime=0.78 cores=0,2,4,6
/proc/26673/task/26677/stat : 26677 (java) S 26671 26671 23628 0 -1 1077944384 2334 0 0 0 72 6 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579988650768 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26678] ppid=26671 vsize=13984976 memory=191960 CPUtime=0.77 cores=0,2,4,6
/proc/26673/task/26678/stat : 26678 (java) S 26671 26671 23628 0 -1 1077944384 4601 0 0 0 72 5 0 0 20 0 15 0 114211092 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579987598224 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26679] ppid=26671 vsize=13984976 memory=1296 CPUtime=0.66 cores=0,2,4,6
/proc/26673/task/26679/stat : 26679 (java) S 26671 26671 23628 0 -1 1077944384 5135 0 0 0 59 7 0 0 20 0 15 0 114211093 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579151800560 140580038146690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26680] ppid=26671 vsize=13984976 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26680/stat : 26680 (java) S 26671 26671 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579150746784 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26681] ppid=26671 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26681/stat : 26681 (java) S 26671 26671 23628 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 114211094 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579149693680 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26682] ppid=26671 vsize=13984976 memory=168156 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26682/stat : 26682 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579148642256 140580038154139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26683] ppid=26671 vsize=13984976 memory=191960 CPUtime=1.82 cores=0,2,4,6
/proc/26673/task/26683/stat : 26683 (java) S 26671 26671 23628 0 -1 1077944384 13175 0 0 0 181 1 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579147590384 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26684] ppid=26671 vsize=13984976 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/26673/task/26684/stat : 26684 (java) S 26671 26671 23628 0 -1 1077944384 10592 0 0 0 158 1 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579146537840 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26685] ppid=26671 vsize=13984976 memory=191960 CPUtime=0.53 cores=0,2,4,6
/proc/26673/task/26685/stat : 26685 (java) S 26671 26671 23628 0 -1 1077944384 8032 0 0 0 52 1 0 0 20 0 15 0 114211096 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579145484784 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26686] ppid=26671 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26673/task/26686/stat : 26686 (java) S 26671 26671 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114211097 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579144432480 140580038145749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
[pid=26673/tid=26687] ppid=26671 vsize=13984976 memory=1384 CPUtime=0.73 cores=0,2,4,6
/proc/26673/task/26687/stat : 26687 (java) S 26671 26671 23628 0 -1 1077944384 1166 0 0 0 31 42 0 0 20 0 15 0 114211097 14320615424 48502 33554432000 4194304 4196468 140723956928112 140579143379504 140580038146690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9048064 140723956929687 140723956929863 140723956929863 140723956932559 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 195392 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2513.51
CPU time (s): 2520.07
CPU user time (s): 2519.44
CPU system time (s): 0.635205
CPU usage (%): 100.261
Max. virtual memory (cumulated for all children) (KiB): 13996160
Max. memory (cumulated for all children) (KiB): 214340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.44
system time used= 0.635205
maximum resident set size= 218632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73348
involuntary context switches= 2876


# summary of solver processes directly reported to runsolver:
#   pid: 26671
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2519.44
#   total CPU system time (s): 0.635205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.708 second user time and 23.6264 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 17:19:30
IDJOB=4269032
IDBENCH=133712
IDSOLVER=2660
FILE ID=node103/4269032-1502811229
RUNJOBID= node103-1502789283-23659
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-r5.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-4269032-1502811229/watcher-4269032-1502811229 -o /tmp/evaluation-result-4269032-1502811229/solver-4269032-1502811229 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23659 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 56289378 HOME/instance-4269032-1502811229.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=56289378

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:        31129344 kB
MemAvailable:   31630248 kB
Buffers:          186764 kB
Cached:           599696 kB
SwapCached:            0 kB
Active:           956812 kB
Inactive:         242472 kB
Active(anon):     361968 kB
Inactive(anon):    78564 kB
Active(file):     594844 kB
Inactive(file):   163908 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7536 kB
Writeback:             0 kB
AnonPages:        498796 kB
Mapped:            58500 kB
Shmem:             25228 kB
Slab:             142576 kB
SReclaimable:     115972 kB
SUnreclaim:        26604 kB
KernelStack:        3840 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1420488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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= 61784 MiB
End job on node103 at 2017-08-15 18:01:24