Trace number 4405775

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24SAT 5.41157 2.04082

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-04-m018.xml
MD5SUMe1b631bab6f8bd4ad65377e678a0b81e
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 benchmark2.54992
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405775-1569409154.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405775-1569409154.xml, -tl, 2520s, -p, 1]
0.13/0.22	c simple solver
0.35/0.28	c parse instance...
0.73/0.49	c solve instance...
5.35/2.02	s SATISFIABLE
5.35/2.02	v <instantiation>
5.35/2.02	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] </list>
5.35/2.02	v 	<values>-14 16 11 -13 17 -4 -16 -15 18 -8 10 1 4 -9 2 5 -5 -3 14 -11 7 -7 -17 8 -18 12 9 6 -1 15 0 -12 -2 13 -10 -6 3 </values>
5.35/2.02	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405775-1569409154/watcher-4405775-1569409154 -o /var/tmp/evaluation-result-4405775-1569409154/solver-4405775-1569409154 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569409112-1292 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 885676389 HOME/instance-4405775-1569409154.xml 

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

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


[startup+0.10108 s]*
/proc/loadavg: 0.85 0.76 0.90 6/229 1353
/proc/meminfo: memFree=25676092/32770624 swapFree=66997172/67108860
[pid=1328] ppid=1325 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1328/stat : 1328 (xcsp3-exec) S 1325 1328 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516853734 115843072 363 33554432000 4194304 5098028 140722444289024 140722444287128 139848803558012 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35012608 140722444292951 140722444293209 140722444293209 140722444296134 0
/proc/1328/statm: 28282 363 304 221 0 87 0
[pid=1330] ppid=1328 vsize=15144776 memory=29004 CPUtime=0.13 cores=0,2,4,6
/proc/1330/stat : 1330 (java) S 1328 1328 31565 0 -1 1077944320 5681 0 0 0 12 1 0 0 20 0 15 0 516853734 15508250624 7251 33554432000 4194304 4196468 140724919290128 140724919272672 140646870879991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
/proc/1330/statm: 3786194 7251 3153 1 0 3748377 0
[pid=1330/tid=1331] ppid=1328 vsize=15144776 memory=-8412652160985438067 CPUtime=0.09 cores=0,2,4,6
/proc/1330/task/1331/stat : 1331 (java) R 1328 1328 31565 0 -1 4202560 3574 0 0 0 8 1 0 0 20 0 15 0 516853734 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646875109816 140646870891926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1335] ppid=1328 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1335/stat : 1335 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646827432848 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1336] ppid=1328 vsize=15144776 memory=139847970178688 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1336/stat : 1336 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646826380048 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1337] ppid=1328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1337/stat : 1337 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646825327760 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1338] ppid=1328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1338/stat : 1338 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853735 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646460611600 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1339] ppid=1328 vsize=15144776 memory=139847970178688 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1339/stat : 1339 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853736 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646339504240 140646870891138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1340] ppid=1328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1340/stat : 1340 (java) S 1328 1328 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516853737 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646338450208 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1341] ppid=1328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1341/stat : 1341 (java) S 1328 1328 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516853737 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646337397872 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1348] ppid=1328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1348/stat : 1348 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853739 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646336346192 140646870898587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1349] ppid=1328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1349/stat : 1349 (java) S 1328 1328 31565 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 516853739 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646335294064 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1350] ppid=1328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1350/stat : 1350 (java) S 1328 1328 31565 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 516853739 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646334241264 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1351] ppid=1328 vsize=15144776 memory=139847970178688 CPUtime=0.02 cores=0,2,4,6
/proc/1330/task/1351/stat : 1351 (java) R 1328 1328 31565 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 516853739 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646333188976 140646850171394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1352] ppid=1328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1352/stat : 1352 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646332136416 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1353] ppid=1328 vsize=15144776 memory=139847970178688 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1353/stat : 1353 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853740 15508250624 7251 33554432000 4194304 4196468 140724919290128 140646331083184 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30456 KiB

[startup+0.220801 s]*
/proc/loadavg: 0.85 0.76 0.90 4/229 1353
/proc/meminfo: memFree=25648488/32770624 swapFree=66997172/67108860
[pid=1328] ppid=1325 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1328/stat : 1328 (xcsp3-exec) S 1325 1328 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516853734 115843072 363 33554432000 4194304 5098028 140722444289024 140722444287128 139848803558012 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35012608 140722444292951 140722444293209 140722444293209 140722444296134 0
/proc/1328/statm: 28282 363 304 221 0 87 0
[pid=1330] ppid=1328 vsize=15149032 memory=41312 CPUtime=0.35 cores=0,2,4,6
/proc/1330/stat : 1330 (java) S 1328 1328 31565 0 -1 1077944320 9550 0 0 0 32 3 0 0 20 0 15 0 516853734 15512608768 10328 33554432000 4194304 4196468 140724919290128 140724919272672 140646870879991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
/proc/1330/statm: 3787258 10328 3325 1 0 3748377 0
[pid=1330/tid=1331] ppid=1328 vsize=15149032 memory=7883960649037381690 CPUtime=0.21 cores=0,2,4,6
/proc/1330/task/1331/stat : 1331 (java) R 1328 1328 31565 0 -1 4202560 6709 0 0 0 18 3 0 0 20 0 15 0 516853734 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646875100984 140646854960508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1335] ppid=1328 vsize=15149032 memory=2128866 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1335/stat : 1335 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646827432848 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1336] ppid=1328 vsize=15149032 memory=139847970194176 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1336/stat : 1336 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646826380048 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1337] ppid=1328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1337/stat : 1337 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646825327760 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1338] ppid=1328 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1338/stat : 1338 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646460611600 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1339] ppid=1328 vsize=15149032 memory=139847970178688 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1339/stat : 1339 (java) S 1328 1328 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516853736 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646339504240 140646870891138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1340] ppid=1328 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1340/stat : 1340 (java) S 1328 1328 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516853737 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646338450208 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1341] ppid=1328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1341/stat : 1341 (java) S 1328 1328 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516853737 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646337397872 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1348] ppid=1328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1348/stat : 1348 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853739 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646336346192 140646870898587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1349] ppid=1328 vsize=15149032 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1330/task/1349/stat : 1349 (java) S 1328 1328 31565 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 516853739 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646335294064 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1350] ppid=1328 vsize=15149032 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1330/task/1350/stat : 1350 (java) S 1328 1328 31565 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 15 0 516853739 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646334241264 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1351] ppid=1328 vsize=15149032 memory=139847970178688 CPUtime=0.08 cores=0,2,4,6
/proc/1330/task/1351/stat : 1351 (java) S 1328 1328 31565 0 -1 1077944384 792 0 0 0 8 0 0 0 20 0 15 0 516853739 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646333188976 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1352] ppid=1328 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1352/stat : 1352 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646332136416 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1353] ppid=1328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1353/stat : 1353 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853740 15512608768 10840 33554432000 4194304 4196468 140724919290128 140646331083184 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 42764 KiB

[startup+0.310526 s]*
/proc/loadavg: 0.85 0.76 0.90 5/229 1353
/proc/meminfo: memFree=25636508/32770624 swapFree=66997172/67108860
[pid=1328] ppid=1325 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1328/stat : 1328 (xcsp3-exec) S 1325 1328 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516853734 115843072 363 33554432000 4194304 5098028 140722444289024 140722444287128 139848803558012 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35012608 140722444292951 140722444293209 140722444293209 140722444296134 0
/proc/1328/statm: 28282 363 304 221 0 87 0
[pid=1330] ppid=1328 vsize=15149032 memory=49760 CPUtime=0.53 cores=0,2,4,6
/proc/1330/stat : 1330 (java) S 1328 1328 31565 0 -1 1077944320 10786 0 0 0 49 4 0 0 20 0 15 0 516853734 15512608768 12440 33554432000 4194304 4196468 140724919290128 140724919272672 140646870879991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
/proc/1330/statm: 3787258 12440 3363 1 0 3748377 0
[pid=1330/tid=1331] ppid=1328 vsize=15149032 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/1330/task/1331/stat : 1331 (java) R 1328 1328 31565 0 -1 4202560 7777 0 0 0 26 3 0 0 20 0 15 0 516853734 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646875113776 140646854960478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1335] ppid=1328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1335/stat : 1335 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646827432848 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1336] ppid=1328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1336/stat : 1336 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646826380048 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1337] ppid=1328 vsize=15149032 memory=7156871063736963152 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1337/stat : 1337 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646825327760 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1338] ppid=1328 vsize=15149032 memory=3763099673816014896 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1338/stat : 1338 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853735 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646460611600 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1339] ppid=1328 vsize=15149032 memory=3832758244792139168 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1339/stat : 1339 (java) S 1328 1328 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516853736 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646339504240 140646870891138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1340] ppid=1328 vsize=15149032 memory=3756056159110307892 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1340/stat : 1340 (java) S 1328 1328 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516853737 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646338450208 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1341] ppid=1328 vsize=15149032 memory=7662138506577532522 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1341/stat : 1341 (java) S 1328 1328 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516853737 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646337397872 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1348] ppid=1328 vsize=15149032 memory=7373626587384272226 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1348/stat : 1348 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853739 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646336346192 140646870898587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1349] ppid=1328 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1330/task/1349/stat : 1349 (java) R 1328 1328 31565 0 -1 4202560 561 0 0 0 4 0 0 0 20 0 15 0 516853739 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646335284448 140646855988749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1350] ppid=1328 vsize=15149032 memory=2320532704480276787 CPUtime=0.04 cores=0,2,4,6
/proc/1330/task/1350/stat : 1350 (java) R 1328 1328 31565 0 -1 1077944384 301 0 0 0 4 0 0 0 20 0 15 0 516853739 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646334241360 140646870890197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1351] ppid=1328 vsize=15149032 memory=3473034409933470643 CPUtime=0.13 cores=0,2,4,6
/proc/1330/task/1351/stat : 1351 (java) S 1328 1328 31565 0 -1 1077944384 877 0 0 0 13 0 0 0 20 0 15 0 516853739 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646333188976 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1352] ppid=1328 vsize=15149032 memory=3906654115307468080 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1352/stat : 1352 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646332136416 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1353] ppid=1328 vsize=15149032 memory=2319546639624764084 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1353/stat : 1353 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853740 15512608768 12440 33554432000 4194304 4196468 140724919290128 140646331083184 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51212 KiB

[startup+0.700758 s]
/proc/loadavg: 0.85 0.76 0.90 6/229 1353
/proc/meminfo: memFree=25607720/32770624 swapFree=66997172/67108860
[pid=1328] ppid=1325 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1328/stat : 1328 (xcsp3-exec) S 1325 1328 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516853734 115843072 363 33554432000 4194304 5098028 140722444289024 140722444287128 139848803558012 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35012608 140722444292951 140722444293209 140722444293209 140722444296134 0
/proc/1328/statm: 28282 363 304 221 0 87 0
[pid=1330] ppid=1328 vsize=15151156 memory=84840 CPUtime=1.61 cores=0,2,4,6
/proc/1330/stat : 1330 (java) S 1328 1328 31565 0 -1 1077944320 18470 0 0 0 155 6 0 0 20 0 15 0 516853734 15514783744 21210 33554432000 4194304 4196468 140724919290128 140724919272672 140646870879991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
/proc/1330/statm: 3787789 21210 3451 1 0 3748889 0
[pid=1330/tid=1331] ppid=1328 vsize=15151156 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/1330/task/1331/stat : 1331 (java) R 1328 1328 31565 0 -1 4202560 9252 0 0 0 62 4 0 0 20 0 15 0 516853734 15514783744 21210 33554432000 4194304 4196468 140724919290128 140646875118336 140646508726048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1335] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1335/stat : 1335 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 21276 33554432000 4194304 4196468 140724919290128 140646827432848 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1336] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1336/stat : 1336 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 21276 33554432000 4194304 4196468 140724919290128 140646826380048 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1337] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1337/stat : 1337 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 21276 33554432000 4194304 4196468 140724919290128 140646825327760 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1338] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1338/stat : 1338 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 21276 33554432000 4194304 4196468 140724919290128 140646460611600 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1339] ppid=1328 vsize=15151156 memory=193 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1339/stat : 1339 (java) S 1328 1328 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516853736 15514783744 21342 33554432000 4194304 4196468 140724919290128 140646339504240 140646870891138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1340] ppid=1328 vsize=15151156 memory=1 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1340/stat : 1340 (java) S 1328 1328 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 21342 33554432000 4194304 4196468 140724919290128 140646338450208 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1341] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1341/stat : 1341 (java) S 1328 1328 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 21342 33554432000 4194304 4196468 140724919290128 140646337397872 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1348] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1348/stat : 1348 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853739 15514783744 21342 33554432000 4194304 4196468 140724919290128 140646336346192 140646870898587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1349] ppid=1328 vsize=15151156 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/1330/task/1349/stat : 1349 (java) R 1328 1328 31565 0 -1 4202560 2976 0 0 0 29 0 0 0 20 0 15 0 516853739 15514783744 21342 33554432000 4194304 4196468 140724919290128 140646335278552 140646852424209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1350] ppid=1328 vsize=15151156 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/1330/task/1350/stat : 1350 (java) R 1328 1328 31565 0 -1 4202560 2999 0 0 0 30 0 0 0 20 0 15 0 516853739 15514783744 21408 33554432000 4194304 4196468 140724919290128 140646334227288 140646852423714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1351] ppid=1328 vsize=15151156 memory=4100 CPUtime=0.31 cores=0,2,4,6
/proc/1330/task/1351/stat : 1351 (java) S 1328 1328 31565 0 -1 1077944384 2137 0 0 0 31 0 0 0 20 0 15 0 516853739 15514783744 21408 33554432000 4194304 4196468 140724919290128 140646333188976 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1352] ppid=1328 vsize=15151156 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1352/stat : 1352 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 21408 33554432000 4194304 4196468 140724919290128 140646332136416 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1353] ppid=1328 vsize=15151156 memory=14060 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1353/stat : 1353 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 21408 33554432000 4194304 4196468 140724919290128 140646331083184 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86292 KiB

[startup+1.50078 s]
/proc/loadavg: 0.85 0.76 0.90 7/229 1353
/proc/meminfo: memFree=25560472/32770624 swapFree=66997172/67108860
[pid=1328] ppid=1325 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1328/stat : 1328 (xcsp3-exec) S 1325 1328 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516853734 115843072 363 33554432000 4194304 5098028 140722444289024 140722444287128 139848803558012 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35012608 140722444292951 140722444293209 140722444293209 140722444296134 0
/proc/1328/statm: 28282 363 304 221 0 87 0
[pid=1330] ppid=1328 vsize=15151156 memory=94828 CPUtime=4.05 cores=0,2,4,6
/proc/1330/stat : 1330 (java) S 1328 1328 31565 0 -1 1077944320 28867 0 0 0 398 7 0 0 20 0 15 0 516853734 15514783744 23707 33554432000 4194304 4196468 140724919290128 140724919272672 140646870879991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
/proc/1330/statm: 3787789 23707 3455 1 0 3748889 0
[pid=1330/tid=1331] ppid=1328 vsize=15151156 memory=6944656592455360604 CPUtime=1.46 cores=0,2,4,6
/proc/1330/task/1331/stat : 1331 (java) R 1328 1328 31565 0 -1 4202560 9627 0 0 0 142 4 0 0 20 0 15 0 516853734 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646875117296 140646508951508 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1335] ppid=1328 vsize=15151156 memory=5495740422247797458 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1335/stat : 1335 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646827432848 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1336] ppid=1328 vsize=15151156 memory=-7595754389018307680 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1336/stat : 1336 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646826380048 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1337] ppid=1328 vsize=15151156 memory=-7233780906022726806 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1337/stat : 1337 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646825327760 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1338] ppid=1328 vsize=15151156 memory=-8033973737701895300 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1338/stat : 1338 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646460611600 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1339] ppid=1328 vsize=15151156 memory=7100839887184827521 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1339/stat : 1339 (java) S 1328 1328 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516853736 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646339504240 140646870891138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1340] ppid=1328 vsize=15151156 memory=7100839887183448424 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1340/stat : 1340 (java) S 1328 1328 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646338450208 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1341] ppid=1328 vsize=15151156 memory=-8253387840313187963 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1341/stat : 1341 (java) S 1328 1328 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646337397872 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1348] ppid=1328 vsize=15151156 memory=5866899914866910826 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1348/stat : 1348 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853739 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646336346192 140646870898587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1349] ppid=1328 vsize=15151156 memory=6226599637259475040 CPUtime=1.1 cores=0,2,4,6
/proc/1330/task/1349/stat : 1349 (java) R 1328 1328 31565 0 -1 4202560 7678 0 0 0 109 1 0 0 20 0 15 0 516853739 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646335280848 140646856560689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1350] ppid=1328 vsize=15151156 memory=4100 CPUtime=1.11 cores=0,2,4,6
/proc/1330/task/1350/stat : 1350 (java) R 1328 1328 31565 0 -1 4202560 7792 0 0 0 110 1 0 0 20 0 15 0 516853739 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646334232720 140646852397924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1351] ppid=1328 vsize=15151156 memory=14004 CPUtime=0.35 cores=0,2,4,6
/proc/1330/task/1351/stat : 1351 (java) S 1328 1328 31565 0 -1 1077944384 2460 0 0 0 35 0 0 0 20 0 15 0 516853739 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646333188976 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1352] ppid=1328 vsize=15151156 memory=14060 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1352/stat : 1352 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646332136416 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1353] ppid=1328 vsize=15151156 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1353/stat : 1353 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 23707 33554432000 4194304 4196468 140724919290128 140646331083184 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 96280 KiB

[startup+2.04077 s]
# the end of solver process 1328 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.32856 s, system=0.083016 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60092 s]
/proc/loadavg: 0.85 0.76 0.90 7/229 1353
/proc/meminfo: memFree=25560472/32770624 swapFree=66997172/67108860
[pid=1328] ppid=1325 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1328/stat : 1328 (xcsp3-exec) S 1325 1328 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516853734 115843072 363 33554432000 4194304 5098028 140722444289024 140722444287128 139848803558012 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35012608 140722444292951 140722444293209 140722444293209 140722444296134 0
/proc/1328/statm: 28282 363 304 221 0 87 0
[pid=1330] ppid=1328 vsize=15151156 memory=95104 CPUtime=4.37 cores=0,2,4,6
/proc/1330/stat : 1330 (java) S 1328 1328 31565 0 -1 1077944320 29306 0 0 0 430 7 0 0 20 0 15 0 516853734 15514783744 23776 33554432000 4194304 4196468 140724919290128 140724919272672 140646870879991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
/proc/1330/statm: 3787789 23776 3461 1 0 3748889 0
[pid=1330/tid=1331] ppid=1328 vsize=15151156 memory=1556 CPUtime=1.56 cores=0,2,4,6
/proc/1330/task/1331/stat : 1331 (java) R 1328 1328 31565 0 -1 4202560 9629 0 0 0 152 4 0 0 20 0 15 0 516853734 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646875114944 140646508895799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1335] ppid=1328 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1335/stat : 1335 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646827432848 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1336] ppid=1328 vsize=15151156 memory=3680 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1336/stat : 1336 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646826380048 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1337] ppid=1328 vsize=15151156 memory=2308 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1337/stat : 1337 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646825327760 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1338] ppid=1328 vsize=15151156 memory=2308 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1338/stat : 1338 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646460611600 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1339] ppid=1328 vsize=15151156 memory=33 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1339/stat : 1339 (java) S 1328 1328 31565 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 516853736 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646339504240 140646870891138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1340] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1340/stat : 1340 (java) S 1328 1328 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646338450208 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1341] ppid=1328 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1341/stat : 1341 (java) S 1328 1328 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646337397872 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1348] ppid=1328 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1348/stat : 1348 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853739 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646336346192 140646870898587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1349] ppid=1328 vsize=15151156 memory=6944656592455359580 CPUtime=1.2 cores=0,2,4,6
/proc/1330/task/1349/stat : 1349 (java) R 1328 1328 31565 0 -1 4202560 7700 0 0 0 119 1 0 0 20 0 15 0 516853739 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646335294064 140646854791006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1350] ppid=1328 vsize=15151156 memory=-4051592751533505334 CPUtime=1.21 cores=0,2,4,6
/proc/1330/task/1350/stat : 1350 (java) R 1328 1328 31565 0 -1 4202560 7833 0 0 0 120 1 0 0 20 0 15 0 516853739 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646334229936 140646852424471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1351] ppid=1328 vsize=15151156 memory=-4059589565078923626 CPUtime=0.37 cores=0,2,4,6
/proc/1330/task/1351/stat : 1351 (java) S 1328 1328 31565 0 -1 1077944384 2824 0 0 0 37 0 0 0 20 0 15 0 516853739 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646333188976 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1352] ppid=1328 vsize=15151156 memory=7016671349533276567 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1352/stat : 1352 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646332136416 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1353] ppid=1328 vsize=15151156 memory=-8675733323038954102 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1353/stat : 1353 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 23776 33554432000 4194304 4196468 140724919290128 140646331083184 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 96556 KiB

[startup+2.00074 s]*
/proc/loadavg: 1.26 0.85 0.93 4/229 1353
/proc/meminfo: memFree=25518832/32770624 swapFree=66997172/67108860
[pid=1328] ppid=1325 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1328/stat : 1328 (xcsp3-exec) S 1325 1328 31565 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516853734 115843072 363 33554432000 4194304 5098028 140722444289024 140722444287128 139848803558012 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35012608 140722444292951 140722444293209 140722444293209 140722444296134 0
/proc/1328/statm: 28282 363 304 221 0 87 0
[pid=1330] ppid=1328 vsize=15151156 memory=103916 CPUtime=5.35 cores=0,2,4,6
/proc/1330/stat : 1330 (java) S 1328 1328 31565 0 -1 1077944320 29515 0 0 0 528 7 0 0 20 0 15 0 516853734 15514783744 25979 33554432000 4194304 4196468 140724919290128 140724919272672 140646870879991 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
/proc/1330/statm: 3787789 25979 3465 1 0 3748889 0
[pid=1330/tid=1331] ppid=1328 vsize=15151156 memory=6935054825532540783 CPUtime=1.98 cores=0,2,4,6
/proc/1330/task/1331/stat : 1331 (java) R 1328 1328 31565 0 -1 4202560 9641 0 0 0 193 5 0 0 20 0 15 0 516853734 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646875116928 140646509843034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1335] ppid=1328 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1335/stat : 1335 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646827432848 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1336] ppid=1328 vsize=15151156 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1336/stat : 1336 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646826380048 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1337] ppid=1328 vsize=15151156 memory=-7812193691855998918 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1337/stat : 1337 (java) S 1328 1328 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646825327760 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1338] ppid=1328 vsize=15151156 memory=8764446273926488160 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1338/stat : 1338 (java) S 1328 1328 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516853735 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646460611600 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1339] ppid=1328 vsize=15151156 memory=-7737605734073681312 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1339/stat : 1339 (java) S 1328 1328 31565 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 516853736 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646339504240 140646870891138 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1340] ppid=1328 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1340/stat : 1340 (java) S 1328 1328 31565 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646338450208 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1341] ppid=1328 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1341/stat : 1341 (java) S 1328 1328 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516853737 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646337397872 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1348] ppid=1328 vsize=15151156 memory=279695652295168 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1348/stat : 1348 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853739 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646336346192 140646870898587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1349] ppid=1328 vsize=15151156 memory=2129104 CPUtime=1.45 cores=0,2,4,6
/proc/1330/task/1349/stat : 1349 (java) S 1328 1328 31565 0 -1 1077944384 7749 0 0 0 144 1 0 0 20 0 15 0 516853739 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646335294064 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1350] ppid=1328 vsize=15151156 memory=3914725 CPUtime=1.5 cores=0,2,4,6
/proc/1330/task/1350/stat : 1350 (java) R 1328 1328 31565 0 -1 4202560 7894 0 0 0 149 1 0 0 20 0 15 0 516853739 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646334241264 140646854376775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1351] ppid=1328 vsize=15151156 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/1330/task/1351/stat : 1351 (java) S 1328 1328 31565 0 -1 1077944384 2911 0 0 0 40 0 0 0 20 0 15 0 516853739 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646333188976 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1352] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1352/stat : 1352 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646332136416 140646870890197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
[pid=1330/tid=1353] ppid=1328 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1330/task/1353/stat : 1353 (java) S 1328 1328 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516853740 15514783744 25979 33554432000 4194304 4196468 140724919290128 140646331083184 140646870891138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10637312 140724919296987 140724919297162 140724919297162 140724919300047 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 105368 KiB

Child status: 0
Real time (s): 2.04082
CPU time (s): 5.41157
CPU user time (s): 5.32856
CPU system time (s): 0.083016
CPU usage (%): 265.167
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 105368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.32856
system time used= 0.083016
maximum resident set size= 106448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1847
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 1328
#   total CPU time (s): 5.41157
#   total CPU user time (s): 5.32856
#   total CPU system time (s): 0.083016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049332 second user time and 0.056103 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-25 12:58:33
IDJOB=4405775
IDBENCH=133653
IDSOLVER=2869
FILE ID=node140/4405775-1569409154
RUNJOBID= node140-1569409112-1292
PBS_JOBID= 21705682
Free space on /var/tmp= 13516 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-04-m018.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405775-1569409154/watcher-4405775-1569409154 -o /var/tmp/evaluation-result-4405775-1569409154/solver-4405775-1569409154 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569409112-1292 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 885676389 HOME/instance-4405775-1569409154.xml

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

MD5SUM BENCH= e1b631bab6f8bd4ad65377e678a0b81e
RANDOM SEED=885676389

node140.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25712656 kB
MemAvailable:   31847484 kB
Buffers:          152428 kB
Cached:          6086260 kB
SwapCached:         2996 kB
Active:          3130004 kB
Inactive:        3115924 kB
Active(anon):       4800 kB
Inactive(anon):    57532 kB
Active(file):    3125204 kB
Inactive(file):  3058392 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66997172 kB
Dirty:             52260 kB
Writeback:             8 kB
AnonPages:        112592 kB
Mapped:            57860 kB
Shmem:             46484 kB
Slab:             408200 kB
SReclaimable:     379692 kB
SUnreclaim:        28508 kB
KernelStack:        3392 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     544500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node140 at 2019-09-25 12:58:35