Trace number 4292314

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.7 seq (493a269)SAT (TO)70 2400.12 2380.75

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18b_c18.xml
MD5SUMcfb25615b49033917f7fa13487cdd88c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark2400.23
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints208
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":39},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":18}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":50},{"degree":48,"count":9},{"degree":49,"count":4},{"degree":50,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":176},{"arity":19,"count":32}]
Number of extensional constraints0
Number of intensional constraints176
Distribution of constraint types[{"type":"intension","count":176},{"type":"count","count":32}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292314-1532335858.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292314-1532335858.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
1.34/0.69	c solve instance...
52.96/49.52	o 82 
122.89/119.00	o 80 
371.13/366.69	o 70 
2400.06/2380.70	s SATISFIABLE
2400.06/2380.70	v <instantiation>
2400.06/2380.70	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17] </list>
2400.06/2380.70	v 	<values>6 6 5 -5 8 7 -7 1 -4 5 6 4 16 4 -6 -6 -1 -16 1 0 0 1 1 2 1 0 0 0 0 0 0 0 0 1 1 0 0 2 2 3 1 1 0 0 0 0 0 0 0 1 0 0 0 9 0 0 8 0 10 0 0 0 0 0 10 8 12 13 </values>
2400.06/2380.70	v </instantiation>
2400.06/2380.70	c Unexpected resolution interruption!

Verifier Data

OK	70

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 (7199 MiB free)
  memory of node 1: 16384 MiB (11778 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292314-1532335858/watcher-4292314-1532335858 -o /tmp/evaluation-result-4292314-1532335858/solver-4292314-1532335858 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11339 --watchdog 2560 HOME/xcsp3-exec -seed 1138115974 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292314-1532335858.xml 

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

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

solver pid=12532, runsolver pid=12529

[startup+0.10014 s]*
/proc/loadavg: 2.95 2.30 2.17 3/218 12548
/proc/meminfo: memFree=19415784/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0
[pid=12534] ppid=12532 vsize=14082840 memory=28744 CPUtime=0.12 cores=1,3,5,7
/proc/12534/stat : 12534 (java) S 12532 12532 11307 0 -1 1077944320 5538 0 0 0 11 1 0 0 20 0 15 0 51148948 14420828160 7186 33554432000 4194304 4196468 140735622680160 140735622662704 140174498672375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
/proc/12534/statm: 3520710 7186 3010 1 0 3483008 0
[pid=12534/tid=12535] ppid=12532 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=1,3,5,7
/proc/12534/task/12535/stat : 12535 (java) R 12532 12532 11307 0 -1 4202560 3558 0 0 0 8 1 0 0 20 0 15 0 51148948 14420828160 7251 33554432000 4194304 4196468 140735622680160 140174502904640 140174498684310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12536] ppid=12532 vsize=14082840 memory=3472468489563219152 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12536/stat : 12536 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14420828160 7251 33554432000 4194304 4196468 140735622680160 140174451292560 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12537] ppid=12532 vsize=14082840 memory=140360668067456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12537/stat : 12537 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14420828160 7251 33554432000 4194304 4196468 140735622680160 140174450239760 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12538] ppid=12532 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12538/stat : 12538 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14420828160 7251 33554432000 4194304 4196468 140735622680160 140174449187472 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12539] ppid=12532 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12539/stat : 12539 (java) S 12532 12532 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51148949 14420828160 7251 33554432000 4194304 4196468 140735622680160 140174448134672 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12540] ppid=12532 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12540/stat : 12540 (java) S 12532 12532 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51148950 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173837843056 140174498683522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12541] ppid=12532 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12541/stat : 12541 (java) S 12532 12532 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51148951 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173836789024 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12542] ppid=12532 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51148951 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 51148953 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14082840 memory=140360668067456 CPUtime=0.01 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) R 12532 12532 11307 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 15 0 51148953 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173831526768 140174479909936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14082840 memory=140360668067456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148954 14420828160 7251 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30200 KiB

[startup+0.210912 s]*
/proc/loadavg: 2.95 2.30 2.17 6/218 12548
/proc/meminfo: memFree=19403744/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0
[pid=12534] ppid=12532 vsize=14082840 memory=41116 CPUtime=0.33 cores=1,3,5,7
/proc/12534/stat : 12534 (java) S 12532 12532 11307 0 -1 1077944320 8284 0 0 0 31 2 0 0 20 0 15 0 51148948 14420828160 10279 33554432000 4194304 4196468 140735622680160 140735622662704 140174498672375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
/proc/12534/statm: 3521239 10279 3195 1 0 3483008 0
[pid=12534/tid=12535] ppid=12532 vsize=14087096 memory=5854518564242424225 CPUtime=0.19 cores=1,3,5,7
/proc/12534/task/12535/stat : 12535 (java) R 12532 12532 11307 0 -1 4202560 5457 0 0 0 18 1 0 0 20 0 15 0 51148948 14425186304 10282 33554432000 4194304 4196468 140735622680160 140174502893368 140174498694301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12536] ppid=12532 vsize=14087096 memory=3472468489563219152 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12536/stat : 12536 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 10282 33554432000 4194304 4196468 140735622680160 140174451292560 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12537] ppid=12532 vsize=14087096 memory=140360668067456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12537/stat : 12537 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 10282 33554432000 4194304 4196468 140735622680160 140174450239760 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12538] ppid=12532 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12538/stat : 12538 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 10282 33554432000 4194304 4196468 140735622680160 140174449187472 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12539] ppid=12532 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12539/stat : 12539 (java) S 12532 12532 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 10282 33554432000 4194304 4196468 140735622680160 140174448134672 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12540] ppid=12532 vsize=14087096 memory=140360668067456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12540/stat : 12540 (java) S 12532 12532 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51148950 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173837843056 140174498683522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12541] ppid=12532 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12541/stat : 12541 (java) S 12532 12532 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51148951 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173836789024 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12542] ppid=12532 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51148951 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14087096 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 732 0 0 0 3 0 0 0 20 0 15 0 51148953 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14087096 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 51148953 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14087096 memory=140360668067456 CPUtime=0.08 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) S 12532 12532 11307 0 -1 1077944384 776 0 0 0 8 0 0 0 20 0 15 0 51148953 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173831526768 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14087096 memory=140360668067456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148954 14425186304 10282 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42572 KiB

[startup+0.312745 s]*
/proc/loadavg: 2.95 2.30 2.17 4/218 12548
/proc/meminfo: memFree=19397924/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0
[pid=12534] ppid=12532 vsize=14087096 memory=48168 CPUtime=0.53 cores=1,3,5,7
/proc/12534/stat : 12534 (java) S 12532 12532 11307 0 -1 1077944320 9197 0 0 0 50 3 0 0 20 0 15 0 51148948 14425186304 12042 33554432000 4194304 4196468 140735622680160 140735622662704 140174498672375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
/proc/12534/statm: 3521774 12042 3247 1 0 3483008 0
[pid=12534/tid=12535] ppid=12532 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=1,3,5,7
/proc/12534/task/12535/stat : 12535 (java) R 12532 12532 11307 0 -1 4202560 6167 0 0 0 27 2 0 0 20 0 15 0 51148948 14425186304 12042 33554432000 4194304 4196468 140735622680160 140174502908720 140174498694301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12536] ppid=12532 vsize=14087096 memory=3472468489563219152 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12536/stat : 12536 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 12042 33554432000 4194304 4196468 140735622680160 140174451292560 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12537] ppid=12532 vsize=14087096 memory=140360668067456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12537/stat : 12537 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 12042 33554432000 4194304 4196468 140735622680160 140174450239760 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12538] ppid=12532 vsize=14087096 memory=5 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12538/stat : 12538 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 12042 33554432000 4194304 4196468 140735622680160 140174449187472 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12539] ppid=12532 vsize=14087096 memory=140360538007583 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12539/stat : 12539 (java) S 12532 12532 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51148949 14425186304 12042 33554432000 4194304 4196468 140735622680160 140174448134672 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12540] ppid=12532 vsize=14087096 memory=280721075975936 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12540/stat : 12540 (java) S 12532 12532 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51148950 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173837843056 140174498683522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12541] ppid=12532 vsize=14087096 memory=140360537984527 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12541/stat : 12541 (java) S 12532 12532 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51148951 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173836789024 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12542] ppid=12532 vsize=14087096 memory=280721206061152 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51148951 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14087096 memory=140360537989135 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14087096 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 836 0 0 0 6 0 0 0 20 0 15 0 51148953 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14087096 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 42 0 0 0 3 0 0 0 20 0 15 0 51148953 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) S 12532 12532 11307 0 -1 1077944384 849 0 0 0 12 0 0 0 20 0 15 0 51148953 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173831526768 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14087096 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148954 14425186304 12042 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49624 KiB

[startup+0.700849 s]
/proc/loadavg: 2.95 2.30 2.17 6/218 12548
/proc/meminfo: memFree=19382044/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0
[pid=12534] ppid=12532 vsize=14089220 memory=86204 CPUtime=1.58 cores=1,3,5,7
/proc/12534/stat : 12534 (java) S 12532 12532 11307 0 -1 1077944320 12671 0 0 0 153 5 0 0 20 0 15 0 51148948 14427361280 21551 33554432000 4194304 4196468 140735622680160 140735622662704 140174498672375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
/proc/12534/statm: 3522305 21551 3341 1 0 3483520 0
[pid=12534/tid=12535] ppid=12532 vsize=14089220 memory=7660742144744843625 CPUtime=0.67 cores=1,3,5,7
/proc/12534/task/12535/stat : 12535 (java) R 12532 12532 11307 0 -1 4202560 7074 0 0 0 64 3 0 0 20 0 15 0 51148948 14427361280 21551 33554432000 4194304 4196468 140735622680160 140174502893584 140174498684310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12536] ppid=12532 vsize=14089220 memory=5865465064658194540 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12536/stat : 12536 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14427361280 21551 33554432000 4194304 4196468 140735622680160 140174451292560 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12537] ppid=12532 vsize=14089220 memory=4638778398332764256 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12537/stat : 12537 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14427361280 21551 33554432000 4194304 4196468 140735622680160 140174450239760 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12538] ppid=12532 vsize=14089220 memory=-7242455096852575424 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12538/stat : 12538 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148949 14427361280 21551 33554432000 4194304 4196468 140735622680160 140174449187472 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12539] ppid=12532 vsize=14089220 memory=8326441112149131693 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12539/stat : 12539 (java) S 12532 12532 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51148949 14427361280 21551 33554432000 4194304 4196468 140735622680160 140174448134672 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12540] ppid=12532 vsize=14089220 memory=-7737605734073691286 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12540/stat : 12540 (java) S 12532 12532 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51148950 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173837843056 140174498683522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12541] ppid=12532 vsize=14089220 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12541/stat : 12541 (java) S 12532 12532 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173836789024 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12542] ppid=12532 vsize=14089220 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14089220 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14089220 memory=16588 CPUtime=0.26 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 1357 0 0 0 26 0 0 0 20 0 15 0 51148953 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14089220 memory=1296 CPUtime=0.24 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 768 0 0 0 24 0 0 0 20 0 15 0 51148953 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14089220 memory=2412 CPUtime=0.38 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) R 12532 12532 11307 0 -1 4202560 2165 0 0 0 38 0 0 0 20 0 15 0 51148953 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173831526768 140174498693722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14089220 memory=7668012111147524688 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14089220 memory=7451579857426993518 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51148954 14427361280 21551 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 87660 KiB

[startup+1.50086 s]
/proc/loadavg: 2.95 2.30 2.17 6/218 12548
/proc/meminfo: memFree=19342224/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0

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

/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 2170543 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14089220 memory=8682172 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14427361280 2170543 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14089220 memory=1456 CPUtime=1.95 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 19285 0 0 0 193 2 0 0 20 0 15 0 51148953 14427361280 2170543 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14089220 memory=8682172 CPUtime=1.77 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 17591 0 0 0 176 1 0 0 20 0 15 0 51148953 14427361280 2170543 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14089220 memory=1456 CPUtime=0.67 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) S 12532 12532 11307 0 -1 1077944384 12266 0 0 0 66 1 0 0 20 0 15 0 51148953 14427361280 2170543 33554432000 4194304 4196468 140735622680160 140173831526768 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14089220 memory=8682172 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14427361280 2170543 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14089220 memory=4140 CPUtime=0.54 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1553 0 0 0 22 32 0 0 20 0 15 0 51148954 14427361280 2170543 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 2281.44 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8683628 KiB

[startup+2322.3 s]
/proc/loadavg: 1.69 1.81 1.85 3/217 12792
/proc/meminfo: memFree=14501040/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0
[pid=12534] ppid=12532 vsize=14089220 memory=8684248 CPUtime=2341.59 cores=1,3,5,7
/proc/12534/stat : 12534 (java) S 12532 12532 11307 0 -1 1077944320 399275 0 0 0 232792 1367 0 0 20 0 15 0 51148948 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140735622662704 140174498672375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
/proc/12534/statm: 3522305 2171062 3406 1 0 3483520 0
[pid=12534/tid=12535] ppid=12532 vsize=14089220 memory=8684248 CPUtime=2315.42 cores=1,3,5,7
/proc/12534/task/12535/stat : 12535 (java) R 12532 12532 11307 0 -1 4202560 207826 0 0 0 230299 1243 0 0 20 0 15 0 51148948 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140174502909544 140174131643073 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12536] ppid=12532 vsize=14089220 memory=8684248 CPUtime=4.82 cores=1,3,5,7
/proc/12534/task/12536/stat : 12536 (java) S 12532 12532 11307 0 -1 1077944384 22930 0 0 0 468 14 0 0 20 0 15 0 51148949 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140174451292560 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12537] ppid=12532 vsize=14089220 memory=8684248 CPUtime=4.83 cores=1,3,5,7
/proc/12534/task/12537/stat : 12537 (java) S 12532 12532 11307 0 -1 1077944384 15622 0 0 0 470 13 0 0 20 0 15 0 51148949 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140174450239760 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12538] ppid=12532 vsize=14089220 memory=8684248 CPUtime=4.8 cores=1,3,5,7
/proc/12534/task/12538/stat : 12538 (java) S 12532 12532 11307 0 -1 1077944384 17559 0 0 0 467 13 0 0 20 0 15 0 51148949 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140174449187472 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12539] ppid=12532 vsize=14089220 memory=8684248 CPUtime=4.83 cores=1,3,5,7
/proc/12534/task/12539/stat : 12539 (java) S 12532 12532 11307 0 -1 1077944384 16095 0 0 0 470 13 0 0 20 0 15 0 51148949 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140174448134672 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12540] ppid=12532 vsize=14089220 memory=1456 CPUtime=1.79 cores=1,3,5,7
/proc/12534/task/12540/stat : 12540 (java) S 12532 12532 11307 0 -1 1077944384 64588 0 0 0 138 41 0 0 20 0 15 0 51148950 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173837843056 140174498683522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12541] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12541/stat : 12541 (java) S 12532 12532 11307 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173836789088 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12542] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14089220 memory=6408091206851 CPUtime=1.95 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 19293 0 0 0 193 2 0 0 20 0 15 0 51148953 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14089220 memory=4140 CPUtime=1.84 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 19644 0 0 0 183 1 0 0 20 0 15 0 51148953 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14089220 memory=16624 CPUtime=0.67 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) S 12532 12532 11307 0 -1 1077944384 12718 0 0 0 66 1 0 0 20 0 15 0 51148953 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173831526768 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0.55 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1612 0 0 0 23 32 0 0 20 0 15 0 51148954 14427361280 2171062 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 2341.59 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8685704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.7 s]
/proc/loadavg: 1.75 1.81 1.85 3/217 12800
/proc/meminfo: memFree=14511564/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0
[pid=12534] ppid=12532 vsize=14089220 memory=8683736 CPUtime=2400.06 cores=1,3,5,7
/proc/12534/stat : 12534 (java) S 12532 12532 11307 0 -1 1077944320 412800 0 0 0 238638 1368 0 0 20 0 15 0 51148948 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140735622662704 140174498672375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
/proc/12534/statm: 3522305 2170934 3406 1 0 3483520 0
[pid=12534/tid=12535] ppid=12532 vsize=14089220 memory=1456 CPUtime=2373.81 cores=1,3,5,7
/proc/12534/task/12535/stat : 12535 (java) R 12532 12532 11307 0 -1 4202560 212750 0 0 0 236137 1244 0 0 20 0 15 0 51148948 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174502911968 140174133680756 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12536] ppid=12532 vsize=14089220 memory=8684248 CPUtime=4.84 cores=1,3,5,7
/proc/12534/task/12536/stat : 12536 (java) S 12532 12532 11307 0 -1 1077944384 23947 0 0 0 470 14 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174451292560 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12537] ppid=12532 vsize=14089220 memory=1456 CPUtime=4.85 cores=1,3,5,7
/proc/12534/task/12537/stat : 12537 (java) S 12532 12532 11307 0 -1 1077944384 17497 0 0 0 472 13 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174450239760 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12538] ppid=12532 vsize=14089220 memory=8683736 CPUtime=4.82 cores=1,3,5,7
/proc/12534/task/12538/stat : 12538 (java) S 12532 12532 11307 0 -1 1077944384 19822 0 0 0 469 13 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174449187472 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12539] ppid=12532 vsize=14089220 memory=8683736 CPUtime=4.85 cores=1,3,5,7
/proc/12534/task/12539/stat : 12539 (java) S 12532 12532 11307 0 -1 1077944384 19264 0 0 0 472 13 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174448134672 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12540] ppid=12532 vsize=14089220 memory=4140 CPUtime=1.79 cores=1,3,5,7
/proc/12534/task/12540/stat : 12540 (java) S 12532 12532 11307 0 -1 1077944384 64821 0 0 0 138 41 0 0 20 0 15 0 51148950 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173837843056 140174498683522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12541] ppid=12532 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12541/stat : 12541 (java) S 12532 12532 11307 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173836789088 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12542] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14089220 memory=928 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14089220 memory=2240 CPUtime=1.95 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 19297 0 0 0 193 2 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14089220 memory=1456 CPUtime=1.84 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 19646 0 0 0 183 1 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0.67 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) S 12532 12532 11307 0 -1 1077944384 12727 0 0 0 66 1 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173831526768 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14089220 memory=1456 CPUtime=0.56 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1641 0 0 0 23 33 0 0 20 0 15 0 51148954 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8685192 KiB

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

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

[startup+2380.75 s]
# the end of solver process 12534 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2386.4 s, system=13.722 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+2380.7 s]
/proc/loadavg: 1.75 1.81 1.85 3/217 12800
/proc/meminfo: memFree=14511564/32770624 swapFree=67108860/67108860
[pid=12532] ppid=12529 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12532/stat : 12532 (xcsp3-exec) S 12529 12532 11307 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 51148948 115843072 364 33554432000 4194304 5098028 140721584796944 140721584795048 140365017977468 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 23670784 140721584804922 140721584805124 140721584805124 140721584807882 0
/proc/12532/statm: 28282 364 306 221 0 87 0
[pid=12534] ppid=12532 vsize=14089220 memory=8683736 CPUtime=2400.06 cores=1,3,5,7
/proc/12534/stat : 12534 (java) S 12532 12532 11307 0 -1 1077944320 412800 0 0 0 238638 1368 0 0 20 0 15 0 51148948 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140735622662704 140174498672375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
/proc/12534/statm: 3522305 2170934 3406 1 0 3483520 0
[pid=12534/tid=12535] ppid=12532 vsize=14089220 memory=1456 CPUtime=2373.81 cores=1,3,5,7
/proc/12534/task/12535/stat : 12535 (java) R 12532 12532 11307 0 -1 4202560 212750 0 0 0 236137 1244 0 0 20 0 15 0 51148948 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174502911968 140174133680756 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12536] ppid=12532 vsize=14089220 memory=8684248 CPUtime=4.84 cores=1,3,5,7
/proc/12534/task/12536/stat : 12536 (java) S 12532 12532 11307 0 -1 1077944384 23947 0 0 0 470 14 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174451292560 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12537] ppid=12532 vsize=14089220 memory=1456 CPUtime=4.85 cores=1,3,5,7
/proc/12534/task/12537/stat : 12537 (java) S 12532 12532 11307 0 -1 1077944384 17497 0 0 0 472 13 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174450239760 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12538] ppid=12532 vsize=14089220 memory=8683736 CPUtime=4.82 cores=1,3,5,7
/proc/12534/task/12538/stat : 12538 (java) S 12532 12532 11307 0 -1 1077944384 19822 0 0 0 469 13 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174449187472 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12539] ppid=12532 vsize=14089220 memory=8683736 CPUtime=4.85 cores=1,3,5,7
/proc/12534/task/12539/stat : 12539 (java) S 12532 12532 11307 0 -1 1077944384 19264 0 0 0 472 13 0 0 20 0 15 0 51148949 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140174448134672 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12540] ppid=12532 vsize=14089220 memory=4140 CPUtime=1.79 cores=1,3,5,7
/proc/12534/task/12540/stat : 12540 (java) S 12532 12532 11307 0 -1 1077944384 64821 0 0 0 138 41 0 0 20 0 15 0 51148950 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173837843056 140174498683522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12541] ppid=12532 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12541/stat : 12541 (java) S 12532 12532 11307 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173836789088 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12542] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12542/stat : 12542 (java) S 12532 12532 11307 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 51148951 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173835736688 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12543] ppid=12532 vsize=14089220 memory=928 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12543/stat : 12543 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173834685008 140174498690971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12544] ppid=12532 vsize=14089220 memory=2240 CPUtime=1.95 cores=1,3,5,7
/proc/12534/task/12544/stat : 12544 (java) S 12532 12532 11307 0 -1 1077944384 19297 0 0 0 193 2 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173833631856 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12545] ppid=12532 vsize=14089220 memory=1456 CPUtime=1.84 cores=1,3,5,7
/proc/12534/task/12545/stat : 12545 (java) S 12532 12532 11307 0 -1 1077944384 19646 0 0 0 183 1 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173832579056 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12546] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0.67 cores=1,3,5,7
/proc/12534/task/12546/stat : 12546 (java) S 12532 12532 11307 0 -1 1077944384 12727 0 0 0 66 1 0 0 20 0 15 0 51148953 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173831526768 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12547] ppid=12532 vsize=14089220 memory=8684248 CPUtime=0 cores=1,3,5,7
/proc/12534/task/12547/stat : 12547 (java) S 12532 12532 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51148954 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173830474208 140174498682581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
[pid=12534/tid=12548] ppid=12532 vsize=14089220 memory=1456 CPUtime=0.56 cores=1,3,5,7
/proc/12534/task/12548/stat : 12548 (java) S 12532 12532 11307 0 -1 1077944384 1641 0 0 0 23 33 0 0 20 0 15 0 51148954 14427361280 2170934 33554432000 4194304 4196468 140735622680160 140173829422000 140174498683522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24285184 140735622681729 140735622681905 140735622681905 140735622684623 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8685192 KiB

Child status: 143
Real time (s): 2380.75
CPU time (s): 2400.12
CPU user time (s): 2386.4
CPU system time (s): 13.722
CPU usage (%): 100.814
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 8685704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2386.4
system time used= 13.722
maximum resident set size= 8684248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74033
involuntary context switches= 2790


# summary of solver processes directly reported to runsolver:
#   pid: 12532,12534
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2386.4
#   total CPU system time (s): 13.722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.953 second user time and 23.8086 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 10:50:58
IDJOB=4292314
IDBENCH=141319
IDSOLVER=2747
FILE ID=node103/4292314-1532335858
RUNJOBID= node103-1532328173-11339
PBS_JOBID= 21018996
Free space on /tmp= 56832 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18b_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292314-1532335858/watcher-4292314-1532335858 -o /tmp/evaluation-result-4292314-1532335858/solver-4292314-1532335858 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11339 --watchdog 2560  HOME/xcsp3-exec -seed 1138115974 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292314-1532335858.xml

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

MD5SUM BENCH= cfb25615b49033917f7fa13487cdd88c
RANDOM SEED=1138115974

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.48
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.48
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.48
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.48
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:        19432904 kB
MemAvailable:   28018608 kB
Buffers:          256848 kB
Cached:          8527632 kB
SwapCached:            0 kB
Active:          5445792 kB
Inactive:        7305572 kB
Active(anon):    3969428 kB
Inactive(anon):    16976 kB
Active(file):    1476364 kB
Inactive(file):  7288596 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20628 kB
Writeback:             0 kB
AnonPages:       4055528 kB
Mapped:            49672 kB
Shmem:             17036 kB
Slab:             277224 kB
SReclaimable:     249204 kB
SUnreclaim:        28020 kB
KernelStack:        3856 kB
PageTables:        12908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7164596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3930112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56812 MiB
End job on node103 at 2018-07-23 11:30:38