Trace number 4272036

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)SAT (TO)351 2520.04 2498.4199

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"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.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272036-1502783163.xml"  -tl '2520s' -p 1 -x 3
0.12/0.26	c [HOME/instance-4272036-1502783163.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.32	c simple solver
0.31/0.38	c parse instance...
5.24/2.02	c solve instance...
94.61/79.75	o 373 
823.68/805.29	o 372 
869.05/850.23	o 371 
922.73/903.89	o 370 
973.07/954.10	o 369 
1033.66/1014.54	o 368 
1064.99/1045.88	o 367 
1229.25/1209.87	o 366 
1448.80/1429.27	o 365 
2275.06/2253.69	o 351 
2520.01/2498.40	s SATISFIABLE
2520.01/2498.40	v <instantiation>
2520.01/2498.40	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] </list>
2520.01/2498.40	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 203 251 290 323 351 </values>
2520.01/2498.40	v </instantiation>
2520.01/2498.40	c Unexpected resolution interruption!

Verifier Data

OK	351

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272036-1502783163/watcher-4272036-1502783163 -o /tmp/evaluation-result-4272036-1502783163/solver-4272036-1502783163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1384450247 HOME/instance-4272036-1502783163.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=27919, runsolver pid=27916

[startup+0.10681 s]*
/proc/loadavg: 2.12 2.08 2.08 3/208 27929
/proc/meminfo: memFree=24768408/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13574484 memory=19296 CPUtime=0.03 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 4204 0 0 0 3 0 0 0 20 0 9 0 32198905 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3393621 4824 2105 1 0 3383118 0
[pid=27921/tid=27922] ppid=27919 vsize=13574484 memory=7078076838863583841 CPUtime=0.03 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 2907 0 0 0 3 0 0 0 20 0 9 0 32198905 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 139724634664824 139724623107445 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13574484 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 32198906 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13574484 memory=139686384195200 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 32198906 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 32198906 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27926/stat : 27926 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 32198906 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 139724227337104 139724630439637 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27927] ppid=27919 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27927/stat : 27927 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 32198907 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 139723815708912 139724630440578 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27928] ppid=27919 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27928/stat : 27928 (java) S 27919 27919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 32198907 13900271616 4824 18446744073709551615 4194304 4196468 140723304190448 139723814655136 139724630439637 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27929] ppid=27919 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 32198908 13900271616 4889 18446744073709551615 4194304 4196468 140723304190448 139723813602032 139724630439637 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20676 KiB

[startup+0.21487 s]*
/proc/loadavg: 2.12 2.08 2.08 3/214 27935
/proc/meminfo: memFree=24762356/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13974352 memory=27644 CPUtime=0.12 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 5428 0 0 0 12 0 0 0 20 0 15 0 32198905 14309736448 6911 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3493588 6911 2813 1 0 3482964 0
[pid=27921/tid=27922] ppid=27919 vsize=13974352 memory=7078076838863583841 CPUtime=0.09 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 3440 0 0 0 9 0 0 0 20 0 15 0 32198905 14309736448 6911 18446744073709551615 4194304 4196468 140723304190448 139724634653048 139724630441366 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 6911 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13974352 memory=139686384195200 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27926/stat : 27926 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139724227337104 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27927] ppid=27919 vsize=13974352 memory=139686384195200 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27927/stat : 27927 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198907 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723815708912 139724630440578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27928] ppid=27919 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27928/stat : 27928 (java) S 27919 27919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 32198907 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723814655136 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27929] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 32198908 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723813602032 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27930] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27930/stat : 27930 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198910 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723812550608 139724630448027 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27931] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27931/stat : 27931 (java) R 27919 27919 7968 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 32198910 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723811498736 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27932] ppid=27919 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27932/stat : 27932 (java) S 27919 27919 7968 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 32198910 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723810446192 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27933] ppid=27919 vsize=13974352 memory=139686384195200 CPUtime=0.01 cores=1,3,5,7
/proc/27921/task/27933/stat : 27933 (java) R 27919 27919 7968 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 15 0 32198910 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723741850096 139724609385034 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27934] ppid=27919 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27934/stat : 27934 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198911 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723740797792 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27935] ppid=27919 vsize=13974352 memory=139686384195200 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27935/stat : 27935 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198915 14309736448 6976 18446744073709551615 4194304 4196468 140723304190448 139723739744816 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29024 KiB

[startup+0.310479 s]*
/proc/loadavg: 2.12 2.08 2.08 5/214 27935
/proc/meminfo: memFree=24749572/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13974352 memory=39752 CPUtime=0.31 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 8925 0 0 0 29 2 0 0 20 0 15 0 32198905 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3493588 9938 3036 1 0 3482964 0
[pid=27921/tid=27922] ppid=27919 vsize=13974352 memory=4278483708103473607 CPUtime=0.18 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 6140 0 0 0 17 1 0 0 20 0 15 0 32198905 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139724634660720 139724614509918 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13974352 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27926/stat : 27926 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198906 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139724227337104 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27927] ppid=27919 vsize=13974352 memory=139686384202193 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27927/stat : 27927 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198907 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723815708912 139724630440578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27928] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27928/stat : 27928 (java) S 27919 27919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 32198907 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723814655136 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27929] ppid=27919 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 32198908 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723813602032 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27930] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27930/stat : 27930 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198910 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723812550608 139724630448027 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27931] ppid=27919 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27921/task/27931/stat : 27931 (java) S 27919 27919 7968 0 -1 1077944384 469 0 0 0 2 0 0 0 20 0 15 0 32198910 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723811498736 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27932] ppid=27919 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27921/task/27932/stat : 27932 (java) S 27919 27919 7968 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 15 0 32198910 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723810446192 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27933] ppid=27919 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27921/task/27933/stat : 27933 (java) R 27919 27919 7968 0 -1 4202560 735 0 0 0 6 0 0 0 20 0 15 0 32198910 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723741850096 139724622666558 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27934] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27934/stat : 27934 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198911 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723740797792 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27935] ppid=27919 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27935/stat : 27935 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198915 14309736448 9938 18446744073709551615 4194304 4196468 140723304190448 139723739744816 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41132 KiB

[startup+0.70085 s]
/proc/loadavg: 2.27 2.12 2.09 5/214 27935
/proc/meminfo: memFree=24728820/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13978684 memory=87684 CPUtime=1.38 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 13021 0 0 0 133 5 0 0 20 0 15 0 32198905 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3494671 21921 3169 1 0 3482964 0
[pid=27921/tid=27922] ppid=27919 vsize=13978684 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 7819 0 0 0 54 3 0 0 20 0 15 0 32198905 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139724634665376 139724231772448 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198906 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198906 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 32198906 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13978684 memory=7 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27926/stat : 27926 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198906 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139724227337104 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27927] ppid=27919 vsize=13978684 memory=36 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27927/stat : 27927 (java) S 27919 27919 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 32198907 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723815708912 139724630440578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27928] ppid=27919 vsize=13978684 memory=2 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27928/stat : 27928 (java) S 27919 27919 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 32198907 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723814655136 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27929] ppid=27919 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 32198908 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723813602032 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27930] ppid=27919 vsize=13978684 memory=7883313791582089521 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27930/stat : 27930 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198910 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723812550608 139724630448027 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27931] ppid=27919 vsize=13978684 memory=4124 CPUtime=0.26 cores=1,3,5,7
/proc/27921/task/27931/stat : 27931 (java) R 27919 27919 7968 0 -1 4202560 1393 0 0 0 26 0 0 0 20 0 15 0 32198910 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723811490064 139724616443752 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27932] ppid=27919 vsize=13978684 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/27921/task/27932/stat : 27932 (java) R 27919 27919 7968 0 -1 4202560 1010 0 0 0 26 0 0 0 20 0 15 0 32198910 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723810435984 139724613840224 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27933] ppid=27919 vsize=13978684 memory=139686228009584 CPUtime=0.27 cores=1,3,5,7
/proc/27921/task/27933/stat : 27933 (java) S 27919 27919 7968 0 -1 1077944384 1491 0 0 0 26 1 0 0 20 0 15 0 32198910 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723741850096 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27934] ppid=27919 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27934/stat : 27934 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198911 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723740797792 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27935] ppid=27919 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27935/stat : 27935 (java) S 27919 27919 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 32198915 14314172416 21921 18446744073709551615 4194304 4196468 140723304190448 139723739744816 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 89064 KiB

[startup+1.50086 s]
/proc/loadavg: 2.27 2.12 2.09 6/214 27935
/proc/meminfo: memFree=24639284/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13980732 memory=197028 CPUtime=3.61 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 15336 0 0 0 351 10 0 0 20 0 15 0 32198905 14316269568 49257 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3495183 49257 3217 1 0 3483476 0
[pid=27921/tid=27922] ppid=27919 vsize=13980732 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 8513 0 0 0 119 5 0 0 20 0 15 0 32198905 14316269568 49257 18446744073709551615 4194304 4196468 140723304190448 139724634664760 139724233877312 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 32198906 14316269568 49257 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 32198906 14316269568 49257 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13980732 memory=11830 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 32198906 14316269568 49257 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13980732 memory=20825 CPUtime=0 cores=1,3,5,7

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

/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 32198908 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723813602048 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27930] ppid=27919 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27930/stat : 27930 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723812550608 139724630448027 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27931] ppid=27919 vsize=13980732 memory=288230617509003574 CPUtime=4.85 cores=1,3,5,7
/proc/27921/task/27931/stat : 27931 (java) S 27919 27919 7968 0 -1 1077944384 36825 0 0 0 481 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723811498736 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27932] ppid=27919 vsize=13980732 memory=1380 CPUtime=4.37 cores=1,3,5,7
/proc/27921/task/27932/stat : 27932 (java) S 27919 27919 7968 0 -1 1077944384 30632 0 0 0 434 3 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723810446192 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27933] ppid=27919 vsize=13980732 memory=2656964 CPUtime=1.02 cores=1,3,5,7
/proc/27921/task/27933/stat : 27933 (java) S 27919 27919 7968 0 -1 1077944384 17083 0 0 0 98 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723741850096 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27934] ppid=27919 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27934/stat : 27934 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198911 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723740797792 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27935] ppid=27919 vsize=13980732 memory=19848 CPUtime=1.43 cores=1,3,5,7
/proc/27921/task/27935/stat : 27935 (java) S 27919 27919 7968 0 -1 1077944384 2226 0 0 0 63 80 0 0 20 0 15 0 32198915 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723739744816 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 2343.81 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2658344 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/213 28488
/proc/meminfo: memFree=26378204/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13980732 memory=2656964 CPUtime=2403.84 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 211183 0 0 0 240127 257 0 0 20 0 15 0 32198905 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3495183 664241 3268 1 0 3483476 0
[pid=27921/tid=27922] ppid=27919 vsize=13980732 memory=2656964 CPUtime=2377.34 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 64004 0 0 0 237711 23 0 0 20 0 15 0 32198905 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724634660688 139724237069181 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13980732 memory=2656964 CPUtime=3.41 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 14977 0 0 0 303 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13980732 memory=2257 CPUtime=3.4 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 12877 0 0 0 302 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13980732 memory=792 CPUtime=3.38 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 10711 0 0 0 301 37 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13980732 memory=1380 CPUtime=3.37 cores=1,3,5,7
/proc/27921/task/27926/stat : 27926 (java) S 27919 27919 7968 0 -1 1077944384 10789 0 0 0 299 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724227337104 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27927] ppid=27919 vsize=13980732 memory=4124 CPUtime=1.15 cores=1,3,5,7
/proc/27921/task/27927/stat : 27927 (java) S 27919 27919 7968 0 -1 1077944384 9631 0 0 0 110 5 0 0 20 0 15 0 32198907 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723815708912 139724630440578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27928] ppid=27919 vsize=13980732 memory=19848 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27928/stat : 27928 (java) S 27919 27919 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 32198907 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723814655200 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27929] ppid=27919 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 32198908 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723813602048 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27930] ppid=27919 vsize=13980732 memory=19848 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27930/stat : 27930 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723812550608 139724630448027 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27931] ppid=27919 vsize=13980732 memory=1380 CPUtime=4.85 cores=1,3,5,7
/proc/27921/task/27931/stat : 27931 (java) S 27919 27919 7968 0 -1 1077944384 36828 0 0 0 481 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723811498736 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27932] ppid=27919 vsize=13980732 memory=2656964 CPUtime=4.37 cores=1,3,5,7
/proc/27921/task/27932/stat : 27932 (java) S 27919 27919 7968 0 -1 1077944384 30635 0 0 0 434 3 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723810446192 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27933] ppid=27919 vsize=13980732 memory=1380 CPUtime=1.02 cores=1,3,5,7
/proc/27921/task/27933/stat : 27933 (java) S 27919 27919 7968 0 -1 1077944384 17090 0 0 0 98 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723741850096 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27934] ppid=27919 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27934/stat : 27934 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198911 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723740797792 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27935] ppid=27919 vsize=13980732 memory=-7003737579269690708 CPUtime=1.46 cores=1,3,5,7
/proc/27921/task/27935/stat : 27935 (java) S 27919 27919 7968 0 -1 1077944384 2265 0 0 0 65 81 0 0 20 0 15 0 32198915 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723739744816 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 2403.84 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2658344 KiB

[startup+2442.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/213 28492
/proc/meminfo: memFree=26404728/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13980732 memory=2656964 CPUtime=2463.87 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 212159 0 0 0 246128 259 0 0 20 0 15 0 32198905 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3495183 664241 3268 1 0 3483476 0
[pid=27921/tid=27922] ppid=27919 vsize=13980732 memory=2656964 CPUtime=2437.33 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 64911 0 0 0 243710 23 0 0 20 0 15 0 32198905 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724634660688 139724231406473 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13980732 memory=2656964 CPUtime=3.41 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 14977 0 0 0 303 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13980732 memory=2656964 CPUtime=3.4 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 12877 0 0 0 302 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13980732 memory=4124 CPUtime=3.38 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 10711 0 0 0 301 37 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13980732 memory=2656964 CPUtime=3.37 cores=1,3,5,7
/proc/27921/task/27926/stat : 27926 (java) S 27919 27919 7968 0 -1 1077944384 10789 0 0 0 299 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724227337104 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27927] ppid=27919 vsize=13980732 memory=2656964 CPUtime=1.15 cores=1,3,5,7
/proc/27921/task/27927/stat : 27927 (java) S 27919 27919 7968 0 -1 1077944384 9641 0 0 0 110 5 0 0 20 0 15 0 32198907 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723815708912 139724630440578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27928] ppid=27919 vsize=13980732 memory=2656964 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27928/stat : 27928 (java) S 27919 27919 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 32198907 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723814655200 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27929] ppid=27919 vsize=13980732 memory=2656964 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 32198908 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723813602048 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27930] ppid=27919 vsize=13980732 memory=2656964 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27930/stat : 27930 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723812550608 139724630448027 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27931] ppid=27919 vsize=13980732 memory=2656964 CPUtime=4.85 cores=1,3,5,7
/proc/27921/task/27931/stat : 27931 (java) S 27919 27919 7968 0 -1 1077944384 36832 0 0 0 481 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723811498736 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27932] ppid=27919 vsize=13980732 memory=2656964 CPUtime=4.37 cores=1,3,5,7
/proc/27921/task/27932/stat : 27932 (java) S 27919 27919 7968 0 -1 1077944384 30638 0 0 0 434 3 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723810446192 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27933] ppid=27919 vsize=13980732 memory=2656964 CPUtime=1.02 cores=1,3,5,7
/proc/27921/task/27933/stat : 27933 (java) S 27919 27919 7968 0 -1 1077944384 17102 0 0 0 98 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723741850096 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27934] ppid=27919 vsize=13980732 memory=2656964 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27934/stat : 27934 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198911 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723740797792 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27935] ppid=27919 vsize=13980732 memory=1380 CPUtime=1.5 cores=1,3,5,7
/proc/27921/task/27935/stat : 27935 (java) S 27919 27919 7968 0 -1 1077944384 2305 0 0 0 67 83 0 0 20 0 15 0 32198915 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723739744816 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 2463.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2658344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.4 s]
/proc/loadavg: 2.05 2.01 2.05 3/213 28496
/proc/meminfo: memFree=26427672/32770624 swapFree=67108860/67108860
[pid=27919] ppid=27916 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27919/stat : 27919 (xcsp3-exec) S 27916 27919 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 32198898 9740288 345 18446744073709551615 4194304 5098028 140726748742272 140726748740376 139876836987516 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 6 0 0 7196144 7232144 29421568 140726748746105 140726748746310 140726748746310 140726748749803 0
/proc/27919/statm: 2378 345 289 221 0 87 0
[pid=27921] ppid=27919 vsize=13980732 memory=2656964 CPUtime=2520.01 cores=1,3,5,7
/proc/27921/stat : 27921 (java) S 27919 27919 7968 0 -1 1077944320 213128 0 0 0 251740 261 0 0 20 0 15 0 32198905 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 140723304172992 139724630429431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
/proc/27921/statm: 3495183 664241 3268 1 0 3483476 0
[pid=27921/tid=27922] ppid=27919 vsize=13980732 memory=1380 CPUtime=2493.44 cores=1,3,5,7
/proc/27921/task/27922/stat : 27922 (java) R 27919 27919 7968 0 -1 4202560 65824 0 0 0 249320 24 0 0 20 0 15 0 32198905 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724634660688 139724237070528 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27923] ppid=27919 vsize=13980732 memory=1380 CPUtime=3.41 cores=1,3,5,7
/proc/27921/task/27923/stat : 27923 (java) S 27919 27919 7968 0 -1 1077944384 14977 0 0 0 303 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724549843984 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27924] ppid=27919 vsize=13980732 memory=1380 CPUtime=3.4 cores=1,3,5,7
/proc/27921/task/27924/stat : 27924 (java) S 27919 27919 7968 0 -1 1077944384 12877 0 0 0 302 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724548791440 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27925] ppid=27919 vsize=13980732 memory=-8774313645642428999 CPUtime=3.38 cores=1,3,5,7
/proc/27921/task/27925/stat : 27925 (java) S 27919 27919 7968 0 -1 1077944384 10711 0 0 0 301 37 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724228389648 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27926] ppid=27919 vsize=13980732 memory=4612 CPUtime=3.37 cores=1,3,5,7
/proc/27921/task/27926/stat : 27926 (java) S 27919 27919 7968 0 -1 1077944384 10789 0 0 0 299 38 0 0 20 0 15 0 32198906 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139724227337104 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27927] ppid=27919 vsize=13980732 memory=792 CPUtime=1.15 cores=1,3,5,7
/proc/27921/task/27927/stat : 27927 (java) S 27919 27919 7968 0 -1 1077944384 9652 0 0 0 110 5 0 0 20 0 15 0 32198907 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723815708912 139724630440578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27928] ppid=27919 vsize=13980732 memory=8700 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27928/stat : 27928 (java) S 27919 27919 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 32198907 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723814655200 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27929] ppid=27919 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27929/stat : 27929 (java) S 27919 27919 7968 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 32198908 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723813602048 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27930] ppid=27919 vsize=13980732 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27930/stat : 27930 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723812550608 139724630448027 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27931] ppid=27919 vsize=13980732 memory=1732 CPUtime=4.85 cores=1,3,5,7
/proc/27921/task/27931/stat : 27931 (java) S 27919 27919 7968 0 -1 1077944384 36838 0 0 0 481 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723811498736 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27932] ppid=27919 vsize=13980732 memory=1700 CPUtime=4.37 cores=1,3,5,7
/proc/27921/task/27932/stat : 27932 (java) S 27919 27919 7968 0 -1 1077944384 30643 0 0 0 434 3 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723810446192 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27933] ppid=27919 vsize=13980732 memory=1228 CPUtime=1.02 cores=1,3,5,7
/proc/27921/task/27933/stat : 27933 (java) S 27919 27919 7968 0 -1 1077944384 17111 0 0 0 98 4 0 0 20 0 15 0 32198910 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723741850096 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27934] ppid=27919 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/27921/task/27934/stat : 27934 (java) S 27919 27919 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 32198911 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723740797792 139724630439637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
[pid=27921/tid=27935] ppid=27919 vsize=13980732 memory=2012 CPUtime=1.54 cores=1,3,5,7
/proc/27921/task/27935/stat : 27935 (java) S 27919 27919 7968 0 -1 1077944384 2339 0 0 0 69 85 0 0 20 0 15 0 32198915 14316269568 664241 18446744073709551615 4194304 4196468 140723304190448 139723739744816 139724630440578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 11149312 140723304194482 140723304194658 140723304194658 140723304198095 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2658344 KiB

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

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

[startup+2498.42 s]
# the end of solver process 27921 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.41 s, system=2.63123 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): 2498.42
CPU time (s): 2520.04
CPU user time (s): 2517.41
CPU system time (s): 2.63123
CPU usage (%): 100.865
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2658344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.41
system time used= 2.63123
maximum resident set size= 2657484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58915
involuntary context switches= 1009


# summary of solver processes directly reported to runsolver:
#   pid: 27919,27921
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.41
#   total CPU system time (s): 2.63123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1364 second user time and 20.3043 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 09:32:05
IDJOB=4272036
IDBENCH=126252
IDSOLVER=2664
FILE ID=node128/4272036-1502783163
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-19-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-4272036-1502783163/watcher-4272036-1502783163 -o /tmp/evaluation-result-4272036-1502783163/solver-4272036-1502783163 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1384450247 HOME/instance-4272036-1502783163.xml

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=1384450247

node128.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.94
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.94
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.94
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.94
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:        24779188 kB
MemAvailable:   25659976 kB
Buffers:          221448 kB
Cached:           943060 kB
SwapCached:            0 kB
Active:          6709796 kB
Inactive:         851368 kB
Active(anon):    6396828 kB
Inactive(anon):    16764 kB
Active(file):     312968 kB
Inactive(file):   834604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8236 kB
Writeback:             0 kB
AnonPages:       6395840 kB
Mapped:            49660 kB
Shmem:             17116 kB
Slab:             122996 kB
SReclaimable:      98104 kB
SUnreclaim:        24892 kB
KernelStack:        3456 kB
PageTables:        17572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8389676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6162432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62008 MiB
End job on node128 at 2017-08-15 10:13:44