Trace number 4403331

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-20SAT 12.2555 3.49868

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
MD5SUMee1da6b537c1ecd46a877bd70c24ae39
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 benchmark0.402036
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints477
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree8
Maximum variable degree30
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":10,"count":3},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":17,"count":5},{"degree":18,"count":4},{"degree":19,"count":4},{"degree":20,"count":6},{"degree":22,"count":5},{"degree":23,"count":2},{"degree":24,"count":5},{"degree":25,"count":1},{"degree":26,"count":1},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":477}]
Number of extensional constraints477
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":477}]
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-4403331-1568990034.xml"  -tl '2520s' -p 4
0.13/0.20	c Choco 3fb4b153
0.13/0.20	c [HOME/instance-4403331-1568990034.xml, -tl, 2520s, -p, 4]
0.33/0.25	c 4 solvers in parallel
0.33/0.31	c parse instance...
3.26/1.23	c solve instance...
11.91/3.48	s SATISFIABLE
11.91/3.48	v <instantiation>
11.91/3.48	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
11.91/3.48	v 	<values>9 18 18 7 20 16 12 17 19 19 8 5 11 2 16 17 15 20 8 11 1 3 4 2 1 17 12 20 15 17 20 14 18 13 4 9 5 17 9 20 16 20 2 19 19 3 19 20 4 20 </values>
11.91/3.48	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: 16375 MiB (10676 MiB free)
  memory of node 1: 16384 MiB (1684 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403331-1568990034/watcher-4403331-1568990034 -o /tmp/evaluation-result-4403331-1568990034/solver-4403331-1568990034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29940 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1667345202 HOME/instance-4403331-1568990034.xml 

running on 4 cores: 0-3

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

solver pid=850, runsolver pid=847

[startup+0.107337 s]*
/proc/loadavg: 7.44 8.11 7.29 3/212 874
/proc/meminfo: memFree=17301832/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0
[pid=852] ppid=850 vsize=15144776 memory=30004 CPUtime=0.13 cores=0-3
/proc/852/stat : 852 (java) S 850 850 29909 0 -1 1077944320 5898 0 0 0 12 1 0 0 20 0 15 0 474945018 15508250624 7501 33554432000 4194304 4196468 140723377078576 140723377061120 139658913775351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
/proc/852/statm: 3786194 7501 3154 1 0 3748377 0
[pid=852/tid=853] ppid=850 vsize=15144776 memory=7022364594140610616 CPUtime=0.09 cores=0-3
/proc/852/task/853/stat : 853 (java) R 850 850 29909 0 -1 4202560 3811 0 0 0 9 0 0 0 20 0 15 0 474945018 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658918000160 139658895644893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=854] ppid=850 vsize=15144776 memory=4294976388 CPUtime=0 cores=0-3
/proc/852/task/854/stat : 854 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658850011792 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=855] ppid=850 vsize=15144776 memory=139897110760257 CPUtime=0 cores=0-3
/proc/852/task/855/stat : 855 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658848958992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=856] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/856/stat : 856 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658504231312 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=857] ppid=850 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/852/task/857/stat : 857 (java) S 850 850 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658503178512 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=858] ppid=850 vsize=15144776 memory=139897107261056 CPUtime=0 cores=0-3
/proc/852/task/858/stat : 858 (java) S 850 850 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474945020 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658449582960 139658913786498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=859] ppid=850 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/852/task/859/stat : 859 (java) S 850 850 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474945021 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658448528928 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=860] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/860/stat : 860 (java) S 850 850 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474945021 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658447476080 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=861] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/861/stat : 861 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658446424400 139658913793947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=862] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/862/stat : 862 (java) S 850 850 29909 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658377816432 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=863] ppid=850 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/852/task/863/stat : 863 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658376763632 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=864] ppid=850 vsize=15144776 memory=139897107261056 CPUtime=0.02 cores=0-3
/proc/852/task/864/stat : 864 (java) R 850 850 29909 0 -1 4202560 371 0 0 0 2 0 0 0 20 0 15 0 474945024 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658375710832 139658892578656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=865] ppid=850 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/852/task/865/stat : 865 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658374658272 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=866] ppid=850 vsize=15144776 memory=139897107261056 CPUtime=0 cores=0-3
/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 7501 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31452 KiB

[startup+0.211373 s]*
/proc/loadavg: 7.44 8.11 7.29 3/230 900
/proc/meminfo: memFree=17278368/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0
[pid=852] ppid=850 vsize=15144776 memory=39988 CPUtime=0.33 cores=0-3
/proc/852/stat : 852 (java) S 850 850 29909 0 -1 1077944320 9249 0 0 0 31 2 0 0 20 0 15 0 474945018 15508250624 9997 33554432000 4194304 4196468 140723377078576 140723377061120 139658913775351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
/proc/852/statm: 3786194 9997 3263 1 0 3748377 0
[pid=852/tid=853] ppid=850 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0-3
/proc/852/task/853/stat : 853 (java) R 850 850 29909 0 -1 4202560 6545 0 0 0 18 2 0 0 20 0 15 0 474945018 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658917994688 139658913797277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=854] ppid=850 vsize=15144776 memory=4294976394 CPUtime=0 cores=0-3
/proc/852/task/854/stat : 854 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658850011792 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=855] ppid=850 vsize=15144776 memory=288370273258972800 CPUtime=0 cores=0-3
/proc/852/task/855/stat : 855 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658848958992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=856] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/856/stat : 856 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658504231312 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=857] ppid=850 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/852/task/857/stat : 857 (java) S 850 850 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474945019 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658503178512 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=858] ppid=850 vsize=15144776 memory=139897107261056 CPUtime=0 cores=0-3
/proc/852/task/858/stat : 858 (java) S 850 850 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474945020 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658449582960 139658913786498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=859] ppid=850 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/852/task/859/stat : 859 (java) S 850 850 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474945021 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658448528928 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=860] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/860/stat : 860 (java) S 850 850 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474945021 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658447476080 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=861] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/861/stat : 861 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658446424400 139658913793947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=862] ppid=850 vsize=15144776 memory=0 CPUtime=0.02 cores=0-3
/proc/852/task/862/stat : 862 (java) S 850 850 29909 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 474945024 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658377816432 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=863] ppid=850 vsize=15144776 memory=-1 CPUtime=0.02 cores=0-3
/proc/852/task/863/stat : 863 (java) S 850 850 29909 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 15 0 474945024 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658376763632 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=864] ppid=850 vsize=15144776 memory=139897107261056 CPUtime=0.07 cores=0-3
/proc/852/task/864/stat : 864 (java) S 850 850 29909 0 -1 1077944384 774 0 0 0 7 0 0 0 20 0 15 0 474945024 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658375710832 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=865] ppid=850 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/852/task/865/stat : 865 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658374658272 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=866] ppid=850 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945024 15508250624 9997 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41436 KiB

[startup+0.312632 s]*
/proc/loadavg: 7.44 8.11 7.29 5/230 900
/proc/meminfo: memFree=17259844/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0
[pid=852] ppid=850 vsize=15149032 memory=46252 CPUtime=0.51 cores=0-3
/proc/852/stat : 852 (java) S 850 850 29909 0 -1 1077944320 10442 0 0 0 48 3 0 0 20 0 15 0 474945018 15512608768 11563 33554432000 4194304 4196468 140723377078576 140723377061120 139658913775351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
/proc/852/statm: 3787258 11563 3317 1 0 3748377 0
[pid=852/tid=853] ppid=850 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=0-3
/proc/852/task/853/stat : 853 (java) R 850 850 29909 0 -1 4202560 7527 0 0 0 28 2 0 0 20 0 15 0 474945018 15512608768 11563 33554432000 4194304 4196468 140723377078576 139658918005232 139658870385221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=854] ppid=850 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0-3
/proc/852/task/854/stat : 854 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658850011792 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=855] ppid=850 vsize=15149032 memory=8187704045996106359 CPUtime=0 cores=0-3
/proc/852/task/855/stat : 855 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658848958992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=856] ppid=850 vsize=15149032 memory=6945782492362334265 CPUtime=0 cores=0-3
/proc/852/task/856/stat : 856 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658504231312 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=857] ppid=850 vsize=15149032 memory=7681905605394137914 CPUtime=0 cores=0-3
/proc/852/task/857/stat : 857 (java) S 850 850 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474945019 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658503178512 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=858] ppid=850 vsize=15149032 memory=8326441112149131687 CPUtime=0 cores=0-3
/proc/852/task/858/stat : 858 (java) S 850 850 29909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474945020 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658449582960 139658913786498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=859] ppid=850 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/852/task/859/stat : 859 (java) S 850 850 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474945021 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658448528928 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=860] ppid=850 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/852/task/860/stat : 860 (java) S 850 850 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474945021 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658447476080 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=861] ppid=850 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/852/task/861/stat : 861 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658446424400 139658913793947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=862] ppid=850 vsize=15149032 memory=0 CPUtime=0.04 cores=0-3
/proc/852/task/862/stat : 862 (java) S 850 850 29909 0 -1 1077944384 514 0 0 0 4 0 0 0 20 0 15 0 474945024 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658377816432 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=863] ppid=850 vsize=15149032 memory=0 CPUtime=0.03 cores=0-3
/proc/852/task/863/stat : 863 (java) S 850 850 29909 0 -1 1077944384 188 0 0 0 3 0 0 0 20 0 15 0 474945024 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658376763632 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=864] ppid=850 vsize=15149032 memory=0 CPUtime=0.12 cores=0-3
/proc/852/task/864/stat : 864 (java) S 850 850 29909 0 -1 1077944384 939 0 0 0 12 0 0 0 20 0 15 0 474945024 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658375710832 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=865] ppid=850 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/852/task/865/stat : 865 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658374658272 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=866] ppid=850 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945024 15512608768 11628 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 47700 KiB

[startup+0.700836 s]
/proc/loadavg: 7.44 8.11 7.29 5/211 906
/proc/meminfo: memFree=17271140/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0
[pid=852] ppid=850 vsize=15151156 memory=111404 CPUtime=1.63 cores=0-3
/proc/852/stat : 852 (java) S 850 850 29909 0 -1 1077944320 13818 0 0 0 158 5 0 0 20 0 15 0 474945018 15514783744 27851 33554432000 4194304 4196468 140723377078576 140723377061120 139658913775351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
/proc/852/statm: 3787789 27851 3442 1 0 3748889 0
[pid=852/tid=853] ppid=850 vsize=15151156 memory=53756 CPUtime=0.68 cores=0-3
/proc/852/task/853/stat : 853 (java) R 850 850 29909 0 -1 4202560 8219 0 0 0 64 4 0 0 20 0 15 0 474945018 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658918008960 139658531839638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=854] ppid=850 vsize=15151156 memory=984 CPUtime=0 cores=0-3
/proc/852/task/854/stat : 854 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658850011792 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=855] ppid=850 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/852/task/855/stat : 855 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658848958992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=856] ppid=850 vsize=15151156 memory=2044 CPUtime=0 cores=0-3
/proc/852/task/856/stat : 856 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945019 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658504231312 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=857] ppid=850 vsize=15151156 memory=1432 CPUtime=0 cores=0-3
/proc/852/task/857/stat : 857 (java) S 850 850 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474945019 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658503178512 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=858] ppid=850 vsize=15151156 memory=1056 CPUtime=0 cores=0-3
/proc/852/task/858/stat : 858 (java) S 850 850 29909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474945020 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658449582960 139658913786498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=859] ppid=850 vsize=15151156 memory=3612 CPUtime=0 cores=0-3
/proc/852/task/859/stat : 859 (java) S 850 850 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474945021 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658448528928 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=860] ppid=850 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/852/task/860/stat : 860 (java) S 850 850 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474945021 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658447476080 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=861] ppid=850 vsize=15151156 memory=139896949974592 CPUtime=0 cores=0-3
/proc/852/task/861/stat : 861 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658446424400 139658913793947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=862] ppid=850 vsize=15151156 memory=0 CPUtime=0.31 cores=0-3
/proc/852/task/862/stat : 862 (java) R 850 850 29909 0 -1 4202560 1600 0 0 0 31 0 0 0 20 0 15 0 474945024 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658377802456 139658894476286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=863] ppid=850 vsize=15151156 memory=0 CPUtime=0.28 cores=0-3
/proc/852/task/863/stat : 863 (java) R 850 850 29909 0 -1 4202560 1126 0 0 0 28 0 0 0 20 0 15 0 474945024 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658376749512 139658898892445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=864] ppid=850 vsize=15151156 memory=0 CPUtime=0.32 cores=0-3
/proc/852/task/864/stat : 864 (java) S 850 850 29909 0 -1 1077944384 1567 0 0 0 32 0 0 0 20 0 15 0 474945024 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658375710832 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=865] ppid=850 vsize=15151156 memory=7809523229951467572 CPUtime=0 cores=0-3
/proc/852/task/865/stat : 865 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474945024 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658374658272 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=866] ppid=850 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474945024 15514783744 27851 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 112852 KiB

[startup+1.5025 s]
/proc/loadavg: 7.44 8.11 7.29 6/232 949
/proc/meminfo: memFree=17104556/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0

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

/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54498 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 219440 KiB

[startup+3.1255 s]
/proc/loadavg: 7.44 8.11 7.29 12/240 959
/proc/meminfo: memFree=16909360/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0
[pid=852] ppid=850 vsize=15417412 memory=219796 CPUtime=10.82 cores=0-3
/proc/852/stat : 852 (java) S 850 850 29909 0 -1 1077944320 17543 0 0 0 1072 10 0 0 20 0 19 0 474945018 15787429888 54949 33554432000 4194304 4196468 140723377078576 140723377061120 139658913775351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
/proc/852/statm: 3854353 54949 3509 1 0 3815453 0
[pid=852/tid=853] ppid=850 vsize=15417412 memory=0 CPUtime=1.18 cores=0-3
/proc/852/task/853/stat : 853 (java) S 850 850 29909 0 -1 1077944384 8913 0 0 0 113 5 0 0 20 0 19 0 474945018 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658918016128 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=854] ppid=850 vsize=15417412 memory=279793899927040 CPUtime=0.01 cores=0-3
/proc/852/task/854/stat : 854 (java) S 850 850 29909 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658850011792 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=855] ppid=850 vsize=15417412 memory=0 CPUtime=0.01 cores=0-3
/proc/852/task/855/stat : 855 (java) S 850 850 29909 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658848958992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=856] ppid=850 vsize=15417412 memory=0 CPUtime=0.01 cores=0-3
/proc/852/task/856/stat : 856 (java) S 850 850 29909 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658504231312 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=857] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/857/stat : 857 (java) S 850 850 29909 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658503178512 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=858] ppid=850 vsize=15417412 memory=3612 CPUtime=0 cores=0-3
/proc/852/task/858/stat : 858 (java) S 850 850 29909 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 474945020 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658449582960 139658913786498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=859] ppid=850 vsize=15417412 memory=53756 CPUtime=0 cores=0-3
/proc/852/task/859/stat : 859 (java) S 850 850 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 474945021 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658448528992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=860] ppid=850 vsize=15417412 memory=984 CPUtime=0 cores=0-3
/proc/852/task/860/stat : 860 (java) S 850 850 29909 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 474945021 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658447476096 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=861] ppid=850 vsize=15417412 memory=288230574492221466 CPUtime=0 cores=0-3
/proc/852/task/861/stat : 861 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658446424400 139658913793947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=862] ppid=850 vsize=15417412 memory=288230596050944315 CPUtime=1.63 cores=0-3
/proc/852/task/862/stat : 862 (java) S 850 850 29909 0 -1 1077944384 2268 0 0 0 163 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658377816432 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=863] ppid=850 vsize=15417412 memory=13565990034212318 CPUtime=1.56 cores=0-3
/proc/852/task/863/stat : 863 (java) S 850 850 29909 0 -1 1077944384 1883 0 0 0 156 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658376763632 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=864] ppid=850 vsize=15417412 memory=9316 CPUtime=0.72 cores=0-3
/proc/852/task/864/stat : 864 (java) S 850 850 29909 0 -1 1077944384 2817 0 0 0 71 1 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658375710832 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=865] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/865/stat : 865 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658374658272 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=866] ppid=850 vsize=15417412 memory=-6582105801535044439 CPUtime=0 cores=0-3
/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=950] ppid=850 vsize=15417412 memory=0 CPUtime=1.42 cores=0-3
/proc/852/task/950/stat : 950 (java) R 850 850 29909 0 -1 4202560 47 0 0 0 142 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658364624712 139658535757803 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=951] ppid=850 vsize=15417412 memory=0 CPUtime=1.45 cores=0-3
/proc/852/task/951/stat : 951 (java) R 850 850 29909 0 -1 4202560 78 0 0 0 145 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658363574104 139658534846472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=952] ppid=850 vsize=15417412 memory=3472468175997922528 CPUtime=1.32 cores=0-3
/proc/852/task/952/stat : 952 (java) R 850 850 29909 0 -1 4202560 48 0 0 0 132 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658362519104 139658535087157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=953] ppid=850 vsize=15417412 memory=8546823402028195750 CPUtime=1.4 cores=0-3
/proc/852/task/953/stat : 953 (java) R 850 850 29909 0 -1 4202560 39 0 0 0 140 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658361467400 139658534846477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 10.82 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221244 KiB

[startup+3.49864 s]
# the end of solver process 850 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.1414 s, system=0.114069 s

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

[startup+3.2035 s]
/proc/loadavg: 7.44 8.11 7.29 12/240 959
/proc/meminfo: memFree=16909360/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0
[pid=852] ppid=850 vsize=15417412 memory=219796 CPUtime=11.12 cores=0-3
/proc/852/stat : 852 (java) S 850 850 29909 0 -1 1077944320 17546 0 0 0 1102 10 0 0 20 0 19 0 474945018 15787429888 54949 33554432000 4194304 4196468 140723377078576 140723377061120 139658913775351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
/proc/852/statm: 3854353 54949 3509 1 0 3815453 0
[pid=852/tid=853] ppid=850 vsize=15417412 memory=6947385649911455296 CPUtime=1.18 cores=0-3
/proc/852/task/853/stat : 853 (java) S 850 850 29909 0 -1 1077944384 8913 0 0 0 113 5 0 0 20 0 19 0 474945018 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658918016128 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=854] ppid=850 vsize=15417412 memory=279793900332224 CPUtime=0.01 cores=0-3
/proc/852/task/854/stat : 854 (java) S 850 850 29909 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658850011792 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=855] ppid=850 vsize=15417412 memory=0 CPUtime=0.01 cores=0-3
/proc/852/task/855/stat : 855 (java) S 850 850 29909 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658848958992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=856] ppid=850 vsize=15417412 memory=139897107275521 CPUtime=0.01 cores=0-3
/proc/852/task/856/stat : 856 (java) S 850 850 29909 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658504231312 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=857] ppid=850 vsize=15417412 memory=7522252002255333739 CPUtime=0 cores=0-3
/proc/852/task/857/stat : 857 (java) S 850 850 29909 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 474945019 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658503178512 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=858] ppid=850 vsize=15417412 memory=7811601745669154135 CPUtime=0 cores=0-3
/proc/852/task/858/stat : 858 (java) S 850 850 29909 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 474945020 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658449582960 139658913786498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=859] ppid=850 vsize=15417412 memory=7597126446734467457 CPUtime=0 cores=0-3
/proc/852/task/859/stat : 859 (java) S 850 850 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 474945021 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658448528992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=860] ppid=850 vsize=15417412 memory=279793900221712 CPUtime=0 cores=0-3
/proc/852/task/860/stat : 860 (java) S 850 850 29909 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 474945021 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658447476096 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=861] ppid=850 vsize=15417412 memory=279793900367824 CPUtime=0 cores=0-3
/proc/852/task/861/stat : 861 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658446424400 139658913793947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=862] ppid=850 vsize=15417412 memory=0 CPUtime=1.63 cores=0-3
/proc/852/task/862/stat : 862 (java) S 850 850 29909 0 -1 1077944384 2268 0 0 0 163 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658377816432 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=863] ppid=850 vsize=15417412 memory=0 CPUtime=1.57 cores=0-3
/proc/852/task/863/stat : 863 (java) S 850 850 29909 0 -1 1077944384 1883 0 0 0 157 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658376763632 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=864] ppid=850 vsize=15417412 memory=0 CPUtime=0.72 cores=0-3
/proc/852/task/864/stat : 864 (java) S 850 850 29909 0 -1 1077944384 2819 0 0 0 71 1 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658375710832 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=865] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/865/stat : 865 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658374658272 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=866] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=950] ppid=850 vsize=15417412 memory=0 CPUtime=1.5 cores=0-3
/proc/852/task/950/stat : 950 (java) R 850 850 29909 0 -1 4202560 47 0 0 0 150 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658364624712 139658535814321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=951] ppid=850 vsize=15417412 memory=0 CPUtime=1.52 cores=0-3
/proc/852/task/951/stat : 951 (java) R 850 850 29909 0 -1 4202560 78 0 0 0 152 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658363574104 139658534846477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=952] ppid=850 vsize=15417412 memory=0 CPUtime=1.39 cores=0-3
/proc/852/task/952/stat : 952 (java) R 850 850 29909 0 -1 4202560 48 0 0 0 139 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658362519104 139658535814143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=953] ppid=850 vsize=15417412 memory=0 CPUtime=1.47 cores=0-3
/proc/852/task/953/stat : 953 (java) R 850 850 29909 0 -1 4202560 40 0 0 0 147 0 0 0 20 0 19 0 474945142 15787429888 54949 33554432000 4194304 4196468 140723377078576 139658361466792 139658535814321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 11.12 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221244 KiB

[startup+3.4015 s]
/proc/loadavg: 7.44 8.11 7.29 12/240 959
/proc/meminfo: memFree=16909360/32770688 swapFree=66971760/67108860
[pid=850] ppid=847 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/850/stat : 850 (xcsp3-exec) S 847 850 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474945017 115843072 362 33554432000 4194304 5098028 140727133225776 140727133223880 140636373574268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37863424 140727133229946 140727133230189 140727133230189 140727133233098 0
/proc/850/statm: 28282 362 304 221 0 87 0
[pid=852] ppid=850 vsize=15417412 memory=219924 CPUtime=11.91 cores=0-3
/proc/852/stat : 852 (java) S 850 850 29909 0 -1 1077944320 17556 0 0 0 1181 10 0 0 20 0 19 0 474945018 15787429888 54981 33554432000 4194304 4196468 140723377078576 140723377061120 139658913775351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
/proc/852/statm: 3854353 54981 3509 1 0 3815453 0
[pid=852/tid=853] ppid=850 vsize=15417412 memory=8546823402028195750 CPUtime=1.18 cores=0-3
/proc/852/task/853/stat : 853 (java) S 850 850 29909 0 -1 1077944384 8913 0 0 0 113 5 0 0 20 0 19 0 474945018 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658918016128 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=854] ppid=850 vsize=15417412 memory=6947385649911455296 CPUtime=0.01 cores=0-3
/proc/852/task/854/stat : 854 (java) S 850 850 29909 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658850011792 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=855] ppid=850 vsize=15417412 memory=0 CPUtime=0.01 cores=0-3
/proc/852/task/855/stat : 855 (java) S 850 850 29909 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658848958992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=856] ppid=850 vsize=15417412 memory=0 CPUtime=0.01 cores=0-3
/proc/852/task/856/stat : 856 (java) S 850 850 29909 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 19 0 474945019 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658504231312 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=857] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/857/stat : 857 (java) S 850 850 29909 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 474945019 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658503178512 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=858] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/858/stat : 858 (java) S 850 850 29909 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 474945020 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658449582960 139658913786498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=859] ppid=850 vsize=15417412 memory=6656426216303648864 CPUtime=0 cores=0-3
/proc/852/task/859/stat : 859 (java) S 850 850 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 474945021 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658448528992 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=860] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/860/stat : 860 (java) S 850 850 29909 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 474945021 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658447476096 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=861] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/861/stat : 861 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658446424400 139658913793947 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=862] ppid=850 vsize=15417412 memory=0 CPUtime=1.67 cores=0-3
/proc/852/task/862/stat : 862 (java) S 850 850 29909 0 -1 1077944384 2273 0 0 0 167 0 0 0 20 0 19 0 474945024 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658377816432 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=863] ppid=850 vsize=15417412 memory=0 CPUtime=1.58 cores=0-3
/proc/852/task/863/stat : 863 (java) S 850 850 29909 0 -1 1077944384 1886 0 0 0 158 0 0 0 20 0 19 0 474945024 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658376763632 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=864] ppid=850 vsize=15417412 memory=0 CPUtime=0.72 cores=0-3
/proc/852/task/864/stat : 864 (java) S 850 850 29909 0 -1 1077944384 2819 0 0 0 71 1 0 0 20 0 19 0 474945024 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658375710832 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=865] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/865/stat : 865 (java) S 850 850 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658374658272 139658913785557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=866] ppid=850 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/852/task/866/stat : 866 (java) S 850 850 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 474945024 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658373606576 139658913786498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=950] ppid=850 vsize=15417412 memory=0 CPUtime=1.65 cores=0-3
/proc/852/task/950/stat : 950 (java) R 850 850 29909 0 -1 4202560 47 0 0 0 165 0 0 0 20 0 19 0 474945142 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658364624920 139658535086637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=951] ppid=850 vsize=15417412 memory=7413113554620 CPUtime=1.71 cores=0-3
/proc/852/task/951/stat : 951 (java) R 850 850 29909 0 -1 4202560 79 0 0 0 171 0 0 0 20 0 19 0 474945142 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658363574232 139658534846289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=952] ppid=850 vsize=15417412 memory=9051283677730746851 CPUtime=1.59 cores=0-3
/proc/852/task/952/stat : 952 (java) R 850 850 29909 0 -1 4202560 48 0 0 0 159 0 0 0 20 0 19 0 474945142 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658362519104 139658535814877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
[pid=852/tid=953] ppid=850 vsize=15417412 memory=-7670063765605565855 CPUtime=1.67 cores=0-3
/proc/852/task/953/stat : 953 (java) R 850 850 29909 0 -1 4202560 41 0 0 0 167 0 0 0 20 0 19 0 474945142 15787429888 54981 33554432000 4194304 4196468 140723377078576 139658361466792 139658535814573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26484736 140723377087471 140723377087642 140723377087642 140723377090511 0
Current children cumulated CPU time: 11.91 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221372 KiB

Child status: 0
Real time (s): 3.49868
CPU time (s): 12.2555
CPU user time (s): 12.1414
CPU system time (s): 0.114069
CPU usage (%): 350.289
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 221372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1414
system time used= 0.114069
maximum resident set size= 220860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18149
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= 2073
involuntary context switches= 382


# summary of solver processes directly reported to runsolver:
#   pid: 850
#   total CPU time (s): 12.2555
#   total CPU user time (s): 12.1414
#   total CPU system time (s): 0.114069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043219 second user time and 0.093262 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 16:33:12
IDJOB=4403331
IDBENCH=126157
IDSOLVER=2863
FILE ID=node116/4403331-1568990034
RUNJOBID= node116-1568988007-29940
PBS_JOBID= 21704641
Free space on /tmp= 6252 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403331-1568990034/watcher-4403331-1568990034 -o /tmp/evaluation-result-4403331-1568990034/solver-4403331-1568990034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29940 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1667345202 HOME/instance-4403331-1568990034.xml

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

MD5SUM BENCH= ee1da6b537c1ecd46a877bd70c24ae39
RANDOM SEED=1667345202

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        12658188 kB
MemAvailable:   27157128 kB
Buffers:           95684 kB
Cached:         14419824 kB
SwapCached:        35348 kB
Active:         11872192 kB
Inactive:        7336708 kB
Active(anon):    4653200 kB
Inactive(anon):    88312 kB
Active(file):    7218992 kB
Inactive(file):  7248396 kB
Unevictable:      108548 kB
Mlocked:          108548 kB
SwapTotal:      67108860 kB
SwapFree:       66971760 kB
Dirty:             26748 kB
Writeback:             0 kB
AnonPages:       4774940 kB
Mapped:            64780 kB
Shmem:             39676 kB
Slab:             489648 kB
SReclaimable:     460012 kB
SUnreclaim:        29636 kB
KernelStack:        4112 kB
PageTables:        14644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    7363228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4661248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6228 MiB
End job on node116 at 2019-09-20 16:33:16