Trace number 4403619

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? (TO) 2520.59 635.936

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-20.xml
MD5SUMbd4660d9f641dd45473fddd00af9a0d0
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 benchmark1437.98
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1599
Maximum domain size1697
Distribution of domain sizes[{"size":1599,"count":10},{"size":1600,"count":4},{"size":1601,"count":16},{"size":1602,"count":2},{"size":1603,"count":6},{"size":1604,"count":8},{"size":1605,"count":6},{"size":1606,"count":6},{"size":1607,"count":6},{"size":1608,"count":16},{"size":1609,"count":6},{"size":1610,"count":6},{"size":1611,"count":8},{"size":1612,"count":24},{"size":1613,"count":6},{"size":1614,"count":8},{"size":1616,"count":8},{"size":1617,"count":14},{"size":1618,"count":6},{"size":1619,"count":8},{"size":1620,"count":6},{"size":1621,"count":8},{"size":1622,"count":10},{"size":1623,"count":8},{"size":1624,"count":10},"...",{"size":1672,"count":14}, {"size":1673,"count":4}, {"size":1674,"count":8}, {"size":1675,"count":4}, {"size":1676,"count":6}, {"size":1677,"count":8}, {"size":1678,"count":10}, {"size":1679,"count":8}, {"size":1680,"count":10}, {"size":1681,"count":14}, {"size":1682,"count":10}, {"size":1683,"count":14}, {"size":1684,"count":2}, {"size":1685,"count":10}, {"size":1686,"count":10}, {"size":1687,"count":10}, {"size":1688,"count":2}, {"size":1689,"count":16}, {"size":1690,"count":8}, {"size":1691,"count":8}, {"size":1693,"count":8}, {"size":1694,"count":8}, {"size":1695,"count":14}, {"size":1696,"count":10}, {"size":1697,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
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-4403619-1568992933.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403619-1568992933.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
14.50/5.47	c solve instance...
2520.14/635.76	s UNKNOWN
2520.14/635.76	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403619-1568992933/watcher-4403619-1568992933 -o /var/tmp/evaluation-result-4403619-1568992933/solver-4403619-1568992933 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568991333-3666 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 253503274 HOME/instance-4403619-1568992933.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 5.32 6.83 6.46 4/230 7642
/proc/meminfo: memFree=1210912/32770624 swapFree=66935844/67108860
[pid=7626] ppid=7623 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (xcsp3-exec) S 7623 7626 3634 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475207073 115843072 363 33554432000 4194304 5098028 140726265515968 140726265514072 139887941247612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 14520320 140726265520983 140726265521241 140726265521241 140726265524166 0
/proc/7626/statm: 28282 363 304 221 0 87 0
[pid=7628] ppid=7626 vsize=15144776 memory=28576 CPUtime=0.12 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7626 7626 3634 0 -1 1077944320 5607 0 0 0 11 1 0 0 20 0 15 0 475207073 15508250624 7144 33554432000 4194304 4196468 140726792507680 140726792490224 140592447545079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
/proc/7628/statm: 3786194 7144 3175 1 0 3748377 0
[pid=7628/tid=7629] ppid=7626 vsize=15144776 memory=8189413976863642459 CPUtime=0.08 cores=1,3,5,7
/proc/7628/task/7629/stat : 7629 (java) D 7626 7626 3634 0 -1 4202560 3543 0 0 0 8 0 0 0 20 0 15 0 475207073 15508250624 7144 33554432000 4194304 4196468 140726792507680 140592451773976 140592440262231 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7630] ppid=7626 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 7144 33554432000 4194304 4196468 140726792507680 140592400165520 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7631] ppid=7626 vsize=15144776 memory=140673129006720 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 7144 33554432000 4194304 4196468 140726792507680 140592039254544 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7632] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 7144 33554432000 4194304 4196468 140726792507680 140592038201744 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7633] ppid=7626 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 7144 33554432000 4194304 4196468 140726792507680 140592037148944 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7634] ppid=7626 vsize=15144776 memory=140673129006720 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207076 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591916051312 140592447556226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7635] ppid=7626 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7626 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475207076 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591914997280 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7636] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7626 7626 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475207076 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591913944432 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7637] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591912892752 140592447563675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7638] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) R 7626 7626 3634 0 -1 4202560 305 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591911839184 140592425292574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7639] ppid=7626 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) D 7626 7626 3634 0 -1 4202560 168 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591910772936 140592440262231 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7640] ppid=7626 vsize=15144776 memory=140673129006720 CPUtime=0.01 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) R 7626 7626 3634 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 15 0 475207079 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591909732104 140592426175228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7641] ppid=7626 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591908681952 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7642] ppid=7626 vsize=15144776 memory=140673129006720 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 7144 33554432000 4194304 4196468 140726792507680 140591907630256 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30028 KiB

[startup+0.213022 s]*
/proc/loadavg: 5.32 6.83 6.46 4/230 7642
/proc/meminfo: memFree=1197948/32770624 swapFree=66935844/67108860
[pid=7626] ppid=7623 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (xcsp3-exec) S 7623 7626 3634 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475207073 115843072 363 33554432000 4194304 5098028 140726265515968 140726265514072 139887941247612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 14520320 140726265520983 140726265521241 140726265521241 140726265524166 0
/proc/7626/statm: 28282 363 304 221 0 87 0
[pid=7628] ppid=7626 vsize=15144776 memory=41256 CPUtime=0.35 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7626 7626 3634 0 -1 1077944320 9488 0 0 0 32 3 0 0 20 0 15 0 475207073 15508250624 10314 33554432000 4194304 4196468 140726792507680 140726792490224 140592447545079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
/proc/7628/statm: 3786194 10314 3320 1 0 3748377 0
[pid=7628/tid=7629] ppid=7626 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/7628/task/7629/stat : 7629 (java) R 7626 7626 3634 0 -1 4202560 6586 0 0 0 18 2 0 0 20 0 15 0 475207073 15508250624 10314 33554432000 4194304 4196468 140726792507680 140592451782896 140592431625566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7630] ppid=7626 vsize=15144776 memory=8956 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 10314 33554432000 4194304 4196468 140726792507680 140592400165520 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7631] ppid=7626 vsize=15144776 memory=3689774257050896032 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 10314 33554432000 4194304 4196468 140726792507680 140592039254544 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7632] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 10314 33554432000 4194304 4196468 140726792507680 140592038201744 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7633] ppid=7626 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15508250624 10314 33554432000 4194304 4196468 140726792507680 140592037148944 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7634] ppid=7626 vsize=15144776 memory=140673129006720 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7626 7626 3634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475207076 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591916051312 140592447556226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7635] ppid=7626 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7626 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475207076 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591914997280 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7636] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7626 7626 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475207076 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591913944432 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7637] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591912892752 140592447563675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7638] ppid=7626 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7626 7626 3634 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 475207079 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591911840112 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7639] ppid=7626 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7626 7626 3634 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 475207079 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591910787312 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7640] ppid=7626 vsize=15144776 memory=140673129006720 CPUtime=0.08 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7626 7626 3634 0 -1 1077944384 677 0 0 0 8 0 0 0 20 0 15 0 475207079 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591909734512 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7641] ppid=7626 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591908681952 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7642] ppid=7626 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207079 15508250624 10314 33554432000 4194304 4196468 140726792507680 140591907630256 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42708 KiB

[startup+0.311927 s]*
/proc/loadavg: 5.32 6.83 6.46 3/230 7642
/proc/meminfo: memFree=1190316/32770624 swapFree=66935844/67108860
[pid=7626] ppid=7623 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (xcsp3-exec) S 7623 7626 3634 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475207073 115843072 363 33554432000 4194304 5098028 140726265515968 140726265514072 139887941247612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 14520320 140726265520983 140726265521241 140726265521241 140726265524166 0
/proc/7626/statm: 28282 363 304 221 0 87 0
[pid=7628] ppid=7626 vsize=15149032 memory=49740 CPUtime=0.52 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7626 7626 3634 0 -1 1077944320 10747 0 0 0 48 4 0 0 20 0 15 0 475207073 15512608768 12435 33554432000 4194304 4196468 140726792507680 140726792490224 140592447545079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
/proc/7628/statm: 3787258 12435 3352 1 0 3748377 0
[pid=7628/tid=7629] ppid=7626 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/7628/task/7629/stat : 7629 (java) R 7626 7626 3634 0 -1 4202560 7773 0 0 0 27 3 0 0 20 0 15 0 475207073 15512608768 12506 33554432000 4194304 4196468 140726792507680 140592451778864 140592431625566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7630] ppid=7626 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207074 15512608768 12506 33554432000 4194304 4196468 140726792507680 140592400165520 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7631] ppid=7626 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15512608768 12506 33554432000 4194304 4196468 140726792507680 140592039254544 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7632] ppid=7626 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15512608768 12506 33554432000 4194304 4196468 140726792507680 140592038201744 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7633] ppid=7626 vsize=15149032 memory=7161374744685748120 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15512608768 12506 33554432000 4194304 4196468 140726792507680 140592037148944 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7634] ppid=7626 vsize=15149032 memory=6944657691966988345 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7626 7626 3634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475207076 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591916051312 140592447556226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7635] ppid=7626 vsize=15149032 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7626 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475207076 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591914997280 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7636] ppid=7626 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7626 7626 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475207076 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591913944432 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7637] ppid=7626 vsize=15149032 memory=-6444775992005010620 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591912892752 140592447563675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7638] ppid=7626 vsize=15149032 memory=8325818968683490714 CPUtime=0.04 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7626 7626 3634 0 -1 1077944384 413 0 0 0 4 0 0 0 20 0 15 0 475207079 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591911840112 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7639] ppid=7626 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7626 7626 3634 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 15 0 475207079 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591910787312 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7640] ppid=7626 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7626 7626 3634 0 -1 1077944384 744 0 0 0 12 0 0 0 20 0 15 0 475207079 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591909734512 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7641] ppid=7626 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591908681952 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7642] ppid=7626 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207079 15512608768 12506 33554432000 4194304 4196468 140726792507680 140591907630256 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51192 KiB

[startup+0.70154 s]
/proc/loadavg: 5.32 6.83 6.46 6/230 7642
/proc/meminfo: memFree=1169600/32770624 swapFree=66935844/67108860
[pid=7626] ppid=7623 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (xcsp3-exec) S 7623 7626 3634 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475207073 115843072 363 33554432000 4194304 5098028 140726265515968 140726265514072 139887941247612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 14520320 140726265520983 140726265521241 140726265521241 140726265524166 0
/proc/7626/statm: 28282 363 304 221 0 87 0
[pid=7628] ppid=7626 vsize=15151156 memory=111736 CPUtime=1.75 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7626 7626 3634 0 -1 1077944320 13964 0 0 0 170 5 0 0 20 0 15 0 475207073 15514783744 27934 33554432000 4194304 4196468 140726792507680 140726792490224 140592447545079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
/proc/7628/statm: 3787789 27934 3444 1 0 3748889 0
[pid=7628/tid=7629] ppid=7626 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/7628/task/7629/stat : 7629 (java) R 7626 7626 3634 0 -1 4202560 8323 0 0 0 64 4 0 0 20 0 15 0 475207073 15514783744 27934 33554432000 4194304 4196468 140726792507680 140592451780480 140592080355400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7630] ppid=7626 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207074 15514783744 27934 33554432000 4194304 4196468 140726792507680 140592400165520 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7631] ppid=7626 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15514783744 27934 33554432000 4194304 4196468 140726792507680 140592039254544 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7632] ppid=7626 vsize=15151156 memory=55816 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15514783744 27934 33554432000 4194304 4196468 140726792507680 140592038201744 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7633] ppid=7626 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7626 7626 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475207074 15514783744 27934 33554432000 4194304 4196468 140726792507680 140592037148944 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7634] ppid=7626 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7626 7626 3634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475207076 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591916051312 140592447556226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7635] ppid=7626 vsize=15151156 memory=1368 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7626 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475207076 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591914997280 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7636] ppid=7626 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7626 7626 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475207076 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591913944432 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7637] ppid=7626 vsize=15151156 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591912892752 140592447563675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7638] ppid=7626 vsize=15151156 memory=6024 CPUtime=0.37 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) R 7626 7626 3634 0 -1 4202560 1413 0 0 0 37 0 0 0 20 0 15 0 475207079 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591911818624 140592426734528 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7639] ppid=7626 vsize=15151156 memory=11416 CPUtime=0.37 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) R 7626 7626 3634 0 -1 4202560 1378 0 0 0 37 0 0 0 20 0 15 0 475207079 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591910786496 140592432424636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7640] ppid=7626 vsize=15151156 memory=780 CPUtime=0.3 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) R 7626 7626 3634 0 -1 4202560 1540 0 0 0 30 0 0 0 20 0 15 0 475207079 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591909729584 140592431625566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7641] ppid=7626 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475207079 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591908681952 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7642] ppid=7626 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7626 7626 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475207079 15514783744 27934 33554432000 4194304 4196468 140726792507680 140591907630256 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 113188 KiB

[startup+1.5015 s]
/proc/loadavg: 5.32 6.83 6.46 5/230 7642
/proc/meminfo: memFree=1072800/32770624 swapFree=66935844/67108860
[pid=7626] ppid=7623 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (xcsp3-exec) S 7623 7626 3634 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475207073 115843072 363 33554432000 4194304 5098028 140726265515968 140726265514072 139887941247612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 14520320 140726265520983 140726265521241 140726265521241 140726265524166 0
/proc/7626/statm: 28282 363 304 221 0 87 0

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

[pid=7628/tid=7636] ppid=7626 vsize=15419460 memory=3996436 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7626 7626 3634 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 19 0 475207076 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591913944432 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7637] ppid=7626 vsize=15419460 memory=492 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475207079 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591912892752 140592447563675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7638] ppid=7626 vsize=15419460 memory=1560 CPUtime=5.61 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7626 7626 3634 0 -1 1077944384 21983 0 0 0 559 2 0 0 20 0 19 0 475207079 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591911840112 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7639] ppid=7626 vsize=15419460 memory=1452 CPUtime=5.8 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7626 7626 3634 0 -1 1077944384 24245 0 0 0 576 4 0 0 20 0 19 0 475207079 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591910787312 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7640] ppid=7626 vsize=15419460 memory=1452 CPUtime=1.11 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7626 7626 3634 0 -1 1077944384 14590 0 0 0 110 1 0 0 20 0 19 0 475207079 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591909734512 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7641] ppid=7626 vsize=15419460 memory=3472468951236417430 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475207079 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591908681952 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7642] ppid=7626 vsize=15419460 memory=-3535470213243961690 CPUtime=0.28 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7626 7626 3634 0 -1 1077944384 1621 0 0 0 9 19 0 0 20 0 19 0 475207079 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591907630256 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7643] ppid=7626 vsize=15419460 memory=1452 CPUtime=502.31 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) R 7626 7626 3634 0 -1 4202560 579037 0 0 0 50154 77 0 0 20 0 19 0 475207629 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591898409840 140592092177066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7644] ppid=7626 vsize=15419460 memory=3996436 CPUtime=504.41 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) R 7626 7626 3634 0 -1 4202560 1625311 0 0 0 50226 215 0 0 20 0 19 0 475207629 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591897360520 140592084223746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7645] ppid=7626 vsize=15419460 memory=1452 CPUtime=502.83 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) R 7626 7626 3634 0 -1 4202560 650902 0 0 0 50212 71 0 0 20 0 19 0 475207629 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591896305688 140592091590384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7646] ppid=7626 vsize=15419460 memory=3996436 CPUtime=503.23 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) R 7626 7626 3634 0 -1 4202560 613231 0 0 0 50247 76 0 0 20 0 19 0 475207629 15789527040 999109 33554432000 4194304 4196468 140726792507680 140591895252648 140592092218029 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
Current children cumulated CPU time: 2068.88 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3997888 KiB

[startup+582.302 s]
/proc/loadavg: 8.42 7.92 7.16 9/238 7788
/proc/meminfo: memFree=12476880/32770624 swapFree=66935844/67108860
[pid=7626] ppid=7623 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (xcsp3-exec) S 7623 7626 3634 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475207073 115843072 363 33554432000 4194304 5098028 140726265515968 140726265514072 139887941247612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 14520320 140726265520983 140726265521241 140726265521241 140726265524166 0
/proc/7626/statm: 28282 363 304 221 0 87 0
[pid=7628] ppid=7626 vsize=15419460 memory=4057884 CPUtime=2307.68 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7626 7626 3634 0 -1 1077944320 5046012 0 0 0 229668 1100 0 0 20 0 19 0 475207073 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140726792490224 140592447545079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
/proc/7628/statm: 3854865 1014471 3558 1 0 3815965 0
[pid=7628/tid=7629] ppid=7626 vsize=15419460 memory=4057884 CPUtime=5.09 cores=1,3,5,7
/proc/7628/task/7629/stat : 7629 (java) S 7626 7626 3634 0 -1 1077944384 53534 0 0 0 469 40 0 0 20 0 19 0 475207073 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140592451785856 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7630] ppid=7626 vsize=15419460 memory=0 CPUtime=9.36 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) S 7626 7626 3634 0 -1 1077944384 275046 0 0 0 790 146 0 0 20 0 19 0 475207074 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140592400165520 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7631] ppid=7626 vsize=15419460 memory=2828 CPUtime=9.49 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7626 7626 3634 0 -1 1077944384 277019 0 0 0 803 146 0 0 20 0 19 0 475207074 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140592039254544 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7632] ppid=7626 vsize=15419460 memory=1452 CPUtime=9.42 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7626 7626 3634 0 -1 1077944384 297332 0 0 0 796 146 0 0 20 0 19 0 475207074 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140592038201744 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7633] ppid=7626 vsize=15419460 memory=281345994188192 CPUtime=9.48 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7626 7626 3634 0 -1 1077944384 307636 0 0 0 798 150 0 0 20 0 19 0 475207074 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140592037148944 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7634] ppid=7626 vsize=15419460 memory=3512 CPUtime=0.92 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7626 7626 3634 0 -1 1077944384 25542 0 0 0 90 2 0 0 20 0 19 0 475207076 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591916051312 140592447556226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7635] ppid=7626 vsize=15419460 memory=55832 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7626 3634 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475207076 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591914997344 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7636] ppid=7626 vsize=15419460 memory=4057884 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7626 7626 3634 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 19 0 475207076 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591913944432 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7637] ppid=7626 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475207079 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591912892752 140592447563675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7638] ppid=7626 vsize=15419460 memory=4057884 CPUtime=5.61 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7626 7626 3634 0 -1 1077944384 21987 0 0 0 559 2 0 0 20 0 19 0 475207079 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591911840112 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7639] ppid=7626 vsize=15419460 memory=1452 CPUtime=5.8 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7626 7626 3634 0 -1 1077944384 24247 0 0 0 576 4 0 0 20 0 19 0 475207079 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591910787312 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7640] ppid=7626 vsize=15419460 memory=4057884 CPUtime=1.12 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7626 7626 3634 0 -1 1077944384 15385 0 0 0 111 1 0 0 20 0 19 0 475207079 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591909734512 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7641] ppid=7626 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475207079 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591908681952 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7642] ppid=7626 vsize=15419460 memory=4057884 CPUtime=0.31 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7626 7626 3634 0 -1 1077944384 1648 0 0 0 10 21 0 0 20 0 19 0 475207079 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591907630256 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7643] ppid=7626 vsize=15419460 memory=30032 CPUtime=561.63 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) R 7626 7626 3634 0 -1 4202560 609874 0 0 0 56084 79 0 0 20 0 19 0 475207629 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591898409840 140592092175994 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7644] ppid=7626 vsize=15419460 memory=492 CPUtime=564 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) R 7626 7626 3634 0 -1 4202560 1790037 0 0 0 56175 225 0 0 20 0 19 0 475207629 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591897359336 140592084050116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7645] ppid=7626 vsize=15419460 memory=1452 CPUtime=562.67 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) R 7626 7626 3634 0 -1 4202560 688075 0 0 0 56193 74 0 0 20 0 19 0 475207629 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591896305832 140592092218168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7646] ppid=7626 vsize=15419460 memory=1452 CPUtime=562.64 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) R 7626 7626 3634 0 -1 4202560 657224 0 0 0 56185 79 0 0 20 0 19 0 475207629 15789527040 1014471 33554432000 4194304 4196468 140726792507680 140591895252872 140592092218240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
Current children cumulated CPU time: 2307.68 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4059336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+635.701 s]
/proc/loadavg: 8.67 8.07 7.25 9/238 7796
/proc/meminfo: memFree=12027044/32770624 swapFree=66935844/67108860
[pid=7626] ppid=7623 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7626/stat : 7626 (xcsp3-exec) S 7623 7626 3634 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475207073 115843072 363 33554432000 4194304 5098028 140726265515968 140726265514072 139887941247612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 14520320 140726265520983 140726265521241 140726265521241 140726265524166 0
/proc/7626/statm: 28282 363 304 221 0 87 0
[pid=7628] ppid=7626 vsize=15419460 memory=4105284 CPUtime=2520.14 cores=1,3,5,7
/proc/7628/stat : 7628 (java) S 7626 7626 3634 0 -1 1077944320 5502339 0 0 0 250881 1133 0 0 20 0 19 0 475207073 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140726792490224 140592447545079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
/proc/7628/statm: 3854865 1026321 3558 1 0 3815965 0
[pid=7628/tid=7629] ppid=7626 vsize=15419460 memory=4105284 CPUtime=5.09 cores=1,3,5,7
/proc/7628/task/7629/stat : 7629 (java) S 7626 7626 3634 0 -1 1077944384 53534 0 0 0 469 40 0 0 20 0 19 0 475207073 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140592451785856 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7630] ppid=7626 vsize=15419460 memory=4105284 CPUtime=9.51 cores=1,3,5,7
/proc/7628/task/7630/stat : 7630 (java) S 7626 7626 3634 0 -1 1077944384 292395 0 0 0 803 148 0 0 20 0 19 0 475207074 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140592400165520 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7631] ppid=7626 vsize=15419460 memory=1452 CPUtime=9.64 cores=1,3,5,7
/proc/7628/task/7631/stat : 7631 (java) S 7626 7626 3634 0 -1 1077944384 287506 0 0 0 817 147 0 0 20 0 19 0 475207074 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140592039254544 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7632] ppid=7626 vsize=15419460 memory=4105284 CPUtime=9.57 cores=1,3,5,7
/proc/7628/task/7632/stat : 7632 (java) S 7626 7626 3634 0 -1 1077944384 313083 0 0 0 809 148 0 0 20 0 19 0 475207074 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140592038201744 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7633] ppid=7626 vsize=15419460 memory=4105284 CPUtime=9.63 cores=1,3,5,7
/proc/7628/task/7633/stat : 7633 (java) S 7626 7626 3634 0 -1 1077944384 333521 0 0 0 811 152 0 0 20 0 19 0 475207074 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140592037148944 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7634] ppid=7626 vsize=15419460 memory=1452 CPUtime=0.92 cores=1,3,5,7
/proc/7628/task/7634/stat : 7634 (java) S 7626 7626 3634 0 -1 1077944384 25771 0 0 0 90 2 0 0 20 0 19 0 475207076 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591916051312 140592447556226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7635] ppid=7626 vsize=15419460 memory=4057884 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7635/stat : 7635 (java) S 7626 7626 3634 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475207076 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591914997344 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7636] ppid=7626 vsize=15419460 memory=4105284 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7636/stat : 7636 (java) S 7626 7626 3634 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 19 0 475207076 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591913944432 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7637] ppid=7626 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7637/stat : 7637 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475207079 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591912892752 140592447563675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7638] ppid=7626 vsize=15419460 memory=1452 CPUtime=5.62 cores=1,3,5,7
/proc/7628/task/7638/stat : 7638 (java) S 7626 7626 3634 0 -1 1077944384 22173 0 0 0 560 2 0 0 20 0 19 0 475207079 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591911840112 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7639] ppid=7626 vsize=15419460 memory=140672997872513 CPUtime=5.8 cores=1,3,5,7
/proc/7628/task/7639/stat : 7639 (java) S 7626 7626 3634 0 -1 1077944384 24249 0 0 0 576 4 0 0 20 0 19 0 475207079 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591910787312 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7640] ppid=7626 vsize=15419460 memory=8314877898453040417 CPUtime=1.12 cores=1,3,5,7
/proc/7628/task/7640/stat : 7640 (java) S 7626 7626 3634 0 -1 1077944384 15918 0 0 0 111 1 0 0 20 0 19 0 475207079 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591909734512 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7641] ppid=7626 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7628/task/7641/stat : 7641 (java) S 7626 7626 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475207079 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591908681952 140592447555285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7642] ppid=7626 vsize=15419460 memory=1452 CPUtime=0.33 cores=1,3,5,7
/proc/7628/task/7642/stat : 7642 (java) S 7626 7626 3634 0 -1 1077944384 1684 0 0 0 11 22 0 0 20 0 19 0 475207079 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591907630256 140592447556226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7643] ppid=7626 vsize=15419460 memory=1452 CPUtime=614.21 cores=1,3,5,7
/proc/7628/task/7643/stat : 7643 (java) R 7626 7626 3634 0 -1 4202560 643760 0 0 0 61340 81 0 0 20 0 19 0 475207629 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591898409840 140592092142426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7644] ppid=7626 vsize=15419460 memory=4105284 CPUtime=617.06 cores=1,3,5,7
/proc/7628/task/7644/stat : 7644 (java) R 7626 7626 3634 0 -1 4202560 2063962 0 0 0 61462 244 0 0 20 0 19 0 475207629 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591897361072 140592086565461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7645] ppid=7626 vsize=15419460 memory=1452 CPUtime=615.69 cores=1,3,5,7
/proc/7628/task/7645/stat : 7645 (java) R 7626 7626 3634 0 -1 4202560 721784 0 0 0 61493 76 0 0 20 0 19 0 475207629 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591896305704 140592092218051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
[pid=7628/tid=7646] ppid=7626 vsize=15419460 memory=1452 CPUtime=615.81 cores=1,3,5,7
/proc/7628/task/7646/stat : 7646 (java) R 7626 7626 3634 0 -1 4202560 701573 0 0 0 61499 82 0 0 20 0 19 0 475207629 15789527040 1026321 33554432000 4194304 4196468 140726792507680 140591895252888 140592092218451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16224256 140726792516571 140726792516746 140726792516746 140726792519631 0
Current children cumulated CPU time: 2520.14 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4106736 KiB

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

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

[startup+635.936 s]
# the end of solver process 7628 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.09 s, system=11.507 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+635.819 s]*
/proc/loadavg: 8.67 8.07 7.25 6/220 7798
/proc/meminfo: memFree=13176144/32770624 swapFree=66935844/67108860
Current cumulated CPU time of completed processes: 0.002328 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+635.91 s]
/proc/loadavg: 8.67 8.07 7.25 6/220 7798
/proc/meminfo: memFree=13176144/32770624 swapFree=66935844/67108860
Current cumulated CPU time of completed processes: 0.002328 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 635.936
CPU time (s): 2520.59
CPU user time (s): 2509.09
CPU system time (s): 11.507
CPU usage (%): 396.36
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 4106736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.09
system time used= 11.507
maximum resident set size= 4105708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5504080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18045
involuntary context switches= 40153


# summary of solver processes directly reported to runsolver:
#   pid: 7626,7628
#   total CPU time (s): 2520.59
#   total CPU user time (s): 2509.09
#   total CPU system time (s): 11.507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.91678 second user time and 7.64186 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 17:21:29
IDJOB=4403619
IDBENCH=138647
IDSOLVER=2863
FILE ID=node147/4403619-1568992933
RUNJOBID= node147-1568991333-3666
PBS_JOBID= 21704655
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-20.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 /var/tmp/evaluation-result-4403619-1568992933/watcher-4403619-1568992933 -o /var/tmp/evaluation-result-4403619-1568992933/solver-4403619-1568992933 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568991333-3666 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 253503274 HOME/instance-4403619-1568992933.xml

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

MD5SUM BENCH= bd4660d9f641dd45473fddd00af9a0d0
RANDOM SEED=253503274

node147.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.52
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.52
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.52
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.52
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:         1227252 kB
MemAvailable:   21567940 kB
Buffers:          142124 kB
Cached:         20127284 kB
SwapCached:        68676 kB
Active:         20295696 kB
Inactive:       10246124 kB
Active(anon):   10177748 kB
Inactive(anon):   144108 kB
Active(file):   10117948 kB
Inactive(file): 10102016 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       66935844 kB
Dirty:             26812 kB
Writeback:             0 kB
AnonPages:      10314772 kB
Mapped:            65576 kB
Shmem:             40796 kB
Slab:             578388 kB
SReclaimable:     549184 kB
SUnreclaim:        29204 kB
KernelStack:        3712 kB
PageTables:        25768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12257376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9046016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node147 at 2019-09-20 17:32:05