Trace number 4282832

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 4.0.5 seq (2017-08-18)SAT (TO)159 245.011 240.02499

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 benchmark143
Best CPU time to get the best result obtained on this benchmark249.395
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.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282832-1503212395.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282832-1503212395.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
2.46/1.00	c solve instance...
10.80/6.76	o 188 
11.04/6.96	o 171 
133.57/128.96	o 170 
140.37/135.75	o 169 
145.10/140.49	o 168 
151.71/147.07	o 167 
169.84/165.01	o 166 
175.54/170.74	o 165 
180.40/175.53	o 164 
185.91/181.07	o 163 
192.31/187.47	o 162 
208.74/203.81	o 161 
221.56/216.64	o 160 
236.36/231.44	o 159 
244.98/240.01	s SATISFIABLE
244.98/240.01	v <instantiation>
244.98/240.01	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>
244.98/240.01	v 	<values>0 2 12 19 32 50 74 99 115 144 150 155 158 159 </values>
244.98/240.01	v </instantiation>
244.98/240.01	c Unexpected resolution interruption!

Verifier Data

OK	159

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282832-1503212395/watcher-4282832-1503212395 -o /tmp/evaluation-result-4282832-1503212395/solver-4282832-1503212395 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32625 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1942909087 HOME/instance-4282832-1503212395.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=2795, runsolver pid=2792

[startup+0.10015 s]*
/proc/loadavg: 1.85 1.89 1.86 4/217 2811
/proc/meminfo: memFree=25930172/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0
[pid=2797] ppid=2795 vsize=13978596 memory=27520 CPUtime=0.12 cores=1,3,5,7
/proc/2797/stat : 2797 (java) S 2795 2795 32593 0 -1 1077944320 5314 0 0 0 11 1 0 0 20 0 15 0 154327500 14314082304 6880 33554432000 4194304 4196468 140736302058848 140736302041392 139801047424759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
/proc/2797/statm: 3494649 6880 2843 1 0 3482966 0
[pid=2797/tid=2798] ppid=2795 vsize=13978596 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/2797/task/2798/stat : 2798 (java) R 2795 2795 32593 0 -1 4202560 3323 0 0 0 9 0 0 0 20 0 15 0 154327501 14314082304 6880 33554432000 4194304 4196468 140736302058848 139801051656864 139801015033469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2799] ppid=2795 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2799/stat : 2799 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800642853392 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2800] ppid=2795 vsize=13978596 memory=140555328972416 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2800/stat : 2800 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800641800848 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2801] ppid=2795 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2801/stat : 2801 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800640747792 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2802] ppid=2795 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2802/stat : 2802 (java) S 2795 2795 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154327501 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800639695248 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2803] ppid=2795 vsize=13978596 memory=140555328972416 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2803/stat : 2803 (java) S 2795 2795 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154327503 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800588839664 139801047435906 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2804] ppid=2795 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2804/stat : 2804 (java) S 2795 2795 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154327503 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800587785888 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2805] ppid=2795 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154327503 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) S 2795 2795 32593 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 154327506 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800584628464 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) S 2795 2795 32593 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 154327506 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800583575920 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13978596 memory=140555328972416 CPUtime=0.01 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) R 2795 2795 32593 0 -1 4202560 300 0 0 0 1 0 0 0 20 0 15 0 154327506 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800514390000 139801026385695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13978596 memory=140555328972416 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327506 14314082304 6945 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28904 KiB

[startup+0.210652 s]*
/proc/loadavg: 1.85 1.89 1.86 4/217 2811
/proc/meminfo: memFree=25918132/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0
[pid=2797] ppid=2795 vsize=13982884 memory=40720 CPUtime=0.34 cores=1,3,5,7
/proc/2797/stat : 2797 (java) S 2795 2795 32593 0 -1 1077944320 8193 0 0 0 32 2 0 0 20 0 15 0 154327500 14318473216 10180 33554432000 4194304 4196468 140736302058848 140736302041392 139801047424759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
/proc/2797/statm: 3495721 10180 3063 1 0 3482974 0
[pid=2797/tid=2798] ppid=2795 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/2797/task/2798/stat : 2798 (java) D 2795 2795 32593 0 -1 1077944384 5355 0 0 0 18 1 0 0 20 0 15 0 154327501 14318440448 10180 33554432000 4194304 4196468 140736302058848 139801051635552 139801040103981 0 4 0 16800975 18446744072101555748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2799] ppid=2795 vsize=13982852 memory=4294976320 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2799/stat : 2799 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800642853392 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2800] ppid=2795 vsize=13982884 memory=140555329005021 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2800/stat : 2800 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14318473216 10180 33554432000 4194304 4196468 140736302058848 139800641800848 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2801] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2801/stat : 2801 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800640747792 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2802] ppid=2795 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2802/stat : 2802 (java) S 2795 2795 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154327501 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800639695248 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2803] ppid=2795 vsize=13982852 memory=140555328972416 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2803/stat : 2803 (java) S 2795 2795 32593 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154327503 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800588839664 139801047435906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2804] ppid=2795 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2804/stat : 2804 (java) S 2795 2795 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154327503 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800587785888 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2805] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154327503 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13982884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) S 2795 2795 32593 0 -1 1077944384 494 0 0 0 3 0 0 0 20 0 15 0 154327506 14318473216 10180 33554432000 4194304 4196468 140736302058848 139800584628464 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13982884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) S 2795 2795 32593 0 -1 1077944384 311 0 0 0 2 0 0 0 20 0 15 0 154327506 14318473216 10180 33554432000 4194304 4196468 140736302058848 139800583575920 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13982852 memory=140555328972416 CPUtime=0.08 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) S 2795 2795 32593 0 -1 1077944384 799 0 0 0 8 0 0 0 20 0 15 0 154327506 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800514390000 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327506 14318440448 10180 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42104 KiB

[startup+0.31052 s]*
/proc/loadavg: 1.85 1.89 1.86 4/217 2811
/proc/meminfo: memFree=25910936/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0
[pid=2797] ppid=2795 vsize=13982852 memory=47312 CPUtime=0.51 cores=1,3,5,7
/proc/2797/stat : 2797 (java) S 2795 2795 32593 0 -1 1077944320 9006 0 0 0 49 2 0 0 20 0 15 0 154327500 14318440448 11828 33554432000 4194304 4196468 140736302058848 140736302041392 139801047424759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
/proc/2797/statm: 3495713 11828 3099 1 0 3482966 0
[pid=2797/tid=2798] ppid=2795 vsize=13982852 memory=7310027617963868211 CPUtime=0.3 cores=1,3,5,7
/proc/2797/task/2798/stat : 2798 (java) R 2795 2795 32593 0 -1 4202560 5940 0 0 0 28 2 0 0 20 0 15 0 154327501 14318440448 11828 33554432000 4194304 4196468 140736302058848 139801051663024 139800665508762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2799] ppid=2795 vsize=13982852 memory=288230608969409347 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2799/stat : 2799 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800642853392 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2800] ppid=2795 vsize=13982852 memory=14126771113139979 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2800/stat : 2800 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800641800848 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2801] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2801/stat : 2801 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800640747792 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2802] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2802/stat : 2802 (java) S 2795 2795 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154327501 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800639695248 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2803] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2803/stat : 2803 (java) S 2795 2795 32593 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154327503 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800588839664 139801047435906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2804] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2804/stat : 2804 (java) S 2795 2795 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154327503 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800587785888 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2805] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154327503 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) R 2795 2795 32593 0 -1 1077944384 505 0 0 0 3 0 0 0 20 0 15 0 154327506 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800584628560 139801047434965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) R 2795 2795 32593 0 -1 4202560 376 0 0 0 4 0 0 0 20 0 15 0 154327506 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800583565840 139801039661886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) R 2795 2795 32593 0 -1 4202560 906 0 0 0 13 0 0 0 20 0 15 0 154327506 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800514385952 139801039661886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327506 14318440448 11828 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48696 KiB

[startup+0.700737 s]
/proc/loadavg: 1.85 1.89 1.86 6/217 2811
/proc/meminfo: memFree=25880784/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0
[pid=2797] ppid=2795 vsize=13984976 memory=101640 CPUtime=1.81 cores=1,3,5,7
/proc/2797/stat : 2797 (java) S 2795 2795 32593 0 -1 1077944320 12928 0 0 0 176 5 0 0 20 0 15 0 154327500 14320615424 25410 33554432000 4194304 4196468 140736302058848 140736302041392 139801047424759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
/proc/2797/statm: 3496244 25410 3199 1 0 3483478 0
[pid=2797/tid=2798] ppid=2795 vsize=13984976 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/2797/task/2798/stat : 2798 (java) S 2795 2795 32593 0 -1 1077944384 6608 0 0 0 64 3 0 0 20 0 15 0 154327501 14320615424 25410 33554432000 4194304 4196468 140736302058848 139801051658864 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2799] ppid=2795 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2799/stat : 2799 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800642853392 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2800] ppid=2795 vsize=13984976 memory=153 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2800/stat : 2800 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800641800848 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2801] ppid=2795 vsize=13984976 memory=2 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2801/stat : 2801 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327501 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800640747792 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2802] ppid=2795 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2802/stat : 2802 (java) S 2795 2795 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154327501 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800639695248 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2803] ppid=2795 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2803/stat : 2803 (java) R 2795 2795 32593 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800588839664 139801047435906 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2804] ppid=2795 vsize=13984976 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2804/stat : 2804 (java) S 2795 2795 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800587785888 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2805] ppid=2795 vsize=13984976 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13984976 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13984976 memory=4128 CPUtime=0.38 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) R 2795 2795 32593 0 -1 4202560 1609 0 0 0 38 0 0 0 20 0 15 0 154327506 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800584621656 139801028968993 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13984976 memory=2204 CPUtime=0.36 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) S 2795 2795 32593 0 -1 1077944384 1349 0 0 0 36 0 0 0 20 0 15 0 154327506 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800583575920 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13984976 memory=7788 CPUtime=0.37 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) R 2795 2795 32593 0 -1 4202560 2056 0 0 0 36 1 0 0 20 0 15 0 154327506 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800514390128 139801026380224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13984976 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 25410 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 103024 KiB

[startup+1.50088 s]
/proc/loadavg: 1.85 1.89 1.86 5/217 2811
/proc/meminfo: memFree=25793404/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0

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

/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59485 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59485 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13984976 memory=237852 CPUtime=1.85 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) S 2795 2795 32593 0 -1 1077944384 8812 0 0 0 184 1 0 0 20 0 15 0 154327506 14320615424 59485 33554432000 4194304 4196468 140736302058848 139800584628464 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13984976 memory=1384 CPUtime=1.92 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) S 2795 2795 32593 0 -1 1077944384 7993 0 0 0 191 1 0 0 20 0 15 0 154327506 14320615424 59485 33554432000 4194304 4196468 140736302058848 139800583575920 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13984976 memory=237852 CPUtime=0.69 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) S 2795 2795 32593 0 -1 1077944384 8935 0 0 0 67 2 0 0 20 0 15 0 154327506 14320615424 59485 33554432000 4194304 4196468 140736302058848 139800514390000 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13984976 memory=24120536339950 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59485 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13984976 memory=6003407431579757138 CPUtime=0.05 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 343 0 0 0 2 3 0 0 20 0 15 0 154327506 14320615424 59485 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 106.94 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 239324 KiB

[startup+162.301 s]
/proc/loadavg: 1.86 1.89 1.86 3/217 2891
/proc/meminfo: memFree=25416012/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0
[pid=2797] ppid=2795 vsize=13984976 memory=238052 CPUtime=167.11 cores=1,3,5,7
/proc/2797/stat : 2797 (java) S 2795 2795 32593 0 -1 1077944320 41656 0 0 0 16689 22 0 0 20 0 15 0 154327500 14320615424 59513 33554432000 4194304 4196468 140736302058848 140736302041392 139801047424759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
/proc/2797/statm: 3496244 59513 3252 1 0 3483478 0
[pid=2797/tid=2798] ppid=2795 vsize=13984976 memory=238052 CPUtime=162.23 cores=1,3,5,7
/proc/2797/task/2798/stat : 2798 (java) R 2795 2795 32593 0 -1 4202560 11089 0 0 0 16218 5 0 0 20 0 15 0 154327501 14320615424 59513 33554432000 4194304 4196468 140736302058848 139801051660512 139800672230031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2799] ppid=2795 vsize=13984976 memory=238052 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2799/stat : 2799 (java) S 2795 2795 32593 0 -1 1077944384 274 0 0 0 2 1 0 0 20 0 15 0 154327501 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800642853392 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2800] ppid=2795 vsize=13984976 memory=238052 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2800/stat : 2800 (java) S 2795 2795 32593 0 -1 1077944384 47 0 0 0 2 1 0 0 20 0 15 0 154327501 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800641800848 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2801] ppid=2795 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/2797/task/2801/stat : 2801 (java) S 2795 2795 32593 0 -1 1077944384 65 0 0 0 2 0 0 0 20 0 15 0 154327501 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800640747792 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2802] ppid=2795 vsize=13984976 memory=644 CPUtime=0.02 cores=1,3,5,7
/proc/2797/task/2802/stat : 2802 (java) S 2795 2795 32593 0 -1 1077944384 611 0 0 0 2 0 0 0 20 0 15 0 154327501 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800639695248 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2803] ppid=2795 vsize=13984976 memory=237804 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2803/stat : 2803 (java) S 2795 2795 32593 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800588839664 139801047435906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2804] ppid=2795 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2804/stat : 2804 (java) S 2795 2795 32593 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800587785888 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2805] ppid=2795 vsize=13984976 memory=590024537936196130 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13984976 memory=288292173014594628 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13984976 memory=1156 CPUtime=1.94 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) S 2795 2795 32593 0 -1 1077944384 9710 0 0 0 193 1 0 0 20 0 15 0 154327506 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800584628464 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13984976 memory=2616 CPUtime=1.94 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) S 2795 2795 32593 0 -1 1077944384 8171 0 0 0 193 1 0 0 20 0 15 0 154327506 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800583575920 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13984976 memory=1384 CPUtime=0.72 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) S 2795 2795 32593 0 -1 1077944384 9529 0 0 0 69 3 0 0 20 0 15 0 154327506 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800514390000 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13984976 memory=238052 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13984976 memory=31076 CPUtime=0.1 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 358 0 0 0 4 6 0 0 20 0 15 0 154327506 14320615424 59513 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 167.11 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 239436 KiB

[startup+222.301 s]
/proc/loadavg: 1.95 1.91 1.87 3/217 2892
/proc/meminfo: memFree=25414792/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0
[pid=2797] ppid=2795 vsize=13984976 memory=238160 CPUtime=227.26 cores=1,3,5,7
/proc/2797/stat : 2797 (java) S 2795 2795 32593 0 -1 1077944320 46387 0 0 0 22702 24 0 0 20 0 15 0 154327500 14320615424 59540 33554432000 4194304 4196468 140736302058848 140736302041392 139801047424759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
/proc/2797/statm: 3496244 59540 3252 1 0 3483478 0
[pid=2797/tid=2798] ppid=2795 vsize=13984976 memory=238160 CPUtime=222.23 cores=1,3,5,7
/proc/2797/task/2798/stat : 2798 (java) R 2795 2795 32593 0 -1 4202560 11728 0 0 0 22218 5 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139801051662536 139800672747319 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2799] ppid=2795 vsize=13984976 memory=238160 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2799/stat : 2799 (java) S 2795 2795 32593 0 -1 1077944384 274 0 0 0 2 1 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800642853392 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2800] ppid=2795 vsize=13984976 memory=238160 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2800/stat : 2800 (java) S 2795 2795 32593 0 -1 1077944384 47 0 0 0 2 1 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800641800848 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2801] ppid=2795 vsize=13984976 memory=238160 CPUtime=0.02 cores=1,3,5,7
/proc/2797/task/2801/stat : 2801 (java) S 2795 2795 32593 0 -1 1077944384 65 0 0 0 2 0 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800640747792 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2802] ppid=2795 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/2797/task/2802/stat : 2802 (java) S 2795 2795 32593 0 -1 1077944384 611 0 0 0 2 0 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800639695248 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2803] ppid=2795 vsize=13984976 memory=238160 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2803/stat : 2803 (java) S 2795 2795 32593 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800588839664 139801047435906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2804] ppid=2795 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2804/stat : 2804 (java) S 2795 2795 32593 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800587785888 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2805] ppid=2795 vsize=13984976 memory=238160 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13984976 memory=1384 CPUtime=2.01 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) S 2795 2795 32593 0 -1 1077944384 11064 0 0 0 200 1 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800584628464 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13984976 memory=1384 CPUtime=1.98 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) S 2795 2795 32593 0 -1 1077944384 9677 0 0 0 197 1 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800583575920 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13984976 memory=238160 CPUtime=0.72 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) S 2795 2795 32593 0 -1 1077944384 10623 0 0 0 69 3 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800514390000 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13984976 memory=42732 CPUtime=0.14 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 454 0 0 0 6 8 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 227.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 239544 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.96 1.91 1.87 3/217 2892
/proc/meminfo: memFree=25251132/32770624 swapFree=67108860/67108860
[pid=2795] ppid=2792 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/2795/stat : 2795 (xcsp3-exec) S 2792 2795 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154327500 9740288 346 33554432000 4194304 5098028 140730651497600 140730651495704 139825037300348 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 15618048 140730651505780 140730651505984 140730651505984 140730651508715 0
/proc/2795/statm: 2378 346 289 221 0 87 0
[pid=2797] ppid=2795 vsize=13984976 memory=238160 CPUtime=244.98 cores=1,3,5,7
/proc/2797/stat : 2797 (java) S 2795 2795 32593 0 -1 1077944320 46387 0 0 0 24473 25 0 0 20 0 15 0 154327500 14320615424 59540 33554432000 4194304 4196468 140736302058848 140736302041392 139801047424759 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
/proc/2797/statm: 3496244 59540 3252 1 0 3483478 0
[pid=2797/tid=2798] ppid=2795 vsize=13984976 memory=14474942925 CPUtime=239.94 cores=1,3,5,7
/proc/2797/task/2798/stat : 2798 (java) R 2795 2795 32593 0 -1 4202560 11728 0 0 0 23989 5 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139801051656016 139800671855877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2799] ppid=2795 vsize=13984976 memory=14474942927 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2799/stat : 2799 (java) S 2795 2795 32593 0 -1 1077944384 274 0 0 0 2 1 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800642853392 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2800] ppid=2795 vsize=13984976 memory=6935054825532540783 CPUtime=0.03 cores=1,3,5,7
/proc/2797/task/2800/stat : 2800 (java) S 2795 2795 32593 0 -1 1077944384 47 0 0 0 2 1 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800641800848 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2801] ppid=2795 vsize=13984976 memory=928 CPUtime=0.02 cores=1,3,5,7
/proc/2797/task/2801/stat : 2801 (java) S 2795 2795 32593 0 -1 1077944384 65 0 0 0 2 0 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800640747792 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2802] ppid=2795 vsize=13984976 memory=1568 CPUtime=0.02 cores=1,3,5,7
/proc/2797/task/2802/stat : 2802 (java) S 2795 2795 32593 0 -1 1077944384 611 0 0 0 2 0 0 0 20 0 15 0 154327501 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800639695248 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2803] ppid=2795 vsize=13984976 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2803/stat : 2803 (java) S 2795 2795 32593 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800588839664 139801047435906 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2804] ppid=2795 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2804/stat : 2804 (java) S 2795 2795 32593 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800587785888 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2805] ppid=2795 vsize=13984976 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2805/stat : 2805 (java) S 2795 2795 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154327503 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800586732784 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2806] ppid=2795 vsize=13984976 memory=7788 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2806/stat : 2806 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800585681360 139801047443355 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2807] ppid=2795 vsize=13984976 memory=8112282956445269571 CPUtime=2.01 cores=1,3,5,7
/proc/2797/task/2807/stat : 2807 (java) S 2795 2795 32593 0 -1 1077944384 11064 0 0 0 200 1 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800584628464 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2808] ppid=2795 vsize=13984976 memory=238160 CPUtime=1.98 cores=1,3,5,7
/proc/2797/task/2808/stat : 2808 (java) S 2795 2795 32593 0 -1 1077944384 9677 0 0 0 197 1 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800583575920 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2809] ppid=2795 vsize=13984976 memory=15880 CPUtime=0.72 cores=1,3,5,7
/proc/2797/task/2809/stat : 2809 (java) S 2795 2795 32593 0 -1 1077944384 10623 0 0 0 69 3 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800514390000 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2810] ppid=2795 vsize=13984976 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/2797/task/2810/stat : 2810 (java) S 2795 2795 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800513337696 139801047434965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
[pid=2797/tid=2811] ppid=2795 vsize=13984976 memory=23744 CPUtime=0.15 cores=1,3,5,7
/proc/2797/task/2811/stat : 2811 (java) S 2795 2795 32593 0 -1 1077944384 454 0 0 0 6 9 0 0 20 0 15 0 154327506 14320615424 59540 33554432000 4194304 4196468 140736302058848 139800512285744 139801047435906 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29323264 140736302064797 140736302064972 140736302064972 140736302067663 0
Current children cumulated CPU time: 244.98 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 239544 KiB

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

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

[startup+240.025 s]
# the end of solver process 2797 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.752 s, system=0.259122 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): 240.025
CPU time (s): 245.011
CPU user time (s): 244.752
CPU system time (s): 0.259122
CPU usage (%): 102.077
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 239544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.752
system time used= 0.259122
maximum resident set size= 238784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47222
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7730
involuntary context switches= 84


# summary of solver processes directly reported to runsolver:
#   pid: 2795,2797
#   total CPU time (s): 245.011
#   total CPU user time (s): 244.752
#   total CPU system time (s): 0.259122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29509 second user time and 2.68347 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-20 08:45:34
IDJOB=4282832
IDBENCH=126232
IDSOLVER=2678
FILE ID=node103/4282832-1503212395
RUNJOBID= node103-1503209003-32625
PBS_JOBID= 20630873
Free space on /tmp= 61528 MiB

SOLVER NAME= choco-solver 4.0.5 seq
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-4282832-1503212395/watcher-4282832-1503212395 -o /tmp/evaluation-result-4282832-1503212395/solver-4282832-1503212395 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32625 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1942909087 HOME/instance-4282832-1503212395.xml

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=1942909087

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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.56
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.56
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.56
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:        25947376 kB
MemAvailable:   31787552 kB
Buffers:          240440 kB
Cached:          5890960 kB
SwapCached:            0 kB
Active:          1265256 kB
Inactive:        5108900 kB
Active(anon):     191872 kB
Inactive(anon):    86696 kB
Active(file):    1073384 kB
Inactive(file):  5022204 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        249976 kB
Mapped:            64024 kB
Shmem:             33420 kB
Slab:             147760 kB
SReclaimable:     120848 kB
SUnreclaim:        26912 kB
KernelStack:        3536 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1262308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61520 MiB
End job on node103 at 2017-08-20 08:49:35