Trace number 4404341

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallelUNSAT 7.39143 2.26786

General information on the benchmark

NameMixed/Mixed-xcsp2-cril/
cril-2_X2.xml
MD5SUMe953f4a4989b8abb5ffb897aaba74e21
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.102789
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints2032
Number of domains2
Minimum domain size8
Maximum domain size10
Distribution of domain sizes[{"size":8,"count":200},{"size":10,"count":8}]
Minimum variable degree4
Maximum variable degree35
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":2},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":3},{"degree":13,"count":8},{"degree":14,"count":4},{"degree":15,"count":12},{"degree":16,"count":15},{"degree":17,"count":16},{"degree":18,"count":13},{"degree":19,"count":12},{"degree":20,"count":23},{"degree":21,"count":26},{"degree":22,"count":16},{"degree":23,"count":9},{"degree":24,"count":12},{"degree":25,"count":7},{"degree":26,"count":4},{"degree":27,"count":5},{"degree":28,"count":3},{"degree":29,"count":2},{"degree":30,"count":3},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":33,"count":1},{"degree":35,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2032}]
Number of extensional constraints2032
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2032}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404341-1568996152.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404341-1568996152.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
5.49/1.57	c solve instance...
6.65/1.79	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8150 MiB free)
  memory of node 1: 16384 MiB (8290 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404341-1568996152/watcher-4404341-1568996152 -o /tmp/evaluation-result-4404341-1568996152/solver-4404341-1568996152 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568996102-21385 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1665550816 HOME/instance-4404341-1568996152.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=21498, runsolver pid=21495
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100133 s]*
/proc/loadavg: 1.70 1.17 1.68 2/212 21519
/proc/meminfo: memFree=16821696/32770624 swapFree=66974568/67108860
[pid=21498] ppid=21495 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21498/stat : 21498 (xcsp3-exec) S 21495 21498 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475882009 115843072 363 33554432000 4194304 5098028 140736739835680 140736739833784 140402780996220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21258240 140736739840885 140736739841129 140736739841129 140736739844042 0
/proc/21498/statm: 28282 363 304 221 0 87 0
[pid=21500] ppid=21498 vsize=28227396 memory=27344 CPUtime=0.12 cores=0-7
/proc/21500/stat : 21500 (java) S 21498 21498 21358 0 -1 1077944320 5802 0 0 0 10 2 0 0 20 0 20 0 475882009 28904853504 6836 33554432000 4194304 4196468 140737156771520 140737156754064 139936911290103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
/proc/21500/statm: 7056849 6836 3135 1 0 7019032 0
[pid=21500/tid=21501] ppid=21498 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/21500/task/21501/stat : 21501 (java) R 21498 21498 21358 0 -1 4202560 3663 0 0 0 8 1 0 0 20 0 20 0 475882010 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936915523376 139936895370590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21502] ppid=21498 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21500/task/21502/stat : 21502 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936881003152 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21503] ppid=21498 vsize=28227396 memory=140564994913920 CPUtime=0 cores=0-7
/proc/21500/task/21503/stat : 21503 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936461818384 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21504] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21504/stat : 21504 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936460765584 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21505] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21505/stat : 21505 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936459712784 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21506] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21506/stat : 21506 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936458661008 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21507] ppid=21498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21500/task/21507/stat : 21507 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936457608208 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21508] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21508/stat : 21508 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936456555408 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21509] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21509/stat : 21509 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 6836 33554432000 4194304 4196468 140737156771520 139936455502608 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21510] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21510/stat : 21510 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882012 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935241214320 139936911301250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21511] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21511/stat : 21511 (java) S 21498 21498 21358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475882012 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935240160288 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21512] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21512/stat : 21512 (java) S 21498 21498 21358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475882013 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935239107440 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21513] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21513/stat : 21513 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935238055760 139936911308699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21514] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21514/stat : 21514 (java) S 21498 21498 21358 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935237004144 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21515] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21515/stat : 21515 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935235951344 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21516] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21516/stat : 21516 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935234898544 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21517] ppid=21498 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21500/task/21517/stat : 21517 (java) R 21498 21498 21358 0 -1 4202560 394 0 0 0 2 0 0 0 20 0 20 0 475882015 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935233845744 139936895370590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21518] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21518/stat : 21518 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935232793184 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21519] ppid=21498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21500/task/21519/stat : 21519 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882016 28904853504 6836 33554432000 4194304 4196468 140737156771520 139935231740464 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28796 KiB

[startup+0.212355 s]*
/proc/loadavg: 1.70 1.17 1.68 3/212 21519
/proc/meminfo: memFree=16808932/32770624 swapFree=66974568/67108860
[pid=21498] ppid=21495 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21498/stat : 21498 (xcsp3-exec) S 21495 21498 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475882009 115843072 363 33554432000 4194304 5098028 140736739835680 140736739833784 140402780996220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21258240 140736739840885 140736739841129 140736739841129 140736739844042 0
/proc/21498/statm: 28282 363 304 221 0 87 0
[pid=21500] ppid=21498 vsize=28227396 memory=39324 CPUtime=0.34 cores=0-7
/proc/21500/stat : 21500 (java) S 21498 21498 21358 0 -1 1077944320 9577 0 0 0 31 3 0 0 20 0 20 0 475882009 28904853504 9831 33554432000 4194304 4196468 140737156771520 140737156754064 139936911290103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
/proc/21500/statm: 7056849 9831 3280 1 0 7019032 0
[pid=21500/tid=21501] ppid=21498 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/21500/task/21501/stat : 21501 (java) R 21498 21498 21358 0 -1 4202560 6651 0 0 0 18 2 0 0 20 0 20 0 475882010 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936915521536 139936810376222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21502] ppid=21498 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/21500/task/21502/stat : 21502 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936881003152 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21503] ppid=21498 vsize=28227396 memory=3832760155730802336 CPUtime=0 cores=0-7
/proc/21500/task/21503/stat : 21503 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936461818384 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21504] ppid=21498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21500/task/21504/stat : 21504 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936460765584 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21505] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21505/stat : 21505 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936459712784 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21506] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21506/stat : 21506 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936458661008 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21507] ppid=21498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21500/task/21507/stat : 21507 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936457608208 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21508] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21508/stat : 21508 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936456555408 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21509] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21509/stat : 21509 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28904853504 9831 33554432000 4194304 4196468 140737156771520 139936455502608 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21510] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21510/stat : 21510 (java) S 21498 21498 21358 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475882012 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935241214320 139936911301250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21511] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21511/stat : 21511 (java) S 21498 21498 21358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475882012 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935240160288 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21512] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21512/stat : 21512 (java) S 21498 21498 21358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475882013 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935239107440 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21513] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21513/stat : 21513 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935238055760 139936911308699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21514] ppid=21498 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21500/task/21514/stat : 21514 (java) S 21498 21498 21358 0 -1 1077944384 559 0 0 0 2 0 0 0 20 0 20 0 475882015 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935237004144 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21515] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21515/stat : 21515 (java) S 21498 21498 21358 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935235951344 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21516] ppid=21498 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/21500/task/21516/stat : 21516 (java) S 21498 21498 21358 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 20 0 475882015 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935234898544 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21517] ppid=21498 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/21500/task/21517/stat : 21517 (java) R 21498 21498 21358 0 -1 4202560 925 0 0 0 8 0 0 0 20 0 20 0 475882015 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935233845552 139936895370590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21518] ppid=21498 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21518/stat : 21518 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882015 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935232793184 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21519] ppid=21498 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21500/task/21519/stat : 21519 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882016 28904853504 9831 33554432000 4194304 4196468 140737156771520 139935231740464 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 40776 KiB

[startup+0.311149 s]*
/proc/loadavg: 1.70 1.17 1.68 4/212 21519
/proc/meminfo: memFree=16802964/32770624 swapFree=66974568/67108860
[pid=21498] ppid=21495 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21498/stat : 21498 (xcsp3-exec) S 21495 21498 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475882009 115843072 363 33554432000 4194304 5098028 140736739835680 140736739833784 140402780996220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21258240 140736739840885 140736739841129 140736739841129 140736739844042 0
/proc/21498/statm: 28282 363 304 221 0 87 0
[pid=21500] ppid=21498 vsize=28231652 memory=48644 CPUtime=0.52 cores=0-7
/proc/21500/stat : 21500 (java) S 21498 21498 21358 0 -1 1077944320 11110 0 0 0 48 4 0 0 20 0 20 0 475882009 28909211648 12161 33554432000 4194304 4196468 140737156771520 140737156754064 139936911290103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
/proc/21500/statm: 7057913 12161 3344 1 0 7019032 0
[pid=21500/tid=21501] ppid=21498 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/21500/task/21501/stat : 21501 (java) R 21498 21498 21358 0 -1 4202560 7760 0 0 0 27 3 0 0 20 0 20 0 475882010 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936915521216 139936911312029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21502] ppid=21498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21502/stat : 21502 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936881003152 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21503] ppid=21498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21503/stat : 21503 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936461818384 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21504] ppid=21498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21504/stat : 21504 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936460765584 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21505] ppid=21498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21505/stat : 21505 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936459712784 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21506] ppid=21498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21506/stat : 21506 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936458661008 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21507] ppid=21498 vsize=28231652 memory=140564884449967 CPUtime=0 cores=0-7
/proc/21500/task/21507/stat : 21507 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936457608208 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21508] ppid=21498 vsize=28231652 memory=140564884452272 CPUtime=0 cores=0-7
/proc/21500/task/21508/stat : 21508 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936456555408 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21509] ppid=21498 vsize=28231652 memory=140564884454576 CPUtime=0 cores=0-7
/proc/21500/task/21509/stat : 21509 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28909211648 12201 33554432000 4194304 4196468 140737156771520 139936455502608 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21510] ppid=21498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21510/stat : 21510 (java) S 21498 21498 21358 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475882012 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935241214320 139936911301250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21511] ppid=21498 vsize=28231652 memory=281129768923024 CPUtime=0 cores=0-7
/proc/21500/task/21511/stat : 21511 (java) S 21498 21498 21358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475882012 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935240160288 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21512] ppid=21498 vsize=28231652 memory=281129768920720 CPUtime=0 cores=0-7
/proc/21500/task/21512/stat : 21512 (java) S 21498 21498 21358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475882013 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935239107440 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21513] ppid=21498 vsize=28231652 memory=281129768927632 CPUtime=0 cores=0-7
/proc/21500/task/21513/stat : 21513 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882015 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935238055760 139936911308699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21514] ppid=21498 vsize=28231652 memory=281129768868912 CPUtime=0.03 cores=0-7
/proc/21500/task/21514/stat : 21514 (java) S 21498 21498 21358 0 -1 1077944384 592 0 0 0 3 0 0 0 20 0 20 0 475882015 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935237004144 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21515] ppid=21498 vsize=28231652 memory=281129768941456 CPUtime=0.01 cores=0-7
/proc/21500/task/21515/stat : 21515 (java) S 21498 21498 21358 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 20 0 475882015 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935235951344 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21516] ppid=21498 vsize=28231652 memory=281129768948368 CPUtime=0.03 cores=0-7
/proc/21500/task/21516/stat : 21516 (java) R 21498 21498 21358 0 -1 4202560 229 0 0 0 3 0 0 0 20 0 20 0 475882015 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935234879560 139936888941968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21517] ppid=21498 vsize=28231652 memory=281129768946064 CPUtime=0.12 cores=0-7
/proc/21500/task/21517/stat : 21517 (java) S 21498 21498 21358 0 -1 1077944384 1183 0 0 0 12 0 0 0 20 0 20 0 475882015 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935233845744 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21518] ppid=21498 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21518/stat : 21518 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882015 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935232793184 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21519] ppid=21498 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/21500/task/21519/stat : 21519 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882016 28909211648 12201 33554432000 4194304 4196468 140737156771520 139935231740464 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50096 KiB

[startup+0.701021 s]
/proc/loadavg: 1.70 1.17 1.68 5/212 21519
/proc/meminfo: memFree=16780572/32770624 swapFree=66974568/67108860
[pid=21498] ppid=21495 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21498/stat : 21498 (xcsp3-exec) S 21495 21498 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475882009 115843072 363 33554432000 4194304 5098028 140736739835680 140736739833784 140402780996220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21258240 140736739840885 140736739841129 140736739841129 140736739844042 0
/proc/21498/statm: 28282 363 304 221 0 87 0
[pid=21500] ppid=21498 vsize=28233776 memory=111328 CPUtime=2.05 cores=0-7
/proc/21500/stat : 21500 (java) S 21498 21498 21358 0 -1 1077944320 16456 0 0 0 198 7 0 0 20 0 20 0 475882009 28911386624 27832 33554432000 4194304 4196468 140737156771520 140737156754064 139936911290103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
/proc/21500/statm: 7058444 27832 3450 1 0 7019544 0
[pid=21500/tid=21501] ppid=21498 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/21500/task/21501/stat : 21501 (java) R 21498 21498 21358 0 -1 4202560 8409 0 0 0 64 4 0 0 20 0 20 0 475882010 28911386624 27832 33554432000 4194304 4196468 140737156771520 139936915526016 139936893811808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21502] ppid=21498 vsize=28233776 memory=140564884661104 CPUtime=0 cores=0-7
/proc/21500/task/21502/stat : 21502 (java) S 21498 21498 21358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475882011 28911386624 27832 33554432000 4194304 4196468 140737156771520 139936881003152 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21503] ppid=21498 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21503/stat : 21503 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28911386624 27832 33554432000 4194304 4196468 140737156771520 139936461818384 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21504] ppid=21498 vsize=28233776 memory=1192 CPUtime=0 cores=0-7
/proc/21500/task/21504/stat : 21504 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475882011 28911386624 27832 33554432000 4194304 4196468 140737156771520 139936460765584 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0

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

/proc/21500/task/21518/stat : 21518 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882015 28911386624 62374 33554432000 4194304 4196468 140737156771520 139935232793184 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21519] ppid=21498 vsize=28233776 memory=7007706849797498198 CPUtime=0 cores=0-7
/proc/21500/task/21519/stat : 21519 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475882016 28911386624 62374 33554432000 4194304 4196468 140737156771520 139935231740464 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 250948 KiB

[startup+2.26781 s]
# the end of solver process 21498 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.14778 s, system=0.243652 s

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

[startup+1.60116 s]
/proc/loadavg: 1.70 1.17 1.68 6/212 21519
/proc/meminfo: memFree=16662312/32770624 swapFree=66974568/67108860
[pid=21498] ppid=21495 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21498/stat : 21498 (xcsp3-exec) S 21495 21498 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475882009 115843072 363 33554432000 4194304 5098028 140736739835680 140736739833784 140402780996220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21258240 140736739840885 140736739841129 140736739841129 140736739844042 0
/proc/21498/statm: 28282 363 304 221 0 87 0
[pid=21500] ppid=21498 vsize=28699724 memory=306524 CPUtime=5.92 cores=0-7
/proc/21500/stat : 21500 (java) S 21498 21498 21358 0 -1 1077944320 33273 0 0 0 570 22 0 0 20 0 27 0 475882009 29388517376 76631 33554432000 4194304 4196468 140737156771520 140737156754064 139936911290103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
/proc/21500/statm: 7174931 76631 3500 1 0 7136031 0
[pid=21500/tid=21501] ppid=21498 vsize=28699724 memory=7590079676123471936 CPUtime=1.52 cores=0-7
/proc/21500/task/21501/stat : 21501 (java) S 21498 21498 21358 0 -1 1077944384 10109 0 0 0 146 6 0 0 20 0 27 0 475882010 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936915530880 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21502] ppid=21498 vsize=28699724 memory=7373053875070724434 CPUtime=0.01 cores=0-7
/proc/21500/task/21502/stat : 21502 (java) S 21498 21498 21358 0 -1 1077944384 152 0 0 0 0 1 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936881003152 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21503] ppid=21498 vsize=28699724 memory=6935649255759568960 CPUtime=0.01 cores=0-7
/proc/21500/task/21503/stat : 21503 (java) S 21498 21498 21358 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936461818384 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21504] ppid=21498 vsize=28699724 memory=3620 CPUtime=0 cores=0-7
/proc/21500/task/21504/stat : 21504 (java) S 21498 21498 21358 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936460765584 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21505] ppid=21498 vsize=28699724 memory=0 CPUtime=0.02 cores=0-7
/proc/21500/task/21505/stat : 21505 (java) S 21498 21498 21358 0 -1 1077944384 76 0 0 0 1 1 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936459712784 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21506] ppid=21498 vsize=28699724 memory=140564884679328 CPUtime=0.02 cores=0-7
/proc/21500/task/21506/stat : 21506 (java) S 21498 21498 21358 0 -1 1077944384 79 0 0 0 2 0 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936458661008 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21507] ppid=21498 vsize=28699724 memory=140564884679424 CPUtime=0.02 cores=0-7
/proc/21500/task/21507/stat : 21507 (java) S 21498 21498 21358 0 -1 1077944384 130 0 0 0 1 1 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936457608208 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21508] ppid=21498 vsize=28699724 memory=140564884679520 CPUtime=0.01 cores=0-7
/proc/21500/task/21508/stat : 21508 (java) S 21498 21498 21358 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936456555408 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21509] ppid=21498 vsize=28699724 memory=140564884679616 CPUtime=0.02 cores=0-7
/proc/21500/task/21509/stat : 21509 (java) S 21498 21498 21358 0 -1 1077944384 103 0 0 0 1 1 0 0 20 0 27 0 475882011 29388517376 76631 33554432000 4194304 4196468 140737156771520 139936455502608 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21510] ppid=21498 vsize=28699724 memory=140564884679712 CPUtime=0 cores=0-7
/proc/21500/task/21510/stat : 21510 (java) S 21498 21498 21358 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 27 0 475882012 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935241214320 139936911301250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21511] ppid=21498 vsize=28699724 memory=281129769305536 CPUtime=0 cores=0-7
/proc/21500/task/21511/stat : 21511 (java) S 21498 21498 21358 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 27 0 475882012 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935240160352 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21512] ppid=21498 vsize=28699724 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/21500/task/21512/stat : 21512 (java) S 21498 21498 21358 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 27 0 475882013 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935239107456 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21513] ppid=21498 vsize=28699724 memory=15816690369829955 CPUtime=0 cores=0-7
/proc/21500/task/21513/stat : 21513 (java) S 21498 21498 21358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 475882015 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935238055760 139936911308699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21514] ppid=21498 vsize=28699724 memory=0 CPUtime=1.19 cores=0-7
/proc/21500/task/21514/stat : 21514 (java) R 21498 21498 21358 0 -1 4202560 5242 0 0 0 118 1 0 0 20 0 27 0 475882015 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935236985328 139936895682541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21515] ppid=21498 vsize=28699724 memory=0 CPUtime=1.17 cores=0-7
/proc/21500/task/21515/stat : 21515 (java) R 21498 21498 21358 0 -1 4202560 5717 0 0 0 115 2 0 0 20 0 27 0 475882015 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935235937792 139936896209023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21516] ppid=21498 vsize=28699724 memory=0 CPUtime=1.2 cores=0-7
/proc/21500/task/21516/stat : 21516 (java) D 21498 21498 21358 0 -1 4202560 5388 0 0 0 119 1 0 0 20 0 27 0 475882015 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935234884424 139936904007255 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21517] ppid=21498 vsize=28699724 memory=0 CPUtime=0.57 cores=0-7
/proc/21500/task/21517/stat : 21517 (java) R 21498 21498 21358 0 -1 4202560 4391 0 0 0 56 1 0 0 20 0 27 0 475882015 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935233843000 139936896970757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21518] ppid=21498 vsize=28699724 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21518/stat : 21518 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 475882015 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935232793184 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21519] ppid=21498 vsize=28699724 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21519/stat : 21519 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 475882016 29388517376 76631 33554432000 4194304 4196468 140737156771520 139935231740464 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 28812852 KiB
Current children cumulated memory: 307976 KiB

[startup+2.00083 s]*
/proc/loadavg: 1.88 1.22 1.69 1/210 21528
/proc/meminfo: memFree=16522160/32770624 swapFree=66974568/67108860
[pid=21498] ppid=21495 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21498/stat : 21498 (xcsp3-exec) S 21495 21498 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475882009 115843072 363 33554432000 4194304 5098028 140736739835680 140736739833784 140402780996220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21258240 140736739840885 140736739841129 140736739841129 140736739844042 0
/proc/21498/statm: 28282 363 304 221 0 87 0
[pid=21500] ppid=21498 vsize=28766288 memory=318956 CPUtime=7.37 cores=0-7
/proc/21500/stat : 21500 (java) S 21498 21498 21358 0 -1 1077944320 34047 0 0 0 714 23 0 0 20 0 18 0 475882009 29456678912 79739 33554432000 4194304 4196468 140737156771520 140737156754064 139936911290103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
/proc/21500/statm: 7191572 79739 3505 1 0 7152672 0
[pid=21500/tid=21501] ppid=21498 vsize=28766288 memory=6655300316396806240 CPUtime=1.52 cores=0-7
/proc/21500/task/21501/stat : 21501 (java) D 21498 21498 21358 0 -1 4202560 10123 0 0 0 146 6 0 0 20 0 18 0 475882010 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936915533112 139936903975735 0 0 0 16800975 18446744072100560005 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21502] ppid=21498 vsize=28766288 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/21500/task/21502/stat : 21502 (java) S 21498 21498 21358 0 -1 1077944384 152 0 0 0 0 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936881003152 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21503] ppid=21498 vsize=28766288 memory=4872558044660077418 CPUtime=0.01 cores=0-7
/proc/21500/task/21503/stat : 21503 (java) S 21498 21498 21358 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936461818384 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21504] ppid=21498 vsize=28766288 memory=7230638415855315287 CPUtime=0 cores=0-7
/proc/21500/task/21504/stat : 21504 (java) S 21498 21498 21358 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936460765584 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21505] ppid=21498 vsize=28766288 memory=22129 CPUtime=0.02 cores=0-7
/proc/21500/task/21505/stat : 21505 (java) S 21498 21498 21358 0 -1 1077944384 76 0 0 0 1 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936459712784 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21506] ppid=21498 vsize=28766288 memory=4420 CPUtime=0.02 cores=0-7
/proc/21500/task/21506/stat : 21506 (java) S 21498 21498 21358 0 -1 1077944384 79 0 0 0 2 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936458661008 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21507] ppid=21498 vsize=28766288 memory=6628 CPUtime=0.02 cores=0-7
/proc/21500/task/21507/stat : 21507 (java) S 21498 21498 21358 0 -1 1077944384 130 0 0 0 1 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936457608208 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21508] ppid=21498 vsize=28766288 memory=8836 CPUtime=0.01 cores=0-7
/proc/21500/task/21508/stat : 21508 (java) S 21498 21498 21358 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936456555408 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21509] ppid=21498 vsize=28766288 memory=11044 CPUtime=0.02 cores=0-7
/proc/21500/task/21509/stat : 21509 (java) S 21498 21498 21358 0 -1 1077944384 103 0 0 0 1 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936455502608 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21511] ppid=21498 vsize=28766288 memory=13252 CPUtime=0 cores=0-7
/proc/21500/task/21511/stat : 21511 (java) S 21498 21498 21358 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 475882012 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935240160352 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21512] ppid=21498 vsize=28766288 memory=-3252517613199061085 CPUtime=0 cores=0-7
/proc/21500/task/21512/stat : 21512 (java) S 21498 21498 21358 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 18 0 475882013 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935239107456 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21513] ppid=21498 vsize=28766288 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/21500/task/21513/stat : 21513 (java) S 21498 21498 21358 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935238054528 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21514] ppid=21498 vsize=28766288 memory=19876 CPUtime=1.38 cores=0-7
/proc/21500/task/21514/stat : 21514 (java) S 21498 21498 21358 0 -1 1077944384 5374 0 0 0 137 1 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935236988656 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21515] ppid=21498 vsize=28766288 memory=0 CPUtime=1.36 cores=0-7
/proc/21500/task/21515/stat : 21515 (java) S 21498 21498 21358 0 -1 1077944384 5949 0 0 0 134 2 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935235930896 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21516] ppid=21498 vsize=28766288 memory=0 CPUtime=1.36 cores=0-7
/proc/21500/task/21516/stat : 21516 (java) S 21498 21498 21358 0 -1 1077944384 5514 0 0 0 135 1 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935234888624 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21517] ppid=21498 vsize=28766288 memory=0 CPUtime=0.62 cores=0-7
/proc/21500/task/21517/stat : 21517 (java) S 21498 21498 21358 0 -1 1077944384 4483 0 0 0 61 1 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935233845744 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21518] ppid=21498 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/21500/task/21518/stat : 21518 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935232793184 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 320408 KiB

[startup+2.20082 s]
/proc/loadavg: 1.88 1.22 1.69 1/210 21528
/proc/meminfo: memFree=16522160/32770624 swapFree=66974568/67108860
[pid=21498] ppid=21495 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21498/stat : 21498 (xcsp3-exec) S 21495 21498 21358 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475882009 115843072 363 33554432000 4194304 5098028 140736739835680 140736739833784 140402780996220 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21258240 140736739840885 140736739841129 140736739841129 140736739844042 0
/proc/21498/statm: 28282 363 304 221 0 87 0
[pid=21500] ppid=21498 vsize=28766288 memory=318956 CPUtime=7.37 cores=0-7
/proc/21500/stat : 21500 (java) S 21498 21498 21358 0 -1 1077944320 34047 0 0 0 714 23 0 0 20 0 18 0 475882009 29456678912 79739 33554432000 4194304 4196468 140737156771520 140737156754064 139936911290103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
/proc/21500/statm: 7191572 79739 3505 1 0 7152672 0
[pid=21500/tid=21501] ppid=21498 vsize=28766288 memory=3920499376965039392 CPUtime=1.52 cores=0-7
/proc/21500/task/21501/stat : 21501 (java) D 21498 21498 21358 0 -1 4202560 10123 0 0 0 146 6 0 0 20 0 18 0 475882010 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936915533112 139936903975735 0 0 0 16800975 18446744072100560005 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21502] ppid=21498 vsize=28766288 memory=7302424525145598544 CPUtime=0.01 cores=0-7
/proc/21500/task/21502/stat : 21502 (java) S 21498 21498 21358 0 -1 1077944384 152 0 0 0 0 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936881003152 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21503] ppid=21498 vsize=28766288 memory=7649399375624745266 CPUtime=0.01 cores=0-7
/proc/21500/task/21503/stat : 21503 (java) S 21498 21498 21358 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936461818384 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21504] ppid=21498 vsize=28766288 memory=281129769421984 CPUtime=0 cores=0-7
/proc/21500/task/21504/stat : 21504 (java) S 21498 21498 21358 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936460765584 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21505] ppid=21498 vsize=28766288 memory=45501696 CPUtime=0.02 cores=0-7
/proc/21500/task/21505/stat : 21505 (java) S 21498 21498 21358 0 -1 1077944384 76 0 0 0 1 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936459712784 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21506] ppid=21498 vsize=28766288 memory=-7591504750835642740 CPUtime=0.02 cores=0-7
/proc/21500/task/21506/stat : 21506 (java) S 21498 21498 21358 0 -1 1077944384 79 0 0 0 2 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936458661008 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21507] ppid=21498 vsize=28766288 memory=7661856976100811859 CPUtime=0.02 cores=0-7
/proc/21500/task/21507/stat : 21507 (java) S 21498 21498 21358 0 -1 1077944384 130 0 0 0 1 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936457608208 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21508] ppid=21498 vsize=28766288 memory=7447094944682039632 CPUtime=0.01 cores=0-7
/proc/21500/task/21508/stat : 21508 (java) S 21498 21498 21358 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936456555408 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21509] ppid=21498 vsize=28766288 memory=-6302889425569150144 CPUtime=0.02 cores=0-7
/proc/21500/task/21509/stat : 21509 (java) S 21498 21498 21358 0 -1 1077944384 103 0 0 0 1 1 0 0 20 0 18 0 475882011 29456678912 79739 33554432000 4194304 4196468 140737156771520 139936455502608 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21511] ppid=21498 vsize=28766288 memory=-8412658744833442419 CPUtime=0 cores=0-7
/proc/21500/task/21511/stat : 21511 (java) S 21498 21498 21358 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 475882012 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935240160352 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21512] ppid=21498 vsize=28766288 memory=4137282616176384387 CPUtime=0 cores=0-7
/proc/21500/task/21512/stat : 21512 (java) S 21498 21498 21358 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 18 0 475882013 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935239107456 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21513] ppid=21498 vsize=28766288 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/21500/task/21513/stat : 21513 (java) S 21498 21498 21358 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935238054528 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21514] ppid=21498 vsize=28766288 memory=0 CPUtime=1.38 cores=0-7
/proc/21500/task/21514/stat : 21514 (java) S 21498 21498 21358 0 -1 1077944384 5374 0 0 0 137 1 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935236988656 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21515] ppid=21498 vsize=28766288 memory=0 CPUtime=1.36 cores=0-7
/proc/21500/task/21515/stat : 21515 (java) S 21498 21498 21358 0 -1 1077944384 5949 0 0 0 134 2 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935235930896 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21516] ppid=21498 vsize=28766288 memory=0 CPUtime=1.36 cores=0-7
/proc/21500/task/21516/stat : 21516 (java) S 21498 21498 21358 0 -1 1077944384 5514 0 0 0 135 1 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935234888624 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21517] ppid=21498 vsize=28766288 memory=281129768714480 CPUtime=0.62 cores=0-7
/proc/21500/task/21517/stat : 21517 (java) S 21498 21498 21358 0 -1 1077944384 4483 0 0 0 61 1 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935233845744 139936911301250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
[pid=21500/tid=21518] ppid=21498 vsize=28766288 memory=14708 CPUtime=0 cores=0-7
/proc/21500/task/21518/stat : 21518 (java) S 21498 21498 21358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 475882015 29456678912 79739 33554432000 4194304 4196468 140737156771520 139935232793184 139936911300309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9494528 140737156772842 140737156773014 140737156773014 140737156775887 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 320408 KiB

Child status: 0
Real time (s): 2.26786
CPU time (s): 7.39143
CPU user time (s): 7.14778
CPU system time (s): 0.243652
CPU usage (%): 325.92
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 320408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.14778
system time used= 0.243652
maximum resident set size= 320380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2726
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 21498
#   total CPU time (s): 7.39143
#   total CPU user time (s): 7.14778
#   total CPU system time (s): 0.243652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037967 second user time and 0.070197 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 18:15:09
IDJOB=4404341
IDBENCH=122870
IDSOLVER=2865
FILE ID=node125/4404341-1568996152
RUNJOBID= node125-1568996102-21385
PBS_JOBID= 21704736
Free space on /tmp= 4228 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-cril/cril-2_X2.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404341-1568996152/watcher-4404341-1568996152 -o /tmp/evaluation-result-4404341-1568996152/solver-4404341-1568996152 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568996102-21385 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1665550816 HOME/instance-4404341-1568996152.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e953f4a4989b8abb5ffb897aaba74e21
RANDOM SEED=1665550816

node125.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.29
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.29
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.29
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.29
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:        16836232 kB
MemAvailable:   31823520 kB
Buffers:           91756 kB
Cached:         14802476 kB
SwapCached:        30080 kB
Active:          7383760 kB
Inactive:        7543556 kB
Active(anon):       4256 kB
Inactive(anon):    75476 kB
Active(file):    7379504 kB
Inactive(file):  7468080 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974568 kB
Dirty:             26880 kB
Writeback:             0 kB
AnonPages:        117732 kB
Mapped:            52336 kB
Shmem:             38220 kB
Slab:             597856 kB
SReclaimable:     568164 kB
SUnreclaim:        29692 kB
KernelStack:        3664 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4204 MiB
End job on node125 at 2019-09-20 18:15:12