Trace number 4270192

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-09)OPT58937 5.96984 2.48822

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10b.xml
MD5SUM8cbeed9b899096335d8f109a5af96966
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark58937
Best CPU time to get the best result obtained on this benchmark0.765356
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size39
Distribution of domain sizes[{"size":10,"count":10},{"size":39,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270192-1502621193.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4270192-1502621193.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
0.73/0.45	c solve instance...
1.09/0.53	o 1581071 
1.69/0.73	o 734567 
1.69/0.73	o 609455 
1.69/0.73	o 608956 
1.69/0.73	o 588658 
1.69/0.73	o 511142 
1.69/0.73	o 290964 
1.69/0.73	o 284451 
1.69/0.73	o 233357 
1.69/0.73	o 181641 
1.69/0.73	o 150763 
1.69/0.73	o 118045 
2.11/0.89	o 111503 
2.32/0.97	o 101476 
2.32/0.98	o 97051 
4.30/1.66	o 64667 
4.60/1.71	o 62519 
5.28/2.03	o 58937 
5.87/2.48	s OPTIMUM FOUND
5.87/2.48	v <instantiation>
5.87/2.48	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9] </list>
5.87/2.48	v 	<values>0 1 3 6 2 5 9 4 7 8 1 2 15 0 0 172 0 0 0 14 30 0 61 45 0 0 886 0 0 0 0 0 0 0 27 0 0 4 0 202 0 0 1 0 0 0 0 5 0 12 0 1 0 335 42 </values>
5.87/2.48	v </instantiation>

Verifier Data

OK	58937

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270192-1502621193/watcher-4270192-1502621193 -o /tmp/evaluation-result-4270192-1502621193/solver-4270192-1502621193 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31366 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1037561031 HOME/instance-4270192-1502621193.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 2.42 1.70 1.37 4/221 31671
/proc/meminfo: memFree=31508528/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0
[pid=31657] ppid=31655 vsize=13978596 memory=28380 CPUtime=0.12 cores=1,3,5,7
/proc/31657/stat : 31657 (java) S 31655 31655 28385 0 -1 1077944320 5447 0 0 0 11 1 0 0 20 0 15 0 95207114 14314082304 7095 33554432000 4194304 4196468 140736465585520 140736465568064 140150965370615 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
/proc/31657/statm: 3494649 7095 2873 1 0 3482966 0
[pid=31657/tid=31658] ppid=31655 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/31657/task/31658/stat : 31658 (java) R 31655 31655 28385 0 -1 4202560 3467 0 0 0 8 1 0 0 20 0 15 0 95207114 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150969603888 140150965382550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31659] ppid=31655 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13978596 memory=140336526419584 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13978596 memory=140336526419584 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207116 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) S 31655 31655 28385 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 95207119 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150074989296 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150073936752 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13978596 memory=140336526419584 CPUtime=0.01 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) R 31655 31655 28385 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 15 0 95207119 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150072883696 140150944004849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13978596 memory=140336526419584 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207120 14314082304 7095 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29764 KiB

[startup+0.210842 s]*
/proc/loadavg: 2.42 1.70 1.37 4/221 31671
/proc/meminfo: memFree=31497116/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0
[pid=31657] ppid=31655 vsize=13982852 memory=40468 CPUtime=0.33 cores=1,3,5,7
/proc/31657/stat : 31657 (java) S 31655 31655 28385 0 -1 1077944320 8197 0 0 0 31 2 0 0 20 0 15 0 95207114 14318440448 10117 33554432000 4194304 4196468 140736465585520 140736465568064 140150965370615 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
/proc/31657/statm: 3495713 10117 3074 1 0 3482966 0
[pid=31657/tid=31658] ppid=31655 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/31657/task/31658/stat : 31658 (java) D 31655 31655 28385 0 -1 1077944384 5345 0 0 0 18 1 0 0 20 0 15 0 95207114 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150969572304 140150958049837 0 4 0 16800975 18446744072101707300 0 0 -1 5 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31659] ppid=31655 vsize=13982884 memory=13593 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14318473216 10117 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13982884 memory=140336526448253 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14318473216 10117 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13982852 memory=140336526419584 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207116 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13982884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) S 31655 31655 28385 0 -1 1077944384 673 0 0 0 2 0 0 0 20 0 15 0 95207119 14318473216 10117 33554432000 4194304 4196468 140736465585520 140150074989296 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13982884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) S 31655 31655 28385 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 15 0 95207119 14318473216 10117 33554432000 4194304 4196468 140736465585520 140150073936752 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13982852 memory=140336526419584 CPUtime=0.07 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) S 31655 31655 28385 0 -1 1077944384 718 0 0 0 7 0 0 0 20 0 15 0 95207119 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150072883696 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207120 14318440448 10117 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41852 KiB

[startup+0.310814 s]*
/proc/loadavg: 2.42 1.70 1.37 4/221 31671
/proc/meminfo: memFree=31490664/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0
[pid=31657] ppid=31655 vsize=13982928 memory=47404 CPUtime=0.5 cores=1,3,5,7
/proc/31657/stat : 31657 (java) S 31655 31655 28385 0 -1 1077944320 9061 0 0 0 47 3 0 0 20 0 15 0 95207114 14318518272 11851 33554432000 4194304 4196468 140736465585520 140736465568064 140150965370615 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
/proc/31657/statm: 3495732 11851 3090 1 0 3482966 0
[pid=31657/tid=31658] ppid=31655 vsize=13982928 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/31657/task/31658/stat : 31658 (java) R 31655 31655 28385 0 -1 4202560 6078 0 0 0 27 2 0 0 20 0 15 0 95207114 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150969604352 140150571150191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31659] ppid=31655 vsize=13982928 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207116 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13982928 memory=-9001728533042062950 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13982928 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13982928 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) S 31655 31655 28385 0 -1 1077944384 690 0 0 0 3 0 0 0 20 0 15 0 95207119 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150074989296 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) S 31655 31655 28385 0 -1 1077944384 197 0 0 0 3 0 0 0 20 0 15 0 95207119 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150073936752 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) R 31655 31655 28385 0 -1 4202560 792 0 0 0 11 0 0 0 20 0 15 0 95207119 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150072883696 140150965391962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207120 14318518272 11851 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48788 KiB

[startup+0.703425 s]
/proc/loadavg: 2.42 1.70 1.37 6/221 31671
/proc/meminfo: memFree=31469712/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0
[pid=31657] ppid=31655 vsize=13984976 memory=64128 CPUtime=1.69 cores=1,3,5,7
/proc/31657/stat : 31657 (java) S 31655 31655 28385 0 -1 1077944320 11735 0 0 0 164 5 0 0 20 0 15 0 95207114 14320615424 16032 33554432000 4194304 4196468 140736465585520 140736465568064 140150965370615 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
/proc/31657/statm: 3496244 16032 3213 1 0 3483478 0
[pid=31657/tid=31658] ppid=31655 vsize=13984976 memory=3472328296227679313 CPUtime=0.67 cores=1,3,5,7
/proc/31657/task/31658/stat : 31658 (java) R 31655 31655 28385 0 -1 4202560 6622 0 0 0 64 3 0 0 20 0 15 0 95207114 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150969606784 140150574789313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31659] ppid=31655 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13984976 memory=27344 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13984976 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95207116 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13984976 memory=1948 CPUtime=0.34 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) R 31655 31655 28385 0 -1 4202560 1446 0 0 0 34 0 0 0 20 0 15 0 95207119 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150074976528 140150946891797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13984976 memory=8560 CPUtime=0.33 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) R 31655 31655 28385 0 -1 4202560 890 0 0 0 33 0 0 0 20 0 15 0 95207119 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150073926768 140150946891797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13984976 memory=1228 CPUtime=0.33 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) S 31655 31655 28385 0 -1 1077944384 1470 0 0 0 32 1 0 0 20 0 15 0 95207119 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150072883696 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13984976 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13984976 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 16032 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 65512 KiB

[startup+1.50085 s]
/proc/loadavg: 2.42 1.70 1.37 5/221 31671
/proc/meminfo: memFree=31467980/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0

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

/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13984976 memory=140336378716624 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13984976 memory=280672757355008 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13984976 memory=13815 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13984976 memory=26186 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 95207116 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13984976 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) R 31655 31655 28385 0 -1 4202560 6063 0 0 0 106 0 0 0 20 0 15 0 95207119 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150074975320 140150949767294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13984976 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) R 31655 31655 28385 0 -1 4202560 4503 0 0 0 101 0 0 0 20 0 15 0 95207119 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150073917768 140150948867141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13984976 memory=280672757390336 CPUtime=0.41 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) S 31655 31655 28385 0 -1 1077944384 2136 0 0 0 40 1 0 0 20 0 15 0 95207119 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150072883696 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13984976 memory=140336378700160 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13984976 memory=280672757632896 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 20608 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 3.99 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 83816 KiB

[startup+2.48817 s]
# the end of solver process 31655 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.88913 s, system=0.080712 s

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

[startup+1.60104 s]
/proc/loadavg: 2.42 1.70 1.37 5/221 31671
/proc/meminfo: memFree=31467980/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0
[pid=31657] ppid=31655 vsize=13984976 memory=93692 CPUtime=4.3 cores=1,3,5,7
/proc/31657/stat : 31657 (java) S 31655 31655 28385 0 -1 1077944320 23616 0 0 0 423 7 0 0 20 0 15 0 95207114 14320615424 23423 33554432000 4194304 4196468 140736465585520 140736465568064 140150965370615 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
/proc/31657/statm: 3496244 23423 3219 1 0 3483478 0
[pid=31657/tid=31658] ppid=31655 vsize=13984976 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/31657/task/31658/stat : 31658 (java) R 31655 31655 28385 0 -1 4202560 7288 0 0 0 154 3 0 0 20 0 15 0 95207114 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150969607784 140150574888272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31659] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 95207116 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13984976 memory=7380665758954842216 CPUtime=1.17 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) R 31655 31655 28385 0 -1 4202560 7123 0 0 0 116 1 0 0 20 0 15 0 95207119 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150074975176 140150946915280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13984976 memory=7739832206397039191 CPUtime=1.12 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) R 31655 31655 28385 0 -1 4202560 5711 0 0 0 111 1 0 0 20 0 15 0 95207119 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150073922768 140150946916149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13984976 memory=280672757457728 CPUtime=0.41 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) S 31655 31655 28385 0 -1 1077944384 2137 0 0 0 40 1 0 0 20 0 15 0 95207119 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150072883696 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13984976 memory=280672757662304 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 23423 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 95076 KiB

[startup+2.00083 s]*
/proc/loadavg: 2.42 1.70 1.37 3/221 31671
/proc/meminfo: memFree=31434112/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0
[pid=31657] ppid=31655 vsize=13984976 memory=98756 CPUtime=5.28 cores=1,3,5,7
/proc/31657/stat : 31657 (java) S 31655 31655 28385 0 -1 1077944320 25537 0 0 0 521 7 0 0 20 0 15 0 95207114 14320615424 24689 33554432000 4194304 4196468 140736465585520 140736465568064 140150965370615 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
/proc/31657/statm: 3496244 24689 3226 1 0 3483478 0
[pid=31657/tid=31658] ppid=31655 vsize=13984976 memory=7883960649037381690 CPUtime=1.98 cores=1,3,5,7
/proc/31657/task/31658/stat : 31658 (java) R 31655 31655 28385 0 -1 4202560 7422 0 0 0 195 3 0 0 20 0 15 0 95207114 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150969608904 140150574748229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31659] ppid=31655 vsize=13984976 memory=13593 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13984976 memory=140336526448253 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13984976 memory=140336526419584 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 95207116 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13984976 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) S 31655 31655 28385 0 -1 1077944384 7715 0 0 0 146 1 0 0 20 0 15 0 95207119 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150074989296 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13984976 memory=140336378709439 CPUtime=1.39 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) S 31655 31655 28385 0 -1 1077944384 6821 0 0 0 138 1 0 0 20 0 15 0 95207119 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150073936752 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13984976 memory=140336526421280 CPUtime=0.41 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) S 31655 31655 28385 0 -1 1077944384 2222 0 0 0 40 1 0 0 20 0 15 0 95207119 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150072883696 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13984976 memory=3617551796267921439 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 24689 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 100140 KiB

[startup+2.40073 s]
/proc/loadavg: 2.42 1.70 1.37 3/221 31671
/proc/meminfo: memFree=31434112/32770624 swapFree=67108860/67108860
[pid=31655] ppid=31652 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31655/stat : 31655 (xcsp3-exec) S 31652 31655 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95207113 9740288 346 33554432000 4194304 5098028 140729130725888 140729130723992 140301141172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31830016 140729130734708 140729130734912 140729130734912 140729130737643 0
/proc/31655/statm: 2378 346 289 221 0 87 0
[pid=31657] ppid=31655 vsize=13984976 memory=99144 CPUtime=5.87 cores=1,3,5,7
/proc/31657/stat : 31657 (java) S 31655 31655 28385 0 -1 1077944320 25638 0 0 0 580 7 0 0 20 0 15 0 95207114 14320615424 24786 33554432000 4194304 4196468 140736465585520 140736465568064 140150965370615 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
/proc/31657/statm: 3496244 24786 3226 1 0 3483478 0
[pid=31657/tid=31658] ppid=31655 vsize=13984976 memory=280672757390336 CPUtime=2.37 cores=1,3,5,7
/proc/31657/task/31658/stat : 31658 (java) R 31655 31655 28385 0 -1 4202560 7442 0 0 0 234 3 0 0 20 0 15 0 95207114 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150969606448 140150574697384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31659] ppid=31655 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31659/stat : 31659 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150895459344 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31660] ppid=31655 vsize=13984976 memory=98732 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31660/stat : 31660 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150894406800 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31661] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31661/stat : 31661 (java) S 31655 31655 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150893353744 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31662] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31662/stat : 31662 (java) S 31655 31655 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95207115 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150892301200 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31663] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31663/stat : 31663 (java) S 31655 31655 28385 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 95207116 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150079199472 140150965381762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31664] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31664/stat : 31664 (java) S 31655 31655 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150078145696 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31665] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31665/stat : 31665 (java) S 31655 31655 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95207117 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150077092592 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31666] ppid=31655 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31666/stat : 31666 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207119 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150076041168 140150965389211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31667] ppid=31655 vsize=13984976 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/31657/task/31667/stat : 31667 (java) S 31655 31655 28385 0 -1 1077944384 7740 0 0 0 159 1 0 0 20 0 15 0 95207119 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150074989296 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31668] ppid=31655 vsize=13984976 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/31657/task/31668/stat : 31668 (java) S 31655 31655 28385 0 -1 1077944384 6840 0 0 0 143 1 0 0 20 0 15 0 95207119 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150073936752 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31669] ppid=31655 vsize=13984976 memory=3618993480042638693 CPUtime=0.43 cores=1,3,5,7
/proc/31657/task/31669/stat : 31669 (java) S 31655 31655 28385 0 -1 1077944384 2259 0 0 0 42 1 0 0 20 0 15 0 95207119 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150072883696 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31670] ppid=31655 vsize=13984976 memory=8026650869813564775 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31670/stat : 31670 (java) S 31655 31655 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150071831392 140150965380821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
[pid=31657/tid=31671] ppid=31655 vsize=13984976 memory=7811332378137542764 CPUtime=0 cores=1,3,5,7
/proc/31657/task/31671/stat : 31671 (java) S 31655 31655 28385 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 95207120 14320615424 24786 33554432000 4194304 4196468 140736465585520 140150070778416 140150965381762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12427264 140736465589405 140736465589580 140736465589580 140736465592271 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 100528 KiB

Child status: 0
Real time (s): 2.48822
CPU time (s): 5.96984
CPU user time (s): 5.88913
CPU system time (s): 0.080712
CPU usage (%): 239.924
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 100528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.88913
system time used= 0.080712
maximum resident set size= 101732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26582
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2020
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 31655
#   total CPU time (s): 5.96984
#   total CPU user time (s): 5.88913
#   total CPU system time (s): 0.080712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038941 second user time and 0.06966 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 12:32:15
IDJOB=4270192
IDBENCH=123144
IDSOLVER=2661
FILE ID=node106/4270192-1502621193
RUNJOBID= node106-1502620090-31366
PBS_JOBID= 20628302
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10b.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-4270192-1502621193/watcher-4270192-1502621193 -o /tmp/evaluation-result-4270192-1502621193/solver-4270192-1502621193 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31366 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1037561031 HOME/instance-4270192-1502621193.xml

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

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=1037561031

node106.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.86
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.86
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.86
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.86
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:        31526040 kB
MemAvailable:   31931568 kB
Buffers:           97084 kB
Cached:           595792 kB
SwapCached:            0 kB
Active:           445756 kB
Inactive:         362964 kB
Active(anon):      71024 kB
Inactive(anon):    72092 kB
Active(file):     374732 kB
Inactive(file):   290872 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15804 kB
Writeback:             0 kB
AnonPages:        133820 kB
Mapped:            55452 kB
Shmem:             25228 kB
Slab:             136724 kB
SReclaimable:     111516 kB
SUnreclaim:        25208 kB
KernelStack:        3872 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1291008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61756 MiB
End job on node106 at 2017-08-13 12:32:17