Trace number 4283314

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)264 2520.0701 2457.8401

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark230
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283314-1503203091.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4283314-1503203091.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
3.91/1.51	c solve instance...
169.64/119.21	o 289 
170.48/120.10	o 280 
179.32/128.80	o 277 
183.70/133.11	o 276 
1144.06/1085.17	o 264 
2520.02/2457.80	s SATISFIABLE
2520.02/2457.80	v <instantiation>
2520.02/2457.80	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] </list>
2520.02/2457.80	v 	<values>0 1 4 6 13 21 31 45 64 87 98 136 152 188 214 236 264 </values>
2520.02/2457.80	v </instantiation>
2520.02/2457.80	c Unexpected resolution interruption!

Verifier Data

OK	264

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283314-1503203091/watcher-4283314-1503203091 -o /tmp/evaluation-result-4283314-1503203091/solver-4283314-1503203091 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 170868178 HOME/instance-4283314-1503203091.xml 

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

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


[startup+0.10015 s]*
/proc/loadavg: 1.45 1.44 1.48 3/205 17652
/proc/meminfo: memFree=30651896/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13358712 memory=16152 CPUtime=0 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 3316 0 0 0 0 0 0 0 20 0 6 0 122502045 13679321088 4038 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3339678 4038 1901 1 0 3329175 0
[pid=17647/tid=17648] ppid=17645 vsize=13358712 memory=4206751525541407381 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 2082 0 0 0 0 0 0 0 20 0 6 0 122502045 13679321088 4038 18446744073709551615 4194304 4196468 140724972559616 139961933828688 139961913673054 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13358712 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 122502046 13679321088 4038 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13358712 memory=140295154189952 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 122502046 13679321088 4038 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 122502046 13679321088 4038 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 122502046 13679321088 4038 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17532 KiB

[startup+0.210941 s]*
/proc/loadavg: 1.45 1.44 1.48 4/214 17661
/proc/meminfo: memFree=30639412/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13974352 memory=28156 CPUtime=0.1 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 4935 0 0 0 9 1 0 0 20 0 15 0 122502045 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3493588 7039 2757 1 0 3482964 0
[pid=17647/tid=17648] ppid=17645 vsize=13974352 memory=8390339637985935414 CPUtime=0.07 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 3078 0 0 0 6 1 0 0 20 0 15 0 122502045 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961933824912 139961929614493 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13974352 memory=288230604708001210 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13974352 memory=288370671305901696 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17653] ppid=17645 vsize=13974352 memory=140295154189952 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17653/stat : 17653 (java) S 17645 17645 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122502047 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961408121328 139961929603714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17654] ppid=17645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17654/stat : 17654 (java) S 17645 17645 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122502048 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961407067552 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17655] ppid=17645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17655/stat : 17655 (java) S 17645 17645 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122502048 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961406014960 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17656] ppid=17645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17656/stat : 17656 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961404963536 139961929611163 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17657] ppid=17645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17657/stat : 17657 (java) S 17645 17645 28892 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 122502050 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961403910128 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17658] ppid=17645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17658/stat : 17658 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961402857584 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17659] ppid=17645 vsize=13974352 memory=140295154189952 CPUtime=0.01 cores=1,3,5,7
/proc/17647/task/17659/stat : 17659 (java) S 17645 17645 28892 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 15 0 122502051 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961401805040 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17660] ppid=17645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17660/stat : 17660 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502051 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961400752736 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17661] ppid=17645 vsize=13974352 memory=140295154189952 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17661/stat : 17661 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502055 14309736448 7039 18446744073709551615 4194304 4196468 140724972559616 139961399700272 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29536 KiB

[startup+0.310467 s]*
/proc/loadavg: 1.45 1.44 1.48 5/214 17661
/proc/meminfo: memFree=30628108/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13974352 memory=39812 CPUtime=0.29 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 8535 0 0 0 27 2 0 0 20 0 15 0 122502045 14309736448 9953 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3493588 9953 2977 1 0 3482964 0
[pid=17647/tid=17648] ppid=17645 vsize=13974352 memory=8390339637985935414 CPUtime=0.17 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 5742 0 0 0 15 2 0 0 20 0 15 0 122502045 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961933822304 139961922270581 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13974352 memory=301741403590112698 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13974352 memory=301934453712778880 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13974352 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13974352 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122502046 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17653] ppid=17645 vsize=13974352 memory=7813734390353252530 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17653/stat : 17653 (java) S 17645 17645 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 122502047 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961408121328 139961929603714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17654] ppid=17645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17654/stat : 17654 (java) S 17645 17645 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122502048 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961407067552 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17655] ppid=17645 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17655/stat : 17655 (java) S 17645 17645 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122502048 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961406014960 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17656] ppid=17645 vsize=13974352 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17656/stat : 17656 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961404963536 139961929611163 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17657] ppid=17645 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17647/task/17657/stat : 17657 (java) R 17645 17645 28892 0 -1 4202560 397 0 0 0 1 0 0 0 20 0 15 0 122502050 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961403910128 139961913155656 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17658] ppid=17645 vsize=13974352 memory=3472328296227680303 CPUtime=0.02 cores=1,3,5,7
/proc/17647/task/17658/stat : 17658 (java) R 17645 17645 28892 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 15 0 122502050 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961402857680 139961929602773 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17659] ppid=17645 vsize=13974352 memory=140295154189952 CPUtime=0.06 cores=1,3,5,7
/proc/17647/task/17659/stat : 17659 (java) S 17645 17645 28892 0 -1 1077944384 740 0 0 0 6 0 0 0 20 0 15 0 122502051 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961401805040 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17660] ppid=17645 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17660/stat : 17660 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502051 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961400752736 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17661] ppid=17645 vsize=13974352 memory=140295154189952 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17661/stat : 17661 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502055 14309736448 10019 18446744073709551615 4194304 4196468 140724972559616 139961399700272 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41192 KiB

[startup+0.700852 s]
/proc/loadavg: 1.45 1.44 1.48 6/214 17661
/proc/meminfo: memFree=30609220/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13978684 memory=92568 CPUtime=1.38 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 12747 0 0 0 134 4 0 0 20 0 15 0 122502045 14314172416 23142 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3494671 23142 3152 1 0 3482964 0
[pid=17647/tid=17648] ppid=17645 vsize=13978684 memory=6811895185499135200 CPUtime=0.55 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 7393 0 0 0 52 3 0 0 20 0 15 0 122502045 14314172416 23142 18446744073709551615 4194304 4196468 140724972559616 139961933826224 139961528612492 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13978684 memory=-7453528518462155811 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14314172416 23142 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13978684 memory=5937556773821310550 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14314172416 23142 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13978684 memory=6083073847998109799 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502046 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13978684 memory=553 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122502046 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17653] ppid=17645 vsize=13978684 memory=1561 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17653/stat : 17653 (java) S 17645 17645 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 122502047 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961408121328 139961929603714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17654] ppid=17645 vsize=13978684 memory=112 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17654/stat : 17654 (java) S 17645 17645 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122502048 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961407067552 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17655] ppid=17645 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17655/stat : 17655 (java) S 17645 17645 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122502048 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961406014960 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17656] ppid=17645 vsize=13978684 memory=209 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17656/stat : 17656 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961404963536 139961929611163 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17657] ppid=17645 vsize=13978684 memory=403 CPUtime=0.27 cores=1,3,5,7
/proc/17647/task/17657/stat : 17657 (java) R 17645 17645 28892 0 -1 4202560 1444 0 0 0 27 0 0 0 20 0 15 0 122502050 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961403899920 139961913089401 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17658] ppid=17645 vsize=13978684 memory=3908 CPUtime=0.26 cores=1,3,5,7
/proc/17647/task/17658/stat : 17658 (java) R 17645 17645 28892 0 -1 4202560 1181 0 0 0 26 0 0 0 20 0 15 0 122502050 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961402846816 139961921882016 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17659] ppid=17645 vsize=13978684 memory=-7677926825137650786 CPUtime=0.26 cores=1,3,5,7
/proc/17647/task/17659/stat : 17659 (java) S 17645 17645 28892 0 -1 1077944384 1448 0 0 0 26 0 0 0 20 0 15 0 122502051 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961401805040 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17660] ppid=17645 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17660/stat : 17660 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502051 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961400752736 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17661] ppid=17645 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17661/stat : 17661 (java) S 17645 17645 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122502055 14314172416 23207 18446744073709551615 4194304 4196468 140724972559616 139961399700272 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 93948 KiB

[startup+1.50121 s]
/proc/loadavg: 1.45 1.44 1.48 4/214 17661
/proc/meminfo: memFree=30523584/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13980732 memory=205348 CPUtime=3.91 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 14893 0 0 0 382 9 0 0 20 0 15 0 122502045 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3495183 51337 3221 1 0 3483476 0
[pid=17647/tid=17648] ppid=17645 vsize=13980732 memory=67708 CPUtime=1.32 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 8230 0 0 0 128 4 0 0 20 0 15 0 122502045 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 139961933822064 139961531701816 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13980732 memory=8881 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 122502046 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13980732 memory=4420 CPUtime=0.01 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 15 0 122502046 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13980732 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 122502046 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13980732 memory=8836 CPUtime=0.01 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 122502046 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17653] ppid=17645 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17653/stat : 17653 (java) S 17645 17645 28892 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 122502047 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 139961408121328 139961929603714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17654] ppid=17645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17654/stat : 17654 (java) S 17645 17645 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 51337 18446744073709551615 4194304 4196468 140724972559616 139961407067616 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17655] ppid=17645 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/17647/task/17655/stat : 17655 (java) S 17645 17645 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961406014976 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17656] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17656/stat : 17656 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961404963536 139961929611163 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17657] ppid=17645 vsize=13980732 memory=6465472 CPUtime=4.22 cores=1,3,5,7
/proc/17647/task/17657/stat : 17657 (java) S 17645 17645 28892 0 -1 1077944384 36390 0 0 0 417 5 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961403910128 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17658] ppid=17645 vsize=13980732 memory=1380 CPUtime=3.92 cores=1,3,5,7
/proc/17647/task/17658/stat : 17658 (java) S 17645 17645 28892 0 -1 1077944384 36071 0 0 0 388 4 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961402857584 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17659] ppid=17645 vsize=13980732 memory=6465472 CPUtime=1 cores=1,3,5,7
/proc/17647/task/17659/stat : 17659 (java) S 17645 17645 28892 0 -1 1077944384 11902 0 0 0 97 3 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961401805040 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17660] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17660/stat : 17660 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961400752736 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17661] ppid=17645 vsize=13980732 memory=1380 CPUtime=1.47 cores=1,3,5,7
/proc/17647/task/17661/stat : 17661 (java) S 17645 17645 28892 0 -1 1077944384 3956 0 0 0 69 78 0 0 20 0 15 0 122502055 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961399700272 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 2384.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6466852 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.09 2.05 3/215 17876
/proc/meminfo: memFree=15254408/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13980732 memory=6465472 CPUtime=2444.48 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 242437 0 0 0 243906 542 0 0 20 0 15 0 122502045 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3495183 1616368 3263 1 0 3483476 0
[pid=17647/tid=17648] ppid=17645 vsize=13980732 memory=6465472 CPUtime=2362.04 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 71642 0 0 0 236164 40 0 0 20 0 15 0 122502045 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961933828968 139961528442557 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13980732 memory=6465472 CPUtime=17.32 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 17699 0 0 0 1623 109 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13980732 memory=6465472 CPUtime=17.34 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 11384 0 0 0 1630 104 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13980732 memory=1380 CPUtime=17.28 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 20221 0 0 0 1624 104 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13980732 memory=6465472 CPUtime=17.29 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 14140 0 0 0 1631 98 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17653] ppid=17645 vsize=13980732 memory=6465472 CPUtime=2.43 cores=1,3,5,7
/proc/17647/task/17653/stat : 17653 (java) S 17645 17645 28892 0 -1 1077944384 16242 0 0 0 238 5 0 0 20 0 15 0 122502047 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961408121328 139961929603714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17654] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17654/stat : 17654 (java) S 17645 17645 28892 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961407067616 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17655] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17655/stat : 17655 (java) S 17645 17645 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961406014976 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17656] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17656/stat : 17656 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961404963536 139961929611163 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17657] ppid=17645 vsize=13980732 memory=1732 CPUtime=4.25 cores=1,3,5,7
/proc/17647/task/17657/stat : 17657 (java) S 17645 17645 28892 0 -1 1077944384 37714 0 0 0 420 5 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961403910128 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17658] ppid=17645 vsize=13980732 memory=5788 CPUtime=3.92 cores=1,3,5,7
/proc/17647/task/17658/stat : 17658 (java) S 17645 17645 28892 0 -1 1077944384 36078 0 0 0 388 4 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961402857584 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17659] ppid=17645 vsize=13980732 memory=1380 CPUtime=1 cores=1,3,5,7
/proc/17647/task/17659/stat : 17659 (java) S 17645 17645 28892 0 -1 1077944384 11921 0 0 0 97 3 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961401805040 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17660] ppid=17645 vsize=13980732 memory=6465472 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17660/stat : 17660 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961400752736 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17661] ppid=17645 vsize=13980732 memory=4028 CPUtime=1.51 cores=1,3,5,7
/proc/17647/task/17661/stat : 17661 (java) S 17645 17645 28892 0 -1 1077944384 4038 0 0 0 71 80 0 0 20 0 15 0 122502055 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961399700272 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 2444.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6466852 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/215 17878
/proc/meminfo: memFree=15254160/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13980732 memory=6465472 CPUtime=2504.52 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 243483 0 0 0 249908 544 0 0 20 0 15 0 122502045 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3495183 1616368 3263 1 0 3483476 0
[pid=17647/tid=17648] ppid=17645 vsize=13980732 memory=1380 CPUtime=2422.03 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 72622 0 0 0 242163 40 0 0 20 0 15 0 122502045 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961933828968 139961532210089 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13980732 memory=6465472 CPUtime=17.32 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 17699 0 0 0 1623 109 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13980732 memory=6465472 CPUtime=17.34 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 11384 0 0 0 1630 104 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13980732 memory=6465472 CPUtime=17.28 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 20221 0 0 0 1624 104 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13980732 memory=6465472 CPUtime=17.29 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 14140 0 0 0 1631 98 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17653] ppid=17645 vsize=13980732 memory=6465472 CPUtime=2.43 cores=1,3,5,7
/proc/17647/task/17653/stat : 17653 (java) S 17645 17645 28892 0 -1 1077944384 16251 0 0 0 238 5 0 0 20 0 15 0 122502047 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961408121328 139961929603714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17654] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17654/stat : 17654 (java) S 17645 17645 28892 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961407067616 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17655] ppid=17645 vsize=13980732 memory=6465472 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17655/stat : 17655 (java) S 17645 17645 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961406014976 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17656] ppid=17645 vsize=13980732 memory=6465472 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17656/stat : 17656 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961404963536 139961929611163 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17657] ppid=17645 vsize=13980732 memory=1380 CPUtime=4.25 cores=1,3,5,7
/proc/17647/task/17657/stat : 17657 (java) S 17645 17645 28892 0 -1 1077944384 37717 0 0 0 420 5 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961403910128 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17658] ppid=17645 vsize=13980732 memory=6465472 CPUtime=3.92 cores=1,3,5,7
/proc/17647/task/17658/stat : 17658 (java) S 17645 17645 28892 0 -1 1077944384 36085 0 0 0 388 4 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961402857584 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17659] ppid=17645 vsize=13980732 memory=6465472 CPUtime=1 cores=1,3,5,7
/proc/17647/task/17659/stat : 17659 (java) S 17645 17645 28892 0 -1 1077944384 11925 0 0 0 97 3 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961401805040 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17660] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17660/stat : 17660 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961400752736 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17661] ppid=17645 vsize=13980732 memory=11160 CPUtime=1.56 cores=1,3,5,7
/proc/17647/task/17661/stat : 17661 (java) S 17645 17645 28892 0 -1 1077944384 4081 0 0 0 73 83 0 0 20 0 15 0 122502055 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961399700272 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 2504.52 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6466852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2457.8 s]
/proc/loadavg: 2.00 2.07 2.05 3/215 17880
/proc/meminfo: memFree=15254524/32770624 swapFree=67108860/67108860
[pid=17645] ppid=17642 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17645/stat : 17645 (xcsp3-exec) S 17642 17645 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122502036 9740288 345 18446744073709551615 4194304 5098028 140724942889104 140724942887208 139912145146492 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 27897856 140724942893433 140724942893637 140724942893637 140724942897131 0
/proc/17645/statm: 2378 345 289 221 0 87 0
[pid=17647] ppid=17645 vsize=13980732 memory=6465472 CPUtime=2520.02 cores=1,3,5,7
/proc/17647/stat : 17647 (java) S 17645 17645 28892 0 -1 1077944320 244090 0 0 0 251458 544 0 0 20 0 15 0 122502045 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 140724972542160 139961929592567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
/proc/17647/statm: 3495183 1616368 3263 1 0 3483476 0
[pid=17647/tid=17648] ppid=17645 vsize=13980732 memory=14978866770892343 CPUtime=2437.53 cores=1,3,5,7
/proc/17647/task/17648/stat : 17648 (java) R 17645 17645 28892 0 -1 4202560 73176 0 0 0 243713 40 0 0 20 0 15 0 122502045 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961933828968 139961533110381 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17649] ppid=17645 vsize=13980732 memory=0 CPUtime=17.32 cores=1,3,5,7
/proc/17647/task/17649/stat : 17649 (java) S 17645 17645 28892 0 -1 1077944384 17699 0 0 0 1623 109 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961849006352 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17650] ppid=17645 vsize=13980732 memory=6656426216303648864 CPUtime=17.34 cores=1,3,5,7
/proc/17647/task/17650/stat : 17650 (java) S 17645 17645 28892 0 -1 1077944384 11384 0 0 0 1630 104 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961847953808 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17651] ppid=17645 vsize=13980732 memory=6943526294502006880 CPUtime=17.28 cores=1,3,5,7
/proc/17647/task/17651/stat : 17651 (java) S 17645 17645 28892 0 -1 1077944384 20221 0 0 0 1624 104 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961846901264 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17652] ppid=17645 vsize=13980732 memory=280590079869952 CPUtime=17.29 cores=1,3,5,7
/proc/17647/task/17652/stat : 17652 (java) S 17645 17645 28892 0 -1 1077944384 14140 0 0 0 1631 98 0 0 20 0 15 0 122502046 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961845848720 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17653] ppid=17645 vsize=13980732 memory=280590080067984 CPUtime=2.43 cores=1,3,5,7
/proc/17647/task/17653/stat : 17653 (java) S 17645 17645 28892 0 -1 1077944384 16260 0 0 0 238 5 0 0 20 0 15 0 122502047 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961408121328 139961929603714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17654] ppid=17645 vsize=13980732 memory=8751304473671668895 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17654/stat : 17654 (java) S 17645 17645 28892 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961407067616 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17655] ppid=17645 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17655/stat : 17655 (java) S 17645 17645 28892 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 122502048 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961406014976 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17656] ppid=17645 vsize=13980732 memory=6465472 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17656/stat : 17656 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961404963536 139961929611163 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17657] ppid=17645 vsize=13980732 memory=15880 CPUtime=4.25 cores=1,3,5,7
/proc/17647/task/17657/stat : 17657 (java) S 17645 17645 28892 0 -1 1077944384 37720 0 0 0 420 5 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961403910128 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17658] ppid=17645 vsize=13980732 memory=-3622645143214314312 CPUtime=3.92 cores=1,3,5,7
/proc/17647/task/17658/stat : 17658 (java) S 17645 17645 28892 0 -1 1077944384 36093 0 0 0 388 4 0 0 20 0 15 0 122502050 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961402857584 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17659] ppid=17645 vsize=13980732 memory=65632 CPUtime=1 cores=1,3,5,7
/proc/17647/task/17659/stat : 17659 (java) S 17645 17645 28892 0 -1 1077944384 11928 0 0 0 97 3 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961401805040 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17660] ppid=17645 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/17647/task/17660/stat : 17660 (java) S 17645 17645 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122502051 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961400752736 139961929602773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
[pid=17647/tid=17661] ppid=17645 vsize=13980732 memory=1380 CPUtime=1.56 cores=1,3,5,7
/proc/17647/task/17661/stat : 17661 (java) S 17645 17645 28892 0 -1 1077944384 4111 0 0 0 73 83 0 0 20 0 15 0 122502055 14316269568 1616368 18446744073709551615 4194304 4196468 140724972559616 139961399700272 139961929603714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 29736960 140724972564913 140724972565089 140724972565089 140724972568527 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 6466852 KiB

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

[startup+2457.83 s]
# the end of solver process 17645 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.001947 s

[startup+2457.84 s]
# the end of solver process 17647 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.58 s, system=5.4825 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): 2457.84
CPU time (s): 2520.07
CPU user time (s): 2514.58
CPU system time (s): 5.4825
CPU usage (%): 102.532
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 6466852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.58
system time used= 5.4825
maximum resident set size= 6466916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58635
involuntary context switches= 1418


# summary of solver processes directly reported to runsolver:
#   pid: 17645,17647
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2514.58
#   total CPU system time (s): 5.4825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1191 second user time and 24.0693 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 06:10:39
IDJOB=4283314
IDBENCH=126240
IDSOLVER=2679
FILE ID=node127/4283314-1503203091
RUNJOBID= node127-1503172133-9103
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-17-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-4283314-1503203091/watcher-4283314-1503203091 -o /tmp/evaluation-result-4283314-1503203091/solver-4283314-1503203091 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9103 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 170868178 HOME/instance-4283314-1503203091.xml

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=170868178

node127.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.92
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.92
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.92
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.92
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:        30657064 kB
MemAvailable:   31525008 kB
Buffers:          304192 kB
Cached:           865020 kB
SwapCached:            0 kB
Active:          1278824 kB
Inactive:         384524 kB
Active(anon):     444808 kB
Inactive(anon):    99152 kB
Active(file):     834016 kB
Inactive(file):   285372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8244 kB
Writeback:            16 kB
AnonPages:        493832 kB
Mapped:            76252 kB
Shmem:             49828 kB
Slab:             155100 kB
SReclaimable:     128784 kB
SUnreclaim:        26316 kB
KernelStack:        3536 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1128136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node127 at 2017-08-20 06:51:37