Trace number 4270016

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1a.xml
MD5SUM030948c230c0936ebc743af4f555c996
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark251.62601
Satisfiable
(Un)Satisfiability was proved
Number of variables7543
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7543}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":211},{"degree":5,"count":606},{"degree":6,"count":1055},{"degree":7,"count":1192},{"degree":8,"count":1234},{"degree":9,"count":1130},{"degree":10,"count":973},{"degree":11,"count":664},{"degree":12,"count":352},{"degree":13,"count":120},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity1306
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":4},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":30,"count":3},{"arity":34,"count":1},{"arity":36,"count":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":3},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":2},{"arity":49,"count":1},{"arity":50,"count":6},{"arity":51,"count":1},{"arity":53,"count":1},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":1},{"arity":72,"count":3},{"arity":74,"count":2},{"arity":77,"count":1},"...",{"arity":683,"count":1}, {"arity":752,"count":1}, {"arity":771,"count":1}, {"arity":783,"count":1}, {"arity":806,"count":1}, {"arity":807,"count":1}, {"arity":833,"count":1}, {"arity":851,"count":1}, {"arity":891,"count":1}, {"arity":903,"count":1}, {"arity":910,"count":1}, {"arity":933,"count":1}, {"arity":943,"count":1}, {"arity":954,"count":1}, {"arity":967,"count":1}, {"arity":975,"count":1}, {"arity":984,"count":1}, {"arity":1092,"count":1}, {"arity":1123,"count":1}, {"arity":1131,"count":1}, {"arity":1149,"count":1}, {"arity":1167,"count":1}, {"arity":1169,"count":1}, {"arity":1194,"count":1}, {"arity":1306,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270016-1502622684.xml"  -tl '264s' -p 1 -x 0
0.06/0.29	c [HOME/instance-4270016-1502622684.xml, -tl, 264s, -p, 1, -x, 0]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
1.65/0.86	c solve instance...
243.06/240.01	s UNKNOWN
243.06/240.01	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 (15021 MiB free)
  memory of node 1: 16384 MiB (15614 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270016-1502622684/watcher-4270016-1502622684 -o /tmp/evaluation-result-4270016-1502622684/solver-4270016-1502622684 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 312770984 HOME/instance-4270016-1502622684.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
solver pid=1282, runsolver pid=1279Ssolver pid=1282, runsolver pid=1279Starting watchdog threadl
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 1.98 2.01 1.95 2/196 1283
/proc/meminfo: memFree=31370988/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (runsolver) D 1279 1282 17093 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 1 0 64461691 34791424 115 18446744073709551615 4194304 4346622 140732847272080 140732847268712 140546066137815 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 29839360 140732847276096 140732847276585 140732847276585 140732847280074 0
/proc/1282/statm: 8494 115 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.208999 s]*
/proc/loadavg: 1.98 2.01 1.95 2/210 1297
/proc/meminfo: memFree=31359156/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (xcsp3-exec) S 1279 1282 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64461691 9740288 345 18446744073709551615 4194304 5098028 140731894401424 140731894399528 140514411438716 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 12230656 140731894407551 140731894407754 140731894407754 140731894411243 0
/proc/1282/statm: 2378 345 289 221 0 87 0
[pid=1284] ppid=1282 vsize=13974352 memory=22516 CPUtime=0.06 cores=1,3,5,7
/proc/1284/stat : 1284 (java) S 1282 1282 17093 0 -1 1077944320 5090 0 0 0 5 1 0 0 20 0 15 0 64461702 14309736448 5629 18446744073709551615 4194304 4196468 140723339355184 140723339337728 139724193021687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
/proc/1284/statm: 3493588 5629 2668 1 0 3482964 0
[pid=1284/tid=1285] ppid=1282 vsize=13974352 memory=7022364594140610616 CPUtime=0.04 cores=1,3,5,7
/proc/1284/task/1285/stat : 1285 (java) R 1282 1282 17093 0 -1 4202560 3274 0 0 0 4 0 0 0 20 0 15 0 64461703 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139724197263968 139724174415421 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1286] ppid=1282 vsize=13974352 memory=4294981025 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1286/stat : 1286 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139724149987984 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1287] ppid=1282 vsize=13974352 memory=140546069112211 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1287/stat : 1287 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139724148935184 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1288] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1288/stat : 1288 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139724147882384 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1289] ppid=1282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1289/stat : 1289 (java) S 1282 1282 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139724146829584 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1290] ppid=1282 vsize=13974352 memory=140546069087872 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1290/stat : 1290 (java) S 1282 1282 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64461705 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723670530928 139724193032834 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1291] ppid=1282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1291/stat : 1291 (java) S 1282 1282 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64461705 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723669476896 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1292] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64461705 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723668424048 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) S 1282 1282 17093 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 64461708 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723666319728 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461708 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723665266928 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13974352 memory=140546069087872 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) S 1282 1282 17093 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 64461708 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13974352 memory=140546069087872 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461712 14309736448 5695 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23896 KiB

[startup+0.312297 s]*
/proc/loadavg: 1.98 2.01 1.95 4/211 1298
/proc/meminfo: memFree=31343920/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (xcsp3-exec) S 1279 1282 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64461691 9740288 345 18446744073709551615 4194304 5098028 140731894401424 140731894399528 140514411438716 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 12230656 140731894407551 140731894407754 140731894407754 140731894411243 0
/proc/1282/statm: 2378 345 289 221 0 87 0
[pid=1284] ppid=1282 vsize=13974352 memory=36192 CPUtime=0.25 cores=1,3,5,7
/proc/1284/stat : 1284 (java) S 1282 1282 17093 0 -1 1077944320 8730 0 0 0 22 3 0 0 20 0 15 0 64461702 14309736448 9048 18446744073709551615 4194304 4196468 140723339355184 140723339337728 139724193021687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
/proc/1284/statm: 3493588 9048 2957 1 0 3482964 0
[pid=1284/tid=1285] ppid=1282 vsize=13974352 memory=1398720917958146503 CPUtime=0.15 cores=1,3,5,7
/proc/1284/task/1285/stat : 1285 (java) R 1282 1282 17093 0 -1 4202560 6034 0 0 0 13 2 0 0 20 0 15 0 64461703 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139724197235136 139724177102174 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1286] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1286/stat : 1286 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139724149987984 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1287] ppid=1282 vsize=13974352 memory=140546069087872 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1287/stat : 1287 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139724148935184 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1288] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1288/stat : 1288 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139724147882384 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1289] ppid=1282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1289/stat : 1289 (java) S 1282 1282 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64461703 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139724146829584 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1290] ppid=1282 vsize=13974352 memory=140546069087872 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1290/stat : 1290 (java) S 1282 1282 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64461705 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723670530928 139724193032834 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1291] ppid=1282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1291/stat : 1291 (java) S 1282 1282 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64461705 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723669476896 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1292] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64461705 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723668424048 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) S 1282 1282 17093 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 64461708 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723666319728 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) S 1282 1282 17093 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 15 0 64461708 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723665266928 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13974352 memory=140546069087872 CPUtime=0.05 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) S 1282 1282 17093 0 -1 1077944384 729 0 0 0 5 0 0 0 20 0 15 0 64461708 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13974352 memory=140546069087872 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461712 14309736448 9181 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37572 KiB

[startup+0.700787 s]
/proc/loadavg: 1.98 2.01 1.95 5/211 1298
/proc/meminfo: memFree=31330204/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (xcsp3-exec) S 1279 1282 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64461691 9740288 345 18446744073709551615 4194304 5098028 140731894401424 140731894399528 140514411438716 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 12230656 140731894407551 140731894407754 140731894407754 140731894411243 0
/proc/1282/statm: 2378 345 289 221 0 87 0
[pid=1284] ppid=1282 vsize=13978684 memory=93056 CPUtime=1.3 cores=1,3,5,7
/proc/1284/stat : 1284 (java) S 1282 1282 17093 0 -1 1077944320 13389 0 0 0 126 4 0 0 20 0 15 0 64461702 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 140723339337728 139724193021687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
/proc/1284/statm: 3494671 23264 3167 1 0 3482964 0
[pid=1284/tid=1285] ppid=1282 vsize=13978684 memory=1398720917958146503 CPUtime=0.53 cores=1,3,5,7
/proc/1284/task/1285/stat : 1285 (java) R 1282 1282 17093 0 -1 4202560 7909 0 0 0 50 3 0 0 20 0 15 0 64461703 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139724197260032 139724193043613 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1286] ppid=1282 vsize=13978684 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1286/stat : 1286 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139724149987984 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1287] ppid=1282 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1287/stat : 1287 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139724148935184 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1288] ppid=1282 vsize=13978684 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1288/stat : 1288 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139724147882384 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1289] ppid=1282 vsize=13978684 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1289/stat : 1289 (java) S 1282 1282 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64461703 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139724146829584 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1290] ppid=1282 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1290/stat : 1290 (java) S 1282 1282 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64461705 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723670530928 139724193032834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1291] ppid=1282 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1291/stat : 1291 (java) S 1282 1282 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64461705 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723669476896 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1292] ppid=1282 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64461705 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723668424048 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) R 1282 1282 17093 0 -1 4202560 1839 0 0 0 25 0 0 0 20 0 15 0 64461708 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723666305752 139724172714783 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13978684 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) R 1282 1282 17093 0 -1 4202560 909 0 0 0 24 0 0 0 20 0 15 0 64461708 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723665256720 139724172675953 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) R 1282 1282 17093 0 -1 1077944384 1425 0 0 0 25 0 0 0 20 0 15 0 64461708 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13978684 memory=6442213876473817182 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461712 14314172416 23264 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 94436 KiB

[startup+1.50081 s]
/proc/loadavg: 1.98 2.01 1.95 5/211 1298
/proc/meminfo: memFree=31267908/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (xcsp3-exec) S 1279 1282 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64461691 9740288 345 18446744073709551615 4194304 5098028 140731894401424 140731894399528 140514411438716 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 12230656 140731894407551 140731894407754 140731894407754 140731894411243 0
/proc/1282/statm: 2378 345 289 221 0 87 0
[pid=1284] ppid=1282 vsize=13980732 memory=117104 CPUtime=2.98 cores=1,3,5,7
/proc/1284/stat : 1284 (java) S 1282 1282 17093 0 -1 1077944320 17772 0 0 0 292 6 0 0 20 0 15 0 64461702 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 140723339337728 139724193021687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
/proc/1284/statm: 3495183 29276 3194 1 0 3483476 0
[pid=1284/tid=1285] ppid=1282 vsize=13980732 memory=4639622840845554788 CPUtime=1.33 cores=1,3,5,7
/proc/1284/task/1285/stat : 1285 (java) R 1282 1282 17093 0 -1 4202560 8789 0 0 0 129 4 0 0 20 0 15 0 64461703 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139724197255696 139723830123191 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1286] ppid=1282 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1286/stat : 1286 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139724149987984 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1287] ppid=1282 vsize=13980732 memory=15 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1287/stat : 1287 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139724148935184 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1288] ppid=1282 vsize=13980732 memory=3472468841379129343 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1288/stat : 1288 (java) S 1282 1282 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64461703 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139724147882384 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1289] ppid=1282 vsize=13980732 memory=281091919834544 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1289/stat : 1289 (java) S 1282 1282 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64461703 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139724146829584 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1290] ppid=1282 vsize=13980732 memory=18889266171726 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1290/stat : 1290 (java) S 1282 1282 17093 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723670530928 139724193032834 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1291] ppid=1282 vsize=13980732 memory=5795117240658769209 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1291/stat : 1291 (java) S 1282 1282 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723669476896 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1292] ppid=1282 vsize=13980732 memory=6443643271606462057 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723668424048 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13980732 memory=7595155176200890219 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13980732 memory=3834875767157878145 CPUtime=0.65 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) S 1282 1282 17093 0 -1 1077944384 3270 0 0 0 65 0 0 0 20 0 15 0 64461708 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723666319728 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13980732 memory=6655300316396806240 CPUtime=0.6 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) S 1282 1282 17093 0 -1 1077944384 2076 0 0 0 60 0 0 0 20 0 15 0 64461708 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723665266928 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13980732 memory=6293050847276651881 CPUtime=0.37 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) S 1282 1282 17093 0 -1 1077944384 2254 0 0 0 37 0 0 0 20 0 15 0 64461708 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13980732 memory=5787213827147130983 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13980732 memory=6148935659200796009 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 64461712 14316269568 29276 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 2.98 s

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

/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 88754 18446744073709551615 4194304 4196468 140723339355184 139723668424064 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 88754 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13980732 memory=36388 CPUtime=1.17 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) S 1282 1282 17093 0 -1 1077944384 7459 0 0 0 117 0 0 0 20 0 15 0 64461708 14316269568 88754 18446744073709551615 4194304 4196468 140723339355184 139723666319728 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13980732 memory=1296 CPUtime=1.07 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) S 1282 1282 17093 0 -1 1077944384 5605 0 0 0 106 1 0 0 20 0 15 0 64461708 14316269568 88754 18446744073709551615 4194304 4196468 140723339355184 139723665266928 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13980732 memory=1380 CPUtime=0.46 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) S 1282 1282 17093 0 -1 1077944384 5011 0 0 0 46 0 0 0 20 0 15 0 64461708 14316269568 88754 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13980732 memory=197548 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 88754 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 420 0 0 0 0 1 0 0 20 0 15 0 64461712 14316269568 88754 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 105.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 356396 KiB

[startup+162.301 s]
/proc/loadavg: 2.64 2.17 2.02 3/211 1382
/proc/meminfo: memFree=31045868/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (xcsp3-exec) S 1279 1282 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64461691 9740288 345 18446744073709551615 4194304 5098028 140731894401424 140731894399528 140514411438716 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 12230656 140731894407551 140731894407754 140731894407754 140731894411243 0
/proc/1282/statm: 2378 345 289 221 0 87 0
[pid=1284] ppid=1282 vsize=13980732 memory=369436 CPUtime=165.23 cores=1,3,5,7
/proc/1284/stat : 1284 (java) S 1282 1282 17093 0 -1 1077944320 36618 0 0 0 16502 21 0 0 20 0 15 0 64461702 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 140723339337728 139724193021687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
/proc/1284/statm: 3495183 92359 3238 1 0 3483476 0
[pid=1284/tid=1285] ppid=1282 vsize=13980732 memory=1380 CPUtime=162.03 cores=1,3,5,7
/proc/1284/task/1285/stat : 1285 (java) R 1282 1282 17093 0 -1 4202560 12028 0 0 0 16197 6 0 0 20 0 15 0 64461703 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139724197258856 139723830123090 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1286] ppid=1282 vsize=13980732 memory=369436 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1286/stat : 1286 (java) S 1282 1282 17093 0 -1 1077944384 698 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139724149987984 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1287] ppid=1282 vsize=13980732 memory=1380 CPUtime=0.06 cores=1,3,5,7
/proc/1284/task/1287/stat : 1287 (java) S 1282 1282 17093 0 -1 1077944384 503 0 0 0 4 2 0 0 20 0 15 0 64461703 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139724148935184 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1288] ppid=1282 vsize=13980732 memory=369436 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1288/stat : 1288 (java) S 1282 1282 17093 0 -1 1077944384 593 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139724147882384 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1289] ppid=1282 vsize=13980732 memory=369436 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1289/stat : 1289 (java) S 1282 1282 17093 0 -1 1077944384 473 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139724146829584 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1290] ppid=1282 vsize=13980732 memory=369436 CPUtime=0.01 cores=1,3,5,7
/proc/1284/task/1290/stat : 1290 (java) S 1282 1282 17093 0 -1 1077944384 1177 0 0 0 1 0 0 0 20 0 15 0 64461705 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723670530928 139724193032834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1291] ppid=1282 vsize=13980732 memory=369436 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1291/stat : 1291 (java) S 1282 1282 17093 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723669476960 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1292] ppid=1282 vsize=13980732 memory=369436 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723668424064 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13980732 memory=369436 CPUtime=1.22 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) S 1282 1282 17093 0 -1 1077944384 8179 0 0 0 122 0 0 0 20 0 15 0 64461708 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723666319728 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13980732 memory=369436 CPUtime=1.1 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) S 1282 1282 17093 0 -1 1077944384 5925 0 0 0 109 1 0 0 20 0 15 0 64461708 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723665266928 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13980732 memory=1380 CPUtime=0.47 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) S 1282 1282 17093 0 -1 1077944384 5186 0 0 0 47 0 0 0 20 0 15 0 64461708 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13980732 memory=369436 CPUtime=0.03 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 428 0 0 0 1 2 0 0 20 0 15 0 64461712 14316269568 92359 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 165.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 370816 KiB

[startup+222.301 s]
/proc/loadavg: 2.17 2.12 2.01 3/214 1398
/proc/meminfo: memFree=31068736/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (xcsp3-exec) S 1279 1282 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64461691 9740288 345 18446744073709551615 4194304 5098028 140731894401424 140731894399528 140514411438716 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 12230656 140731894407551 140731894407754 140731894407754 140731894411243 0
/proc/1282/statm: 2378 345 289 221 0 87 0
[pid=1284] ppid=1282 vsize=13980732 memory=369508 CPUtime=225.33 cores=1,3,5,7
/proc/1284/stat : 1284 (java) S 1282 1282 17093 0 -1 1077944320 37983 0 0 0 22511 22 0 0 20 0 15 0 64461702 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 140723339337728 139724193021687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
/proc/1284/statm: 3495183 92377 3238 1 0 3483476 0
[pid=1284/tid=1285] ppid=1282 vsize=13980732 memory=369508 CPUtime=222.03 cores=1,3,5,7
/proc/1284/task/1285/stat : 1285 (java) R 1282 1282 17093 0 -1 4202560 12290 0 0 0 22197 6 0 0 20 0 15 0 64461703 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139724197258456 139723830122895 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1286] ppid=1282 vsize=13980732 memory=369508 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1286/stat : 1286 (java) S 1282 1282 17093 0 -1 1077944384 698 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139724149987984 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1287] ppid=1282 vsize=13980732 memory=369508 CPUtime=0.06 cores=1,3,5,7
/proc/1284/task/1287/stat : 1287 (java) S 1282 1282 17093 0 -1 1077944384 503 0 0 0 4 2 0 0 20 0 15 0 64461703 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139724148935184 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1288] ppid=1282 vsize=13980732 memory=369508 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1288/stat : 1288 (java) S 1282 1282 17093 0 -1 1077944384 593 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139724147882384 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1289] ppid=1282 vsize=13980732 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1289/stat : 1289 (java) S 1282 1282 17093 0 -1 1077944384 473 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139724146829584 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1290] ppid=1282 vsize=13980732 memory=369508 CPUtime=0.01 cores=1,3,5,7
/proc/1284/task/1290/stat : 1290 (java) S 1282 1282 17093 0 -1 1077944384 1187 0 0 0 1 0 0 0 20 0 15 0 64461705 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723670530928 139724193032834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1291] ppid=1282 vsize=13980732 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1291/stat : 1291 (java) S 1282 1282 17093 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723669476960 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1292] ppid=1282 vsize=13980732 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723668424064 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13980732 memory=1380 CPUtime=1.27 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) S 1282 1282 17093 0 -1 1077944384 8567 0 0 0 126 1 0 0 20 0 15 0 64461708 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723666319728 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13980732 memory=1380 CPUtime=1.15 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) S 1282 1282 17093 0 -1 1077944384 6500 0 0 0 114 1 0 0 20 0 15 0 64461708 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723665266928 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13980732 memory=4028 CPUtime=0.48 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) S 1282 1282 17093 0 -1 1077944384 5276 0 0 0 48 0 0 0 20 0 15 0 64461708 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13980732 memory=369508 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13980732 memory=4028 CPUtime=0.04 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 468 0 0 0 1 3 0 0 20 0 15 0 64461712 14316269568 92377 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 225.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 370888 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.04 2.10 2.01 3/214 1430
/proc/meminfo: memFree=31073108/32770624 swapFree=67108860/67108860
[pid=1282] ppid=1279 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1282/stat : 1282 (xcsp3-exec) S 1279 1282 17093 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64461691 9740288 345 18446744073709551615 4194304 5098028 140731894401424 140731894399528 140514411438716 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 10 0 0 7196144 7232144 12230656 140731894407551 140731894407754 140731894407754 140731894411243 0
/proc/1282/statm: 2378 345 289 221 0 87 0
[pid=1284] ppid=1282 vsize=13980732 memory=369576 CPUtime=243.06 cores=1,3,5,7
/proc/1284/stat : 1284 (java) S 1282 1282 17093 0 -1 1077944320 39304 0 0 0 24284 22 0 0 20 0 15 0 64461702 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 140723339337728 139724193021687 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
/proc/1284/statm: 3495183 92394 3240 1 0 3483476 0
[pid=1284/tid=1285] ppid=1282 vsize=13980732 memory=1156 CPUtime=239.73 cores=1,3,5,7
/proc/1284/task/1285/stat : 1285 (java) R 1282 1282 17093 0 -1 4202560 12582 0 0 0 23967 6 0 0 20 0 15 0 64461703 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139724197260376 139723830645452 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1286] ppid=1282 vsize=13980732 memory=3116 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1286/stat : 1286 (java) S 1282 1282 17093 0 -1 1077944384 698 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139724149987984 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1287] ppid=1282 vsize=13980732 memory=4126316290023845779 CPUtime=0.06 cores=1,3,5,7
/proc/1284/task/1287/stat : 1287 (java) S 1282 1282 17093 0 -1 1077944384 503 0 0 0 4 2 0 0 20 0 15 0 64461703 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139724148935184 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1288] ppid=1282 vsize=13980732 memory=2160 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1288/stat : 1288 (java) S 1282 1282 17093 0 -1 1077944384 593 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139724147882384 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1289] ppid=1282 vsize=13980732 memory=844 CPUtime=0.07 cores=1,3,5,7
/proc/1284/task/1289/stat : 1289 (java) S 1282 1282 17093 0 -1 1077944384 473 0 0 0 5 2 0 0 20 0 15 0 64461703 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139724146829584 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1290] ppid=1282 vsize=13980732 memory=16448 CPUtime=0.01 cores=1,3,5,7
/proc/1284/task/1290/stat : 1290 (java) S 1282 1282 17093 0 -1 1077944384 1187 0 0 0 1 0 0 0 20 0 15 0 64461705 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723670530928 139724193032834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1291] ppid=1282 vsize=13980732 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1291/stat : 1291 (java) S 1282 1282 17093 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723669476960 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1292] ppid=1282 vsize=13980732 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1292/stat : 1292 (java) S 1282 1282 17093 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 64461705 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723668424064 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1293] ppid=1282 vsize=13980732 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1293/stat : 1293 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723667372368 139724193040283 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1294] ppid=1282 vsize=13980732 memory=4068 CPUtime=1.28 cores=1,3,5,7
/proc/1284/task/1294/stat : 1294 (java) S 1282 1282 17093 0 -1 1077944384 9313 0 0 0 127 1 0 0 20 0 15 0 64461708 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723666319728 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1295] ppid=1282 vsize=13980732 memory=369576 CPUtime=1.15 cores=1,3,5,7
/proc/1284/task/1295/stat : 1295 (java) S 1282 1282 17093 0 -1 1077944384 6650 0 0 0 114 1 0 0 20 0 15 0 64461708 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723665266928 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1296] ppid=1282 vsize=13980732 memory=1160 CPUtime=0.48 cores=1,3,5,7
/proc/1284/task/1296/stat : 1296 (java) S 1282 1282 17093 0 -1 1077944384 5406 0 0 0 48 0 0 0 20 0 15 0 64461708 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723664214128 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1297] ppid=1282 vsize=13980732 memory=3156 CPUtime=0 cores=1,3,5,7
/proc/1284/task/1297/stat : 1297 (java) S 1282 1282 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64461708 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723663161568 139724193031893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
[pid=1284/tid=1298] ppid=1282 vsize=13980732 memory=7680170660397595203 CPUtime=0.04 cores=1,3,5,7
/proc/1284/task/1298/stat : 1298 (java) S 1282 1282 17093 0 -1 1077944384 471 0 0 0 1 3 0 0 20 0 15 0 64461712 14316269568 92394 18446744073709551615 4194304 4196468 140723339355184 139723662109872 139724193032834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 26320896 140723339362743 140723339362918 140723339362918 140723339366351 0
Current children cumulated CPU time: 243.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 370956 KiB

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

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

[startup+240.023 s]
# the end of solver process 1284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=242.854 s, system=0.232044 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

Child status: 143
Real time (s): 240.023
CPU time (s): 243.086
CPU user time (s): 242.854
CPU system time (s): 0.232044
CPU usage (%): 101.276
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 370956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.854
system time used= 0.232044
maximum resident set size= 370020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7548
involuntary context switches= 97


# summary of solver processes directly reported to runsolver:
#   pid: 1282,1284
#   total CPU time (s): 243.086
#   total CPU user time (s): 242.854
#   total CPU system time (s): 0.232044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.65072 second user time and 1.89989 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 12:57:15
IDJOB=4270016
IDBENCH=133707
IDSOLVER=2661
FILE ID=node127/4270016-1502622684
RUNJOBID= node127-1502615937-28321
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1a.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270016-1502622684/watcher-4270016-1502622684 -o /tmp/evaluation-result-4270016-1502622684/solver-4270016-1502622684 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 312770984 HOME/instance-4270016-1502622684.xml

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

MD5SUM BENCH= 030948c230c0936ebc743af4f555c996
RANDOM SEED=312770984

node127.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.92
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.92
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.92
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.92
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:        31371008 kB
MemAvailable:   31794764 kB
Buffers:          190884 kB
Cached:           529184 kB
SwapCached:            0 kB
Active:           779652 kB
Inactive:         193188 kB
Active(anon):     202324 kB
Inactive(anon):    83888 kB
Active(file):     577328 kB
Inactive(file):   109300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8000 kB
Writeback:             8 kB
AnonPages:        258848 kB
Mapped:            58884 kB
Shmem:             33444 kB
Slab:             131776 kB
SReclaimable:     105928 kB
SUnreclaim:        25848 kB
KernelStack:        3552 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1214288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-13 13:01:15