Trace number 4306910

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 4.0.7b seq (e747e1e)? (TO) 2520.12 2510.71

General information on the benchmark

NameFrb/
frb-50-23-1-mgd_c18.xml
MD5SUM89c27d49b20a714b89297264b4c82bd7
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 benchmark1513.36
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints430
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":2},{"degree":12,"count":1},{"degree":13,"count":6},{"degree":14,"count":1},{"degree":15,"count":7},{"degree":16,"count":2},{"degree":17,"count":8},{"degree":18,"count":5},{"degree":19,"count":7},{"degree":20,"count":4},{"degree":21,"count":1},{"degree":22,"count":3},{"degree":23,"count":1},{"degree":24,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":430}]
Number of extensional constraints430
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":430}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306910-1534130275.xml"  -tl '2520s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4306910-1534130275.xml, -tl, 2520s, -p, 1]
0.11/0.22	c simple solver
0.33/0.28	c parse instance...
1.72/0.78	c solve instance...
2520.09/2510.70	s UNKNOWN
2520.09/2510.70	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 (8942 MiB free)
  memory of node 1: 16384 MiB (7612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306910-1534130275/watcher-4306910-1534130275 -o /tmp/evaluation-result-4306910-1534130275/solver-4306910-1534130275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580 HOME/xcsp3-exec -seed 1213880349 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306910-1534130275.xml 

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

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


[startup+0.10006 s]*
/proc/loadavg: 1.55 1.53 1.58 5/221 1308
/proc/meminfo: memFree=16935960/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0
[pid=1294] ppid=1292 vsize=14082940 memory=28300 CPUtime=0.11 cores=1,3,5,7
/proc/1294/stat : 1294 (java) S 1292 1292 28069 0 -1 1077944320 5491 0 0 0 10 1 0 0 20 0 15 0 230590646 14420930560 7075 33554432000 4194304 4196468 140728929197936 140728929180480 139931636604663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
/proc/1294/statm: 3520735 7075 2991 1 0 3483012 0
[pid=1294/tid=1295] ppid=1292 vsize=14082940 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/1294/task/1295/stat : 1295 (java) R 1292 1292 28069 0 -1 4202560 3516 0 0 0 8 1 0 0 20 0 15 0 230590646 14420930560 7075 33554432000 4194304 4196468 140728929197936 139931640837936 139931618178812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1296] ppid=1292 vsize=14082940 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1296/stat : 1296 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 7075 33554432000 4194304 4196468 140728929197936 139931589224848 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1297] ppid=1292 vsize=14082940 memory=140466246760064 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1297/stat : 1297 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 7075 33554432000 4194304 4196468 140728929197936 139931588172048 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1298] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1298/stat : 1298 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 7075 33554432000 4194304 4196468 140728929197936 139931587119760 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1299] ppid=1292 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1299/stat : 1299 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 7075 33554432000 4194304 4196468 140728929197936 139931586066960 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1300] ppid=1292 vsize=14082940 memory=140466246760064 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1300/stat : 1300 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590648 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930817550960 139931636615810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1301] ppid=1292 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1301/stat : 1301 (java) S 1292 1292 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230590649 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930816496928 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1302] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230590649 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) S 1292 1292 28069 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 230590651 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930813339760 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) S 1292 1292 28069 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 230590651 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930812286960 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14082940 memory=140466246760064 CPUtime=0.01 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) R 1292 1292 28069 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 15 0 230590651 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930811234672 139931636626010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14082940 memory=140466246760064 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590652 14420930560 7075 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29756 KiB

[startup+0.212367 s]*
/proc/loadavg: 1.55 1.53 1.58 3/221 1308
/proc/meminfo: memFree=16923252/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0
[pid=1294] ppid=1292 vsize=14082940 memory=40828 CPUtime=0.33 cores=1,3,5,7
/proc/1294/stat : 1294 (java) S 1292 1292 28069 0 -1 1077944320 8293 0 0 0 31 2 0 0 20 0 15 0 230590646 14420930560 10207 33554432000 4194304 4196468 140728929197936 140728929180480 139931636604663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
/proc/1294/statm: 3520735 10207 3177 1 0 3483012 0
[pid=1294/tid=1295] ppid=1292 vsize=14082940 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/1294/task/1295/stat : 1295 (java) R 1292 1292 28069 0 -1 4202560 5423 0 0 0 18 1 0 0 20 0 15 0 230590646 14420930560 10271 33554432000 4194304 4196468 140728929197936 139931640839648 139931636626589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1296] ppid=1292 vsize=14082940 memory=4294981945 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1296/stat : 1296 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 10271 33554432000 4194304 4196468 140728929197936 139931589224848 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1297] ppid=1292 vsize=14082940 memory=140466247091442 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1297/stat : 1297 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 10271 33554432000 4194304 4196468 140728929197936 139931588172048 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1298] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1298/stat : 1298 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 10271 33554432000 4194304 4196468 140728929197936 139931587119760 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1299] ppid=1292 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1299/stat : 1299 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14420930560 10271 33554432000 4194304 4196468 140728929197936 139931586066960 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1300] ppid=1292 vsize=14082940 memory=140466246760064 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1300/stat : 1300 (java) S 1292 1292 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230590648 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930817550960 139931636615810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1301] ppid=1292 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1301/stat : 1301 (java) S 1292 1292 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230590649 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930816496928 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1302] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230590649 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) S 1292 1292 28069 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 15 0 230590651 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930813339760 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) S 1292 1292 28069 0 -1 1077944384 448 0 0 0 2 0 0 0 20 0 15 0 230590651 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930812286960 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14082940 memory=140466246760064 CPUtime=0.07 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) S 1292 1292 28069 0 -1 1077944384 766 0 0 0 7 0 0 0 20 0 15 0 230590651 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930811234672 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590652 14420930560 10271 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42284 KiB

[startup+0.316155 s]*
/proc/loadavg: 1.55 1.53 1.58 4/221 1308
/proc/meminfo: memFree=16916336/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0
[pid=1294] ppid=1292 vsize=14087196 memory=48372 CPUtime=0.52 cores=1,3,5,7
/proc/1294/stat : 1294 (java) S 1292 1292 28069 0 -1 1077944320 9228 0 0 0 49 3 0 0 20 0 15 0 230590646 14425288704 12093 33554432000 4194304 4196468 140728929197936 140728929180480 139931636604663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
/proc/1294/statm: 3521799 12093 3261 1 0 3483012 0
[pid=1294/tid=1295] ppid=1292 vsize=14087196 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1294/task/1295/stat : 1295 (java) R 1292 1292 28069 0 -1 4202560 6157 0 0 0 28 2 0 0 20 0 15 0 230590646 14425288704 12101 33554432000 4194304 4196468 140728929197936 139931640838448 139931636626589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1296] ppid=1292 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1296/stat : 1296 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14425288704 12101 33554432000 4194304 4196468 140728929197936 139931589224848 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1297] ppid=1292 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1297/stat : 1297 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590647 14425288704 12101 33554432000 4194304 4196468 140728929197936 139931588172048 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1298] ppid=1292 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1298/stat : 1298 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14425288704 12101 33554432000 4194304 4196468 140728929197936 139931587119760 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1299] ppid=1292 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1299/stat : 1299 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14425288704 12101 33554432000 4194304 4196468 140728929197936 139931586066960 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1300] ppid=1292 vsize=14087196 memory=3472895575524712495 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1300/stat : 1300 (java) S 1292 1292 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230590648 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930817550960 139931636615810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1301] ppid=1292 vsize=14087196 memory=8102582798406332720 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1301/stat : 1301 (java) S 1292 1292 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230590649 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930816496928 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1302] ppid=1292 vsize=14087196 memory=7597616690086883633 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230590649 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14087196 memory=7526543987230006149 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) S 1292 1292 28069 0 -1 1077944384 394 0 0 0 4 0 0 0 20 0 15 0 230590651 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930813339760 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14087196 memory=3544649811795128376 CPUtime=0.05 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) R 1292 1292 28069 0 -1 4202560 530 0 0 0 5 0 0 0 20 0 15 0 230590651 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930812267976 139931618127581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14087196 memory=3689186902087493536 CPUtime=0.12 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) S 1292 1292 28069 0 -1 1077944384 857 0 0 0 12 0 0 0 20 0 15 0 230590651 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930811234672 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14087196 memory=3467824627879784479 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14087196 memory=3832760039520458420 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590652 14425288704 12101 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49828 KiB

[startup+0.701405 s]
/proc/loadavg: 1.55 1.53 1.58 5/221 1308
/proc/meminfo: memFree=16886432/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0
[pid=1294] ppid=1292 vsize=14089320 memory=143492 CPUtime=1.72 cores=1,3,5,7
/proc/1294/stat : 1294 (java) S 1292 1292 28069 0 -1 1077944320 12519 0 0 0 166 6 0 0 20 0 15 0 230590646 14427463680 35873 33554432000 4194304 4196468 140728929197936 140728929180480 139931636604663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
/proc/1294/statm: 3522330 35873 3354 1 0 3483524 0
[pid=1294/tid=1295] ppid=1292 vsize=14089320 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/1294/task/1295/stat : 1295 (java) R 1292 1292 28069 0 -1 4202560 6642 0 0 0 64 4 0 0 20 0 15 0 230590646 14427463680 35873 33554432000 4194304 4196468 140728929197936 139931640843368 139931263217869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1296] ppid=1292 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1296/stat : 1296 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14427463680 35873 33554432000 4194304 4196468 140728929197936 139931589224848 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1297] ppid=1292 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1297/stat : 1297 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590647 14427463680 35873 33554432000 4194304 4196468 140728929197936 139931588172048 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1298] ppid=1292 vsize=14089320 memory=40 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1298/stat : 1298 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14427463680 35873 33554432000 4194304 4196468 140728929197936 139931587119760 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1299] ppid=1292 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1299/stat : 1299 (java) S 1292 1292 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230590647 14427463680 35873 33554432000 4194304 4196468 140728929197936 139931586066960 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1300] ppid=1292 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1300/stat : 1300 (java) S 1292 1292 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230590648 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930817550960 139931636615810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1301] ppid=1292 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1301/stat : 1301 (java) S 1292 1292 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930816496928 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1302] ppid=1292 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14089320 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) R 1292 1292 28069 0 -1 4202560 1371 0 0 0 34 0 0 0 20 0 15 0 230590651 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930813329872 139931615819852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14089320 memory=2 CPUtime=0.34 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) R 1292 1292 28069 0 -1 4202560 1456 0 0 0 34 0 0 0 20 0 15 0 230590651 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930812270432 139931636626010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14089320 memory=26 CPUtime=0.33 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) S 1292 1292 28069 0 -1 1077944384 1739 0 0 0 33 0 0 0 20 0 15 0 230590651 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930811234672 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14089320 memory=32 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14089320 memory=35888 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230590652 14427463680 35873 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 144948 KiB

[startup+1.5008 s]
/proc/loadavg: 1.55 1.53 1.58 5/221 1308
/proc/meminfo: memFree=16794840/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0

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

/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 498968 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 498968 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14089320 memory=1456 CPUtime=1.18 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) S 1292 1292 28069 0 -1 1077944384 7597 0 0 0 117 1 0 0 20 0 15 0 230590651 14427463680 498968 33554432000 4194304 4196468 140728929197936 139930813339760 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 41 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14089320 memory=1456 CPUtime=1.19 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) S 1292 1292 28069 0 -1 1077944384 7995 0 0 0 118 1 0 0 20 0 15 0 230590651 14427463680 498968 33554432000 4194304 4196468 140728929197936 139930812286960 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14089320 memory=1456 CPUtime=0.55 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) S 1292 1292 28069 0 -1 1077944384 7104 0 0 0 54 1 0 0 20 0 15 0 230590651 14427463680 498968 33554432000 4194304 4196468 140728929197936 139930811234672 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 498968 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14089320 memory=1456 CPUtime=0.54 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1215 0 0 0 22 32 0 0 20 0 15 0 230590652 14427463680 498968 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 2451.51 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 1997328 KiB

[startup+2502.3 s]
/proc/loadavg: 1.60 1.55 1.61 3/221 1397
/proc/meminfo: memFree=16001356/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0
[pid=1294] ppid=1292 vsize=14089320 memory=523824 CPUtime=2511.68 cores=1,3,5,7
/proc/1294/stat : 1294 (java) S 1292 1292 28069 0 -1 1077944320 214439 0 0 0 250225 943 0 0 20 0 15 0 230590646 14427463680 130956 33554432000 4194304 4196468 140728929197936 140728929180480 139931636604663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
/proc/1294/statm: 3522330 130956 3422 1 0 3483524 0
[pid=1294/tid=1295] ppid=1292 vsize=14089320 memory=523824 CPUtime=2498.59 cores=1,3,5,7
/proc/1294/task/1295/stat : 1295 (java) R 1292 1292 28069 0 -1 4202560 140199 0 0 0 249000 859 0 0 20 0 15 0 230590646 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931640844192 139931264073053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1296] ppid=1292 vsize=14089320 memory=523744 CPUtime=2.02 cores=1,3,5,7
/proc/1294/task/1296/stat : 1296 (java) S 1292 1292 28069 0 -1 1077944384 6719 0 0 0 195 7 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931589224848 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1297] ppid=1292 vsize=14089320 memory=523744 CPUtime=2.01 cores=1,3,5,7
/proc/1294/task/1297/stat : 1297 (java) S 1292 1292 28069 0 -1 1077944384 7223 0 0 0 194 7 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931588172048 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1298] ppid=1292 vsize=14089320 memory=523744 CPUtime=2.01 cores=1,3,5,7
/proc/1294/task/1298/stat : 1298 (java) S 1292 1292 28069 0 -1 1077944384 6554 0 0 0 195 6 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931587119760 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1299] ppid=1292 vsize=14089320 memory=523824 CPUtime=2.01 cores=1,3,5,7
/proc/1294/task/1299/stat : 1299 (java) S 1292 1292 28069 0 -1 1077944384 7110 0 0 0 195 6 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931586066960 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1300] ppid=1292 vsize=14089320 memory=523824 CPUtime=1.45 cores=1,3,5,7
/proc/1294/task/1300/stat : 1300 (java) S 1292 1292 28069 0 -1 1077944384 21322 0 0 0 114 31 0 0 20 0 15 0 230590648 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930817550960 139931636615810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1301] ppid=1292 vsize=14089320 memory=3472468762327898096 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1301/stat : 1301 (java) S 1292 1292 28069 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930816496928 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1302] ppid=1292 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14089320 memory=523744 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14089320 memory=62736 CPUtime=1.18 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) S 1292 1292 28069 0 -1 1077944384 7601 0 0 0 117 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930813339760 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14089320 memory=1228 CPUtime=1.19 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) S 1292 1292 28069 0 -1 1077944384 7999 0 0 0 118 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930812286960 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14089320 memory=523824 CPUtime=0.55 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) S 1292 1292 28069 0 -1 1077944384 7109 0 0 0 54 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930811234672 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14089320 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14089320 memory=1456 CPUtime=0.54 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1247 0 0 0 22 32 0 0 20 0 15 0 230590652 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 2511.68 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 525280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.7 s]
/proc/loadavg: 1.55 1.54 1.61 2/199 1445
/proc/meminfo: memFree=16617412/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0
[pid=1294] ppid=1292 vsize=14089320 memory=523824 CPUtime=2520.09 cores=1,3,5,7
/proc/1294/stat : 1294 (java) S 1292 1292 28069 0 -1 1077944320 214441 0 0 0 251066 943 0 0 20 0 15 0 230590646 14427463680 130956 33554432000 4194304 4196468 140728929197936 140728929180480 139931636604663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
/proc/1294/statm: 3522330 130956 3422 1 0 3483524 0
[pid=1294/tid=1295] ppid=1292 vsize=14089320 memory=523824 CPUtime=2506.98 cores=1,3,5,7
/proc/1294/task/1295/stat : 1295 (java) R 1292 1292 28069 0 -1 4202560 140201 0 0 0 249839 859 0 0 20 0 15 0 230590646 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931640844192 139931264073053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1296] ppid=1292 vsize=14089320 memory=523824 CPUtime=2.02 cores=1,3,5,7
/proc/1294/task/1296/stat : 1296 (java) S 1292 1292 28069 0 -1 1077944384 6719 0 0 0 195 7 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931589224848 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1297] ppid=1292 vsize=14089320 memory=1456 CPUtime=2.01 cores=1,3,5,7
/proc/1294/task/1297/stat : 1297 (java) S 1292 1292 28069 0 -1 1077944384 7223 0 0 0 194 7 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931588172048 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1298] ppid=1292 vsize=14089320 memory=3472468762327898096 CPUtime=2.02 cores=1,3,5,7
/proc/1294/task/1298/stat : 1298 (java) S 1292 1292 28069 0 -1 1077944384 6554 0 0 0 196 6 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931587119760 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1299] ppid=1292 vsize=14089320 memory=0 CPUtime=2.01 cores=1,3,5,7
/proc/1294/task/1299/stat : 1299 (java) S 1292 1292 28069 0 -1 1077944384 7110 0 0 0 195 6 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931586066960 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1300] ppid=1292 vsize=14089320 memory=792 CPUtime=1.46 cores=1,3,5,7
/proc/1294/task/1300/stat : 1300 (java) S 1292 1292 28069 0 -1 1077944384 21322 0 0 0 115 31 0 0 20 0 15 0 230590648 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930817550960 139931636615810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1301] ppid=1292 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1301/stat : 1301 (java) S 1292 1292 28069 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930816496928 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1302] ppid=1292 vsize=14089320 memory=164 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14089320 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14089320 memory=1828 CPUtime=1.18 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) S 1292 1292 28069 0 -1 1077944384 7601 0 0 0 117 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930813339760 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14089320 memory=1232 CPUtime=1.19 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) S 1292 1292 28069 0 -1 1077944384 7999 0 0 0 118 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930812286960 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14089320 memory=644 CPUtime=0.55 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) S 1292 1292 28069 0 -1 1077944384 7109 0 0 0 54 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930811234672 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14089320 memory=523824 CPUtime=0.55 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1247 0 0 0 23 32 0 0 20 0 15 0 230590652 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 525280 KiB

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

[startup+2510.71 s]
# the end of solver process 1292 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001041 s, system=0.001498 s

[startup+2510.71 s]
# the end of solver process 1294 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.68 s, system=9.44535 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+2510.7 s]
/proc/loadavg: 1.55 1.54 1.61 2/199 1445
/proc/meminfo: memFree=16617412/32770624 swapFree=67108852/67108860
[pid=1292] ppid=1289 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1292/stat : 1292 (xcsp3-exec) S 1289 1292 28069 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 230590645 115843072 364 33554432000 4194304 5098028 140726704249424 140726704247528 139941544678012 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27758592 140726704251962 140726704252164 140726704252164 140726704254922 0
/proc/1292/statm: 28282 364 306 221 0 87 0
[pid=1294] ppid=1292 vsize=14089320 memory=523824 CPUtime=2520.09 cores=1,3,5,7
/proc/1294/stat : 1294 (java) S 1292 1292 28069 0 -1 1077944320 214441 0 0 0 251066 943 0 0 20 0 15 0 230590646 14427463680 130956 33554432000 4194304 4196468 140728929197936 140728929180480 139931636604663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
/proc/1294/statm: 3522330 130956 3422 1 0 3483524 0
[pid=1294/tid=1295] ppid=1292 vsize=14089320 memory=523824 CPUtime=2506.98 cores=1,3,5,7
/proc/1294/task/1295/stat : 1295 (java) R 1292 1292 28069 0 -1 4202560 140201 0 0 0 249839 859 0 0 20 0 15 0 230590646 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931640844192 139931264073053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1296] ppid=1292 vsize=14089320 memory=523824 CPUtime=2.02 cores=1,3,5,7
/proc/1294/task/1296/stat : 1296 (java) S 1292 1292 28069 0 -1 1077944384 6719 0 0 0 195 7 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931589224848 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1297] ppid=1292 vsize=14089320 memory=1456 CPUtime=2.01 cores=1,3,5,7
/proc/1294/task/1297/stat : 1297 (java) S 1292 1292 28069 0 -1 1077944384 7223 0 0 0 194 7 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931588172048 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1298] ppid=1292 vsize=14089320 memory=3472468762327898096 CPUtime=2.02 cores=1,3,5,7
/proc/1294/task/1298/stat : 1298 (java) S 1292 1292 28069 0 -1 1077944384 6554 0 0 0 196 6 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931587119760 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1299] ppid=1292 vsize=14089320 memory=0 CPUtime=2.01 cores=1,3,5,7
/proc/1294/task/1299/stat : 1299 (java) S 1292 1292 28069 0 -1 1077944384 7110 0 0 0 195 6 0 0 20 0 15 0 230590647 14427463680 130956 33554432000 4194304 4196468 140728929197936 139931586066960 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1300] ppid=1292 vsize=14089320 memory=792 CPUtime=1.46 cores=1,3,5,7
/proc/1294/task/1300/stat : 1300 (java) S 1292 1292 28069 0 -1 1077944384 21322 0 0 0 115 31 0 0 20 0 15 0 230590648 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930817550960 139931636615810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1301] ppid=1292 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1301/stat : 1301 (java) S 1292 1292 28069 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930816496928 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1302] ppid=1292 vsize=14089320 memory=164 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1302/stat : 1302 (java) S 1292 1292 28069 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 230590649 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930815444592 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1303] ppid=1292 vsize=14089320 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1303/stat : 1303 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930814392912 139931636623259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1304] ppid=1292 vsize=14089320 memory=1828 CPUtime=1.18 cores=1,3,5,7
/proc/1294/task/1304/stat : 1304 (java) S 1292 1292 28069 0 -1 1077944384 7601 0 0 0 117 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930813339760 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1305] ppid=1292 vsize=14089320 memory=1232 CPUtime=1.19 cores=1,3,5,7
/proc/1294/task/1305/stat : 1305 (java) S 1292 1292 28069 0 -1 1077944384 7999 0 0 0 118 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930812286960 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1306] ppid=1292 vsize=14089320 memory=644 CPUtime=0.55 cores=1,3,5,7
/proc/1294/task/1306/stat : 1306 (java) S 1292 1292 28069 0 -1 1077944384 7109 0 0 0 54 1 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930811234672 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1307] ppid=1292 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/1294/task/1307/stat : 1307 (java) S 1292 1292 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230590651 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930810182112 139931636614869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
[pid=1294/tid=1308] ppid=1292 vsize=14089320 memory=523824 CPUtime=0.55 cores=1,3,5,7
/proc/1294/task/1308/stat : 1308 (java) S 1292 1292 28069 0 -1 1077944384 1247 0 0 0 23 32 0 0 20 0 15 0 230590652 14427463680 130956 33554432000 4194304 4196468 140728929197936 139930809129904 139931636615810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 18903040 140728929199238 140728929199409 140728929199409 140728929202127 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 525280 KiB

Child status: 143
Real time (s): 2510.71
CPU time (s): 2520.12
CPU user time (s): 2510.68
CPU system time (s): 9.44535
CPU usage (%): 100.375
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 5325948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.68
system time used= 9.44535
maximum resident set size= 5351184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73837
involuntary context switches= 3389


# summary of solver processes directly reported to runsolver:
#   pid: 1292,1294
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2510.68
#   total CPU system time (s): 9.44535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2457 second user time and 22.2212 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 05:17:55
IDJOB=4306910
IDBENCH=141589
IDSOLVER=2787
FILE ID=node135/4306910-1534130275
RUNJOBID= node135-1534098559-28101
PBS_JOBID= 21037004
Free space on /tmp= 42696 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Frb/frb-50-23-1-mgd_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306910-1534130275/watcher-4306910-1534130275 -o /tmp/evaluation-result-4306910-1534130275/solver-4306910-1534130275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580  HOME/xcsp3-exec -seed 1213880349 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306910-1534130275.xml

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

MD5SUM BENCH= 89c27d49b20a714b89297264b4c82bd7
RANDOM SEED=1213880349

node135.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.50
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.50
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.50
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.50
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:        16952964 kB
MemAvailable:   31749452 kB
Buffers:          251932 kB
Cached:         14639352 kB
SwapCached:            8 kB
Active:          7534416 kB
Inactive:        7569488 kB
Active(anon):     161328 kB
Inactive(anon):   103296 kB
Active(file):    7373088 kB
Inactive(file):  7466192 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             44632 kB
Writeback:             0 kB
AnonPages:        442560 kB
Mapped:            75228 kB
Shmem:             49816 kB
Slab:             414312 kB
SReclaimable:     385668 kB
SUnreclaim:        28644 kB
KernelStack:        3904 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1317052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42696 MiB
End job on node135 at 2018-08-13 05:59:46