Trace number 4281940

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)OPT4752 51.7673 48.115101

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark4.6212301
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281940-1503114234.xml"  -tl '2520s' -p 1 -x 0
0.09/0.28	c [HOME/instance-4281940-1503114234.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
0.65/0.58	c solve instance...
0.92/0.66	o 12179 
0.92/0.68	o 11299 
1.24/0.70	o 10735 
1.24/0.71	o 10613 
1.24/0.71	o 10077 
1.24/0.72	o 9720 
1.24/0.74	o 9152 
1.24/0.75	o 8316 
1.24/0.78	o 7515 
1.56/0.81	o 7481 
1.56/0.82	o 6662 
1.88/0.93	o 6067 
1.88/0.93	o 5937 
16.71/13.36	o 5498 
17.57/14.17	o 5485 
22.79/19.28	o 5223 
34.92/31.39	o 5141 
35.02/31.41	o 5059 
36.12/32.55	o 5054 
45.74/42.15	o 4752 
51.64/48.10	s OPTIMUM FOUND
51.64/48.10	v <instantiation>
51.64/48.10	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] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14] </list>
51.64/48.10	v 	<values>12 1 4 6 7 0 13 5 3 2 14 8 11 10 9 4 2 3 1 5 12 39 20 50 1 4 11 10 13 </values>
51.64/48.10	v </instantiation>

Verifier Data

OK	4752

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281940-1503114234/watcher-4281940-1503114234 -o /tmp/evaluation-result-4281940-1503114234/solver-4281940-1503114234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1445917115 HOME/instance-4281940-1503114234.xml 

running on 4 cores: 0,2,4,6

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=11585, runsolver pid=11582

[startup+0.100139 s]*
/proc/loadavg: 2.10 1.82 1.76 3/205 11595
/proc/meminfo: memFree=31305664/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13574484 memory=19768 CPUtime=0.03 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 4273 0 0 0 3 0 0 0 20 0 9 0 113618504 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3393621 4942 2134 1 0 3383118 0
[pid=11587/tid=11588] ppid=11585 vsize=13574484 memory=-8713483618642459742 CPUtime=0.03 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 2982 0 0 0 3 0 0 0 20 0 9 0 113618504 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140471326731856 140471308564878 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 113618505 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13574484 memory=140634285352576 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 113618505 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 113618505 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 113618505 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11593] ppid=11585 vsize=13574484 memory=140634285352576 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11593/stat : 11593 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 113618506 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140470530344944 140471322507906 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 113618506 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 113618507 13900271616 4942 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 21148 KiB

[startup+0.210734 s]*
/proc/loadavg: 2.10 1.82 1.76 3/211 11601
/proc/meminfo: memFree=31299348/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13974352 memory=27472 CPUtime=0.09 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 5310 0 0 0 9 0 0 0 20 0 15 0 113618504 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3493588 6868 2728 1 0 3482964 0
[pid=11587/tid=11588] ppid=11585 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 3462 0 0 0 7 0 0 0 20 0 15 0 113618504 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140471326709936 140471315174773 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13974352 memory=8893 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13974352 memory=140634286399901 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11593] ppid=11585 vsize=13974352 memory=140634285352576 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11593/stat : 11593 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113618506 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470530344944 140471322507906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113618506 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113618507 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11596] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11596/stat : 11596 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470460074192 140471322515355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11597] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11597/stat : 11597 (java) S 11585 11585 8557 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 113618509 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470459021808 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11598] ppid=11585 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11598/stat : 11598 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618509 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470457969264 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11599] ppid=11585 vsize=13974352 memory=140634285352576 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11599/stat : 11599 (java) R 11585 11585 8557 0 -1 4202560 242 0 0 0 0 0 0 0 20 0 15 0 113618509 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470456916720 140471301174464 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11600] ppid=11585 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11600/stat : 11600 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470455864416 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11601] ppid=11585 vsize=13974352 memory=140634285352576 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11601/stat : 11601 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618517 14309736448 6868 18446744073709551615 4194304 4196468 140723858860016 140470454810928 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28852 KiB

[startup+0.310346 s]*
/proc/loadavg: 2.10 1.82 1.76 3/211 11601
/proc/meminfo: memFree=31286136/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13974352 memory=37088 CPUtime=0.27 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 8870 0 0 0 25 2 0 0 20 0 15 0 113618504 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3493588 9272 2984 1 0 3482964 0
[pid=11587/tid=11588] ppid=11585 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 6091 0 0 0 15 1 0 0 20 0 15 0 113618504 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140471326730256 140471322508694 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11593] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11593/stat : 11593 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113618506 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470530344944 140471322507906 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113618506 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113618507 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11596] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11596/stat : 11596 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470460074192 140471322515355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11597] ppid=11585 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11587/task/11597/stat : 11597 (java) S 11585 11585 8557 0 -1 1077944384 396 0 0 0 1 0 0 0 20 0 15 0 113618509 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470459021808 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11598] ppid=11585 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11587/task/11598/stat : 11598 (java) R 11585 11585 8557 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 15 0 113618509 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470457969264 140471322507906 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11599] ppid=11585 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/11587/task/11599/stat : 11599 (java) R 11585 11585 8557 0 -1 4202560 724 0 0 0 6 0 0 0 20 0 15 0 113618509 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470456916720 140471322518106 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11600] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11600/stat : 11600 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470455864416 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11601] ppid=11585 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11601/stat : 11601 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618517 14309736448 9272 18446744073709551615 4194304 4196468 140723858860016 140470454810928 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38468 KiB

[startup+0.700745 s]
/proc/loadavg: 2.10 1.82 1.76 6/211 11601
/proc/meminfo: memFree=31275640/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13980732 memory=61072 CPUtime=1.24 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 12915 0 0 0 119 5 0 0 20 0 15 0 113618504 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3495183 15268 3180 1 0 3483476 0
[pid=11587/tid=11588] ppid=11585 vsize=13980732 memory=6298654963688298593 CPUtime=0.55 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 8497 0 0 0 51 4 0 0 20 0 15 0 113618504 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140471326731024 140470952079325 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13980732 memory=5937270905093056086 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13980732 memory=7739276948477859686 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13980732 memory=-8382737753049505125 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11593] ppid=11585 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11593/stat : 11593 (java) S 11585 11585 8557 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470530344944 140471322507906 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13980732 memory=6378026435750 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113618507 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11596] ppid=11585 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11596/stat : 11596 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470460074192 140471322515355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11597] ppid=11585 vsize=13980732 memory=15540738687502695 CPUtime=0.2 cores=0,2,4,6
/proc/11587/task/11597/stat : 11597 (java) R 11585 11585 8557 0 -1 4202560 896 0 0 0 20 0 0 0 20 0 15 0 113618509 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470459010608 140471301735168 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11598] ppid=11585 vsize=13980732 memory=644 CPUtime=0.21 cores=0,2,4,6
/proc/11587/task/11598/stat : 11598 (java) R 11585 11585 8557 0 -1 4202560 958 0 0 0 21 0 0 0 20 0 15 0 113618509 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470457958544 140471300663240 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11599] ppid=11585 vsize=13980732 memory=1740 CPUtime=0.26 cores=0,2,4,6
/proc/11587/task/11599/stat : 11599 (java) R 11585 11585 8557 0 -1 1077944384 1258 0 0 0 26 0 0 0 20 0 15 0 113618509 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470456916720 140471322507906 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11600] ppid=11585 vsize=13980732 memory=956 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11600/stat : 11600 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470455864416 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11601] ppid=11585 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11601/stat : 11601 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618517 14316269568 15268 18446744073709551615 4194304 4196468 140723858860016 140470454810928 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62452 KiB

[startup+1.50079 s]
/proc/loadavg: 2.10 1.82 1.76 5/211 11601
/proc/meminfo: memFree=31237456/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13980732 memory=75156 CPUtime=3.7 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 22071 0 0 0 364 6 0 0 20 0 15 0 113618504 14316269568 18789 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3495183 18789 3192 1 0 3483476 0
[pid=11587/tid=11588] ppid=11585 vsize=13980732 memory=-8774313645642428999 CPUtime=1.35 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 9101 0 0 0 131 4 0 0 20 0 15 0 113618504 14316269568 18789 18446744073709551615 4194304 4196468 140723858860016 140471326714208 140470951797029 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 18789 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 18789 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 18789 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

[startup+47.2007 s]
/proc/loadavg: 2.11 1.86 1.78 3/214 11616
/proc/meminfo: memFree=29942008/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13980732 memory=195912 CPUtime=50.84 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 34727 0 0 0 5074 10 0 0 20 0 15 0 113618504 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3495183 48978 3227 1 0 3483476 0
[pid=11587/tid=11588] ppid=11585 vsize=13980732 memory=796 CPUtime=47.03 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 11600 0 0 0 4697 6 0 0 20 0 15 0 113618504 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471326735672 140470952268279 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11593] ppid=11585 vsize=13980732 memory=1672 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11593/stat : 11593 (java) S 11585 11585 8557 0 -1 1077944384 543 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470530344944 140471322507906 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13980732 memory=956 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 113618507 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11596] ppid=11585 vsize=13980732 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11596/stat : 11596 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470460074192 140471322515355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11597] ppid=11585 vsize=13980732 memory=4088 CPUtime=1.72 cores=0,2,4,6
/proc/11587/task/11597/stat : 11597 (java) S 11585 11585 8557 0 -1 1077944384 7261 0 0 0 171 1 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470459021808 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11598] ppid=11585 vsize=13980732 memory=1620 CPUtime=1.61 cores=0,2,4,6
/proc/11587/task/11598/stat : 11598 (java) S 11585 11585 8557 0 -1 1077944384 8251 0 0 0 160 1 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470457969264 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11599] ppid=11585 vsize=13980732 memory=920 CPUtime=0.4 cores=0,2,4,6
/proc/11587/task/11599/stat : 11599 (java) S 11585 11585 8557 0 -1 1077944384 4205 0 0 0 40 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470456916720 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11600] ppid=11585 vsize=13980732 memory=2032 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11600/stat : 11600 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470455864416 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11601] ppid=11585 vsize=13980732 memory=7332 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11601/stat : 11601 (java) S 11585 11585 8557 0 -1 1077944384 694 0 0 0 0 0 0 0 20 0 15 0 113618517 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470454810928 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 197292 KiB

[startup+47.6007 s]
/proc/loadavg: 2.11 1.86 1.78 3/214 11616
/proc/meminfo: memFree=29942008/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13980732 memory=195912 CPUtime=51.24 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 34755 0 0 0 5114 10 0 0 20 0 15 0 113618504 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3495183 48978 3227 1 0 3483476 0
[pid=11587/tid=11588] ppid=11585 vsize=13980732 memory=796 CPUtime=47.43 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 11606 0 0 0 4737 6 0 0 20 0 15 0 113618504 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471326733344 140470952269256 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13980732 memory=1400 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13980732 memory=15348 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13980732 memory=36756 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11593] ppid=11585 vsize=13980732 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11593/stat : 11593 (java) S 11585 11585 8557 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470530344944 140471322507906 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13980732 memory=832 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 113618507 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11596] ppid=11585 vsize=13980732 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11596/stat : 11596 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470460074192 140471322515355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11597] ppid=11585 vsize=13980732 memory=3904 CPUtime=1.72 cores=0,2,4,6
/proc/11587/task/11597/stat : 11597 (java) S 11585 11585 8557 0 -1 1077944384 7261 0 0 0 171 1 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470459021808 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11598] ppid=11585 vsize=13980732 memory=2760 CPUtime=1.61 cores=0,2,4,6
/proc/11587/task/11598/stat : 11598 (java) S 11585 11585 8557 0 -1 1077944384 8251 0 0 0 160 1 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470457969264 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11599] ppid=11585 vsize=13980732 memory=2760 CPUtime=0.4 cores=0,2,4,6
/proc/11587/task/11599/stat : 11599 (java) S 11585 11585 8557 0 -1 1077944384 4205 0 0 0 40 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470456916720 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11600] ppid=11585 vsize=13980732 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11600/stat : 11600 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470455864416 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11601] ppid=11585 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11601/stat : 11601 (java) S 11585 11585 8557 0 -1 1077944384 694 0 0 0 0 0 0 0 20 0 15 0 113618517 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470454810928 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 51.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 197292 KiB

[startup+48.0007 s]*
/proc/loadavg: 2.10 1.86 1.78 3/214 11616
/proc/meminfo: memFree=29942008/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13980732 memory=195912 CPUtime=51.64 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 34757 0 0 0 5154 10 0 0 20 0 15 0 113618504 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3495183 48978 3227 1 0 3483476 0
[pid=11587/tid=11588] ppid=11585 vsize=13980732 memory=-8195925453750481479 CPUtime=47.84 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 11608 0 0 0 4778 6 0 0 20 0 15 0 113618504 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471326733232 140470949744992 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13980732 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13980732 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13980732 memory=920 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 113618505 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11593] ppid=11585 vsize=13980732 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11593/stat : 11593 (java) S 11585 11585 8557 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470530344944 140471322507906 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13980732 memory=7332 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 113618506 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13980732 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 113618507 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11596] ppid=11585 vsize=13980732 memory=14340 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11596/stat : 11596 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470460074192 140471322515355 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11597] ppid=11585 vsize=13980732 memory=796 CPUtime=1.72 cores=0,2,4,6
/proc/11587/task/11597/stat : 11597 (java) S 11585 11585 8557 0 -1 1077944384 7261 0 0 0 171 1 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470459021808 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11598] ppid=11585 vsize=13980732 memory=1380 CPUtime=1.61 cores=0,2,4,6
/proc/11587/task/11598/stat : 11598 (java) S 11585 11585 8557 0 -1 1077944384 8251 0 0 0 160 1 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470457969264 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11599] ppid=11585 vsize=13980732 memory=195872 CPUtime=0.4 cores=0,2,4,6
/proc/11587/task/11599/stat : 11599 (java) S 11585 11585 8557 0 -1 1077944384 4205 0 0 0 40 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470456916720 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11600] ppid=11585 vsize=13980732 memory=920 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11600/stat : 11600 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113618509 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470455864416 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11601] ppid=11585 vsize=13980732 memory=2032 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11601/stat : 11601 (java) S 11585 11585 8557 0 -1 1077944384 694 0 0 0 0 0 0 0 20 0 15 0 113618517 14316269568 48978 18446744073709551615 4194304 4196468 140723858860016 140470454810928 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 51.64 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 197292 KiB

[startup+48.11 s]
/proc/loadavg: 2.10 1.86 1.78 3/214 11616
/proc/meminfo: memFree=29942008/32770624 swapFree=67105588/67108860
[pid=11585] ppid=11582 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11585/stat : 11585 (xcsp3-exec) S 11582 11585 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113618497 9740288 345 18446744073709551615 4194304 5098028 140736776717232 140736776715336 140569702441596 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 6 0 0 7196144 7232144 17944576 140736776724856 140736776725061 140736776725061 140736776728555 0
/proc/11585/statm: 2378 345 289 221 0 87 0
[pid=11587] ppid=11585 vsize=13980732 memory=195940 CPUtime=51.76 cores=0,2,4,6
/proc/11587/stat : 11587 (java) S 11585 11585 8557 0 -1 1077944320 35443 0 0 0 5165 11 0 0 20 0 15 0 113618504 14316269568 48984 18446744073709551615 4194304 4196468 140723858860016 140723858842560 140471322496759 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
/proc/11587/statm: 3495183 48985 3229 1 0 3483476 0
[pid=11587/tid=11588] ppid=11585 vsize=13980732 memory=195912 CPUtime=47.94 cores=0,2,4,6
/proc/11587/task/11588/stat : 11588 (java) R 11585 11585 8557 0 -1 4202560 12204 0 0 0 4788 6 0 0 20 0 14 0 113618504 14316269568 48985 18446744073709551615 4194304 4196468 140723858860016 140471326739472 140471322516349 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11589] ppid=11585 vsize=13980732 memory=195896 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11589/stat : 11589 (java) S 11585 11585 8557 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 14 0 113618505 14316269568 48987 18446744073709551615 4194304 4196468 140723858860016 140471279463184 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11590] ppid=11585 vsize=13980732 memory=195896 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11590/stat : 11590 (java) S 11585 11585 8557 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 14 0 113618505 14316269568 48987 18446744073709551615 4194304 4196468 140723858860016 140471278410640 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11591] ppid=11585 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11591/stat : 11591 (java) S 11585 11585 8557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 14 0 113618505 14316269568 48987 18446744073709551615 4194304 4196468 140723858860016 140471277358096 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11592] ppid=11585 vsize=13980732 memory=195912 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11592/stat : 11592 (java) S 11585 11585 8557 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 14 0 113618505 14316269568 48992 18446744073709551615 4194304 4196468 140723858860016 140471276305552 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11594] ppid=11585 vsize=13980732 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11594/stat : 11594 (java) S 11585 11585 8557 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 13 0 113618506 14316269568 48992 18446744073709551615 4194304 4196468 140723858860016 140470462178208 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11595] ppid=11585 vsize=13980732 memory=61788 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11595/stat : 11595 (java) S 11585 11585 8557 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 13 0 113618507 14316269568 48992 18446744073709551615 4194304 4196468 140723858860016 140470461125616 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11596] ppid=11585 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11596/stat : 11596 (java) S 11585 11585 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 13 0 113618509 14316269568 48992 18446744073709551615 4194304 4196468 140723858860016 140470460070960 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11597] ppid=11585 vsize=13980732 memory=195872 CPUtime=1.72 cores=0,2,4,6
/proc/11587/task/11597/stat : 11597 (java) S 11585 11585 8557 0 -1 1077944384 7261 0 0 0 171 1 0 0 20 0 12 0 113618509 14316269568 48964 18446744073709551615 4194304 4196468 140723858860016 140470459021808 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11598] ppid=11585 vsize=13980732 memory=56 CPUtime=1.61 cores=0,2,4,6
/proc/11587/task/11598/stat : 11598 (java) S 11585 11585 8557 0 -1 1077944384 8251 0 0 0 160 1 0 0 20 0 12 0 113618509 14316269568 48964 18446744073709551615 4194304 4196468 140723858860016 140470457969264 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11599] ppid=11585 vsize=13980732 memory=301741416391115062 CPUtime=0.41 cores=0,2,4,6
/proc/11587/task/11599/stat : 11599 (java) S 11585 11585 8557 0 -1 1077944384 4295 0 0 0 40 1 0 0 20 0 12 0 113618509 14316269568 48964 18446744073709551615 4194304 4196468 140723858860016 140470456916720 140471322507906 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
[pid=11587/tid=11600] ppid=11585 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11587/task/11600/stat : 11600 (java) S 11585 11585 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 113618509 14316269568 48964 18446744073709551615 4194304 4196468 140723858860016 140470455864416 140471322506965 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33488896 140723858866609 140723858866785 140723858866785 140723858870223 0
Current children cumulated CPU time: 51.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 197320 KiB

Child status: 0
Real time (s): 48.1151
CPU time (s): 51.7673
CPU user time (s): 51.6522
CPU system time (s): 0.115052
CPU usage (%): 107.59
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 197320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.6522
system time used= 0.115052
maximum resident set size= 196316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36050
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3123
involuntary context switches= 72


# summary of solver processes directly reported to runsolver:
#   pid: 11585
#   total CPU time (s): 51.7673
#   total CPU user time (s): 51.6522
#   total CPU system time (s): 0.115052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.279767 second user time and 0.519937 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 05:29:49
IDJOB=4281940
IDBENCH=123040
IDSOLVER=2677
FILE ID=node126/4281940-1503114234
RUNJOBID= node126-1503095802-8615
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15c.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-4281940-1503114234/watcher-4281940-1503114234 -o /tmp/evaluation-result-4281940-1503114234/solver-4281940-1503114234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1445917115 HOME/instance-4281940-1503114234.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=1445917115

node126.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.81
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.81
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.81
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.81
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:        31313608 kB
MemAvailable:   31867296 kB
Buffers:          301588 kB
Cached:           541812 kB
SwapCached:          524 kB
Active:           627904 kB
Inactive:         358576 kB
Active(anon):      98828 kB
Inactive(anon):    93904 kB
Active(file):     529076 kB
Inactive(file):   264672 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7892 kB
Writeback:             0 kB
AnonPages:        139852 kB
Mapped:            69676 kB
Shmem:             49824 kB
Slab:             177896 kB
SReclaimable:     151552 kB
SUnreclaim:        26344 kB
KernelStack:        3408 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1286512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-19 05:30:38