Trace number 4272250

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-07-26)OPT18 9.0874596 3.3146501

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-11.xml
MD5SUM89f73fe590db4a20d7e5540e1d9cc017
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.40866601
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints86
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":33},{"size":9,"count":33}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":33},{"degree":7,"count":4},{"degree":8,"count":20},{"degree":10,"count":9}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":33},{"arity":3,"count":20},{"arity":4,"count":4},{"arity":6,"count":20},{"arity":9,"count":9}]
Number of extensional constraints53
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":53},{"type":"sum","count":33}]
Optimization problemYES
Type of objectivemax SUM

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-4272250-1502703034.xml"  -tl '2520s' -p 1 -x 3
0.07/0.28	c [HOME/instance-4272250-1502703034.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.86/0.62	c solve instance...
0.86/0.66	o 14 
1.11/0.73	o 15 
1.11/0.76	o 16 
4.26/1.78	o 18 
8.78/3.29	s OPTIMUM FOUND
8.78/3.29	v <instantiation>
8.78/3.29	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] </list>
8.78/3.29	v 	<values>1 1 0 0 0 1 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 0 0 1 1 2 3 2 2 2 3 2 4 2 3 2 3 6 3 4 3 6 3 4 3 6 3 2 3 2 4 2 3 2 2 2 3 2 </values>
8.78/3.29	v </instantiation>

Verifier Data

OK	18

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272250-1502703034/watcher-4272250-1502703034 -o /tmp/evaluation-result-4272250-1502703034/solver-4272250-1502703034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1397700491 HOME/instance-4272250-1502703034.xml 

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

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

solver pid=17216, runsolver pid=17213

[startup+0.109855 s]*
/proc/loadavg: 1.33 1.41 1.39 3/202 17223
/proc/meminfo: memFree=30786832/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13574484 memory=18456 CPUtime=0.02 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 3948 0 0 0 2 0 0 0 20 0 9 0 72524043 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3393621 4614 2064 1 0 3383118 0
[pid=17218/tid=17219] ppid=17216 vsize=13574484 memory=7311146985107750967 CPUtime=0.02 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) R 17216 17216 897 0 -1 4202560 2658 0 0 0 2 0 0 0 20 0 9 0 72524043 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809595515080 139809591301277 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13574484 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72524044 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13574484 memory=140615406118880 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72524044 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72524044 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 72524044 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13574484 memory=140615406102144 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 72524045 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809069811824 139809591290498 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 72524046 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 72524046 13900271616 4614 18446744073709551615 4194304 4196468 140723358223520 139809067705520 139809591289557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19832 KiB

[startup+0.210094 s]*
/proc/loadavg: 1.33 1.41 1.39 3/211 17232
/proc/meminfo: memFree=30781476/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13974352 memory=24780 CPUtime=0.07 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 5086 0 0 0 7 0 0 0 20 0 15 0 72524043 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3493588 6195 2727 1 0 3482964 0
[pid=17218/tid=17219] ppid=17216 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) R 17216 17216 897 0 -1 4202560 3250 0 0 0 6 0 0 0 20 0 15 0 72524043 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809595505040 139809591291286 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13974352 memory=140615406118880 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13974352 memory=140615406102144 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524045 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809069811824 139809591290498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72524046 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72524046 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809067705456 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17227] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17227/stat : 17227 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524048 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809066653776 139809591297947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17228] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17228/stat : 17228 (java) S 17216 17216 897 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 72524048 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809065601648 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17229] ppid=17216 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17229/stat : 17229 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524048 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809064548848 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17230] ppid=17216 vsize=13974352 memory=140615406102144 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17230/stat : 17230 (java) R 17216 17216 897 0 -1 4202560 230 0 0 0 0 0 0 0 20 0 15 0 72524048 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809063496560 139809571614864 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17231] ppid=17216 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17231/stat : 17231 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524049 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809062444000 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17232] ppid=17216 vsize=13974352 memory=140615406102144 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17232/stat : 17232 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524055 14309736448 6195 18446744073709551615 4194304 4196468 140723358223520 139809061390768 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26156 KiB

[startup+0.31027 s]*
/proc/loadavg: 1.33 1.41 1.39 3/211 17232
/proc/meminfo: memFree=30765840/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13974352 memory=36896 CPUtime=0.26 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 8871 0 0 0 24 2 0 0 20 0 15 0 72524043 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3493588 9224 2979 1 0 3482964 0
[pid=17218/tid=17219] ppid=17216 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) R 17216 17216 897 0 -1 4202560 6060 0 0 0 15 1 0 0 20 0 15 0 72524043 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809595515680 139809575359838 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524044 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524045 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809069811824 139809591290498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72524046 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72524046 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809067705456 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17227] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17227/stat : 17227 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524048 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809066653776 139809591297947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17228] ppid=17216 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17218/task/17228/stat : 17228 (java) S 17216 17216 897 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 15 0 72524048 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809065601648 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17229] ppid=17216 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17218/task/17229/stat : 17229 (java) R 17216 17216 897 0 -1 4202560 389 0 0 0 1 0 0 0 20 0 15 0 72524048 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809064548848 139809583516478 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17230] ppid=17216 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/17218/task/17230/stat : 17230 (java) S 17216 17216 897 0 -1 1077944384 738 0 0 0 5 0 0 0 20 0 15 0 72524048 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809063496560 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17231] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17231/stat : 17231 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524049 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809062444000 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17232] ppid=17216 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17232/stat : 17232 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524055 14309736448 9224 18446744073709551615 4194304 4196468 140723358223520 139809061390768 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38272 KiB

[startup+0.702111 s]
/proc/loadavg: 1.33 1.41 1.39 4/211 17232
/proc/meminfo: memFree=30755532/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13980732 memory=61908 CPUtime=1.11 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 13257 0 0 0 107 4 0 0 20 0 15 0 72524043 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3495183 15477 3170 1 0 3483476 0
[pid=17218/tid=17219] ppid=17216 vsize=13980732 memory=6935649255759568960 CPUtime=0.54 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) R 17216 17216 897 0 -1 1077944384 8709 0 0 0 51 3 0 0 20 0 15 0 72524043 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809595515088 139809591289557 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13980732 memory=6935652631620640832 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13980732 memory=7100839861566347365 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13980732 memory=5859278125529317472 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13980732 memory=6935649255759568981 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72524045 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809069811824 139809591290498 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809067705456 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17227] ppid=17216 vsize=13980732 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17227/stat : 17227 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524048 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809066653776 139809591297947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17228] ppid=17216 vsize=13980732 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17218/task/17228/stat : 17228 (java) S 17216 17216 897 0 -1 1077944384 870 0 0 0 12 0 0 0 20 0 15 0 72524048 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809065601648 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17229] ppid=17216 vsize=13980732 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/17218/task/17229/stat : 17229 (java) R 17216 17216 897 0 -1 4202560 998 0 0 0 14 0 0 0 20 0 15 0 72524048 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809064548848 139809572824552 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17230] ppid=17216 vsize=13980732 memory=2529 CPUtime=0.29 cores=1,3,5,7
/proc/17218/task/17230/stat : 17230 (java) R 17216 17216 897 0 -1 4202560 1373 0 0 0 29 0 0 0 20 0 15 0 72524048 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809063492320 139809575359838 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17231] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17231/stat : 17231 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524049 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809062444000 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17232] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17232/stat : 17232 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524055 14316269568 15477 18446744073709551615 4194304 4196468 140723358223520 139809061390768 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63284 KiB

[startup+1.50087 s]
/proc/loadavg: 1.33 1.41 1.39 5/211 17232
/proc/meminfo: memFree=30715116/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13980732 memory=139604 CPUtime=3.65 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 46457 0 0 0 357 8 0 0 20 0 15 0 72524043 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3495183 34901 3191 1 0 3483476 0
[pid=17218/tid=17219] ppid=17216 vsize=13980732 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) R 17216 17216 897 0 -1 4202560 9122 0 0 0 130 3 0 0 20 0 15 0 72524043 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809595518032 139809191931930 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13980732 memory=61908 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13980732 memory=147961623381648 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13980732 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 72524045 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809069811824 139809591290498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13980732 memory=281230566250208 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809067705456 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17227] ppid=17216 vsize=13980732 memory=281230566269440 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17227/stat : 17227 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524048 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809066653776 139809591297947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17228] ppid=17216 vsize=13980732 memory=6944656592455097440 CPUtime=0.91 cores=1,3,5,7
/proc/17218/task/17228/stat : 17228 (java) R 17216 17216 897 0 -1 4202560 8479 0 0 0 90 1 0 0 20 0 15 0 72524048 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809065582664 139809574765593 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17229] ppid=17216 vsize=13980732 memory=6944656592455359545 CPUtime=0.94 cores=1,3,5,7
/proc/17218/task/17229/stat : 17229 (java) R 17216 17216 897 0 -1 4202560 24467 0 0 0 91 3 0 0 20 0 15 0 72524048 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809064533512 139809572799036 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17230] ppid=17216 vsize=13980732 memory=-2026666227646604569 CPUtime=0.45 cores=1,3,5,7
/proc/17218/task/17230/stat : 17230 (java) S 17216 17216 897 0 -1 1077944384 3078 0 0 0 45 0 0 0 20 0 15 0 72524048 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809063496560 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17231] ppid=17216 vsize=13980732 memory=5457 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17231/stat : 17231 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524049 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809062444000 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17232] ppid=17216 vsize=13980732 memory=4279353494052561728 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17232/stat : 17232 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524055 14316269568 34901 18446744073709551615 4194304 4196468 140723358223520 139809061390768 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 3.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 140980 KiB

[startup+3.11061 s]
/proc/loadavg: 1.33 1.41 1.39 5/211 17232
/proc/meminfo: memFree=30592132/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13980732 memory=216732 CPUtime=8.51 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 54101 0 0 0 840 11 0 0 20 0 15 0 72524043 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3495183 54183 3199 1 0 3483476 0
[pid=17218/tid=17219] ppid=17216 vsize=13980732 memory=0 CPUtime=2.94 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) R 17216 17216 897 0 -1 4202560 9895 0 0 0 290 4 0 0 20 0 15 0 72524043 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809595516056 139809191816480 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 72524045 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809069811824 139809591290498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13980732 memory=4943152110743886954 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809067705456 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17227] ppid=17216 vsize=13980732 memory=7812446213430995285 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17227/stat : 17227 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524048 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809066653776 139809591297947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17228] ppid=17216 vsize=13980732 memory=281230566446576 CPUtime=2.52 cores=1,3,5,7
/proc/17218/task/17228/stat : 17228 (java) R 17216 17216 897 0 -1 4202560 12119 0 0 0 250 2 0 0 20 0 15 0 72524048 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809065591360 139809570517835 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17229] ppid=17216 vsize=13980732 memory=7301858164987948385 CPUtime=2.54 cores=1,3,5,7
/proc/17218/task/17229/stat : 17229 (java) R 17216 17216 897 0 -1 4202560 27607 0 0 0 251 3 0 0 20 0 15 0 72524048 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809064530416 139809574802648 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17230] ppid=17216 vsize=13980732 memory=6220430208777867344 CPUtime=0.47 cores=1,3,5,7
/proc/17218/task/17230/stat : 17230 (java) S 17216 17216 897 0 -1 1077944384 3134 0 0 0 47 0 0 0 20 0 15 0 72524048 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809063496560 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17231] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17231/stat : 17231 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524049 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809062444000 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17232] ppid=17216 vsize=13980732 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17232/stat : 17232 (java) S 17216 17216 897 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 72524055 14316269568 54183 18446744073709551615 4194304 4196468 140723358223520 139809061390768 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 218108 KiB

[startup+3.3146 s]
# the end of solver process 17216 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.96352 s, system=0.123945 s

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

[startup+3.20105 s]
/proc/loadavg: 1.33 1.41 1.39 5/211 17232
/proc/meminfo: memFree=30592132/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13980732 memory=220888 CPUtime=8.78 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 54156 0 0 0 867 11 0 0 20 0 15 0 72524043 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3495183 55222 3199 1 0 3483476 0
[pid=17218/tid=17219] ppid=17216 vsize=13980732 memory=-8774313645642428999 CPUtime=3.02 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) R 17216 17216 897 0 -1 4202560 9909 0 0 0 298 4 0 0 20 0 15 0 72524043 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809595516056 139809191345916 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13980732 memory=15536310592997909 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 72524044 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13980732 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 72524045 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809069811824 139809591290498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13980732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13980732 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 72524046 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809067705456 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17227] ppid=17216 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17227/stat : 17227 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524048 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809066653776 139809591297947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17228] ppid=17216 vsize=13980732 memory=4304 CPUtime=2.61 cores=1,3,5,7
/proc/17218/task/17228/stat : 17228 (java) R 17216 17216 897 0 -1 4202560 12138 0 0 0 259 2 0 0 20 0 15 0 72524048 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809065601776 139809572689501 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17229] ppid=17216 vsize=13980732 memory=1624 CPUtime=2.63 cores=1,3,5,7
/proc/17218/task/17229/stat : 17229 (java) R 17216 17216 897 0 -1 4202560 27629 0 0 0 260 3 0 0 20 0 15 0 72524048 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809064541872 139809572601056 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17230] ppid=17216 vsize=13980732 memory=1376 CPUtime=0.47 cores=1,3,5,7
/proc/17218/task/17230/stat : 17230 (java) S 17216 17216 897 0 -1 1077944384 3134 0 0 0 47 0 0 0 20 0 15 0 72524048 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809063496560 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17231] ppid=17216 vsize=13980732 memory=191720 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17231/stat : 17231 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 72524049 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809062444000 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17232] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17232/stat : 17232 (java) S 17216 17216 897 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 72524055 14316269568 55222 18446744073709551615 4194304 4196468 140723358223520 139809061390768 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 8.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 222264 KiB

[startup+3.30077 s]
/proc/loadavg: 1.33 1.41 1.39 5/211 17232
/proc/meminfo: memFree=30592132/32770624 swapFree=67108860/67108860
[pid=17216] ppid=17213 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17216/stat : 17216 (xcsp3-exec) S 17213 17216 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 72524034 9740288 344 18446744073709551615 4194304 5098028 140722701794048 140722701792152 140077990154876 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 26025984 140722701799800 140722701800005 140722701800005 140722701803499 0
/proc/17216/statm: 2378 344 289 221 0 87 0
[pid=17218] ppid=17216 vsize=13980732 memory=229336 CPUtime=9.07 cores=1,3,5,7
/proc/17218/stat : 17218 (java) S 17216 17216 897 0 -1 1077944320 56694 0 0 0 896 11 0 0 20 0 14 0 72524043 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 140723358206064 139809591279351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
/proc/17218/statm: 3495183 57334 3201 1 0 3483476 0
[pid=17218/tid=17219] ppid=17216 vsize=13980732 memory=1376 CPUtime=3.13 cores=1,3,5,7
/proc/17218/task/17219/stat : 17219 (java) S 17216 17216 897 0 -1 1077944384 10552 0 0 0 308 5 0 0 20 0 14 0 72524043 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809595522192 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17220] ppid=17216 vsize=13980732 memory=216732 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17220/stat : 17220 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 72524044 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809510693776 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17221] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17221/stat : 17221 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 72524044 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809509640976 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17222] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17222/stat : 17222 (java) S 17216 17216 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 72524044 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809508588688 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17223] ppid=17216 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17223/stat : 17223 (java) S 17216 17216 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 72524044 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809188211728 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17224] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17224/stat : 17224 (java) S 17216 17216 897 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 14 0 72524045 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809069812032 139809591290498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17225] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17225/stat : 17225 (java) S 17216 17216 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 72524046 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809068757792 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17226] ppid=17216 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17226/stat : 17226 (java) S 17216 17216 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 72524046 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809067705456 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17227] ppid=17216 vsize=13980732 memory=4943152110743886954 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17227/stat : 17227 (java) S 17216 17216 897 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 14 0 72524048 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809066652544 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17228] ppid=17216 vsize=13980732 memory=0 CPUtime=2.71 cores=1,3,5,7
/proc/17218/task/17228/stat : 17228 (java) S 17216 17216 897 0 -1 1077944384 12941 0 0 0 269 2 0 0 20 0 14 0 72524048 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809065586192 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17229] ppid=17216 vsize=13980732 memory=7812446213430995285 CPUtime=2.73 cores=1,3,5,7
/proc/17218/task/17229/stat : 17229 (java) S 17216 17216 897 0 -1 1077944384 28645 0 0 0 270 3 0 0 20 0 14 0 72524048 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809064533360 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17230] ppid=17216 vsize=13980732 memory=281230566446576 CPUtime=0.47 cores=1,3,5,7
/proc/17218/task/17230/stat : 17230 (java) S 17216 17216 897 0 -1 1077944384 3169 0 0 0 47 0 0 0 20 0 14 0 72524048 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809063496560 139809591290498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
[pid=17218/tid=17231] ppid=17216 vsize=13980732 memory=7301858164987948385 CPUtime=0 cores=1,3,5,7
/proc/17218/task/17231/stat : 17231 (java) S 17216 17216 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 72524049 14316269568 57334 18446744073709551615 4194304 4196468 140723358223520 139809062444000 139809591289557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10862592 140723358228913 140723358229089 140723358229089 140723358232527 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 230712 KiB

Child status: 0
Real time (s): 3.31465
CPU time (s): 9.08746
CPU user time (s): 8.96352
CPU system time (s): 0.123945
CPU usage (%): 274.161
Max. virtual memory (cumulated for all children) (KiB): 13993236
Max. memory (cumulated for all children) (KiB): 230712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.96352
system time used= 0.123945
maximum resident set size= 229700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57263
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2243
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 17216
#   total CPU time (s): 9.08746
#   total CPU user time (s): 8.96352
#   total CPU system time (s): 0.123945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056157 second user time and 0.066752 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 11:16:28
IDJOB=4272250
IDBENCH=116003
IDSOLVER=2664
FILE ID=node125/4272250-1502703034
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-11.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-4272250-1502703034/watcher-4272250-1502703034 -o /tmp/evaluation-result-4272250-1502703034/solver-4272250-1502703034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1397700491 HOME/instance-4272250-1502703034.xml

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

MD5SUM BENCH= 89f73fe590db4a20d7e5540e1d9cc017
RANDOM SEED=1397700491

node125.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.07
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.07
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.07
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.07
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:        30793388 kB
MemAvailable:   31741352 kB
Buffers:          293928 kB
Cached:           948128 kB
SwapCached:            0 kB
Active:           951040 kB
Inactive:         594260 kB
Active(anon):     303452 kB
Inactive(anon):    33100 kB
Active(file):     647588 kB
Inactive(file):   561160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:            16 kB
AnonPages:        302760 kB
Mapped:            61104 kB
Shmem:             33444 kB
Slab:             136416 kB
SReclaimable:     110104 kB
SUnreclaim:        26312 kB
KernelStack:        3456 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 62016 MiB
End job on node125 at 2017-08-14 11:16:31