Trace number 4271662

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 par (2017-08-09)OPT58937 7.9860401 1.51184

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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271662-1502641202.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271662-1502641202.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.11/0.58	c solve instance...
1.46/0.66	o 1274635 
1.46/0.68	o 474102 
2.05/0.72	o 403794 
2.05/0.72	o 341848 
2.05/0.77	o 297578 
2.63/0.83	o 231178 
2.63/0.83	o 208440 
2.63/0.83	o 198019 
2.63/0.84	o 180550 
2.63/0.84	o 175178 
2.63/0.86	o 174222 
2.63/0.86	o 111064 
2.63/0.89	o 60745 
3.32/0.91	o 58937 
7.22/1.49	s OPTIMUM FOUND
7.22/1.49	v <instantiation>
7.22/1.49	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>
7.22/1.49	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>
7.22/1.49	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 (15377 MiB free)
  memory of node 1: 16384 MiB (15483 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271662-1502641202/watcher-4271662-1502641202 -o /tmp/evaluation-result-4271662-1502641202/solver-4271662-1502641202 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502639064-9944 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1918926302 HOME/instance-4271662-1502641202.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=15104, runsolver pid=15101

[startup+0.100162 s]*
/proc/loadavg: 7.43 7.35 5.73 2/201 15125
/proc/meminfo: memFree=31586588/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15104/stat : 15104 (xcsp3-exec) S 15101 15104 9917 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97207954 9740288 346 33554432000 4194304 5098028 140722328478752 140722328476856 140509835764348 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18296832 140722328487018 140722328487228 140722328487228 140722328489963 0
/proc/15104/statm: 2378 346 289 221 0 87 0
[pid=15106] ppid=15104 vsize=25999808 memory=26344 CPUtime=0.12 cores=0-7
/proc/15106/stat : 15106 (java) S 15104 15104 9917 0 -1 1077944320 5517 0 0 0 11 1 0 0 20 0 20 0 97207955 26623803392 6586 33554432000 4194304 4196468 140735245973232 140735245955776 139850644426487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
/proc/15106/statm: 6499952 6586 2838 1 0 6488269 0
[pid=15106/tid=15107] ppid=15104 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/15106/task/15107/stat : 15107 (java) R 15104 15104 9917 0 -1 4202560 3534 0 0 0 8 0 0 0 20 0 20 0 97207955 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850648659760 139850628506974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15108] ppid=15104 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/15106/task/15108/stat : 15108 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850597047184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15109] ppid=15104 vsize=25999808 memory=140222213334656 CPUtime=0 cores=0-7
/proc/15106/task/15109/stat : 15109 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850595994384 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15110] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15110/stat : 15110 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850594942096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15111] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15111/stat : 15111 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850593889296 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15112] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15112/stat : 15112 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850592835984 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15113] ppid=15104 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15106/task/15113/stat : 15113 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850591783184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15114] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15114/stat : 15114 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850590730896 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15115] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15115/stat : 15115 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207956 26623803392 6586 33554432000 4194304 4196468 140735245973232 139850589678096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15116] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15116/stat : 15116 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207957 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848916589168 139850644437634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15117] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15117/stat : 15117 (java) S 15104 15104 9917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97207958 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848915535136 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15118] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15118/stat : 15118 (java) S 15104 15104 9917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97207958 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848914482800 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15119] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15119/stat : 15119 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207960 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848913431120 139850644445083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15120] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15120/stat : 15120 (java) S 15104 15104 9917 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 97207960 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848912377968 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15121] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15121/stat : 15121 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207960 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848911325168 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15122] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15122/stat : 15122 (java) S 15104 15104 9917 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 97207960 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848910272880 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15123] ppid=15104 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15106/task/15123/stat : 15123 (java) S 15104 15104 9917 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 20 0 97207960 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848909220080 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15124] ppid=15104 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15124/stat : 15124 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207961 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848908168032 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15125] ppid=15104 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15106/task/15125/stat : 15125 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207961 26623803392 6586 33554432000 4194304 4196468 140735245973232 139848907115312 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27728 KiB

[startup+0.210155 s]*
/proc/loadavg: 7.43 7.35 5.73 3/201 15125
/proc/meminfo: memFree=31575824/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15104/stat : 15104 (xcsp3-exec) S 15101 15104 9917 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97207954 9740288 346 33554432000 4194304 5098028 140722328478752 140722328476856 140509835764348 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18296832 140722328487018 140722328487228 140722328487228 140722328489963 0
/proc/15104/statm: 2378 346 289 221 0 87 0
[pid=15106] ppid=15104 vsize=26004064 memory=38880 CPUtime=0.33 cores=0-7
/proc/15106/stat : 15106 (java) S 15104 15104 9917 0 -1 1077944320 8216 0 0 0 31 2 0 0 20 0 20 0 97207955 26628161536 9720 33554432000 4194304 4196468 140735245973232 140735245955776 139850644426487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
/proc/15106/statm: 6501016 9720 3088 1 0 6488269 0
[pid=15106/tid=15107] ppid=15104 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15106/task/15107/stat : 15107 (java) R 15104 15104 9917 0 -1 4202560 5404 0 0 0 18 1 0 0 20 0 20 0 97207955 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850648640464 139850628506974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15108] ppid=15104 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/15106/task/15108/stat : 15108 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850597047184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15109] ppid=15104 vsize=26004064 memory=140222213349018 CPUtime=0 cores=0-7
/proc/15106/task/15109/stat : 15109 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850595994384 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15110] ppid=15104 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15106/task/15110/stat : 15110 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850594942096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15111] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15111/stat : 15111 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850593889296 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15112] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15112/stat : 15112 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850592835984 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15113] ppid=15104 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15106/task/15113/stat : 15113 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850591783184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15114] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15114/stat : 15114 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850590730896 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15115] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15115/stat : 15115 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 9720 33554432000 4194304 4196468 140735245973232 139850589678096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15116] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15116/stat : 15116 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207957 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848916589168 139850644437634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15117] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15117/stat : 15117 (java) S 15104 15104 9917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97207958 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848915535136 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15118] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15118/stat : 15118 (java) S 15104 15104 9917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97207958 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848914482800 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15119] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15119/stat : 15119 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207960 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848913431120 139850644445083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15120] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15120/stat : 15120 (java) S 15104 15104 9917 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 97207960 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848912377968 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15121] ppid=15104 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/15106/task/15121/stat : 15121 (java) S 15104 15104 9917 0 -1 1077944384 136 0 0 0 2 0 0 0 20 0 20 0 97207960 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848911325168 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15122] ppid=15104 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/15106/task/15122/stat : 15122 (java) S 15104 15104 9917 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 20 0 97207960 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848910272880 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15123] ppid=15104 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/15106/task/15123/stat : 15123 (java) R 15104 15104 9917 0 -1 4202560 732 0 0 0 8 0 0 0 20 0 20 0 97207960 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848909220080 139850644447834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15124] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15124/stat : 15124 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207961 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848908168032 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15125] ppid=15104 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15106/task/15125/stat : 15125 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207961 26628161536 9720 33554432000 4194304 4196468 140735245973232 139848907115312 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40264 KiB

[startup+0.309562 s]*
/proc/loadavg: 7.43 7.35 5.73 2/201 15125
/proc/meminfo: memFree=31569432/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15104/stat : 15104 (xcsp3-exec) S 15101 15104 9917 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97207954 9740288 346 33554432000 4194304 5098028 140722328478752 140722328476856 140509835764348 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18296832 140722328487018 140722328487228 140722328487228 140722328489963 0
/proc/15104/statm: 2378 346 289 221 0 87 0
[pid=15106] ppid=15104 vsize=26004064 memory=46112 CPUtime=0.5 cores=0-7
/proc/15106/stat : 15106 (java) S 15104 15104 9917 0 -1 1077944320 9235 0 0 0 47 3 0 0 20 0 20 0 97207955 26628161536 11528 33554432000 4194304 4196468 140735245973232 140735245955776 139850644426487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
/proc/15106/statm: 6501016 11528 3119 1 0 6488269 0
[pid=15106/tid=15107] ppid=15104 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15106/task/15107/stat : 15107 (java) R 15104 15104 9917 0 -1 4202560 6155 0 0 0 28 1 0 0 20 0 20 0 97207955 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850648660512 139850628506974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15108] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15108/stat : 15108 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850597047184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15109] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15109/stat : 15109 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850595994384 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15110] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15110/stat : 15110 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850594942096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15111] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15111/stat : 15111 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850593889296 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15112] ppid=15104 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/15106/task/15112/stat : 15112 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850592835984 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15113] ppid=15104 vsize=26004064 memory=140222092374959 CPUtime=0 cores=0-7
/proc/15106/task/15113/stat : 15113 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850591783184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15114] ppid=15104 vsize=26004064 memory=140222092377264 CPUtime=0 cores=0-7
/proc/15106/task/15114/stat : 15114 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850590730896 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15115] ppid=15104 vsize=26004064 memory=140222092379568 CPUtime=0 cores=0-7
/proc/15106/task/15115/stat : 15115 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207956 26628161536 11528 33554432000 4194304 4196468 140735245973232 139850589678096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15116] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15116/stat : 15116 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97207957 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848916589168 139850644437634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15117] ppid=15104 vsize=26004064 memory=280444184766096 CPUtime=0 cores=0-7
/proc/15106/task/15117/stat : 15117 (java) S 15104 15104 9917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97207958 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848915535136 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15118] ppid=15104 vsize=26004064 memory=280444184773008 CPUtime=0 cores=0-7
/proc/15106/task/15118/stat : 15118 (java) S 15104 15104 9917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97207958 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848914482800 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15119] ppid=15104 vsize=26004064 memory=280444184714160 CPUtime=0 cores=0-7
/proc/15106/task/15119/stat : 15119 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207960 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848913431120 139850644445083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15120] ppid=15104 vsize=26004064 memory=280444184786832 CPUtime=0.01 cores=0-7
/proc/15106/task/15120/stat : 15120 (java) S 15104 15104 9917 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 97207960 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848912377968 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15121] ppid=15104 vsize=26004064 memory=280444184793744 CPUtime=0.03 cores=0-7
/proc/15106/task/15121/stat : 15121 (java) S 15104 15104 9917 0 -1 1077944384 208 0 0 0 3 0 0 0 20 0 20 0 97207960 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848911325168 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15122] ppid=15104 vsize=26004064 memory=280444184791440 CPUtime=0.02 cores=0-7
/proc/15106/task/15122/stat : 15122 (java) S 15104 15104 9917 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 20 0 97207960 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848910272880 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15123] ppid=15104 vsize=26004064 memory=280444184807600 CPUtime=0.12 cores=0-7
/proc/15106/task/15123/stat : 15123 (java) S 15104 15104 9917 0 -1 1077944384 829 0 0 0 12 0 0 0 20 0 20 0 97207960 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848909220080 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15124] ppid=15104 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15124/stat : 15124 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97207961 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848908168032 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15125] ppid=15104 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15106/task/15125/stat : 15125 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97207961 26628161536 11528 33554432000 4194304 4196468 140735245973232 139848907115312 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47496 KiB

[startup+0.701983 s]
/proc/loadavg: 7.43 7.35 5.73 5/201 15125
/proc/meminfo: memFree=31550576/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15104/stat : 15104 (xcsp3-exec) S 15101 15104 9917 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97207954 9740288 346 33554432000 4194304 5098028 140722328478752 140722328476856 140509835764348 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18296832 140722328487018 140722328487228 140722328487228 140722328489963 0
/proc/15104/statm: 2378 346 289 221 0 87 0
[pid=15106] ppid=15104 vsize=26538700 memory=126956 CPUtime=2.05 cores=0-7
/proc/15106/stat : 15106 (java) S 15104 15104 9917 0 -1 1077944320 13595 0 0 0 199 6 0 0 20 0 28 0 97207955 27175628800 31739 33554432000 4194304 4196468 140735245973232 140735245955776 139850644426487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
/proc/15106/statm: 6634675 31739 3213 1 0 6621909 0
[pid=15106/tid=15107] ppid=15104 vsize=26538700 memory=280444185165488 CPUtime=0.57 cores=0-7
/proc/15106/task/15107/stat : 15107 (java) S 15104 15104 9917 0 -1 1077944384 6837 0 0 0 55 2 0 0 20 0 28 0 97207955 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850648667264 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15108] ppid=15104 vsize=26538700 memory=140222092583792 CPUtime=0 cores=0-7
/proc/15106/task/15108/stat : 15108 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850597047184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15109] ppid=15104 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15109/stat : 15109 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850595994384 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15110] ppid=15104 vsize=26538700 memory=10928 CPUtime=0 cores=0-7
/proc/15106/task/15110/stat : 15110 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850594942096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15111] ppid=15104 vsize=26538700 memory=796 CPUtime=0 cores=0-7
/proc/15106/task/15111/stat : 15111 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850593889296 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15112] ppid=15104 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/15106/task/15112/stat : 15112 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850592835984 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15113] ppid=15104 vsize=26538700 memory=15872 CPUtime=0 cores=0-7
/proc/15106/task/15113/stat : 15113 (java) S 15104 15104 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850591783184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15114] ppid=15104 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/15106/task/15114/stat : 15114 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850590730896 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15115] ppid=15104 vsize=26538700 memory=16636 CPUtime=0 cores=0-7
/proc/15106/task/15115/stat : 15115 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97207956 27175628800 31739 33554432000 4194304 4196468 140735245973232 139850589678096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15116] ppid=15104 vsize=26538700 memory=18444 CPUtime=0 cores=0-7
/proc/15106/task/15116/stat : 15116 (java) S 15104 15104 9917 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 97207957 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848916589168 139850644437634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15117] ppid=15104 vsize=26538700 memory=1788 CPUtime=0 cores=0-7
/proc/15106/task/15117/stat : 15117 (java) S 15104 15104 9917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 97207958 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848915535136 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15118] ppid=15104 vsize=26538700 memory=640 CPUtime=0 cores=0-7
/proc/15106/task/15118/stat : 15118 (java) S 15104 15104 9917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 97207958 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848914482800 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15119] ppid=15104 vsize=26538700 memory=952 CPUtime=0 cores=0-7
/proc/15106/task/15119/stat : 15119 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207960 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848913431120 139850644445083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15120] ppid=15104 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/15106/task/15120/stat : 15120 (java) R 15104 15104 9917 0 -1 4202560 1035 0 0 0 20 0 0 0 20 0 28 0 97207960 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848912370992 139850624114975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15121] ppid=15104 vsize=26538700 memory=1008 CPUtime=0.24 cores=0-7
/proc/15106/task/15121/stat : 15121 (java) R 15104 15104 9917 0 -1 4202560 902 0 0 0 24 0 0 0 20 0 28 0 97207960 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848911310128 139850629110655 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15122] ppid=15104 vsize=26538700 memory=1928 CPUtime=0.23 cores=0-7
/proc/15106/task/15122/stat : 15122 (java) R 15104 15104 9917 0 -1 4202560 1111 0 0 0 23 0 0 0 20 0 28 0 97207960 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848910262800 139850623933319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15123] ppid=15104 vsize=26538700 memory=1200 CPUtime=0.38 cores=0-7
/proc/15106/task/15123/stat : 15123 (java) R 15104 15104 9917 0 -1 4202560 1701 0 0 0 38 0 0 0 20 0 28 0 97207960 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848909220080 139850644447834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15124] ppid=15104 vsize=26538700 memory=8564 CPUtime=0 cores=0-7
/proc/15106/task/15124/stat : 15124 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97207961 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848908168032 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15125] ppid=15104 vsize=26538700 memory=5664 CPUtime=0 cores=0-7
/proc/15106/task/15125/stat : 15125 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97207961 27175628800 31739 33554432000 4194304 4196468 140735245973232 139848907115312 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
Current children cumulated CPU time: 2.05 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 128340 KiB

[startup+1.50125 s]
/proc/loadavg: 7.43 7.35 5.73 10/209 15245
/proc/meminfo: memFree=31417272/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15104/stat : 15104 (xcsp3-exec) S 15101 15104 9917 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97207954 9740288 346 33554432000 4194304 5098028 140722328478752 140722328476856 140509835764348 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18296832 140722328487018 140722328487228 140722328487228 140722328489963 0
/proc/15104/statm: 2378 346 289 221 0 87 0
[pid=15106] ppid=15104 vsize=26539728 memory=206428 CPUtime=7.97 cores=0-7
/proc/15106/stat : 15106 (java) S 15104 15104 9917 0 -1 1077944320 21171 0 0 0 787 10 0 0 20 0 19 0 97207955 27176681472 51607 33554432000 4194304 4196468 140735245973232 140735245955776 139850644426487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
/proc/15106/statm: 6634932 51607 3237 1 0 6622166 0
[pid=15106/tid=15107] ppid=15104 vsize=26539728 memory=16098169624726079 CPUtime=0.57 cores=0-7
/proc/15106/task/15107/stat : 15107 (java) S 15104 15104 9917 0 -1 1077944384 6844 0 0 0 55 2 0 0 20 0 19 0 97207955 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850648669328 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15108] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15108/stat : 15108 (java) S 15104 15104 9917 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850597047184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15109] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15109/stat : 15109 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850595994384 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15110] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15110/stat : 15110 (java) S 15104 15104 9917 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850594942096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15111] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15111/stat : 15111 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850593889296 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15112] ppid=15104 vsize=26539728 memory=2244 CPUtime=0 cores=0-7
/proc/15106/task/15112/stat : 15112 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850592835984 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15113] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15113/stat : 15113 (java) S 15104 15104 9917 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850591783184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15114] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15114/stat : 15114 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850590730896 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15115] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15115/stat : 15115 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850589678096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15116] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15116/stat : 15116 (java) S 15104 15104 9917 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 97207957 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848916589376 139850644437634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15117] ppid=15104 vsize=26539728 memory=204716 CPUtime=0 cores=0-7
/proc/15106/task/15117/stat : 15117 (java) S 15104 15104 9917 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 97207958 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848915535136 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15118] ppid=15104 vsize=26539728 memory=4132 CPUtime=0 cores=0-7
/proc/15106/task/15118/stat : 15118 (java) S 15104 15104 9917 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 97207958 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848914482800 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15119] ppid=15104 vsize=26539728 memory=28008 CPUtime=0 cores=0-7
/proc/15106/task/15119/stat : 15119 (java) S 15104 15104 9917 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848913429888 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15120] ppid=15104 vsize=26539728 memory=1296 CPUtime=0.76 cores=0-7
/proc/15106/task/15120/stat : 15120 (java) S 15104 15104 9917 0 -1 1077944384 2903 0 0 0 75 1 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848912358448 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15121] ppid=15104 vsize=26539728 memory=2408 CPUtime=0.88 cores=0-7
/proc/15106/task/15121/stat : 15121 (java) S 15104 15104 9917 0 -1 1077944384 3039 0 0 0 88 0 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848911309680 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15122] ppid=15104 vsize=26539728 memory=1728 CPUtime=0.78 cores=0-7
/proc/15106/task/15122/stat : 15122 (java) S 15104 15104 9917 0 -1 1077944384 2168 0 0 0 78 0 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848910257392 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15123] ppid=15104 vsize=26539728 memory=1720 CPUtime=0.52 cores=0-7
/proc/15106/task/15123/stat : 15123 (java) S 15104 15104 9917 0 -1 1077944384 2291 0 0 0 51 1 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848909220080 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15124] ppid=15104 vsize=26539728 memory=1008 CPUtime=0 cores=0-7
/proc/15106/task/15124/stat : 15124 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 97207961 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848908168032 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 207812 KiB

[startup+1.51181 s]
# the end of solver process 15104 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.87438 s, system=0.111655 s

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

[startup+1.50125 s]
/proc/loadavg: 7.43 7.35 5.73 10/209 15245
/proc/meminfo: memFree=31417272/32770624 swapFree=67108860/67108860
[pid=15104] ppid=15101 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15104/stat : 15104 (xcsp3-exec) S 15101 15104 9917 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97207954 9740288 346 33554432000 4194304 5098028 140722328478752 140722328476856 140509835764348 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18296832 140722328487018 140722328487228 140722328487228 140722328489963 0
/proc/15104/statm: 2378 346 289 221 0 87 0
[pid=15106] ppid=15104 vsize=26539728 memory=206428 CPUtime=7.97 cores=0-7
/proc/15106/stat : 15106 (java) S 15104 15104 9917 0 -1 1077944320 21171 0 0 0 787 10 0 0 20 0 19 0 97207955 27176681472 51607 33554432000 4194304 4196468 140735245973232 140735245955776 139850644426487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
/proc/15106/statm: 6634932 51607 3237 1 0 6622166 0
[pid=15106/tid=15107] ppid=15104 vsize=26539728 memory=16098169624726079 CPUtime=0.57 cores=0-7
/proc/15106/task/15107/stat : 15107 (java) S 15104 15104 9917 0 -1 1077944384 6844 0 0 0 55 2 0 0 20 0 19 0 97207955 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850648669328 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15108] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15108/stat : 15108 (java) S 15104 15104 9917 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850597047184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15109] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15109/stat : 15109 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850595994384 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15110] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15110/stat : 15110 (java) S 15104 15104 9917 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850594942096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15111] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15111/stat : 15111 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850593889296 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15112] ppid=15104 vsize=26539728 memory=2244 CPUtime=0 cores=0-7
/proc/15106/task/15112/stat : 15112 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850592835984 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15113] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15113/stat : 15113 (java) S 15104 15104 9917 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850591783184 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15114] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15114/stat : 15114 (java) S 15104 15104 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850590730896 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15115] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15115/stat : 15115 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 97207956 27176681472 51607 33554432000 4194304 4196468 140735245973232 139850589678096 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15116] ppid=15104 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/15106/task/15116/stat : 15116 (java) S 15104 15104 9917 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 97207957 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848916589376 139850644437634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15117] ppid=15104 vsize=26539728 memory=204716 CPUtime=0 cores=0-7
/proc/15106/task/15117/stat : 15117 (java) S 15104 15104 9917 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 97207958 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848915535136 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15118] ppid=15104 vsize=26539728 memory=4132 CPUtime=0 cores=0-7
/proc/15106/task/15118/stat : 15118 (java) S 15104 15104 9917 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 97207958 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848914482800 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15119] ppid=15104 vsize=26539728 memory=28008 CPUtime=0 cores=0-7
/proc/15106/task/15119/stat : 15119 (java) S 15104 15104 9917 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848913429888 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15120] ppid=15104 vsize=26539728 memory=1296 CPUtime=0.76 cores=0-7
/proc/15106/task/15120/stat : 15120 (java) S 15104 15104 9917 0 -1 1077944384 2903 0 0 0 75 1 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848912358448 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15121] ppid=15104 vsize=26539728 memory=2408 CPUtime=0.88 cores=0-7
/proc/15106/task/15121/stat : 15121 (java) S 15104 15104 9917 0 -1 1077944384 3039 0 0 0 88 0 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848911309680 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15122] ppid=15104 vsize=26539728 memory=1728 CPUtime=0.78 cores=0-7
/proc/15106/task/15122/stat : 15122 (java) S 15104 15104 9917 0 -1 1077944384 2168 0 0 0 78 0 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848910257392 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15123] ppid=15104 vsize=26539728 memory=1720 CPUtime=0.52 cores=0-7
/proc/15106/task/15123/stat : 15123 (java) S 15104 15104 9917 0 -1 1077944384 2291 0 0 0 51 1 0 0 20 0 19 0 97207960 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848909220080 139850644437634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
[pid=15106/tid=15124] ppid=15104 vsize=26539728 memory=1008 CPUtime=0 cores=0-7
/proc/15106/task/15124/stat : 15124 (java) S 15104 15104 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 97207961 27176681472 51607 33554432000 4194304 4196468 140735245973232 139848908168032 139850644436693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7225344 140735245980824 140735245981000 140735245981000 140735245983695 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 207812 KiB

Child status: 0
Real time (s): 1.51184
CPU time (s): 7.98604
CPU user time (s): 7.87438
CPU system time (s): 0.111655
CPU usage (%): 528.231
Max. virtual memory (cumulated for all children) (KiB): 26549240
Max. memory (cumulated for all children) (KiB): 207812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.87438
system time used= 0.111655
maximum resident set size= 207260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4022
involuntary context switches= 206


# summary of solver processes directly reported to runsolver:
#   pid: 15104
#   total CPU time (s): 7.98604
#   total CPU user time (s): 7.87438
#   total CPU system time (s): 0.111655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033375 second user time and 0.056299 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 18:05:44
IDJOB=4271662
IDBENCH=123144
IDSOLVER=2663
FILE ID=node115/4271662-1502641202
RUNJOBID= node115-1502639064-9944
PBS_JOBID= 20628332
Free space on /tmp= 61812 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10b.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271662-1502641202/watcher-4271662-1502641202 -o /tmp/evaluation-result-4271662-1502641202/solver-4271662-1502641202 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502639064-9944 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1918926302 HOME/instance-4271662-1502641202.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=1918926302

node115.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.69
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.69
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.69
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.69
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:        31602548 kB
MemAvailable:   31984540 kB
Buffers:          126924 kB
Cached:           541412 kB
SwapCached:            0 kB
Active:           475772 kB
Inactive:         248524 kB
Active(anon):       4472 kB
Inactive(anon):    79404 kB
Active(file):     471300 kB
Inactive(file):   169120 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:         62232 kB
Mapped:            43504 kB
Shmem:             25224 kB
Slab:             140536 kB
SReclaimable:     114816 kB
SUnreclaim:        25720 kB
KernelStack:        3392 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 61804 MiB
End job on node115 at 2017-08-13 18:05:46