Trace number 4403614

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.37 635.928

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-10.xml
MD5SUM2e1a96a215dbee196ad45178247d22f3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1518
Maximum domain size1616
Distribution of domain sizes[{"size":1518,"count":10},{"size":1519,"count":4},{"size":1520,"count":16},{"size":1521,"count":2},{"size":1522,"count":6},{"size":1523,"count":8},{"size":1524,"count":6},{"size":1525,"count":6},{"size":1526,"count":6},{"size":1527,"count":16},{"size":1528,"count":6},{"size":1529,"count":6},{"size":1530,"count":8},{"size":1531,"count":24},{"size":1532,"count":6},{"size":1533,"count":8},{"size":1535,"count":8},{"size":1536,"count":14},{"size":1537,"count":6},{"size":1538,"count":8},{"size":1539,"count":6},{"size":1540,"count":8},{"size":1541,"count":10},{"size":1542,"count":8},{"size":1543,"count":10},"...",{"size":1591,"count":14}, {"size":1592,"count":4}, {"size":1593,"count":8}, {"size":1594,"count":4}, {"size":1595,"count":6}, {"size":1596,"count":8}, {"size":1597,"count":10}, {"size":1598,"count":8}, {"size":1599,"count":10}, {"size":1600,"count":14}, {"size":1601,"count":10}, {"size":1602,"count":14}, {"size":1603,"count":2}, {"size":1604,"count":10}, {"size":1605,"count":10}, {"size":1606,"count":10}, {"size":1607,"count":2}, {"size":1608,"count":16}, {"size":1609,"count":8}, {"size":1610,"count":8}, {"size":1612,"count":8}, {"size":1613,"count":8}, {"size":1614,"count":14}, {"size":1615,"count":10}, {"size":1616,"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-4403614-1568992941.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403614-1568992941.xml, -tl, 2520s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
13.38/5.21	c solve instance...
2520.03/635.85	s UNKNOWN
2520.03/635.85	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 (4894 MiB free)
  memory of node 1: 16384 MiB (5036 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403614-1568992941/watcher-4403614-1568992941 -o /tmp/evaluation-result-4403614-1568992941/solver-4403614-1568992941 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568992882-17661 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1322534948 HOME/instance-4403614-1568992941.xml 

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

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


[startup+0.100867 s]*
/proc/loadavg: 7.43 8.47 7.26 7/230 17722
/proc/meminfo: memFree=10140812/32770624 swapFree=66999216/67108860
[pid=17698] ppid=17695 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (xcsp3-exec) S 17695 17698 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475547158 115843072 363 33554432000 4194304 5098028 140730378758256 140730378756360 139741707657852 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15912960 140730378761082 140730378761325 140730378761325 140730378764234 0
/proc/17698/statm: 28282 363 304 221 0 87 0
[pid=17702] ppid=17698 vsize=15144776 memory=30080 CPUtime=0.12 cores=0,2,4,6
/proc/17702/stat : 17702 (java) S 17698 17698 14371 0 -1 1077944320 5919 0 0 0 11 1 0 0 20 0 15 0 475547158 15508250624 7520 33554432000 4194304 4196468 140736507581520 140736507564064 139941175373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
/proc/17702/statm: 3786194 7520 3150 1 0 3748377 0
[pid=17702/tid=17703] ppid=17698 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/17702/task/17703/stat : 17703 (java) R 17698 17698 14371 0 -1 4202560 3846 0 0 0 8 1 0 0 20 0 15 0 475547159 15508250624 7520 33554432000 4194304 4196468 140736507581520 139941179606336 139941175385494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17704] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17704/stat : 17704 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 7520 33554432000 4194304 4196468 140736507581520 139941111609744 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17705] ppid=17698 vsize=15144776 memory=140571027688469 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17705/stat : 17705 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 7520 33554432000 4194304 4196468 140736507581520 139941110556944 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17706] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17706/stat : 17706 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 7520 33554432000 4194304 4196468 140736507581520 139941109504656 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17707] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17707/stat : 17707 (java) S 17698 17698 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940764113424 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17709] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17709/stat : 17709 (java) S 17698 17698 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475547161 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940711209584 139941175384706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17714] ppid=17698 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17714/stat : 17714 (java) S 17698 17698 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475547161 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940710155552 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17716] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17716/stat : 17716 (java) S 17698 17698 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475547161 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940709103216 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17717] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17717/stat : 17717 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940708051536 139941175392155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17718] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17718/stat : 17718 (java) S 17698 17698 14371 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940706998384 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17719] ppid=17698 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17719/stat : 17719 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940705945584 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17720] ppid=17698 vsize=15144776 memory=140571027670656 CPUtime=0.02 cores=0,2,4,6
/proc/17702/task/17720/stat : 17720 (java) S 17698 17698 14371 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 475547164 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940637698416 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17721] ppid=17698 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17721/stat : 17721 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940636645856 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17722] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17722/stat : 17722 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 7520 33554432000 4194304 4196468 140736507581520 139940635593648 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31532 KiB

[startup+0.210683 s]*
/proc/loadavg: 7.43 8.47 7.26 5/230 17722
/proc/meminfo: memFree=10117216/32770624 swapFree=66999216/67108860
[pid=17698] ppid=17695 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (xcsp3-exec) S 17695 17698 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475547158 115843072 363 33554432000 4194304 5098028 140730378758256 140730378756360 139741707657852 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15912960 140730378761082 140730378761325 140730378761325 140730378764234 0
/proc/17698/statm: 28282 363 304 221 0 87 0
[pid=17702] ppid=17698 vsize=15144776 memory=40236 CPUtime=0.33 cores=0,2,4,6
/proc/17702/stat : 17702 (java) S 17698 17698 14371 0 -1 1077944320 9293 0 0 0 30 3 0 0 20 0 15 0 475547158 15508250624 10059 33554432000 4194304 4196468 140736507581520 140736507564064 139941175373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
/proc/17702/statm: 3786194 10059 3266 1 0 3748377 0
[pid=17702/tid=17703] ppid=17698 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/17702/task/17703/stat : 17703 (java) R 17698 17698 14371 0 -1 4202560 6602 0 0 0 17 2 0 0 20 0 15 0 475547159 15508250624 10059 33554432000 4194304 4196468 140736507581520 139941179606288 139941159454046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17704] ppid=17698 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17704/stat : 17704 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 10059 33554432000 4194304 4196468 140736507581520 139941111609744 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17705] ppid=17698 vsize=15144776 memory=288370947179382400 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17705/stat : 17705 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 10059 33554432000 4194304 4196468 140736507581520 139941110556944 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17706] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17706/stat : 17706 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 10059 33554432000 4194304 4196468 140736507581520 139941109504656 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17707] ppid=17698 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17707/stat : 17707 (java) S 17698 17698 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475547159 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940764113424 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17709] ppid=17698 vsize=15144776 memory=140571027670656 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17709/stat : 17709 (java) S 17698 17698 14371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475547161 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940711209584 139941175384706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17714] ppid=17698 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17714/stat : 17714 (java) S 17698 17698 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475547161 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940710155552 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17716] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17716/stat : 17716 (java) S 17698 17698 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475547161 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940709103216 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17717] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17717/stat : 17717 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940708051536 139941175392155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17718] ppid=17698 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17702/task/17718/stat : 17718 (java) S 17698 17698 14371 0 -1 1077944384 577 0 0 0 3 0 0 0 20 0 15 0 475547164 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940706998384 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17719] ppid=17698 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17702/task/17719/stat : 17719 (java) S 17698 17698 14371 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 475547164 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940705945584 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17720] ppid=17698 vsize=15144776 memory=140571027670656 CPUtime=0.08 cores=0,2,4,6
/proc/17702/task/17720/stat : 17720 (java) S 17698 17698 14371 0 -1 1077944384 764 0 0 0 8 0 0 0 20 0 15 0 475547164 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940637698416 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17721] ppid=17698 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17721/stat : 17721 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940636645856 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17722] ppid=17698 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17722/stat : 17722 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547164 15508250624 10059 33554432000 4194304 4196468 140736507581520 139940635593648 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41688 KiB

[startup+0.310649 s]*
/proc/loadavg: 7.43 8.47 7.26 5/230 17722
/proc/meminfo: memFree=10106284/32770624 swapFree=66999216/67108860
[pid=17698] ppid=17695 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (xcsp3-exec) S 17695 17698 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475547158 115843072 363 33554432000 4194304 5098028 140730378758256 140730378756360 139741707657852 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15912960 140730378761082 140730378761325 140730378761325 140730378764234 0
/proc/17698/statm: 28282 363 304 221 0 87 0
[pid=17702] ppid=17698 vsize=15149032 memory=49204 CPUtime=0.51 cores=0,2,4,6
/proc/17702/stat : 17702 (java) S 17698 17698 14371 0 -1 1077944320 10601 0 0 0 47 4 0 0 20 0 15 0 475547158 15512608768 12301 33554432000 4194304 4196468 140736507581520 140736507564064 139941175373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
/proc/17702/statm: 3787258 12301 3368 1 0 3748377 0
[pid=17702/tid=17703] ppid=17698 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/17702/task/17703/stat : 17703 (java) R 17698 17698 14371 0 -1 4202560 7680 0 0 0 26 3 0 0 20 0 15 0 475547159 15512608768 12301 33554432000 4194304 4196468 140736507581520 139941179604672 139941159454046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17704] ppid=17698 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17704/stat : 17704 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15512608768 12301 33554432000 4194304 4196468 140736507581520 139941111609744 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17705] ppid=17698 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17705/stat : 17705 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15512608768 12301 33554432000 4194304 4196468 140736507581520 139941110556944 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17706] ppid=17698 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17706/stat : 17706 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15512608768 12301 33554432000 4194304 4196468 140736507581520 139941109504656 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17707] ppid=17698 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17707/stat : 17707 (java) S 17698 17698 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475547159 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940764113424 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17709] ppid=17698 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17709/stat : 17709 (java) S 17698 17698 14371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475547161 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940711209584 139941175384706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17714] ppid=17698 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17714/stat : 17714 (java) S 17698 17698 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475547161 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940710155552 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17716] ppid=17698 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17716/stat : 17716 (java) S 17698 17698 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475547161 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940709103216 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17717] ppid=17698 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17717/stat : 17717 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940708051536 139941175392155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17718] ppid=17698 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/17702/task/17718/stat : 17718 (java) S 17698 17698 14371 0 -1 1077944384 618 0 0 0 4 0 0 0 20 0 15 0 475547164 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940706998384 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17719] ppid=17698 vsize=15149032 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17702/task/17719/stat : 17719 (java) R 17698 17698 14371 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 475547164 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940705945584 139941175384706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17720] ppid=17698 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/17702/task/17720/stat : 17720 (java) S 17698 17698 14371 0 -1 1077944384 931 0 0 0 13 0 0 0 20 0 15 0 475547164 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940637698416 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17721] ppid=17698 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17721/stat : 17721 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940636645856 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17722] ppid=17698 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17722/stat : 17722 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547164 15512608768 12301 33554432000 4194304 4196468 140736507581520 139940635593648 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50656 KiB

[startup+0.700858 s]
/proc/loadavg: 7.43 8.47 7.26 9/230 17722
/proc/meminfo: memFree=10055332/32770624 swapFree=66999216/67108860
[pid=17698] ppid=17695 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (xcsp3-exec) S 17695 17698 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475547158 115843072 363 33554432000 4194304 5098028 140730378758256 140730378756360 139741707657852 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15912960 140730378761082 140730378761325 140730378761325 140730378764234 0
/proc/17698/statm: 28282 363 304 221 0 87 0
[pid=17702] ppid=17698 vsize=15151156 memory=118304 CPUtime=1.73 cores=0,2,4,6
/proc/17702/stat : 17702 (java) S 17698 17698 14371 0 -1 1077944320 15062 0 0 0 167 6 0 0 20 0 15 0 475547158 15514783744 29576 33554432000 4194304 4196468 140736507581520 140736507564064 139941175373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
/proc/17702/statm: 3787789 29576 3444 1 0 3748889 0
[pid=17702/tid=17703] ppid=17698 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17702/task/17703/stat : 17703 (java) R 17698 17698 14371 0 -1 4202560 8324 0 0 0 63 4 0 0 20 0 15 0 475547159 15514783744 29576 33554432000 4194304 4196468 140736507581520 139941179602704 139940791657388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17704] ppid=17698 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17704/stat : 17704 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15514783744 29576 33554432000 4194304 4196468 140736507581520 139941111609744 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17705] ppid=17698 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17705/stat : 17705 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15514783744 29576 33554432000 4194304 4196468 140736507581520 139941110556944 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17706] ppid=17698 vsize=15151156 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17706/stat : 17706 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547159 15514783744 29576 33554432000 4194304 4196468 140736507581520 139941109504656 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17707] ppid=17698 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17707/stat : 17707 (java) S 17698 17698 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475547159 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940764113424 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17709] ppid=17698 vsize=15151156 memory=676 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17709/stat : 17709 (java) S 17698 17698 14371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475547161 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940711209584 139941175384706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17714] ppid=17698 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17714/stat : 17714 (java) S 17698 17698 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475547161 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940710155552 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17716] ppid=17698 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17716/stat : 17716 (java) S 17698 17698 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475547161 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940709103216 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17717] ppid=17698 vsize=15151156 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17717/stat : 17717 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940708051536 139941175392155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17718] ppid=17698 vsize=15151156 memory=1712 CPUtime=0.38 cores=0,2,4,6
/proc/17702/task/17718/stat : 17718 (java) R 17698 17698 14371 0 -1 4202560 2085 0 0 0 38 0 0 0 20 0 15 0 475547164 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940706979400 139941160498926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17719] ppid=17698 vsize=15151156 memory=1112 CPUtime=0.35 cores=0,2,4,6
/proc/17702/task/17719/stat : 17719 (java) R 17698 17698 14371 0 -1 4202560 1471 0 0 0 35 0 0 0 20 0 15 0 475547164 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940705931464 139941156891447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17720] ppid=17698 vsize=15151156 memory=1004 CPUtime=0.3 cores=0,2,4,6
/proc/17702/task/17720/stat : 17720 (java) S 17698 17698 14371 0 -1 1077944384 1875 0 0 0 30 0 0 0 20 0 15 0 475547164 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940637698416 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17721] ppid=17698 vsize=15151156 memory=6064 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17721/stat : 17721 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475547164 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940636645856 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17722] ppid=17698 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17722/stat : 17722 (java) S 17698 17698 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475547164 15514783744 29576 33554432000 4194304 4196468 140736507581520 139940635593648 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 119756 KiB

[startup+1.50085 s]
/proc/loadavg: 7.43 8.47 7.26 6/230 17722
/proc/meminfo: memFree=9841612/32770624 swapFree=66999216/67108860
[pid=17698] ppid=17695 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (xcsp3-exec) S 17695 17698 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475547158 115843072 363 33554432000 4194304 5098028 140730378758256 140730378756360 139741707657852 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15912960 140730378761082 140730378761325 140730378761325 140730378764234 0
/proc/17698/statm: 28282 363 304 221 0 87 0

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

[pid=17702/tid=17706] ppid=17698 vsize=15419460 memory=3853692 CPUtime=8.34 cores=0,2,4,6
/proc/17702/task/17706/stat : 17706 (java) S 17698 17698 14371 0 -1 1077944384 18810 0 0 0 772 62 0 0 20 0 19 0 475547159 15789527040 963423 33554432000 4194304 4196468 140736507581520 139941109504656 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17707] ppid=17698 vsize=15419460 memory=1452 CPUtime=8.27 cores=0,2,4,6
/proc/17702/task/17707/stat : 17707 (java) S 17698 17698 14371 0 -1 1077944384 40047 0 0 0 761 66 0 0 20 0 19 0 475547159 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940764113424 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17709] ppid=17698 vsize=15419460 memory=3504 CPUtime=1.03 cores=0,2,4,6
/proc/17702/task/17709/stat : 17709 (java) S 17698 17698 14371 0 -1 1077944384 9509 0 0 0 98 5 0 0 20 0 19 0 475547161 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940711209584 139941175384706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17714] ppid=17698 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17714/stat : 17714 (java) S 17698 17698 14371 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475547161 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940710155616 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17716] ppid=17698 vsize=15419460 memory=3853692 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17716/stat : 17716 (java) S 17698 17698 14371 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 19 0 475547161 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940709103232 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17717] ppid=17698 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17717/stat : 17717 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475547164 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940708051536 139941175392155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17718] ppid=17698 vsize=15419460 memory=3853692 CPUtime=5.47 cores=0,2,4,6
/proc/17702/task/17718/stat : 17718 (java) S 17698 17698 14371 0 -1 1077944384 28984 0 0 0 544 3 0 0 20 0 19 0 475547164 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940706998384 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17719] ppid=17698 vsize=15419460 memory=3853692 CPUtime=5.58 cores=0,2,4,6
/proc/17702/task/17719/stat : 17719 (java) S 17698 17698 14371 0 -1 1077944384 25288 0 0 0 555 3 0 0 20 0 19 0 475547164 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940705945584 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17720] ppid=17698 vsize=15419460 memory=1452 CPUtime=1.05 cores=0,2,4,6
/proc/17702/task/17720/stat : 17720 (java) S 17698 17698 14371 0 -1 1077944384 17053 0 0 0 104 1 0 0 20 0 19 0 475547164 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940637698416 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17721] ppid=17698 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17721/stat : 17721 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475547164 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940636645856 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17722] ppid=17698 vsize=15419460 memory=1452 CPUtime=0.31 cores=0,2,4,6
/proc/17702/task/17722/stat : 17722 (java) S 17698 17698 14371 0 -1 1077944384 1754 0 0 0 10 21 0 0 20 0 19 0 475547164 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940635593648 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17723] ppid=17698 vsize=15419460 memory=3853692 CPUtime=504.57 cores=0,2,4,6
/proc/17702/task/17723/stat : 17723 (java) R 17698 17698 14371 0 -1 4202560 12002 0 0 0 50454 3 0 0 20 0 19 0 475547688 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940626374088 139940800285492 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17724] ppid=17698 vsize=15419460 memory=1452 CPUtime=505.25 cores=0,2,4,6
/proc/17702/task/17724/stat : 17724 (java) R 17698 17698 14371 0 -1 4202560 264046 0 0 0 50451 74 0 0 20 0 19 0 475547688 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940625324408 139940795665170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17725] ppid=17698 vsize=15419460 memory=1452 CPUtime=505.38 cores=0,2,4,6
/proc/17702/task/17725/stat : 17725 (java) R 17698 17698 14371 0 -1 4202560 18481 0 0 0 50534 4 0 0 20 0 19 0 475547688 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940624269736 139940799376656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17726] ppid=17698 vsize=15419460 memory=1452 CPUtime=501.27 cores=0,2,4,6
/proc/17702/task/17726/stat : 17726 (java) R 17698 17698 14371 0 -1 4202560 19619 0 0 0 50122 5 0 0 20 0 19 0 475547688 15789527040 963423 33554432000 4194304 4196468 140736507581520 139940623218280 139940799376768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
Current children cumulated CPU time: 2068.22 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3855144 KiB

[startup+582.311 s]
/proc/loadavg: 8.44 7.81 7.27 9/234 17782
/proc/meminfo: memFree=224944/32770624 swapFree=66999216/67108860
[pid=17698] ppid=17695 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (xcsp3-exec) S 17695 17698 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475547158 115843072 363 33554432000 4194304 5098028 140730378758256 140730378756360 139741707657852 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15912960 140730378761082 140730378761325 140730378761325 140730378764234 0
/proc/17698/statm: 28282 363 304 221 0 87 0
[pid=17702] ppid=17698 vsize=15419460 memory=3854240 CPUtime=2307.09 cores=0,2,4,6
/proc/17702/stat : 17702 (java) S 17698 17698 14371 0 -1 1077944320 560904 0 0 0 230319 390 0 0 20 0 19 0 475547158 15789527040 963560 33554432000 4194304 4196468 140736507581520 140736507564064 139941175373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
/proc/17702/statm: 3854865 963560 3558 1 0 3815965 0
[pid=17702/tid=17703] ppid=17698 vsize=15419460 memory=3854240 CPUtime=4.85 cores=0,2,4,6
/proc/17702/task/17703/stat : 17703 (java) S 17698 17698 14371 0 -1 1077944384 11874 0 0 0 470 15 0 0 20 0 19 0 475547159 15789527040 963560 33554432000 4194304 4196468 140736507581520 139941179614336 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17704] ppid=17698 vsize=15419460 memory=3854240 CPUtime=8.51 cores=0,2,4,6
/proc/17702/task/17704/stat : 17704 (java) S 17698 17698 14371 0 -1 1077944384 36037 0 0 0 773 78 0 0 20 0 19 0 475547159 15789527040 963560 33554432000 4194304 4196468 140736507581520 139941111609744 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17705] ppid=17698 vsize=15419460 memory=3854240 CPUtime=8.49 cores=0,2,4,6
/proc/17702/task/17705/stat : 17705 (java) S 17698 17698 14371 0 -1 1077944384 18618 0 0 0 787 62 0 0 20 0 19 0 475547159 15789527040 963560 33554432000 4194304 4196468 140736507581520 139941110556944 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17706] ppid=17698 vsize=15419460 memory=3854240 CPUtime=8.48 cores=0,2,4,6
/proc/17702/task/17706/stat : 17706 (java) S 17698 17698 14371 0 -1 1077944384 20737 0 0 0 786 62 0 0 20 0 19 0 475547159 15789527040 963560 33554432000 4194304 4196468 140736507581520 139941109504656 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17707] ppid=17698 vsize=15419460 memory=3854240 CPUtime=8.41 cores=0,2,4,6
/proc/17702/task/17707/stat : 17707 (java) S 17698 17698 14371 0 -1 1077944384 46195 0 0 0 775 66 0 0 20 0 19 0 475547159 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940764113424 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17709] ppid=17698 vsize=15419460 memory=3854240 CPUtime=1.03 cores=0,2,4,6
/proc/17702/task/17709/stat : 17709 (java) S 17698 17698 14371 0 -1 1077944384 9761 0 0 0 98 5 0 0 20 0 19 0 475547161 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940711209584 139941175384706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17714] ppid=17698 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17714/stat : 17714 (java) S 17698 17698 14371 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475547161 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940710155616 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17716] ppid=17698 vsize=15419460 memory=3854240 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17716/stat : 17716 (java) S 17698 17698 14371 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 19 0 475547161 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940709103232 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17717] ppid=17698 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17717/stat : 17717 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475547164 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940708051536 139941175392155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17718] ppid=17698 vsize=15419460 memory=1452 CPUtime=5.47 cores=0,2,4,6
/proc/17702/task/17718/stat : 17718 (java) S 17698 17698 14371 0 -1 1077944384 29269 0 0 0 544 3 0 0 20 0 19 0 475547164 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940706998384 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17719] ppid=17698 vsize=15419460 memory=3854240 CPUtime=5.58 cores=0,2,4,6
/proc/17702/task/17719/stat : 17719 (java) S 17698 17698 14371 0 -1 1077944384 25292 0 0 0 555 3 0 0 20 0 19 0 475547164 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940705945584 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17720] ppid=17698 vsize=15419460 memory=7523659347158067308 CPUtime=1.05 cores=0,2,4,6
/proc/17702/task/17720/stat : 17720 (java) S 17698 17698 14371 0 -1 1077944384 17488 0 0 0 104 1 0 0 20 0 19 0 475547164 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940637698416 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17721] ppid=17698 vsize=15419460 memory=7523659347158067308 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17721/stat : 17721 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475547164 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940636645856 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17722] ppid=17698 vsize=15419460 memory=3854240 CPUtime=0.33 cores=0,2,4,6
/proc/17702/task/17722/stat : 17722 (java) S 17698 17698 14371 0 -1 1077944384 1785 0 0 0 11 22 0 0 20 0 19 0 475547164 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940635593648 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17723] ppid=17698 vsize=15419460 memory=1452 CPUtime=564.32 cores=0,2,4,6
/proc/17702/task/17723/stat : 17723 (java) R 17698 17698 14371 0 -1 4202560 12523 0 0 0 56428 4 0 0 20 0 19 0 475547688 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940626373624 139940791773930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17724] ppid=17698 vsize=15419460 memory=1452 CPUtime=565.1 cores=0,2,4,6
/proc/17702/task/17724/stat : 17724 (java) R 17698 17698 14371 0 -1 4202560 290191 0 0 0 56433 77 0 0 20 0 19 0 475547688 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940625323208 139940799376746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17725] ppid=17698 vsize=15419460 memory=3854240 CPUtime=565.22 cores=0,2,4,6
/proc/17702/task/17725/stat : 17725 (java) R 17698 17698 14371 0 -1 4202560 19096 0 0 0 56518 4 0 0 20 0 19 0 475547688 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940624269592 139940791775399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17726] ppid=17698 vsize=15419460 memory=1452 CPUtime=560.1 cores=0,2,4,6
/proc/17702/task/17726/stat : 17726 (java) R 17698 17698 14371 0 -1 4202560 20582 0 0 0 56005 5 0 0 20 0 19 0 475547688 15789527040 963560 33554432000 4194304 4196468 140736507581520 139940623216224 139940799376916 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
Current children cumulated CPU time: 2307.09 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3855692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+635.801 s]
/proc/loadavg: 8.18 7.85 7.31 9/234 17786
/proc/meminfo: memFree=231144/32770624 swapFree=66999216/67108860
[pid=17698] ppid=17695 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17698/stat : 17698 (xcsp3-exec) S 17695 17698 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475547158 115843072 363 33554432000 4194304 5098028 140730378758256 140730378756360 139741707657852 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15912960 140730378761082 140730378761325 140730378761325 140730378764234 0
/proc/17698/statm: 28282 363 304 221 0 87 0
[pid=17702] ppid=17698 vsize=15419460 memory=3874080 CPUtime=2520.03 cores=0,2,4,6
/proc/17702/stat : 17702 (java) S 17698 17698 14371 0 -1 1077944320 684888 0 0 0 251567 436 0 0 20 0 19 0 475547158 15789527040 968520 33554432000 4194304 4196468 140736507581520 140736507564064 139941175373559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
/proc/17702/statm: 3854865 968520 3558 1 0 3815965 0
[pid=17702/tid=17703] ppid=17698 vsize=15419460 memory=2012 CPUtime=4.85 cores=0,2,4,6
/proc/17702/task/17703/stat : 17703 (java) S 17698 17698 14371 0 -1 1077944384 11874 0 0 0 470 15 0 0 20 0 19 0 475547159 15789527040 968520 33554432000 4194304 4196468 140736507581520 139941179614336 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17704] ppid=17698 vsize=15419460 memory=6791534058613427641 CPUtime=8.75 cores=0,2,4,6
/proc/17702/task/17704/stat : 17704 (java) S 17698 17698 14371 0 -1 1077944384 53757 0 0 0 785 90 0 0 20 0 19 0 475547159 15789527040 968520 33554432000 4194304 4196468 140736507581520 139941111609744 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17705] ppid=17698 vsize=15419460 memory=2512 CPUtime=8.73 cores=0,2,4,6
/proc/17702/task/17705/stat : 17705 (java) S 17698 17698 14371 0 -1 1077944384 24526 0 0 0 800 73 0 0 20 0 19 0 475547159 15789527040 968520 33554432000 4194304 4196468 140736507581520 139941110556944 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17706] ppid=17698 vsize=15419460 memory=1436 CPUtime=8.72 cores=0,2,4,6
/proc/17702/task/17706/stat : 17706 (java) S 17698 17698 14371 0 -1 1077944384 33956 0 0 0 801 71 0 0 20 0 19 0 475547159 15789527040 968520 33554432000 4194304 4196468 140736507581520 139941109504656 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17707] ppid=17698 vsize=15419460 memory=796 CPUtime=8.65 cores=0,2,4,6
/proc/17702/task/17707/stat : 17707 (java) S 17698 17698 14371 0 -1 1077944384 55600 0 0 0 788 77 0 0 20 0 19 0 475547159 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940764113424 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17709] ppid=17698 vsize=15419460 memory=1764 CPUtime=1.04 cores=0,2,4,6
/proc/17702/task/17709/stat : 17709 (java) S 17698 17698 14371 0 -1 1077944384 9998 0 0 0 99 5 0 0 20 0 19 0 475547161 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940711209584 139941175384706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17714] ppid=17698 vsize=15419460 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17714/stat : 17714 (java) S 17698 17698 14371 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475547161 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940710155616 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17716] ppid=17698 vsize=15419460 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17716/stat : 17716 (java) S 17698 17698 14371 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 19 0 475547161 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940709103232 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17717] ppid=17698 vsize=15419460 memory=8317482817917895235 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17717/stat : 17717 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475547164 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940708051536 139941175392155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17718] ppid=17698 vsize=15419460 memory=1548 CPUtime=5.47 cores=0,2,4,6
/proc/17702/task/17718/stat : 17718 (java) S 17698 17698 14371 0 -1 1077944384 29272 0 0 0 544 3 0 0 20 0 19 0 475547164 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940706998384 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17719] ppid=17698 vsize=15419460 memory=8560 CPUtime=5.58 cores=0,2,4,6
/proc/17702/task/17719/stat : 17719 (java) S 17698 17698 14371 0 -1 1077944384 25756 0 0 0 555 3 0 0 20 0 19 0 475547164 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940705945584 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17720] ppid=17698 vsize=15419460 memory=1712 CPUtime=1.05 cores=0,2,4,6
/proc/17702/task/17720/stat : 17720 (java) S 17698 17698 14371 0 -1 1077944384 17603 0 0 0 104 1 0 0 20 0 19 0 475547164 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940637698416 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17721] ppid=17698 vsize=15419460 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/17702/task/17721/stat : 17721 (java) S 17698 17698 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475547164 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940636645856 139941175383765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17722] ppid=17698 vsize=15419460 memory=1004 CPUtime=0.36 cores=0,2,4,6
/proc/17702/task/17722/stat : 17722 (java) S 17698 17698 14371 0 -1 1077944384 1823 0 0 0 12 24 0 0 20 0 19 0 475547164 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940635593648 139941175384706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17723] ppid=17698 vsize=15419460 memory=1412 CPUtime=617.56 cores=0,2,4,6
/proc/17702/task/17723/stat : 17723 (java) R 17698 17698 14371 0 -1 4202560 13120 0 0 0 61752 4 0 0 20 0 19 0 475547688 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940626374008 139940800285645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17724] ppid=17698 vsize=15419460 memory=3120 CPUtime=617.96 cores=0,2,4,6
/proc/17702/task/17724/stat : 17724 (java) R 17698 17698 14371 0 -1 4202560 363690 0 0 0 61716 80 0 0 20 0 19 0 475547688 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940625324248 139940794914896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17725] ppid=17698 vsize=15419460 memory=1452 CPUtime=618.43 cores=0,2,4,6
/proc/17702/task/17725/stat : 17725 (java) R 17698 17698 14371 0 -1 4202560 19856 0 0 0 61838 5 0 0 20 0 19 0 475547688 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940624269640 139940791773884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
[pid=17702/tid=17726] ppid=17698 vsize=15419460 memory=12554044 CPUtime=612.76 cores=0,2,4,6
/proc/17702/task/17726/stat : 17726 (java) R 17698 17698 14371 0 -1 4202560 22601 0 0 0 61271 5 0 0 20 0 19 0 475547688 15789527040 968520 33554432000 4194304 4196468 140736507581520 139940623218072 139940800285754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8962048 140736507585519 140736507585690 140736507585690 140736507588559 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3875532 KiB

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

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

[startup+635.928 s]
# the end of solver process 17702 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.96 s, system=4.41914 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.918 s]*
/proc/loadavg: 8.18 7.85 7.31 6/216 17788
/proc/meminfo: memFree=4068508/32770624 swapFree=66999216/67108860
Current cumulated CPU time of completed processes: 0.00234 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.928
CPU time (s): 2520.37
CPU user time (s): 2515.96
CPU system time (s): 4.41914
CPU usage (%): 396.33
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 3875532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.96
system time used= 4.41914
maximum resident set size= 3875012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 685979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18021
involuntary context switches= 31498


# summary of solver processes directly reported to runsolver:
#   pid: 17698,17702
#   total CPU time (s): 2520.37
#   total CPU user time (s): 2515.96
#   total CPU system time (s): 4.41914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.21387 second user time and 7.24033 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 17:21:22
IDJOB=4403614
IDBENCH=138655
IDSOLVER=2863
FILE ID=node103/4403614-1568992941
RUNJOBID= node103-1568992882-17661
PBS_JOBID= 21704654
Free space on /tmp= 20848 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403614-1568992941/watcher-4403614-1568992941 -o /tmp/evaluation-result-4403614-1568992941/solver-4403614-1568992941 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568992882-17661 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1322534948 HOME/instance-4403614-1568992941.xml

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

MD5SUM BENCH= 2e1a96a215dbee196ad45178247d22f3
RANDOM SEED=1322534948

node103.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.74
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.74
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.74
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.74
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:        10176492 kB
MemAvailable:   31856024 kB
Buffers:          106036 kB
Cached:         21837468 kB
SwapCached:         6972 kB
Active:         10958480 kB
Inactive:       11002032 kB
Active(anon):       6768 kB
Inactive(anon):    59320 kB
Active(file):   10951712 kB
Inactive(file): 10942712 kB
Unevictable:      107464 kB
Mlocked:          107464 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             53812 kB
Writeback:             0 kB
AnonPages:         67796 kB
Mapped:            55556 kB
Shmem:             40864 kB
Slab:             231192 kB
SReclaimable:     201888 kB
SUnreclaim:        29304 kB
KernelStack:        3664 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     540592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20804 MiB
End job on node103 at 2019-09-20 17:31:58