Trace number 4393069

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 NameAnswerCPU timeWall clock time
choco-solver 2019-06-14? (TO) 2520.38 633.576

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-90-07.xml
MD5SUM62ab34719a1ca197804bba3dde19efaf
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark78.8072
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1463
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":14,"count":1},{"arity":17,"count":1},{"arity":20,"count":1},{"arity":22,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":2},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":1},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1262},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393069-1568319803.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393069-1568319803.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.29	c parse instance...
2.80/1.11	c solve instance...
2520.08/633.56	s UNKNOWN
2520.08/633.56	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 (9190 MiB free)
  memory of node 1: 16384 MiB (15066 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393069-1568319803/watcher-4393069-1568319803 -o /tmp/evaluation-result-4393069-1568319803/solver-4393069-1568319803 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1633314805 HOME/instance-4393069-1568319803.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
solver pid=23061, runsolver pid=23058
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 8.03 8.29 8.12 6/233 23077
/proc/meminfo: memFree=24826724/32770624 swapFree=66977612/67108860
[pid=23061] ppid=23058 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23061/stat : 23061 (xcsp3-exec) S 23058 23061 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408237658 115843072 362 33554432000 4194304 5098028 140723220512256 140723220510360 140118887678588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10481664 140723220513658 140723220513901 140723220513901 140723220516810 0
/proc/23061/statm: 28282 362 304 221 0 87 0
[pid=23063] ppid=23061 vsize=15144768 memory=29056 CPUtime=0.12 cores=0,2,4,6
/proc/23063/stat : 23063 (java) S 23061 23061 15592 0 -1 1077944320 5658 0 0 0 11 1 0 0 20 0 15 0 408237658 15508242432 7264 33554432000 4194304 4196468 140735456735840 140735456718384 140212499300087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
/proc/23063/statm: 3786192 7264 3151 1 0 3748377 0
[pid=23063/tid=23064] ppid=23061 vsize=15144768 memory=576460756329955459 CPUtime=0.08 cores=0,2,4,6
/proc/23063/task/23064/stat : 23064 (java) R 23061 23061 15592 0 -1 4202560 3584 0 0 0 8 0 0 0 20 0 15 0 408237658 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212503536512 140212499322013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23065] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23065/stat : 23065 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212435536144 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23066] ppid=23061 vsize=15144768 memory=140055142559541 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23066/stat : 23066 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212434483600 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23067] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23067/stat : 23067 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212433431056 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23068] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23068/stat : 23068 (java) S 23061 23061 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212432378512 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23069] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23069/stat : 23069 (java) S 23061 23061 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408237660 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212035070448 140212499311234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23070] ppid=23061 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23070/stat : 23070 (java) S 23061 23061 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408237661 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212034016672 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23071] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23071/stat : 23071 (java) S 23061 23061 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408237661 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212032964080 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23072] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23072/stat : 23072 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237663 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212031912656 140212499318683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23073] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23073/stat : 23073 (java) S 23061 23061 15592 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 408237663 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212030859248 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23074] ppid=23061 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23074/stat : 23074 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237663 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212029806704 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23075] ppid=23061 vsize=15144768 memory=140055142540928 CPUtime=0.01 cores=0,2,4,6
/proc/23063/task/23075/stat : 23075 (java) R 23061 23061 15592 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 15 0 408237664 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212028754160 140212499321434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23076] ppid=23061 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23076/stat : 23076 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237664 15508242432 7264 33554432000 4194304 4196468 140735456735840 140212027701856 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23077] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23077/stat : 23077 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237664 15508242432 7264 33554432000 4194304 4196468 140735456735840 140211958836016 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30504 KiB

[startup+0.210795 s]*
/proc/loadavg: 8.03 8.29 8.12 6/233 23077
/proc/meminfo: memFree=24818364/32770624 swapFree=66977612/67108860
[pid=23061] ppid=23058 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23061/stat : 23061 (xcsp3-exec) S 23058 23061 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408237658 115843072 362 33554432000 4194304 5098028 140723220512256 140723220510360 140118887678588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10481664 140723220513658 140723220513901 140723220513901 140723220516810 0
/proc/23061/statm: 28282 362 304 221 0 87 0
[pid=23063] ppid=23061 vsize=15144768 memory=40576 CPUtime=0.33 cores=0,2,4,6
/proc/23063/stat : 23063 (java) S 23061 23061 15592 0 -1 1077944320 9316 0 0 0 30 3 0 0 20 0 15 0 408237658 15508242432 10144 33554432000 4194304 4196468 140735456735840 140735456718384 140212499300087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
/proc/23063/statm: 3786192 10144 3311 1 0 3748377 0
[pid=23063/tid=23064] ppid=23061 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23063/task/23064/stat : 23064 (java) R 23061 23061 15592 0 -1 4202560 6592 0 0 0 18 2 0 0 20 0 15 0 408237658 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212503529808 140212499312022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23065] ppid=23061 vsize=15144768 memory=1898157 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23065/stat : 23065 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212435536144 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23066] ppid=23061 vsize=15144768 memory=288370431294252672 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23066/stat : 23066 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212434483600 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23067] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23067/stat : 23067 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212433431056 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23068] ppid=23061 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23068/stat : 23068 (java) S 23061 23061 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408237659 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212432378512 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23069] ppid=23061 vsize=15144768 memory=140055142540928 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23069/stat : 23069 (java) S 23061 23061 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408237660 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212035070448 140212499311234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23070] ppid=23061 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23070/stat : 23070 (java) S 23061 23061 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408237661 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212034016672 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23071] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23071/stat : 23071 (java) S 23061 23061 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408237661 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212032964080 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23072] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23072/stat : 23072 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237663 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212031912656 140212499318683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23073] ppid=23061 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23063/task/23073/stat : 23073 (java) S 23061 23061 15592 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 408237663 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212030859248 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23074] ppid=23061 vsize=15144768 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/23063/task/23074/stat : 23074 (java) S 23061 23061 15592 0 -1 1077944384 137 0 0 0 3 0 0 0 20 0 15 0 408237663 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212029806704 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23075] ppid=23061 vsize=15144768 memory=140055142540928 CPUtime=0.07 cores=0,2,4,6
/proc/23063/task/23075/stat : 23075 (java) R 23061 23061 15592 0 -1 4202560 801 0 0 0 7 0 0 0 20 0 15 0 408237664 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212028754160 140212483380574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23076] ppid=23061 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23076/stat : 23076 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237664 15508242432 10144 33554432000 4194304 4196468 140735456735840 140212027701856 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23077] ppid=23061 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23077/stat : 23077 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237664 15508242432 10144 33554432000 4194304 4196468 140735456735840 140211958836016 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42024 KiB

[startup+0.311043 s]*
/proc/loadavg: 8.03 8.29 8.12 10/233 23077
/proc/meminfo: memFree=24814116/32770624 swapFree=66977612/67108860
[pid=23061] ppid=23058 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23061/stat : 23061 (xcsp3-exec) S 23058 23061 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408237658 115843072 362 33554432000 4194304 5098028 140723220512256 140723220510360 140118887678588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10481664 140723220513658 140723220513901 140723220513901 140723220516810 0
/proc/23061/statm: 28282 362 304 221 0 87 0
[pid=23063] ppid=23061 vsize=15149024 memory=50076 CPUtime=0.53 cores=0,2,4,6
/proc/23063/stat : 23063 (java) S 23061 23061 15592 0 -1 1077944320 10814 0 0 0 49 4 0 0 20 0 15 0 408237658 15512600576 12519 33554432000 4194304 4196468 140735456735840 140735456718384 140212499300087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
/proc/23063/statm: 3787256 12519 3370 1 0 3748377 0
[pid=23063/tid=23064] ppid=23061 vsize=15149024 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/23063/task/23064/stat : 23064 (java) R 23061 23061 15592 0 -1 4202560 7730 0 0 0 27 2 0 0 20 0 15 0 408237658 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212503531200 140212483380574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23065] ppid=23061 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23065/stat : 23065 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212435536144 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23066] ppid=23061 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23066/stat : 23066 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212434483600 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23067] ppid=23061 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23067/stat : 23067 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212433431056 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23068] ppid=23061 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23068/stat : 23068 (java) S 23061 23061 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408237659 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212432378512 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23069] ppid=23061 vsize=15149024 memory=-6945283279944138911 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23069/stat : 23069 (java) S 23061 23061 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408237660 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212035070448 140212499311234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23070] ppid=23061 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23070/stat : 23070 (java) S 23061 23061 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408237661 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212034016672 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23071] ppid=23061 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23071/stat : 23071 (java) S 23061 23061 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408237661 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212032964080 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23072] ppid=23061 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23072/stat : 23072 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237663 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212031912656 140212499318683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23073] ppid=23061 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/23063/task/23073/stat : 23073 (java) R 23061 23061 15592 0 -1 4202560 601 0 0 0 4 0 0 0 20 0 15 0 408237663 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212030849632 140212484425493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23074] ppid=23061 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23063/task/23074/stat : 23074 (java) S 23061 23061 15592 0 -1 1077944384 213 0 0 0 4 0 0 0 20 0 15 0 408237663 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212029806704 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23075] ppid=23061 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23063/task/23075/stat : 23075 (java) S 23061 23061 15592 0 -1 1077944384 967 0 0 0 12 0 0 0 20 0 15 0 408237664 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212028754160 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23076] ppid=23061 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23076/stat : 23076 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237664 15512600576 12519 33554432000 4194304 4196468 140735456735840 140212027701856 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23077] ppid=23061 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23077/stat : 23077 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237664 15512600576 12519 33554432000 4194304 4196468 140735456735840 140211958836016 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51524 KiB

[startup+0.701738 s]
/proc/loadavg: 8.03 8.29 8.12 7/233 23077
/proc/meminfo: memFree=24793668/32770624 swapFree=66977612/67108860
[pid=23061] ppid=23058 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23061/stat : 23061 (xcsp3-exec) S 23058 23061 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408237658 115843072 362 33554432000 4194304 5098028 140723220512256 140723220510360 140118887678588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10481664 140723220513658 140723220513901 140723220513901 140723220516810 0
/proc/23061/statm: 28282 362 304 221 0 87 0
[pid=23063] ppid=23061 vsize=15151148 memory=92928 CPUtime=1.75 cores=0,2,4,6
/proc/23063/stat : 23063 (java) S 23061 23061 15592 0 -1 1077944320 16435 0 0 0 170 5 0 0 20 0 15 0 408237658 15514775552 23232 33554432000 4194304 4196468 140735456735840 140735456718384 140212499300087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
/proc/23063/statm: 3787787 23232 3455 1 0 3748889 0
[pid=23063/tid=23064] ppid=23061 vsize=15151148 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/23063/task/23064/stat : 23064 (java) R 23061 23061 15592 0 -1 4202560 9294 0 0 0 64 3 0 0 20 0 15 0 408237658 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212503535888 140212114235866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23065] ppid=23061 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23065/stat : 23065 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212435536144 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23066] ppid=23061 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23066/stat : 23066 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212434483600 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23067] ppid=23061 vsize=15151148 memory=704 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23067/stat : 23067 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237659 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212433431056 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23068] ppid=23061 vsize=15151148 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23068/stat : 23068 (java) S 23061 23061 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408237659 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212432378512 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23069] ppid=23061 vsize=15151148 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23069/stat : 23069 (java) S 23061 23061 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408237660 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212035070448 140212499311234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23070] ppid=23061 vsize=15151148 memory=780 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23070/stat : 23070 (java) S 23061 23061 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408237661 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212034016672 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23071] ppid=23061 vsize=15151148 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23071/stat : 23071 (java) S 23061 23061 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408237661 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212032964080 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23072] ppid=23061 vsize=15151148 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23072/stat : 23072 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237663 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212031912656 140212499318683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23073] ppid=23061 vsize=15151148 memory=5952 CPUtime=0.31 cores=0,2,4,6
/proc/23063/task/23073/stat : 23073 (java) R 23061 23061 15592 0 -1 4202560 2178 0 0 0 31 0 0 0 20 0 15 0 408237663 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212030845024 140212480821152 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23074] ppid=23061 vsize=15151148 memory=7552 CPUtime=0.34 cores=0,2,4,6
/proc/23063/task/23074/stat : 23074 (java) R 23061 23061 15592 0 -1 4202560 1272 0 0 0 34 0 0 0 20 0 15 0 408237663 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212029792784 140212485328873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23075] ppid=23061 vsize=15151148 memory=2832 CPUtime=0.39 cores=0,2,4,6
/proc/23063/task/23075/stat : 23075 (java) R 23061 23061 15592 0 -1 4202560 2387 0 0 0 39 0 0 0 20 0 15 0 408237664 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212028754160 140212483380574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23076] ppid=23061 vsize=15151148 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23076/stat : 23076 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408237664 15514775552 23232 33554432000 4194304 4196468 140735456735840 140212027701856 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23077] ppid=23061 vsize=15151148 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23077/stat : 23077 (java) S 23061 23061 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408237664 15514775552 23232 33554432000 4194304 4196468 140735456735840 140211958836016 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 94376 KiB

[startup+1.50074 s]
/proc/loadavg: 8.03 8.29 8.12 8/233 23077
/proc/meminfo: memFree=24696788/32770624 swapFree=66977612/67108860
[pid=23061] ppid=23058 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23061/stat : 23061 (xcsp3-exec) S 23058 23061 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408237658 115843072 362 33554432000 4194304 5098028 140723220512256 140723220510360 140118887678588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10481664 140723220513658 140723220513901 140723220513901 140723220516810 0
/proc/23061/statm: 28282 362 304 221 0 87 0

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

/proc/23063/stat : 23063 (java) S 23061 23061 15592 0 -1 1077944320 90950 0 0 0 231603 34 0 0 20 0 19 0 408237658 15789518848 51415 33554432000 4194304 4196468 140735456735840 140735456718384 140212499300087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
/proc/23063/statm: 3854863 51415 3531 1 0 3815965 0
[pid=23063/tid=23064] ppid=23061 vsize=15419452 memory=205660 CPUtime=1.09 cores=0,2,4,6
/proc/23063/task/23064/stat : 23064 (java) S 23061 23061 15592 0 -1 1077944384 11419 0 0 0 104 5 0 0 20 0 19 0 408237658 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212503540864 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23065] ppid=23061 vsize=15419452 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/23063/task/23065/stat : 23065 (java) S 23061 23061 15592 0 -1 1077944384 1858 0 0 0 23 3 0 0 20 0 19 0 408237659 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212435536144 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23066] ppid=23061 vsize=15419452 memory=205660 CPUtime=0.25 cores=0,2,4,6
/proc/23063/task/23066/stat : 23066 (java) S 23061 23061 15592 0 -1 1077944384 3825 0 0 0 22 3 0 0 20 0 19 0 408237659 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212434483600 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23067] ppid=23061 vsize=15419452 memory=19 CPUtime=0.27 cores=0,2,4,6
/proc/23063/task/23067/stat : 23067 (java) S 23061 23061 15592 0 -1 1077944384 3986 0 0 0 23 4 0 0 20 0 19 0 408237659 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212433431056 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23068] ppid=23061 vsize=15419452 memory=20 CPUtime=0.26 cores=0,2,4,6
/proc/23063/task/23068/stat : 23068 (java) S 23061 23061 15592 0 -1 1077944384 3368 0 0 0 22 4 0 0 20 0 19 0 408237659 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212432378512 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23069] ppid=23061 vsize=15419452 memory=1448 CPUtime=0.14 cores=0,2,4,6
/proc/23063/task/23069/stat : 23069 (java) S 23061 23061 15592 0 -1 1077944384 2614 0 0 0 11 3 0 0 20 0 19 0 408237660 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212035070448 140212499311234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23070] ppid=23061 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23070/stat : 23070 (java) S 23061 23061 15592 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 408237661 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212034016736 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23071] ppid=23061 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23071/stat : 23071 (java) S 23061 23061 15592 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408237661 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212032964096 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23072] ppid=23061 vsize=15419452 memory=203604 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23072/stat : 23072 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408237663 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212031912656 140212499318683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23073] ppid=23061 vsize=15419452 memory=190756 CPUtime=3.19 cores=0,2,4,6
/proc/23063/task/23073/stat : 23073 (java) S 23061 23061 15592 0 -1 1077944384 20920 0 0 0 317 2 0 0 20 0 19 0 408237663 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212030859248 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23074] ppid=23061 vsize=15419452 memory=1448 CPUtime=3.09 cores=0,2,4,6
/proc/23063/task/23074/stat : 23074 (java) S 23061 23061 15592 0 -1 1077944384 21399 0 0 0 307 2 0 0 20 0 19 0 408237663 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212029806704 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23075] ppid=23061 vsize=15419452 memory=1448 CPUtime=0.82 cores=0,2,4,6
/proc/23063/task/23075/stat : 23075 (java) S 23061 23061 15592 0 -1 1077944384 10974 0 0 0 80 2 0 0 20 0 19 0 408237664 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212028754160 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23076] ppid=23061 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23076/stat : 23076 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408237664 15789518848 51415 33554432000 4194304 4196468 140735456735840 140212027701856 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23077] ppid=23061 vsize=15419452 memory=205660 CPUtime=0.11 cores=0,2,4,6
/proc/23063/task/23077/stat : 23077 (java) S 23061 23061 15592 0 -1 1077944384 1258 0 0 0 0 11 0 0 20 0 19 0 408237664 15789518848 51415 33554432000 4194304 4196468 140735456735840 140211958836016 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23078] ppid=23061 vsize=15419452 memory=1448 CPUtime=575.83 cores=0,2,4,6
/proc/23063/task/23078/stat : 23078 (java) R 23061 23061 15592 0 -1 4202560 1508 0 0 0 57583 0 0 0 20 0 19 0 408237770 15789518848 51415 33554432000 4194304 4196468 140735456735840 140211949861920 140212116599457 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23079] ppid=23061 vsize=15419452 memory=3616 CPUtime=576.7 cores=0,2,4,6
/proc/23063/task/23079/stat : 23079 (java) R 23061 23061 15592 0 -1 4202560 3441 0 0 0 57670 0 0 0 20 0 19 0 408237770 15789518848 51415 33554432000 4194304 4196468 140735456735840 140211948813520 140212117098446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23080] ppid=23061 vsize=15419452 memory=38228 CPUtime=576.98 cores=0,2,4,6
/proc/23063/task/23080/stat : 23080 (java) R 23061 23061 15592 0 -1 4202560 1185 0 0 0 57698 0 0 0 20 0 19 0 408237770 15789518848 51415 33554432000 4194304 4196468 140735456735840 140211947758232 140212116994022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23081] ppid=23061 vsize=15419452 memory=203604 CPUtime=577.25 cores=0,2,4,6
/proc/23063/task/23081/stat : 23081 (java) R 23061 23061 15592 0 -1 4202560 1788 0 0 0 57723 2 0 0 20 0 19 0 408237770 15789518848 51415 33554432000 4194304 4196468 140735456735840 140211946704664 140212117112483 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
Current children cumulated CPU time: 2316.37 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 207108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.502 s]
/proc/loadavg: 8.69 8.52 8.29 9/237 23537
/proc/meminfo: memFree=24773712/32770624 swapFree=66977612/67108860
[pid=23061] ppid=23058 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23061/stat : 23061 (xcsp3-exec) S 23058 23061 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408237658 115843072 362 33554432000 4194304 5098028 140723220512256 140723220510360 140118887678588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10481664 140723220513658 140723220513901 140723220513901 140723220516810 0
/proc/23061/statm: 28282 362 304 221 0 87 0
[pid=23063] ppid=23061 vsize=15419452 memory=226232 CPUtime=2520.08 cores=0,2,4,6
/proc/23063/stat : 23063 (java) S 23061 23061 15592 0 -1 1077944320 92750 0 0 0 251973 35 0 0 20 0 19 0 408237658 15789518848 56558 33554432000 4194304 4196468 140735456735840 140735456718384 140212499300087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
/proc/23063/statm: 3854863 56558 3531 1 0 3815965 0
[pid=23063/tid=23064] ppid=23061 vsize=15419452 memory=226232 CPUtime=1.09 cores=0,2,4,6
/proc/23063/task/23064/stat : 23064 (java) S 23061 23061 15592 0 -1 1077944384 11419 0 0 0 104 5 0 0 20 0 19 0 408237658 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212503540864 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23065] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.29 cores=0,2,4,6
/proc/23063/task/23065/stat : 23065 (java) S 23061 23061 15592 0 -1 1077944384 2257 0 0 0 26 3 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212435536144 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23066] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.29 cores=0,2,4,6
/proc/23063/task/23066/stat : 23066 (java) S 23061 23061 15592 0 -1 1077944384 3922 0 0 0 25 4 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212434483600 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23067] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.31 cores=0,2,4,6
/proc/23063/task/23067/stat : 23067 (java) S 23061 23061 15592 0 -1 1077944384 4082 0 0 0 27 4 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212433431056 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23068] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.3 cores=0,2,4,6
/proc/23063/task/23068/stat : 23068 (java) S 23061 23061 15592 0 -1 1077944384 3457 0 0 0 26 4 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212432378512 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23069] ppid=23061 vsize=15419452 memory=1448 CPUtime=0.17 cores=0,2,4,6
/proc/23063/task/23069/stat : 23069 (java) S 23061 23061 15592 0 -1 1077944384 2863 0 0 0 13 4 0 0 20 0 19 0 408237660 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212035070448 140212499311234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23070] ppid=23061 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23070/stat : 23070 (java) S 23061 23061 15592 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 408237661 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212034016736 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23071] ppid=23061 vsize=15419452 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23071/stat : 23071 (java) S 23061 23061 15592 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408237661 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212032964096 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23072] ppid=23061 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23072/stat : 23072 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408237663 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212031912656 140212499318683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23073] ppid=23061 vsize=15419452 memory=1448 CPUtime=3.21 cores=0,2,4,6
/proc/23063/task/23073/stat : 23073 (java) S 23061 23061 15592 0 -1 1077944384 21240 0 0 0 319 2 0 0 20 0 19 0 408237663 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212030859248 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23074] ppid=23061 vsize=15419452 memory=1448 CPUtime=3.09 cores=0,2,4,6
/proc/23063/task/23074/stat : 23074 (java) S 23061 23061 15592 0 -1 1077944384 21401 0 0 0 307 2 0 0 20 0 19 0 408237663 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212029806704 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23075] ppid=23061 vsize=15419452 memory=1448 CPUtime=0.82 cores=0,2,4,6
/proc/23063/task/23075/stat : 23075 (java) S 23061 23061 15592 0 -1 1077944384 10976 0 0 0 80 2 0 0 20 0 19 0 408237664 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212028754160 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23076] ppid=23061 vsize=15419452 memory=226232 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23076/stat : 23076 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408237664 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212027701856 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23077] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.12 cores=0,2,4,6
/proc/23063/task/23077/stat : 23077 (java) S 23061 23061 15592 0 -1 1077944384 1283 0 0 0 0 12 0 0 20 0 19 0 408237664 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211958836016 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23078] ppid=23061 vsize=15419452 memory=226232 CPUtime=626.64 cores=0,2,4,6
/proc/23063/task/23078/stat : 23078 (java) R 23061 23061 15592 0 -1 4202560 1613 0 0 0 62664 0 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211949862200 140212117098384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23079] ppid=23061 vsize=15419452 memory=38228 CPUtime=627.56 cores=0,2,4,6
/proc/23063/task/23079/stat : 23079 (java) R 23061 23061 15592 0 -1 4202560 3595 0 0 0 62756 0 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211948810704 140212116697182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23080] ppid=23061 vsize=15419452 memory=988 CPUtime=627.9 cores=0,2,4,6
/proc/23063/task/23080/stat : 23080 (java) R 23061 23061 15592 0 -1 4202560 1311 0 0 0 62790 0 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211947758096 140212116598973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23081] ppid=23061 vsize=15419452 memory=1448 CPUtime=628.17 cores=0,2,4,6
/proc/23063/task/23081/stat : 23081 (java) R 23061 23061 15592 0 -1 4202560 1924 0 0 0 62815 2 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211946707296 140212117112474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 227680 KiB

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

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

[startup+633.576 s]
# the end of solver process 23063 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.02 s, system=0.361488 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+633.502 s]
/proc/loadavg: 8.69 8.52 8.29 9/237 23537
/proc/meminfo: memFree=24773712/32770624 swapFree=66977612/67108860
[pid=23061] ppid=23058 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23061/stat : 23061 (xcsp3-exec) S 23058 23061 15592 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408237658 115843072 362 33554432000 4194304 5098028 140723220512256 140723220510360 140118887678588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10481664 140723220513658 140723220513901 140723220513901 140723220516810 0
/proc/23061/statm: 28282 362 304 221 0 87 0
[pid=23063] ppid=23061 vsize=15419452 memory=226232 CPUtime=2520.08 cores=0,2,4,6
/proc/23063/stat : 23063 (java) S 23061 23061 15592 0 -1 1077944320 92750 0 0 0 251973 35 0 0 20 0 19 0 408237658 15789518848 56558 33554432000 4194304 4196468 140735456735840 140735456718384 140212499300087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
/proc/23063/statm: 3854863 56558 3531 1 0 3815965 0
[pid=23063/tid=23064] ppid=23061 vsize=15419452 memory=226232 CPUtime=1.09 cores=0,2,4,6
/proc/23063/task/23064/stat : 23064 (java) S 23061 23061 15592 0 -1 1077944384 11419 0 0 0 104 5 0 0 20 0 19 0 408237658 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212503540864 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23065] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.29 cores=0,2,4,6
/proc/23063/task/23065/stat : 23065 (java) S 23061 23061 15592 0 -1 1077944384 2257 0 0 0 26 3 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212435536144 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23066] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.29 cores=0,2,4,6
/proc/23063/task/23066/stat : 23066 (java) S 23061 23061 15592 0 -1 1077944384 3922 0 0 0 25 4 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212434483600 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23067] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.31 cores=0,2,4,6
/proc/23063/task/23067/stat : 23067 (java) S 23061 23061 15592 0 -1 1077944384 4082 0 0 0 27 4 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212433431056 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23068] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.3 cores=0,2,4,6
/proc/23063/task/23068/stat : 23068 (java) S 23061 23061 15592 0 -1 1077944384 3457 0 0 0 26 4 0 0 20 0 19 0 408237659 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212432378512 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23069] ppid=23061 vsize=15419452 memory=1448 CPUtime=0.17 cores=0,2,4,6
/proc/23063/task/23069/stat : 23069 (java) S 23061 23061 15592 0 -1 1077944384 2863 0 0 0 13 4 0 0 20 0 19 0 408237660 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212035070448 140212499311234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23070] ppid=23061 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23070/stat : 23070 (java) S 23061 23061 15592 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 408237661 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212034016736 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23071] ppid=23061 vsize=15419452 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23071/stat : 23071 (java) S 23061 23061 15592 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 408237661 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212032964096 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23072] ppid=23061 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23072/stat : 23072 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408237663 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212031912656 140212499318683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23073] ppid=23061 vsize=15419452 memory=1448 CPUtime=3.21 cores=0,2,4,6
/proc/23063/task/23073/stat : 23073 (java) S 23061 23061 15592 0 -1 1077944384 21240 0 0 0 319 2 0 0 20 0 19 0 408237663 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212030859248 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23074] ppid=23061 vsize=15419452 memory=1448 CPUtime=3.09 cores=0,2,4,6
/proc/23063/task/23074/stat : 23074 (java) S 23061 23061 15592 0 -1 1077944384 21401 0 0 0 307 2 0 0 20 0 19 0 408237663 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212029806704 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23075] ppid=23061 vsize=15419452 memory=1448 CPUtime=0.82 cores=0,2,4,6
/proc/23063/task/23075/stat : 23075 (java) S 23061 23061 15592 0 -1 1077944384 10976 0 0 0 80 2 0 0 20 0 19 0 408237664 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212028754160 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23076] ppid=23061 vsize=15419452 memory=226232 CPUtime=0 cores=0,2,4,6
/proc/23063/task/23076/stat : 23076 (java) S 23061 23061 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408237664 15789518848 56558 33554432000 4194304 4196468 140735456735840 140212027701856 140212499310293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23077] ppid=23061 vsize=15419452 memory=226232 CPUtime=0.12 cores=0,2,4,6
/proc/23063/task/23077/stat : 23077 (java) S 23061 23061 15592 0 -1 1077944384 1283 0 0 0 0 12 0 0 20 0 19 0 408237664 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211958836016 140212499311234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23078] ppid=23061 vsize=15419452 memory=226232 CPUtime=626.64 cores=0,2,4,6
/proc/23063/task/23078/stat : 23078 (java) R 23061 23061 15592 0 -1 4202560 1613 0 0 0 62664 0 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211949862200 140212117098384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23079] ppid=23061 vsize=15419452 memory=38228 CPUtime=627.56 cores=0,2,4,6
/proc/23063/task/23079/stat : 23079 (java) R 23061 23061 15592 0 -1 4202560 3595 0 0 0 62756 0 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211948810704 140212116697182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23080] ppid=23061 vsize=15419452 memory=988 CPUtime=627.9 cores=0,2,4,6
/proc/23063/task/23080/stat : 23080 (java) R 23061 23061 15592 0 -1 4202560 1311 0 0 0 62790 0 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211947758096 140212116598973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
[pid=23063/tid=23081] ppid=23061 vsize=15419452 memory=1448 CPUtime=628.17 cores=0,2,4,6
/proc/23063/task/23081/stat : 23081 (java) R 23061 23061 15592 0 -1 4202560 1924 0 0 0 62815 2 0 0 20 0 19 0 408237770 15789518848 56558 33554432000 4194304 4196468 140735456735840 140211946707296 140212117112474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140735456740335 140735456740506 140735456740506 140735456743375 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 227680 KiB

Child status: 143
Real time (s): 633.576
CPU time (s): 2520.38
CPU user time (s): 2520.02
CPU system time (s): 0.361488
CPU usage (%): 397.803
Max. virtual memory (cumulated for all children) (KiB): 15532580
Max. memory (cumulated for all children) (KiB): 281240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.02
system time used= 0.361488
maximum resident set size= 283888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21150
involuntary context switches= 35868


# summary of solver processes directly reported to runsolver:
#   pid: 23061,23063
#   total CPU time (s): 2520.38
#   total CPU user time (s): 2520.02
#   total CPU system time (s): 0.361488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.00414 second user time and 6.7492 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 21:13:07
IDJOB=4393069
IDBENCH=128106
IDSOLVER=2840
FILE ID=node104/4393069-1568319803
RUNJOBID= node104-1568309054-15623
PBS_JOBID= 21701133
Free space on /tmp= 56548 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-90-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393069-1568319803/watcher-4393069-1568319803 -o /tmp/evaluation-result-4393069-1568319803/solver-4393069-1568319803 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1633314805 HOME/instance-4393069-1568319803.xml

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

MD5SUM BENCH= 62ab34719a1ca197804bba3dde19efaf
RANDOM SEED=1633314805

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        24848364 kB
MemAvailable:   31528692 kB
Buffers:          125448 kB
Cached:          6768500 kB
SwapCached:        31864 kB
Active:          2103056 kB
Inactive:        5129004 kB
Active(anon):     301988 kB
Inactive(anon):    77652 kB
Active(file):    1801068 kB
Inactive(file):  5051352 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             25332 kB
Writeback:           776 kB
AnonPages:        426272 kB
Mapped:            55972 kB
Shmem:             32780 kB
Slab:             286340 kB
SReclaimable:     256368 kB
SUnreclaim:        29972 kB
KernelStack:        4064 kB
PageTables:         6536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1376188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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= 56524 MiB
End job on node104 at 2019-09-12 21:23:41