Trace number 4283312

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT (TO)157 2520.3201 2506.6699

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-14-a4.xml
MD5SUM5aba8e5725f87f11766562fcd4055047
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints3733
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":14}]
Minimum variable degree1015
Maximum variable degree1016
Distribution of variable degrees[{"degree":1015,"count":12},{"degree":1016,"count":2}]
Minimum constraint arity1
Maximum constraint arity14
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":728},{"arity":4,"count":3003},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints3732
Distribution of constraint types[{"type":"intension","count":3732},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283312-1503201942.xml"  -tl '2520s' -p 1 -x 3
0.06/0.29	c [HOME/instance-4283312-1503201942.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.35	c simple solver
0.42/0.42	c parse instance...
2.89/1.20	c solve instance...
16.32/10.02	o 188 
16.74/10.35	o 171 
165.01/156.78	o 170 
176.73/168.34	o 169 
189.40/180.76	o 168 
201.83/193.19	o 167 
229.23/220.48	o 166 
240.78/231.96	o 165 
250.31/241.41	o 164 
261.25/252.11	o 163 
272.77/263.68	o 162 
277.69/268.57	o 161 
299.48/290.22	o 160 
313.33/304.05	o 159 
429.83/419.77	o 158 
814.40/803.40	o 157 
2520.08/2506.66	s SATISFIABLE
2520.08/2506.66	v <instantiation>
2520.08/2506.66	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] </list>
2520.08/2506.66	v 	<values>0 2 5 9 17 23 42 69 85 98 126 146 156 157 </values>
2520.08/2506.66	v </instantiation>
2520.08/2506.66	c Unexpected resolution interruption!

Verifier Data

OK	157

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283312-1503201942/watcher-4283312-1503201942 -o /tmp/evaluation-result-4283312-1503201942/solver-4283312-1503201942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1753418402 HOME/instance-4283312-1503201942.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
Current StackSize limit: 8192 KiB

solver pid=1267, runsolver pid=1264

[startup+0.100108 s]*
/proc/loadavg: 4.14 2.95 2.29 5/200 1268
/proc/meminfo: memFree=20291592/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209561 s]*
/proc/loadavg: 4.14 2.95 2.29 5/214 1282
/proc/meminfo: memFree=20280252/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
[pid=1269] ppid=1267 vsize=13974352 memory=22208 CPUtime=0.06 cores=1,3,5,7
/proc/1269/stat : 1269 (java) S 1267 1267 13977 0 -1 1077944320 5010 0 0 0 5 1 0 0 20 0 15 0 108534804 14309736448 5552 18446744073709551615 4194304 4196468 140735196866752 140735196849296 139717559459575 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
/proc/1269/statm: 3493588 5552 2669 1 0 3482964 0
[pid=1269/tid=1270] ppid=1267 vsize=13974352 memory=7311146985107750967 CPUtime=0.05 cores=1,3,5,7
/proc/1269/task/1270/stat : 1270 (java) R 1267 1267 13977 0 -1 4202560 3191 0 0 0 4 1 0 0 20 0 15 0 108534805 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717563701856 139717559481501 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1271] ppid=1267 vsize=13974352 memory=1358 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1271/stat : 1271 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717159426576 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1272] ppid=1267 vsize=13974352 memory=302500995302041216 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1272/stat : 1272 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717158374032 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1273] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1273/stat : 1273 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717157320976 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1274] ppid=1267 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1274/stat : 1274 (java) S 1267 1267 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717156268432 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1275] ppid=1267 vsize=13974352 memory=140588224226944 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1275/stat : 1275 (java) S 1267 1267 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108534807 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717105224432 139717559470722 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1276] ppid=1267 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1276/stat : 1276 (java) S 1267 1267 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108534807 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717104170656 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1277] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108534807 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) S 1267 1267 13977 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 108534810 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717101013232 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717099960688 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13974352 memory=140588224226944 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) R 1267 1267 13977 0 -1 4202560 223 0 0 0 0 0 0 0 20 0 15 0 108534810 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717559480922 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13974352 memory=140588224226944 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534815 14309736448 5618 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23588 KiB

[startup+0.310623 s]*
/proc/loadavg: 4.14 2.95 2.29 7/215 1283
/proc/meminfo: memFree=20266084/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
[pid=1269] ppid=1267 vsize=13974352 memory=36344 CPUtime=0.24 cores=1,3,5,7
/proc/1269/stat : 1269 (java) S 1267 1267 13977 0 -1 1077944320 8718 0 0 0 21 3 0 0 20 0 15 0 108534804 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 140735196849296 139717559459575 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
/proc/1269/statm: 3493588 9086 2974 1 0 3482964 0
[pid=1269/tid=1270] ppid=1267 vsize=13974352 memory=6933928925625698159 CPUtime=0.15 cores=1,3,5,7
/proc/1269/task/1270/stat : 1270 (java) R 1267 1267 13977 0 -1 4202560 5979 0 0 0 13 2 0 0 20 0 15 0 108534805 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717563673024 139717559481501 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1271] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1271/stat : 1271 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717159426576 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1272] ppid=1267 vsize=13974352 memory=140588224226944 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1272/stat : 1272 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717158374032 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1273] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1273/stat : 1273 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717157320976 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1274] ppid=1267 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1274/stat : 1274 (java) S 1267 1267 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108534805 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717156268432 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1275] ppid=1267 vsize=13974352 memory=140588224226944 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1275/stat : 1275 (java) S 1267 1267 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108534807 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717105224432 139717559470722 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1276] ppid=1267 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1276/stat : 1276 (java) S 1267 1267 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108534807 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717104170656 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1277] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108534807 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) R 1267 1267 13977 0 -1 1077944384 489 0 0 0 1 0 0 0 20 0 15 0 108534810 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717101013232 139717559470722 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) R 1267 1267 13977 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 108534810 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717099960688 139717559470722 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13974352 memory=140588224226944 CPUtime=0.05 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) R 1267 1267 13977 0 -1 4202560 724 0 0 0 5 0 0 0 20 0 15 0 108534810 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717543540062 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13974352 memory=140588224226944 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534815 14309736448 9086 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37724 KiB

[startup+0.701585 s]
/proc/loadavg: 4.14 2.95 2.29 7/215 1283
/proc/meminfo: memFree=20250184/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
[pid=1269] ppid=1267 vsize=13978684 memory=83868 CPUtime=1.28 cores=1,3,5,7
/proc/1269/stat : 1269 (java) S 1267 1267 13977 0 -1 1077944320 13112 0 0 0 122 6 0 0 20 0 15 0 108534804 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 140735196849296 139717559459575 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
/proc/1269/statm: 3494671 20967 3163 1 0 3482964 0
[pid=1269/tid=1270] ppid=1267 vsize=13978684 memory=95 CPUtime=0.52 cores=1,3,5,7
/proc/1269/task/1270/stat : 1270 (java) R 1267 1267 13977 0 -1 4202560 7840 0 0 0 49 3 0 0 20 0 15 0 108534805 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717563694624 139717559471510 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1271] ppid=1267 vsize=13978684 memory=164 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1271/stat : 1271 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717159426576 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1272] ppid=1267 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1272/stat : 1272 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717158374032 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1273] ppid=1267 vsize=13978684 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1273/stat : 1273 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534805 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717157320976 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1274] ppid=1267 vsize=13978684 memory=-2541025662029814883 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1274/stat : 1274 (java) S 1267 1267 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108534805 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717156268432 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1275] ppid=1267 vsize=13978684 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1275/stat : 1275 (java) S 1267 1267 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 108534807 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717105224432 139717559470722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1276] ppid=1267 vsize=13978684 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1276/stat : 1276 (java) S 1267 1267 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108534807 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717104170656 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1277] ppid=1267 vsize=13978684 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108534807 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13978684 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13978684 memory=6944656592455359580 CPUtime=0.23 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) R 1267 1267 13977 0 -1 4202560 1523 0 0 0 23 0 0 0 20 0 15 0 108534810 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717101000080 139717559480922 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13978684 memory=2577919903233 CPUtime=0.23 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) R 1267 1267 13977 0 -1 4202560 874 0 0 0 23 0 0 0 20 0 15 0 108534810 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717099950800 139717544359816 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13978684 memory=1204 CPUtime=0.26 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) R 1267 1267 13977 0 -1 1077944384 1568 0 0 0 26 0 0 0 20 0 15 0 108534810 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717559470722 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13978684 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13978684 memory=16240 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108534815 14314172416 20967 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 85248 KiB

[startup+1.51197 s]
/proc/loadavg: 4.14 2.95 2.29 8/215 1283
/proc/meminfo: memFree=20179756/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
[pid=1269] ppid=1267 vsize=13980732 memory=196160 CPUtime=3.7 cores=1,3,5,7
/proc/1269/stat : 1269 (java) S 1267 1267 13977 0 -1 1077944320 21628 0 0 0 361 9 0 0 20 0 15 0 108534804 14316269568 49040 18446744073709551615 4194304 4196468 140735196866752 140735196849296 139717559459575 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
/proc/1269/statm: 3495183 49040 3210 1 0 3483476 0
[pid=1269/tid=1270] ppid=1267 vsize=13980732 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/1269/task/1270/stat : 1270 (java) S 1267 1267 13977 0 -1 1077944384 10419 0 0 0 127 5 0 0 20 0 15 0 108534805 14316269568 49040 18446744073709551615 4194304 4196468 140735196866752 139717563697088 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1271] ppid=1267 vsize=13980732 memory=8242137398934143462 CPUtime=0.01 cores=1,3,5,7
/proc/1269/task/1271/stat : 1271 (java) R 1267 1267 13977 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 15 0 108534805 14316269568 49040 18446744073709551615 4194304 4196468 140735196866752 139717159426576 139717544487449 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1272] ppid=1267 vsize=13980732 memory=164 CPUtime=0.01 cores=1,3,5,7
/proc/1269/task/1272/stat : 1272 (java) R 1267 1267 13977 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 15 0 108534805 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717158373920 139717552562892 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1273] ppid=1267 vsize=13980732 memory=7228952860318393920 CPUtime=0.01 cores=1,3,5,7
/proc/1269/task/1273/stat : 1273 (java) R 1267 1267 13977 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 15 0 108534805 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717157320976 139717552566121 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1274] ppid=1267 vsize=13980732 memory=4639924115538006630 CPUtime=0.01 cores=1,3,5,7
/proc/1269/task/1274/stat : 1274 (java) R 1267 1267 13977 0 -1 4202560 220 0 0 0 1 0 0 0 20 0 15 0 108534805 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717156266240 139717544487431 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1275] ppid=1267 vsize=13980732 memory=7884184897691280498 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1275/stat : 1275 (java) S 1267 1267 13977 0 -1 1077944384 490 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717105222944 139717559469781 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1276] ppid=1267 vsize=13980732 memory=7884184897691280498 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1276/stat : 1276 (java) S 1267 1267 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717104170656 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1277] ppid=1267 vsize=13980732 memory=7884184897691280498 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13980732 memory=4629771062077588875 CPUtime=0.85 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) S 1267 1267 13977 0 -1 1077944384 3030 0 0 0 85 0 0 0 20 0 15 0 108534810 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717100992400 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13980732 memory=7812745259269845328 CPUtime=0.86 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) S 1267 1267 13977 0 -1 1077944384 2716 0 0 0 86 0 0 0 20 0 15 0 108534810 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717099940528 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13980732 memory=8100380778139637076 CPUtime=0.58 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) S 1267 1267 13977 0 -1 1077944384 3129 0 0 0 57 1 0 0 20 0 15 0 108534810 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13980732 memory=7811044310603950144 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 108534815 14316269568 49552 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0

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

/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13980732 memory=881488 CPUtime=4.96 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) S 1267 1267 13977 0 -1 1077944384 39270 0 0 0 492 4 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717101013232 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13980732 memory=881488 CPUtime=5.12 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) S 1267 1267 13977 0 -1 1077944384 42631 0 0 0 507 5 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717099960688 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13980732 memory=58964 CPUtime=1.04 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) S 1267 1267 13977 0 -1 1077944384 18350 0 0 0 101 3 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13980732 memory=58964 CPUtime=1.4 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 1533 0 0 0 66 74 0 0 20 0 15 0 108534815 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
Current children cumulated CPU time: 2395.7 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 882868 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 2.03 2.18 3/212 1543
/proc/meminfo: memFree=29870776/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
[pid=1269] ppid=1267 vsize=13980732 memory=881488 CPUtime=2455.73 cores=1,3,5,7
/proc/1269/stat : 1269 (java) S 1267 1267 13977 0 -1 1077944320 151117 0 0 0 245452 121 0 0 20 0 15 0 108534804 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 140735196849296 139717559459575 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
/proc/1269/statm: 3495183 220372 3237 1 0 3483476 0
[pid=1269/tid=1270] ppid=1267 vsize=13980732 memory=881488 CPUtime=2441.81 cores=1,3,5,7
/proc/1269/task/1270/stat : 1270 (java) R 1267 1267 13977 0 -1 4202560 40600 0 0 0 244166 15 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717563697096 139717188907205 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1271] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1271/stat : 1271 (java) S 1267 1267 13977 0 -1 1077944384 552 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717159426576 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1272] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1272/stat : 1272 (java) S 1267 1267 13977 0 -1 1077944384 971 0 0 0 23 7 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717158374032 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1273] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1273/stat : 1273 (java) S 1267 1267 13977 0 -1 1077944384 1920 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717157320976 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1274] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1274/stat : 1274 (java) S 1267 1267 13977 0 -1 1077944384 1487 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717156268432 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1275] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.08 cores=1,3,5,7
/proc/1269/task/1275/stat : 1275 (java) S 1267 1267 13977 0 -1 1077944384 2369 0 0 0 4 4 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717105224432 139717559470722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1276] ppid=1267 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1276/stat : 1276 (java) S 1267 1267 13977 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717104170720 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1277] ppid=1267 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13980732 memory=1380 CPUtime=4.96 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) S 1267 1267 13977 0 -1 1077944384 39270 0 0 0 492 4 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717101013232 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13980732 memory=1380 CPUtime=5.12 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) S 1267 1267 13977 0 -1 1077944384 42631 0 0 0 507 5 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717099960688 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13980732 memory=881488 CPUtime=1.04 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) S 1267 1267 13977 0 -1 1077944384 18433 0 0 0 101 3 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13980732 memory=881488 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13980732 memory=1380 CPUtime=1.43 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 1537 0 0 0 67 76 0 0 20 0 15 0 108534815 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
Current children cumulated CPU time: 2455.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 882868 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.17 3/212 1545
/proc/meminfo: memFree=29870924/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
[pid=1269] ppid=1267 vsize=13980732 memory=881488 CPUtime=2515.78 cores=1,3,5,7
/proc/1269/stat : 1269 (java) S 1267 1267 13977 0 -1 1077944320 151780 0 0 0 251454 124 0 0 20 0 15 0 108534804 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 140735196849296 139717559459575 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
/proc/1269/statm: 3495183 220372 3237 1 0 3483476 0
[pid=1269/tid=1270] ppid=1267 vsize=13980732 memory=881488 CPUtime=2501.81 cores=1,3,5,7
/proc/1269/task/1270/stat : 1270 (java) R 1267 1267 13977 0 -1 4202560 41230 0 0 0 250166 15 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717563697096 139717188468808 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1271] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1271/stat : 1271 (java) S 1267 1267 13977 0 -1 1077944384 552 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717159426576 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1272] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1272/stat : 1272 (java) S 1267 1267 13977 0 -1 1077944384 971 0 0 0 23 7 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717158374032 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1273] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1273/stat : 1273 (java) S 1267 1267 13977 0 -1 1077944384 1920 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717157320976 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1274] ppid=1267 vsize=13980732 memory=1716 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1274/stat : 1274 (java) S 1267 1267 13977 0 -1 1077944384 1487 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717156268432 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1275] ppid=1267 vsize=13980732 memory=881488 CPUtime=0.08 cores=1,3,5,7
/proc/1269/task/1275/stat : 1275 (java) S 1267 1267 13977 0 -1 1077944384 2374 0 0 0 4 4 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717105224432 139717559470722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1276] ppid=1267 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1276/stat : 1276 (java) S 1267 1267 13977 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717104170720 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1277] ppid=1267 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13980732 memory=1380 CPUtime=4.96 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) S 1267 1267 13977 0 -1 1077944384 39273 0 0 0 492 4 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717101013232 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13980732 memory=1380 CPUtime=5.12 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) S 1267 1267 13977 0 -1 1077944384 42633 0 0 0 507 5 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717099960688 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13980732 memory=881488 CPUtime=1.04 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) S 1267 1267 13977 0 -1 1077944384 18435 0 0 0 101 3 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13980732 memory=588912 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13980732 memory=4068 CPUtime=1.47 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 1558 0 0 0 68 79 0 0 20 0 15 0 108534815 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
Current children cumulated CPU time: 2515.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 882868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.6 s]
/proc/loadavg: 2.00 2.03 2.17 3/212 1545
/proc/meminfo: memFree=29871048/32770624 swapFree=67108860/67108860
[pid=1267] ppid=1264 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1267/stat : 1267 (xcsp3-exec) S 1264 1267 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 108534794 9740288 345 18446744073709551615 4194304 5098028 140730497769904 140730497768008 140497101726332 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 22421504 140730497778040 140730497778245 140730497778245 140730497781739 0
/proc/1267/statm: 2378 345 289 221 0 87 0
[pid=1269] ppid=1267 vsize=13980732 memory=881488 CPUtime=2520.08 cores=1,3,5,7
/proc/1269/stat : 1269 (java) S 1267 1267 13977 0 -1 1077944320 151847 0 0 0 251884 124 0 0 20 0 15 0 108534804 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 140735196849296 139717559459575 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
/proc/1269/statm: 3495183 220372 3237 1 0 3483476 0
[pid=1269/tid=1270] ppid=1267 vsize=13980732 memory=1296 CPUtime=2506.11 cores=1,3,5,7
/proc/1269/task/1270/stat : 1270 (java) R 1267 1267 13977 0 -1 4202560 41293 0 0 0 250596 15 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717563697096 139717188468003 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1271] ppid=1267 vsize=13980732 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1271/stat : 1271 (java) S 1267 1267 13977 0 -1 1077944384 552 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717159426576 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1272] ppid=1267 vsize=13980732 memory=5788 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1272/stat : 1272 (java) S 1267 1267 13977 0 -1 1077944384 971 0 0 0 23 7 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717158374032 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1273] ppid=1267 vsize=13980732 memory=1380 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1273/stat : 1273 (java) S 1267 1267 13977 0 -1 1077944384 1920 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717157320976 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1274] ppid=1267 vsize=13980732 memory=1380 CPUtime=0.3 cores=1,3,5,7
/proc/1269/task/1274/stat : 1274 (java) S 1267 1267 13977 0 -1 1077944384 1487 0 0 0 24 6 0 0 20 0 15 0 108534805 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717156268432 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1275] ppid=1267 vsize=13980732 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/1269/task/1275/stat : 1275 (java) S 1267 1267 13977 0 -1 1077944384 2374 0 0 0 4 4 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717105224432 139717559470722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1276] ppid=1267 vsize=13980732 memory=881488 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1276/stat : 1276 (java) S 1267 1267 13977 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717104170720 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1277] ppid=1267 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1277/stat : 1277 (java) S 1267 1267 13977 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 108534807 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717103117552 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1278] ppid=1267 vsize=13980732 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1278/stat : 1278 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717102066128 139717559478171 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1279] ppid=1267 vsize=13980732 memory=4616 CPUtime=4.96 cores=1,3,5,7
/proc/1269/task/1279/stat : 1279 (java) S 1267 1267 13977 0 -1 1077944384 39273 0 0 0 492 4 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717101013232 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1280] ppid=1267 vsize=13980732 memory=1440 CPUtime=5.12 cores=1,3,5,7
/proc/1269/task/1280/stat : 1280 (java) S 1267 1267 13977 0 -1 1077944384 42633 0 0 0 507 5 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717099960688 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1281] ppid=1267 vsize=13980732 memory=1204 CPUtime=1.04 cores=1,3,5,7
/proc/1269/task/1281/stat : 1281 (java) S 1267 1267 13977 0 -1 1077944384 18435 0 0 0 101 3 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717030963184 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1282] ppid=1267 vsize=13980732 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/1269/task/1282/stat : 1282 (java) S 1267 1267 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108534810 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717029910880 139717559469781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
[pid=1269/tid=1283] ppid=1267 vsize=13980732 memory=16240 CPUtime=1.47 cores=1,3,5,7
/proc/1269/task/1283/stat : 1283 (java) S 1267 1267 13977 0 -1 1077944384 1562 0 0 0 68 79 0 0 20 0 15 0 108534815 14316269568 220372 18446744073709551615 4194304 4196468 140735196866752 139717028858928 139717559470722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9990144 140735196873137 140735196873313 140735196873313 140735196876751 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 882868 KiB

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

[startup+2506.63 s]
# the end of solver process 1267 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000619 s, system=0.001239 s

[startup+2506.67 s]
# the end of solver process 1269 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.03 s, system=1.28049 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

Child status: 143
Real time (s): 2506.67
CPU time (s): 2520.32
CPU user time (s): 2519.03
CPU system time (s): 1.28049
CPU usage (%): 100.545
Max. virtual memory (cumulated for all children) (KiB): 13993072
Max. memory (cumulated for all children) (KiB): 882868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.03
system time used= 1.28049
maximum resident set size= 918900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58383
involuntary context switches= 1089


# summary of solver processes directly reported to runsolver:
#   pid: 1267,1269
#   total CPU time (s): 2520.32
#   total CPU user time (s): 2519.03
#   total CPU system time (s): 1.28049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6619 second user time and 25.4474 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-20 05:51:25
IDJOB=4283312
IDBENCH=126232
IDSOLVER=2679
FILE ID=node124/4283312-1503201942
RUNJOBID= node124-1503172076-28737
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-14-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283312-1503201942/watcher-4283312-1503201942 -o /tmp/evaluation-result-4283312-1503201942/solver-4283312-1503201942 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1753418402 HOME/instance-4283312-1503201942.xml

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=1753418402

node124.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.51
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.51
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.51
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.51
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:        20291872 kB
MemAvailable:   20942432 kB
Buffers:          296184 kB
Cached:           647124 kB
SwapCached:            0 kB
Active:         11622544 kB
Inactive:         382716 kB
Active(anon):   11014476 kB
Inactive(anon):    89140 kB
Active(file):     608068 kB
Inactive(file):   293576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:      11061776 kB
Mapped:            72208 kB
Shmem:             41704 kB
Slab:             156576 kB
SReclaimable:     129500 kB
SUnreclaim:        27076 kB
KernelStack:        3472 kB
PageTables:        27088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11754856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10725376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-20 06:33:12