Trace number 4403529

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-09-20? (TO) 2520.67 633.387

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-4403529-1568991446.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403529-1568991446.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.86/1.10	c solve instance...
2520.32/633.36	s UNKNOWN
2520.32/633.36	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 (7122 MiB free)
  memory of node 1: 16384 MiB (3331 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403529-1568991446/watcher-4403529-1568991446 -o /var/tmp/evaluation-result-4403529-1568991446/solver-4403529-1568991446 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4811 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 981369003 HOME/instance-4403529-1568991446.xml 

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

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

solver pid=6224, runsolver pid=6221

[startup+0.100123 s]*
/proc/loadavg: 7.87 7.61 5.03 7/233 6240
/proc/meminfo: memFree=10689852/32770624 swapFree=66997180/67108860
[pid=6224] ppid=6221 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6224/stat : 6224 (xcsp3-exec) S 6221 6224 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475082996 115843072 363 33554432000 4194304 5098028 140721967017184 140721967015288 139883940246140 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9924608 140721967022935 140721967023193 140721967023193 140721967026118 0
/proc/6224/statm: 28282 363 304 221 0 87 0
[pid=6226] ppid=6224 vsize=15144776 memory=28728 CPUtime=0.13 cores=0,2,4,6
/proc/6226/stat : 6226 (java) S 6224 6224 4780 0 -1 1077944320 5640 0 0 0 12 1 0 0 20 0 15 0 475082997 15508250624 7182 33554432000 4194304 4196468 140736670655232 140736670637776 139730499632887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
/proc/6226/statm: 3786194 7182 3159 1 0 3748377 0
[pid=6226/tid=6227] ppid=6224 vsize=15144776 memory=8331278464637440859 CPUtime=0.09 cores=0,2,4,6
/proc/6226/task/6227/stat : 6227 (java) R 6224 6224 4780 0 -1 4202560 3539 0 0 0 8 1 0 0 20 0 15 0 475082997 15508250624 7248 33554432000 4194304 4196468 140736670655232 139730503866480 139730483676517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6228] ppid=6224 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6228/stat : 6228 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 7248 33554432000 4194304 4196468 140736670655232 139730456185744 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6229] ppid=6224 vsize=15144776 memory=140587499652736 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6229/stat : 6229 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 7248 33554432000 4194304 4196468 140736670655232 139730455132944 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6230] ppid=6224 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6230/stat : 6230 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 7248 33554432000 4194304 4196468 140736670655232 139730454080656 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6231] ppid=6224 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6231/stat : 6231 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 7248 33554432000 4194304 4196468 140736670655232 139730089073680 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6232] ppid=6224 vsize=15144776 memory=140587499652736 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6232/stat : 6232 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082999 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729968236656 139730499644034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6233] ppid=6224 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6233/stat : 6233 (java) S 6224 6224 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082999 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729967182624 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6234] ppid=6224 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6234/stat : 6234 (java) S 6224 6224 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475083000 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729966130288 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6235] ppid=6224 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6235/stat : 6235 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729965078608 139730499651483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6236] ppid=6224 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6236/stat : 6236 (java) S 6224 6224 4780 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 475083002 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729964026480 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6237] ppid=6224 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6237/stat : 6237 (java) R 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729962973680 139730499644034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6238] ppid=6224 vsize=15144776 memory=140587499652736 CPUtime=0.02 cores=0,2,4,6
/proc/6226/task/6238/stat : 6238 (java) R 6224 6224 4780 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 475083002 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729961915744 139730491870014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6239] ppid=6224 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6239/stat : 6239 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729960868832 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6240] ppid=6224 vsize=15144776 memory=140587499652736 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6240/stat : 6240 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475083002 15508250624 7248 33554432000 4194304 4196468 140736670655232 139729959815600 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30180 KiB

[startup+0.214151 s]*
/proc/loadavg: 7.87 7.61 5.03 7/233 6240
/proc/meminfo: memFree=10676868/32770624 swapFree=66997180/67108860
[pid=6224] ppid=6221 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6224/stat : 6224 (xcsp3-exec) S 6221 6224 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475082996 115843072 363 33554432000 4194304 5098028 140721967017184 140721967015288 139883940246140 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9924608 140721967022935 140721967023193 140721967023193 140721967026118 0
/proc/6224/statm: 28282 363 304 221 0 87 0
[pid=6226] ppid=6224 vsize=15144776 memory=41060 CPUtime=0.35 cores=0,2,4,6
/proc/6226/stat : 6226 (java) S 6224 6224 4780 0 -1 1077944320 9466 0 0 0 33 2 0 0 20 0 15 0 475082997 15508250624 10265 33554432000 4194304 4196468 140736670655232 140736670637776 139730499632887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
/proc/6226/statm: 3786194 10265 3289 1 0 3748377 0
[pid=6226/tid=6227] ppid=6224 vsize=15144776 memory=7883960649037381690 CPUtime=0.21 cores=0,2,4,6
/proc/6226/task/6227/stat : 6227 (java) R 6224 6224 4780 0 -1 4202560 6566 0 0 0 19 2 0 0 20 0 15 0 475082997 15508250624 10265 33554432000 4194304 4196468 140736670655232 139730503863024 139730483713374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6228] ppid=6224 vsize=15144776 memory=2128865 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6228/stat : 6228 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 10265 33554432000 4194304 4196468 140736670655232 139730456185744 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6229] ppid=6224 vsize=15144776 memory=140587503247655 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6229/stat : 6229 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 10265 33554432000 4194304 4196468 140736670655232 139730455132944 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6230] ppid=6224 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6230/stat : 6230 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 10265 33554432000 4194304 4196468 140736670655232 139730454080656 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6231] ppid=6224 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6231/stat : 6231 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15508250624 10265 33554432000 4194304 4196468 140736670655232 139730089073680 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6232] ppid=6224 vsize=15144776 memory=140587499652736 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6232/stat : 6232 (java) S 6224 6224 4780 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475082999 15508250624 10265 33554432000 4194304 4196468 140736670655232 139729968236656 139730499644034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6233] ppid=6224 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6233/stat : 6233 (java) S 6224 6224 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082999 15508250624 10265 33554432000 4194304 4196468 140736670655232 139729967182624 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6234] ppid=6224 vsize=15145800 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6234/stat : 6234 (java) S 6224 6224 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475083000 15509299200 10265 33554432000 4194304 4196468 140736670655232 139729966130288 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6235] ppid=6224 vsize=15145800 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6235/stat : 6235 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15509299200 10265 33554432000 4194304 4196468 140736670655232 139729965078608 139730499651483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6236] ppid=6224 vsize=15145800 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6226/task/6236/stat : 6236 (java) S 6224 6224 4780 0 -1 1077944384 559 0 0 0 3 0 0 0 20 0 15 0 475083002 15509299200 10265 33554432000 4194304 4196468 140736670655232 139729964026480 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6237] ppid=6224 vsize=15145800 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6226/task/6237/stat : 6237 (java) S 6224 6224 4780 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 475083002 15509299200 10265 33554432000 4194304 4196468 140736670655232 139729962973680 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6238] ppid=6224 vsize=15144776 memory=140587499652736 CPUtime=0.08 cores=0,2,4,6
/proc/6226/task/6238/stat : 6238 (java) S 6224 6224 4780 0 -1 1077944384 818 0 0 0 8 0 0 0 20 0 15 0 475083002 15508250624 10291 33554432000 4194304 4196468 140736670655232 139729961921392 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6239] ppid=6224 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6239/stat : 6239 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15508250624 10291 33554432000 4194304 4196468 140736670655232 139729960868832 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6240] ppid=6224 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6240/stat : 6240 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475083002 15508250624 10291 33554432000 4194304 4196468 140736670655232 139729959815600 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42512 KiB

[startup+0.315816 s]*
/proc/loadavg: 7.87 7.61 5.03 7/233 6240
/proc/meminfo: memFree=10668996/32770624 swapFree=66997180/67108860
[pid=6224] ppid=6221 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6224/stat : 6224 (xcsp3-exec) S 6221 6224 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475082996 115843072 363 33554432000 4194304 5098028 140721967017184 140721967015288 139883940246140 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9924608 140721967022935 140721967023193 140721967023193 140721967026118 0
/proc/6224/statm: 28282 363 304 221 0 87 0
[pid=6226] ppid=6224 vsize=15149032 memory=50424 CPUtime=0.54 cores=0,2,4,6
/proc/6226/stat : 6226 (java) S 6224 6224 4780 0 -1 1077944320 10916 0 0 0 51 3 0 0 20 0 15 0 475082997 15512608768 12606 33554432000 4194304 4196468 140736670655232 140736670637776 139730499632887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
/proc/6226/statm: 3787258 12606 3344 1 0 3748377 0
[pid=6226/tid=6227] ppid=6224 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/6226/task/6227/stat : 6227 (java) R 6224 6224 4780 0 -1 4202560 7773 0 0 0 28 2 0 0 20 0 15 0 475082997 15512608768 12606 33554432000 4194304 4196468 140736670655232 139730503863712 139730499654813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6228] ppid=6224 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6228/stat : 6228 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15512608768 12606 33554432000 4194304 4196468 140736670655232 139730456185744 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6229] ppid=6224 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6229/stat : 6229 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15512608768 12606 33554432000 4194304 4196468 140736670655232 139730455132944 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6230] ppid=6224 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6230/stat : 6230 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15512608768 12606 33554432000 4194304 4196468 140736670655232 139730454080656 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6231] ppid=6224 vsize=15149032 memory=7161374744685748120 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6231/stat : 6231 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15512608768 12606 33554432000 4194304 4196468 140736670655232 139730089073680 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6232] ppid=6224 vsize=15149032 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6232/stat : 6232 (java) S 6224 6224 4780 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475082999 15512608768 12606 33554432000 4194304 4196468 140736670655232 139729968236656 139730499644034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6233] ppid=6224 vsize=15149032 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6233/stat : 6233 (java) S 6224 6224 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082999 15512608768 12606 33554432000 4194304 4196468 140736670655232 139729967182624 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6234] ppid=6224 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6234/stat : 6234 (java) S 6224 6224 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475083000 15512608768 12606 33554432000 4194304 4196468 140736670655232 139729966130288 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6235] ppid=6224 vsize=15149032 memory=-6444775992005010620 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6235/stat : 6235 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15512608768 12606 33554432000 4194304 4196468 140736670655232 139729965078608 139730499651483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6236] ppid=6224 vsize=15149032 memory=8325818968683490714 CPUtime=0.05 cores=0,2,4,6
/proc/6226/task/6236/stat : 6236 (java) S 6224 6224 4780 0 -1 1077944384 677 0 0 0 5 0 0 0 20 0 15 0 475083002 15512608768 12606 33554432000 4194304 4196468 140736670655232 139729964026480 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6237] ppid=6224 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6226/task/6237/stat : 6237 (java) S 6224 6224 4780 0 -1 1077944384 239 0 0 0 4 0 0 0 20 0 15 0 475083002 15512608768 12614 33554432000 4194304 4196468 140736670655232 139729962973680 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6238] ppid=6224 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6226/task/6238/stat : 6238 (java) S 6224 6224 4780 0 -1 1077944384 924 0 0 0 13 0 0 0 20 0 15 0 475083002 15512608768 12614 33554432000 4194304 4196468 140736670655232 139729961921392 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6239] ppid=6224 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6239/stat : 6239 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15512608768 12614 33554432000 4194304 4196468 140736670655232 139729960868832 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6240] ppid=6224 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6240/stat : 6240 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475083002 15512608768 12614 33554432000 4194304 4196468 140736670655232 139729959815600 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51876 KiB

[startup+0.70173 s]
/proc/loadavg: 7.87 7.61 5.03 7/233 6240
/proc/meminfo: memFree=10648564/32770624 swapFree=66997180/67108860
[pid=6224] ppid=6221 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6224/stat : 6224 (xcsp3-exec) S 6221 6224 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475082996 115843072 363 33554432000 4194304 5098028 140721967017184 140721967015288 139883940246140 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9924608 140721967022935 140721967023193 140721967023193 140721967026118 0
/proc/6224/statm: 28282 363 304 221 0 87 0
[pid=6226] ppid=6224 vsize=15151156 memory=93524 CPUtime=1.78 cores=0,2,4,6
/proc/6226/stat : 6226 (java) S 6224 6224 4780 0 -1 1077944320 16568 0 0 0 173 5 0 0 20 0 15 0 475082997 15514783744 23381 33554432000 4194304 4196468 140736670655232 140736670637776 139730499632887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
/proc/6226/statm: 3787789 23381 3453 1 0 3748889 0
[pid=6226/tid=6227] ppid=6224 vsize=15151156 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/6226/task/6227/stat : 6227 (java) R 6224 6224 4780 0 -1 4202560 9185 0 0 0 64 3 0 0 20 0 15 0 475082997 15514783744 23381 33554432000 4194304 4196468 140736670655232 139730503870504 139730134070826 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6228] ppid=6224 vsize=15151156 memory=288230608904420306 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6228/stat : 6228 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15514783744 23381 33554432000 4194304 4196468 140736670655232 139730456185744 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6229] ppid=6224 vsize=15151156 memory=14690786136597550 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6229/stat : 6229 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15514783744 23381 33554432000 4194304 4196468 140736670655232 139730455132944 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6230] ppid=6224 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6230/stat : 6230 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475082998 15514783744 23381 33554432000 4194304 4196468 140736670655232 139730454080656 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6231] ppid=6224 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6231/stat : 6231 (java) S 6224 6224 4780 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475082998 15514783744 23381 33554432000 4194304 4196468 140736670655232 139730089073680 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6232] ppid=6224 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6232/stat : 6232 (java) S 6224 6224 4780 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475082999 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729968236656 139730499644034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6233] ppid=6224 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6233/stat : 6233 (java) S 6224 6224 4780 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475082999 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729967182624 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6234] ppid=6224 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6234/stat : 6234 (java) S 6224 6224 4780 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475083000 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729966130288 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6235] ppid=6224 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6235/stat : 6235 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729965078608 139730499651483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6236] ppid=6224 vsize=15151156 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/6226/task/6236/stat : 6236 (java) R 6224 6224 4780 0 -1 4202560 1790 0 0 0 36 0 0 0 20 0 15 0 475083002 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729964014720 139730499654234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6237] ppid=6224 vsize=15151156 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/6226/task/6237/stat : 6237 (java) R 6224 6224 4780 0 -1 4202560 2127 0 0 0 31 0 0 0 20 0 15 0 475083002 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729962954696 139730483017719 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6238] ppid=6224 vsize=15151156 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/6226/task/6238/stat : 6238 (java) R 6224 6224 4780 0 -1 4202560 2157 0 0 0 40 0 0 0 20 0 15 0 475083002 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729961915280 139730499644822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6239] ppid=6224 vsize=15151156 memory=4638778398332767568 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6239/stat : 6239 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475083002 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729960868832 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6240] ppid=6224 vsize=15151156 memory=7663268818137870187 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6240/stat : 6240 (java) S 6224 6224 4780 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475083002 15514783744 23381 33554432000 4194304 4196468 140736670655232 139729959815600 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 94976 KiB

[startup+1.50079 s]
/proc/loadavg: 7.87 7.61 5.03 8/233 6240
/proc/meminfo: memFree=10552476/32770624 swapFree=66997180/67108860
[pid=6224] ppid=6221 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6224/stat : 6224 (xcsp3-exec) S 6221 6224 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475082996 115843072 363 33554432000 4194304 5098028 140721967017184 140721967015288 139883940246140 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9924608 140721967022935 140721967023193 140721967023193 140721967026118 0
/proc/6224/statm: 28282 363 304 221 0 87 0

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

/proc/6226/stat : 6226 (java) S 6224 6224 4780 0 -1 1077944320 80311 0 0 0 231698 35 0 0 20 0 19 0 475082997 15789527040 48162 33554432000 4194304 4196468 140736670655232 140736670637776 139730499632887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
/proc/6226/statm: 3854865 48162 3533 1 0 3815965 0
[pid=6226/tid=6227] ppid=6224 vsize=15419460 memory=192648 CPUtime=1.09 cores=0,2,4,6
/proc/6226/task/6227/stat : 6227 (java) S 6224 6224 4780 0 -1 1077944384 10599 0 0 0 104 5 0 0 20 0 19 0 475082997 15789527040 48162 33554432000 4194304 4196468 140736670655232 139730503873664 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6228] ppid=6224 vsize=15419460 memory=1452 CPUtime=0.19 cores=0,2,4,6
/proc/6226/task/6228/stat : 6228 (java) S 6224 6224 4780 0 -1 1077944384 1671 0 0 0 16 3 0 0 20 0 19 0 475082998 15789527040 48162 33554432000 4194304 4196468 140736670655232 139730456185744 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6229] ppid=6224 vsize=15419460 memory=1452 CPUtime=0.18 cores=0,2,4,6
/proc/6226/task/6229/stat : 6229 (java) S 6224 6224 4780 0 -1 1077944384 2459 0 0 0 15 3 0 0 20 0 19 0 475082998 15789527040 48162 33554432000 4194304 4196468 140736670655232 139730455132944 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6230] ppid=6224 vsize=15419460 memory=3624 CPUtime=0.19 cores=0,2,4,6
/proc/6226/task/6230/stat : 6230 (java) S 6224 6224 4780 0 -1 1077944384 3459 0 0 0 16 3 0 0 20 0 19 0 475082998 15789527040 48162 33554432000 4194304 4196468 140736670655232 139730454080656 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6231] ppid=6224 vsize=15419460 memory=54504 CPUtime=0.19 cores=0,2,4,6
/proc/6226/task/6231/stat : 6231 (java) S 6224 6224 4780 0 -1 1077944384 2518 0 0 0 16 3 0 0 20 0 19 0 475082998 15789527040 48162 33554432000 4194304 4196468 140736670655232 139730089073680 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6232] ppid=6224 vsize=15419460 memory=190600 CPUtime=0.1 cores=0,2,4,6
/proc/6226/task/6232/stat : 6232 (java) S 6224 6224 4780 0 -1 1077944384 2329 0 0 0 8 2 0 0 20 0 19 0 475082999 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729968236656 139730499644034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6233] ppid=6224 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6233/stat : 6233 (java) S 6224 6224 4780 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 475082999 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729967182688 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6234] ppid=6224 vsize=15419460 memory=192648 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6234/stat : 6234 (java) S 6224 6224 4780 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 19 0 475083000 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729966130304 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6235] ppid=6224 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6235/stat : 6235 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475083002 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729965078608 139730499651483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6236] ppid=6224 vsize=15419460 memory=1452 CPUtime=2.98 cores=0,2,4,6
/proc/6226/task/6236/stat : 6236 (java) S 6224 6224 4780 0 -1 1077944384 16901 0 0 0 297 1 0 0 20 0 19 0 475083002 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729964026480 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6237] ppid=6224 vsize=15419460 memory=192648 CPUtime=2.97 cores=0,2,4,6
/proc/6226/task/6237/stat : 6237 (java) S 6224 6224 4780 0 -1 1077944384 20417 0 0 0 295 2 0 0 20 0 19 0 475083002 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729962973680 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6238] ppid=6224 vsize=15419460 memory=1452 CPUtime=0.8 cores=0,2,4,6
/proc/6226/task/6238/stat : 6238 (java) S 6224 6224 4780 0 -1 1077944384 10311 0 0 0 79 1 0 0 20 0 19 0 475083002 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729961921392 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6239] ppid=6224 vsize=15419460 memory=192648 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6239/stat : 6239 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475083002 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729960868832 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6240] ppid=6224 vsize=15419460 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/6226/task/6240/stat : 6240 (java) S 6224 6224 4780 0 -1 1077944384 623 0 0 0 0 8 0 0 20 0 19 0 475083002 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729959815600 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6241] ppid=6224 vsize=15419460 memory=192648 CPUtime=578.22 cores=0,2,4,6
/proc/6226/task/6241/stat : 6241 (java) R 6224 6224 4780 0 -1 4202560 1639 0 0 0 57821 1 0 0 20 0 19 0 475083108 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729950598480 139730141154389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6242] ppid=6224 vsize=15419460 memory=988 CPUtime=575.8 cores=0,2,4,6
/proc/6226/task/6242/stat : 6242 (java) R 6224 6224 4780 0 -1 4202560 3337 0 0 0 57576 4 0 0 20 0 19 0 475083108 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729949544440 139730137819675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6243] ppid=6224 vsize=15419460 memory=2016 CPUtime=578.07 cores=0,2,4,6
/proc/6226/task/6243/stat : 6243 (java) R 6224 6224 4780 0 -1 4202560 858 0 0 0 57805 2 0 0 20 0 19 0 475083108 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729948491440 139730140902835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6244] ppid=6224 vsize=15419460 memory=1980 CPUtime=576.32 cores=0,2,4,6
/proc/6226/task/6244/stat : 6244 (java) R 6224 6224 4780 0 -1 4202560 1793 0 0 0 57632 0 0 0 20 0 19 0 475083108 15789527040 48162 33554432000 4194304 4196468 140736670655232 139729947439448 139730140900914 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
Current children cumulated CPU time: 2317.33 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 194100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.301 s]
/proc/loadavg: 8.70 8.58 6.89 9/237 6744
/proc/meminfo: memFree=7245848/32770624 swapFree=66997184/67108860
[pid=6224] ppid=6221 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6224/stat : 6224 (xcsp3-exec) S 6221 6224 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475082996 115843072 363 33554432000 4194304 5098028 140721967017184 140721967015288 139883940246140 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9924608 140721967022935 140721967023193 140721967023193 140721967026118 0
/proc/6224/statm: 28282 363 304 221 0 87 0
[pid=6226] ppid=6224 vsize=15419460 memory=202888 CPUtime=2520.32 cores=0,2,4,6
/proc/6226/stat : 6226 (java) S 6224 6224 4780 0 -1 1077944320 81425 0 0 0 251996 36 0 0 20 0 19 0 475082997 15789527040 50722 33554432000 4194304 4196468 140736670655232 140736670637776 139730499632887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
/proc/6226/statm: 3854865 50722 3533 1 0 3815965 0
[pid=6226/tid=6227] ppid=6224 vsize=15419460 memory=202888 CPUtime=1.09 cores=0,2,4,6
/proc/6226/task/6227/stat : 6227 (java) S 6224 6224 4780 0 -1 1077944384 10599 0 0 0 104 5 0 0 20 0 19 0 475082997 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730503873664 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6228] ppid=6224 vsize=15419460 memory=202888 CPUtime=0.22 cores=0,2,4,6
/proc/6226/task/6228/stat : 6228 (java) S 6224 6224 4780 0 -1 1077944384 1726 0 0 0 19 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730456185744 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6229] ppid=6224 vsize=15419460 memory=1452 CPUtime=0.21 cores=0,2,4,6
/proc/6226/task/6229/stat : 6229 (java) S 6224 6224 4780 0 -1 1077944384 2498 0 0 0 18 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730455132944 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6230] ppid=6224 vsize=15419460 memory=194696 CPUtime=0.21 cores=0,2,4,6
/proc/6226/task/6230/stat : 6230 (java) S 6224 6224 4780 0 -1 1077944384 3789 0 0 0 18 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730454080656 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6231] ppid=6224 vsize=15419460 memory=194696 CPUtime=0.22 cores=0,2,4,6
/proc/6226/task/6231/stat : 6231 (java) S 6224 6224 4780 0 -1 1077944384 2609 0 0 0 19 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730089073680 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6232] ppid=6224 vsize=15419460 memory=202888 CPUtime=0.12 cores=0,2,4,6
/proc/6226/task/6232/stat : 6232 (java) S 6224 6224 4780 0 -1 1077944384 2509 0 0 0 9 3 0 0 20 0 19 0 475082999 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729968236656 139730499644034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6233] ppid=6224 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6233/stat : 6233 (java) S 6224 6224 4780 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 475082999 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729967182688 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6234] ppid=6224 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6234/stat : 6234 (java) S 6224 6224 4780 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 19 0 475083000 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729966130304 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6235] ppid=6224 vsize=15419460 memory=3644 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6235/stat : 6235 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729965078608 139730499651483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6236] ppid=6224 vsize=15419460 memory=2828 CPUtime=2.98 cores=0,2,4,6
/proc/6226/task/6236/stat : 6236 (java) S 6224 6224 4780 0 -1 1077944384 16903 0 0 0 297 1 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729964026480 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6237] ppid=6224 vsize=15419460 memory=1452 CPUtime=2.97 cores=0,2,4,6
/proc/6226/task/6237/stat : 6237 (java) S 6224 6224 4780 0 -1 1077944384 20419 0 0 0 295 2 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729962973680 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6238] ppid=6224 vsize=15419460 memory=3624 CPUtime=0.8 cores=0,2,4,6
/proc/6226/task/6238/stat : 6238 (java) S 6224 6224 4780 0 -1 1077944384 10371 0 0 0 79 1 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729961921392 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6239] ppid=6224 vsize=15419460 memory=194696 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6239/stat : 6239 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729960868832 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6240] ppid=6224 vsize=15419460 memory=848 CPUtime=0.09 cores=0,2,4,6
/proc/6226/task/6240/stat : 6240 (java) S 6224 6224 4780 0 -1 1077944384 643 0 0 0 0 9 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729959815600 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6241] ppid=6224 vsize=15419460 memory=10596 CPUtime=628.9 cores=0,2,4,6
/proc/6226/task/6241/stat : 6241 (java) R 6224 6224 4780 0 -1 4202560 1744 0 0 0 62889 1 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729950595408 139730140901220 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6242] ppid=6224 vsize=15419460 memory=1712 CPUtime=626.42 cores=0,2,4,6
/proc/6226/task/6242/stat : 6242 (java) R 6224 6224 4780 0 -1 4202560 3448 0 0 0 62638 4 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729949544872 139730140901072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6243] ppid=6224 vsize=15419460 memory=3624 CPUtime=628.86 cores=0,2,4,6
/proc/6226/task/6243/stat : 6243 (java) R 6224 6224 4780 0 -1 4202560 902 0 0 0 62884 2 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729948491688 139730140795618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6244] ppid=6224 vsize=15419460 memory=54504 CPUtime=627.09 cores=0,2,4,6
/proc/6226/task/6244/stat : 6244 (java) R 6224 6224 4780 0 -1 4202560 1868 0 0 0 62709 0 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729947441904 139730140210681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
Current children cumulated CPU time: 2520.32 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 204340 KiB

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

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

[startup+633.386 s]
# the end of solver process 6226 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.29 s, system=0.3715 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.301 s]
/proc/loadavg: 8.70 8.58 6.89 9/237 6744
/proc/meminfo: memFree=7245848/32770624 swapFree=66997184/67108860
[pid=6224] ppid=6221 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6224/stat : 6224 (xcsp3-exec) S 6221 6224 4780 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475082996 115843072 363 33554432000 4194304 5098028 140721967017184 140721967015288 139883940246140 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9924608 140721967022935 140721967023193 140721967023193 140721967026118 0
/proc/6224/statm: 28282 363 304 221 0 87 0
[pid=6226] ppid=6224 vsize=15419460 memory=202888 CPUtime=2520.32 cores=0,2,4,6
/proc/6226/stat : 6226 (java) S 6224 6224 4780 0 -1 1077944320 81425 0 0 0 251996 36 0 0 20 0 19 0 475082997 15789527040 50722 33554432000 4194304 4196468 140736670655232 140736670637776 139730499632887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
/proc/6226/statm: 3854865 50722 3533 1 0 3815965 0
[pid=6226/tid=6227] ppid=6224 vsize=15419460 memory=202888 CPUtime=1.09 cores=0,2,4,6
/proc/6226/task/6227/stat : 6227 (java) S 6224 6224 4780 0 -1 1077944384 10599 0 0 0 104 5 0 0 20 0 19 0 475082997 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730503873664 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6228] ppid=6224 vsize=15419460 memory=202888 CPUtime=0.22 cores=0,2,4,6
/proc/6226/task/6228/stat : 6228 (java) S 6224 6224 4780 0 -1 1077944384 1726 0 0 0 19 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730456185744 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6229] ppid=6224 vsize=15419460 memory=1452 CPUtime=0.21 cores=0,2,4,6
/proc/6226/task/6229/stat : 6229 (java) S 6224 6224 4780 0 -1 1077944384 2498 0 0 0 18 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730455132944 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6230] ppid=6224 vsize=15419460 memory=194696 CPUtime=0.21 cores=0,2,4,6
/proc/6226/task/6230/stat : 6230 (java) S 6224 6224 4780 0 -1 1077944384 3789 0 0 0 18 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730454080656 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6231] ppid=6224 vsize=15419460 memory=194696 CPUtime=0.22 cores=0,2,4,6
/proc/6226/task/6231/stat : 6231 (java) S 6224 6224 4780 0 -1 1077944384 2609 0 0 0 19 3 0 0 20 0 19 0 475082998 15789527040 50722 33554432000 4194304 4196468 140736670655232 139730089073680 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6232] ppid=6224 vsize=15419460 memory=202888 CPUtime=0.12 cores=0,2,4,6
/proc/6226/task/6232/stat : 6232 (java) S 6224 6224 4780 0 -1 1077944384 2509 0 0 0 9 3 0 0 20 0 19 0 475082999 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729968236656 139730499644034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6233] ppid=6224 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6233/stat : 6233 (java) S 6224 6224 4780 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 475082999 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729967182688 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6234] ppid=6224 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6234/stat : 6234 (java) S 6224 6224 4780 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 19 0 475083000 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729966130304 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6235] ppid=6224 vsize=15419460 memory=3644 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6235/stat : 6235 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729965078608 139730499651483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6236] ppid=6224 vsize=15419460 memory=2828 CPUtime=2.98 cores=0,2,4,6
/proc/6226/task/6236/stat : 6236 (java) S 6224 6224 4780 0 -1 1077944384 16903 0 0 0 297 1 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729964026480 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6237] ppid=6224 vsize=15419460 memory=1452 CPUtime=2.97 cores=0,2,4,6
/proc/6226/task/6237/stat : 6237 (java) S 6224 6224 4780 0 -1 1077944384 20419 0 0 0 295 2 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729962973680 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6238] ppid=6224 vsize=15419460 memory=3624 CPUtime=0.8 cores=0,2,4,6
/proc/6226/task/6238/stat : 6238 (java) S 6224 6224 4780 0 -1 1077944384 10371 0 0 0 79 1 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729961921392 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6239] ppid=6224 vsize=15419460 memory=194696 CPUtime=0 cores=0,2,4,6
/proc/6226/task/6239/stat : 6239 (java) S 6224 6224 4780 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729960868832 139730499643093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6240] ppid=6224 vsize=15419460 memory=848 CPUtime=0.09 cores=0,2,4,6
/proc/6226/task/6240/stat : 6240 (java) S 6224 6224 4780 0 -1 1077944384 643 0 0 0 0 9 0 0 20 0 19 0 475083002 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729959815600 139730499644034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6241] ppid=6224 vsize=15419460 memory=10596 CPUtime=628.9 cores=0,2,4,6
/proc/6226/task/6241/stat : 6241 (java) R 6224 6224 4780 0 -1 4202560 1744 0 0 0 62889 1 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729950595408 139730140901220 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6242] ppid=6224 vsize=15419460 memory=1712 CPUtime=626.42 cores=0,2,4,6
/proc/6226/task/6242/stat : 6242 (java) R 6224 6224 4780 0 -1 4202560 3448 0 0 0 62638 4 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729949544872 139730140901072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6243] ppid=6224 vsize=15419460 memory=3624 CPUtime=628.86 cores=0,2,4,6
/proc/6226/task/6243/stat : 6243 (java) R 6224 6224 4780 0 -1 4202560 902 0 0 0 62884 2 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729948491688 139730140795618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
[pid=6226/tid=6244] ppid=6224 vsize=15419460 memory=54504 CPUtime=627.09 cores=0,2,4,6
/proc/6226/task/6244/stat : 6244 (java) R 6224 6224 4780 0 -1 4202560 1868 0 0 0 62709 0 0 0 20 0 19 0 475083108 15789527040 50722 33554432000 4194304 4196468 140736670655232 139729947441904 139730140210681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37224448 140736670659547 140736670659722 140736670659722 140736670662607 0
Current children cumulated CPU time: 2520.32 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 204340 KiB

Child status: 143
Real time (s): 633.387
CPU time (s): 2520.67
CPU user time (s): 2520.29
CPU system time (s): 0.3715
CPU usage (%): 397.966
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 276712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.29
system time used= 0.3715
maximum resident set size= 279356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82247
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= 19616
involuntary context switches= 46384


# summary of solver processes directly reported to runsolver:
#   pid: 6224,6226
#   total CPU time (s): 2520.67
#   total CPU user time (s): 2520.29
#   total CPU system time (s): 0.3715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.85991 second user time and 6.62585 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 16:56:45
IDJOB=4403529
IDBENCH=128106
IDSOLVER=2863
FILE ID=node140/4403529-1568991446
RUNJOBID= node140-1568990707-4811
PBS_JOBID= 21704649
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
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 /var/tmp/evaluation-result-4403529-1568991446/watcher-4403529-1568991446 -o /var/tmp/evaluation-result-4403529-1568991446/solver-4403529-1568991446 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568990707-4811 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 981369003 HOME/instance-4403529-1568991446.xml

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

MD5SUM BENCH= 62ab34719a1ca197804bba3dde19efaf
RANDOM SEED=981369003

node140.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.43
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.43
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.43
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.43
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:        10706128 kB
MemAvailable:   31616148 kB
Buffers:          156136 kB
Cached:         20696340 kB
SwapCached:         2432 kB
Active:         10533004 kB
Inactive:       10568352 kB
Active(anon):     244904 kB
Inactive(anon):    50748 kB
Active(file):   10288100 kB
Inactive(file): 10517604 kB
Unevictable:      107448 kB
Mlocked:          107448 kB
SwapTotal:      67108860 kB
SwapFree:       66997180 kB
Dirty:             26184 kB
Writeback:             0 kB
AnonPages:        354236 kB
Mapped:            64852 kB
Shmem:             38284 kB
Slab:             561532 kB
SReclaimable:     532776 kB
SUnreclaim:        28756 kB
KernelStack:        3856 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1649112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node140 at 2019-09-20 17:07:19