Trace number 4269202

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.4079499 2.6256199

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.76275301
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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269202-1502740129.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4269202-1502740129.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.62/0.60	c solve instance...
0.91/0.68	o 1581071 
0.91/0.68	o 734567 
0.91/0.69	o 609455 
1.20/0.71	o 608956 
1.20/0.71	o 588658 
1.20/0.71	o 511142 
1.20/0.74	o 290964 
1.20/0.75	o 284451 
1.20/0.75	o 233357 
1.20/0.75	o 181641 
1.20/0.76	o 150763 
1.56/0.80	o 118045 
2.22/1.04	o 111503 
2.54/1.12	o 101476 
2.54/1.13	o 97051 
4.18/1.80	o 64667 
4.18/1.86	o 62519 
4.77/2.17	o 58937 
5.37/2.62	s OPTIMUM FOUND
5.37/2.62	v <instantiation>
5.37/2.62	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.37/2.62	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.37/2.62	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 (15088 MiB free)
  memory of node 1: 16384 MiB (15599 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269202-1502740129/watcher-4269202-1502740129 -o /tmp/evaluation-result-4269202-1502740129/solver-4269202-1502740129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 988892885 HOME/instance-4269202-1502740129.xml 

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

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

solver pid=26312, runsolver pid=26309

[startup+0.100121 s]*
/proc/loadavg: 2.01 1.68 1.63 3/203 26319
/proc/meminfo: memFree=31417952/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13358712 memory=14512 CPUtime=0.01 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 3374 0 0 0 1 0 0 0 20 0 6 0 62353591 13679321088 3628 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3339678 3628 1905 1 0 3329175 0
[pid=26314/tid=26315] ppid=26312 vsize=13358712 memory=4206989191851631162 CPUtime=0.01 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 2151 0 0 0 1 0 0 0 20 0 6 0 62353591 13679321088 3628 18446744073709551615 4194304 4196468 140729358375792 139977514193488 139977495080304 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13358712 memory=3461490749986625161 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 62353592 13679321088 3628 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13358712 memory=140145356940928 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 62353592 13679321088 3628 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 62353592 13679321088 3628 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 62353592 13679321088 3628 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15892 KiB

[startup+0.209885 s]*
/proc/loadavg: 2.01 1.68 1.63 4/212 26328
/proc/meminfo: memFree=31410920/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13974352 memory=25776 CPUtime=0.07 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 4888 0 0 0 7 0 0 0 20 0 15 0 62353591 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3493588 6444 2719 1 0 3482964 0
[pid=26314/tid=26315] ppid=26312 vsize=13974352 memory=-6658403190355104101 CPUtime=0.06 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 3042 0 0 0 6 0 0 0 20 0 15 0 62353591 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139977514183056 139977494037854 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13974352 memory=3461490749986625161 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13974352 memory=140145356940928 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26320] ppid=26312 vsize=13974352 memory=140145356940928 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26320/stat : 26320 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353594 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976988493936 139977509968514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26321] ppid=26312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26321/stat : 26321 (java) S 26312 26312 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62353594 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976987439904 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26322] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26322/stat : 26322 (java) S 26312 26312 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62353594 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976986387568 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26323] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26323/stat : 26323 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976985335888 139977509975963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26324] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26324/stat : 26324 (java) S 26312 26312 11586 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976984283760 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26325] ppid=26312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26325/stat : 26325 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976983230960 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26326] ppid=26312 vsize=13974352 memory=140145356940928 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26326/stat : 26326 (java) S 26312 26312 11586 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976982178672 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26327] ppid=26312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26327/stat : 26327 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976981126112 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26328] ppid=26312 vsize=13974352 memory=140145356940928 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26328/stat : 26328 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353603 14309736448 6444 18446744073709551615 4194304 4196468 140729358375792 139976980072880 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27156 KiB

[startup+0.3102 s]*
/proc/loadavg: 2.01 1.68 1.63 3/212 26328
/proc/meminfo: memFree=31395532/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13974352 memory=37224 CPUtime=0.26 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 8393 0 0 0 24 2 0 0 20 0 15 0 62353591 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3493588 9306 2957 1 0 3482964 0
[pid=26314/tid=26315] ppid=26312 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 5725 0 0 0 15 1 0 0 20 0 15 0 62353591 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139977514179744 139977509979293 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13974352 memory=140145356947921 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13974352 memory=7588944052614949738 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26320] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26320/stat : 26320 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353594 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976988493936 139977509968514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26321] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26321/stat : 26321 (java) S 26312 26312 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62353594 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976987439904 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26322] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26322/stat : 26322 (java) S 26312 26312 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62353594 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976986387568 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26323] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26323/stat : 26323 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976985335888 139977509975963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26324] ppid=26312 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26314/task/26324/stat : 26324 (java) S 26312 26312 11586 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 15 0 62353597 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976984283760 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26325] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26325/stat : 26325 (java) S 26312 26312 11586 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976983230960 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26326] ppid=26312 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26314/task/26326/stat : 26326 (java) S 26312 26312 11586 0 -1 1077944384 704 0 0 0 5 0 0 0 20 0 15 0 62353597 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976982178672 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26327] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26327/stat : 26327 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976981126112 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26328] ppid=26312 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26328/stat : 26328 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353603 14309736448 9306 18446744073709551615 4194304 4196468 140729358375792 139976980072880 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38604 KiB

[startup+0.700849 s]
/proc/loadavg: 2.01 1.68 1.63 4/212 26328
/proc/meminfo: memFree=31385060/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13980732 memory=61352 CPUtime=1.2 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 12423 0 0 0 115 5 0 0 20 0 15 0 62353591 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3495183 15338 3178 1 0 3483476 0
[pid=26314/tid=26315] ppid=26312 vsize=13980732 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 8075 0 0 0 50 4 0 0 20 0 15 0 62353591 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139977514188624 139977509969302 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26320] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26320/stat : 26320 (java) S 26312 26312 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976988493936 139977509968514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26321] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26321/stat : 26321 (java) S 26312 26312 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976987439904 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26322] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26322/stat : 26322 (java) S 26312 26312 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976986387568 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26323] ppid=26312 vsize=13980732 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26323/stat : 26323 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976985335888 139977509975963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26324] ppid=26312 vsize=13980732 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/26314/task/26324/stat : 26324 (java) R 26312 26312 11586 0 -1 4202560 1161 0 0 0 21 0 0 0 20 0 15 0 62353597 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976984275408 139977495074487 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26325] ppid=26312 vsize=13980732 memory=-9174445032661854264 CPUtime=0.17 cores=1,3,5,7
/proc/26314/task/26325/stat : 26325 (java) R 26312 26312 11586 0 -1 4202560 718 0 0 0 17 0 0 0 20 0 15 0 62353597 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976983216984 139977489204108 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26326] ppid=26312 vsize=13980732 memory=6656426216303648864 CPUtime=0.26 cores=1,3,5,7
/proc/26314/task/26326/stat : 26326 (java) R 26312 26312 11586 0 -1 1077944384 1163 0 0 0 26 0 0 0 20 0 15 0 62353597 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976982178672 139977509968514 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26327] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26327/stat : 26327 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976981126112 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26328] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26328/stat : 26328 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353603 14316269568 15338 18446744073709551615 4194304 4196468 140729358375792 139976980072880 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62732 KiB

[startup+1.50085 s]
/proc/loadavg: 2.01 1.68 1.63 5/212 26328
/proc/meminfo: memFree=31366844/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13980732 memory=70820 CPUtime=3.67 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 19620 0 0 0 361 6 0 0 20 0 15 0 62353591 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3495183 17705 3193 1 0 3483476 0
[pid=26314/tid=26315] ppid=26312 vsize=13980732 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 8715 0 0 0 130 4 0 0 20 0 15 0 62353591 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139977514191472 139977154431014 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13980732 memory=35352 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26320] ppid=26312 vsize=13980732 memory=70584 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26320/stat : 26320 (java) S 26312 26312 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976988493936 139977509968514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26321] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26321/stat : 26321 (java) S 26312 26312 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976987439904 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26322] ppid=26312 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26322/stat : 26322 (java) S 26312 26312 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976986387568 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26323] ppid=26312 vsize=13980732 memory=5788902676906402624 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26323/stat : 26323 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976985335888 139977509975963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26324] ppid=26312 vsize=13980732 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/26314/task/26324/stat : 26324 (java) R 26312 26312 11586 0 -1 4202560 3929 0 0 0 98 0 0 0 20 0 15 0 62353597 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976984283760 139977489146825 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26325] ppid=26312 vsize=13980732 memory=-8774313645642428999 CPUtime=0.93 cores=1,3,5,7
/proc/26314/task/26325/stat : 26325 (java) S 26312 26312 11586 0 -1 1077944384 3874 0 0 0 93 0 0 0 20 0 15 0 62353597 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976983230960 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26326] ppid=26312 vsize=13980732 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/26314/task/26326/stat : 26326 (java) S 26312 26312 11586 0 -1 1077944384 1771 0 0 0 39 0 0 0 20 0 15 0 62353597 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976982178672 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26327] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26327/stat : 26327 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976981126112 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26328] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26328/stat : 26328 (java) S 26312 26312 11586 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 62353603 14316269568 17705 18446744073709551615 4194304 4196468 140729358375792 139976980072880 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 3.67 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72200 KiB

[startup+2.62558 s]
# the end of solver process 26312 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.33758 s, system=0.070369 s

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

[startup+1.60097 s]
/proc/loadavg: 2.01 1.68 1.63 5/212 26328
/proc/meminfo: memFree=31366844/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13980732 memory=70908 CPUtime=3.88 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 19725 0 0 0 382 6 0 0 20 0 15 0 62353591 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3495183 17727 3193 1 0 3483476 0
[pid=26314/tid=26315] ppid=26312 vsize=13980732 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 8735 0 0 0 140 4 0 0 20 0 15 0 62353591 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139977514191472 139977154430393 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13980732 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13980732 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26320] ppid=26312 vsize=13980732 memory=6944656592452807316 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26320/stat : 26320 (java) S 26312 26312 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976988493936 139977509968514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26321] ppid=26312 vsize=13980732 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26321/stat : 26321 (java) S 26312 26312 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976987439904 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26322] ppid=26312 vsize=13980732 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26322/stat : 26322 (java) S 26312 26312 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976986387568 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26323] ppid=26312 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26323/stat : 26323 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976985335888 139977509975963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26324] ppid=26312 vsize=13980732 memory=6944656592452807316 CPUtime=1.03 cores=1,3,5,7
/proc/26314/task/26324/stat : 26324 (java) S 26312 26312 11586 0 -1 1077944384 3947 0 0 0 103 0 0 0 20 0 15 0 62353597 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976984283760 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26325] ppid=26312 vsize=13980732 memory=-8990767945837686681 CPUtime=0.97 cores=1,3,5,7
/proc/26314/task/26325/stat : 26325 (java) S 26312 26312 11586 0 -1 1077944384 3889 0 0 0 97 0 0 0 20 0 15 0 62353597 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976983230960 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26326] ppid=26312 vsize=13980732 memory=6153731720817895273 CPUtime=0.41 cores=1,3,5,7
/proc/26314/task/26326/stat : 26326 (java) S 26312 26312 11586 0 -1 1077944384 1823 0 0 0 41 0 0 0 20 0 15 0 62353597 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976982178672 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26327] ppid=26312 vsize=13980732 memory=7525351581250251631 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26327/stat : 26327 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976981126112 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26328] ppid=26312 vsize=13980732 memory=140145252957432 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26328/stat : 26328 (java) S 26312 26312 11586 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 62353603 14316269568 17727 18446744073709551615 4194304 4196468 140729358375792 139976980072880 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72288 KiB

[startup+2.40069 s]
/proc/loadavg: 2.01 1.68 1.63 3/212 26328
/proc/meminfo: memFree=31363356/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13980732 memory=73520 CPUtime=5.16 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 20095 0 0 0 510 6 0 0 20 0 15 0 62353591 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3495183 18380 3200 1 0 3483476 0
[pid=26314/tid=26315] ppid=26312 vsize=13980732 memory=0 CPUtime=2.24 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 8866 0 0 0 220 4 0 0 20 0 15 0 62353591 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139977514195456 139977154431129 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13980732 memory=73240 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26320] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26320/stat : 26320 (java) S 26312 26312 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976988493936 139977509968514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26321] ppid=26312 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26321/stat : 26321 (java) S 26312 26312 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976987439904 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26322] ppid=26312 vsize=13980732 memory=1585 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26322/stat : 26322 (java) S 26312 26312 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976986387568 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26323] ppid=26312 vsize=13980732 memory=27325 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26323/stat : 26323 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976985335888 139977509975963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26324] ppid=26312 vsize=13980732 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/26314/task/26324/stat : 26324 (java) S 26312 26312 11586 0 -1 1077944384 4010 0 0 0 122 0 0 0 20 0 15 0 62353597 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976984283760 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26325] ppid=26312 vsize=13980732 memory=-1088251628401078322 CPUtime=1.24 cores=1,3,5,7
/proc/26314/task/26325/stat : 26325 (java) S 26312 26312 11586 0 -1 1077944384 3968 0 0 0 123 1 0 0 20 0 15 0 62353597 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976983230960 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26326] ppid=26312 vsize=13980732 memory=6655300316396806240 CPUtime=0.44 cores=1,3,5,7
/proc/26314/task/26326/stat : 26326 (java) S 26312 26312 11586 0 -1 1077944384 1914 0 0 0 44 0 0 0 20 0 15 0 62353597 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976982178672 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26327] ppid=26312 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26327/stat : 26327 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976981126112 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26328] ppid=26312 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26328/stat : 26328 (java) S 26312 26312 11586 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 62353603 14316269568 18380 18446744073709551615 4194304 4196468 140729358375792 139976980072880 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 74900 KiB

[startup+2.60072 s]
/proc/loadavg: 2.01 1.68 1.63 3/212 26328
/proc/meminfo: memFree=31363356/32770624 swapFree=67108860/67108860
[pid=26312] ppid=26309 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26312/stat : 26312 (xcsp3-exec) S 26309 26312 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62353582 9740288 345 18446744073709551615 4194304 5098028 140730904470144 140730904468248 140605221339772 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 22654976 140730904478073 140730904478277 140730904478277 140730904481771 0
/proc/26312/statm: 2378 345 289 221 0 87 0
[pid=26314] ppid=26312 vsize=13980732 memory=75568 CPUtime=5.37 cores=1,3,5,7
/proc/26314/stat : 26314 (java) S 26312 26312 11586 0 -1 1077944320 20156 0 0 0 531 6 0 0 20 0 15 0 62353591 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 140729358358336 139977509957367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
/proc/26314/statm: 3495183 18892 3200 1 0 3483476 0
[pid=26314/tid=26315] ppid=26312 vsize=13980732 memory=7662705889289527641 CPUtime=2.44 cores=1,3,5,7
/proc/26314/task/26315/stat : 26315 (java) R 26312 26312 11586 0 -1 4202560 8882 0 0 0 240 4 0 0 20 0 15 0 62353591 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139977514195456 139977154430757 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26316] ppid=26312 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26316/stat : 26316 (java) S 26312 26312 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139977481800592 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26317] ppid=26312 vsize=13980732 memory=73128 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26317/stat : 26317 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139977109269264 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26318] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26318/stat : 26318 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139977108216976 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26319] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26319/stat : 26319 (java) S 26312 26312 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62353592 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139977107164176 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26320] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26320/stat : 26320 (java) S 26312 26312 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976988493936 139977509968514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26321] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26321/stat : 26321 (java) S 26312 26312 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976987439904 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26322] ppid=26312 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26322/stat : 26322 (java) S 26312 26312 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62353594 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976986387568 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26323] ppid=26312 vsize=13980732 memory=15217 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26323/stat : 26323 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976985335888 139977509975963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26324] ppid=26312 vsize=13980732 memory=13009 CPUtime=1.22 cores=1,3,5,7
/proc/26314/task/26324/stat : 26324 (java) S 26312 26312 11586 0 -1 1077944384 4010 0 0 0 122 0 0 0 20 0 15 0 62353597 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976984283760 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26325] ppid=26312 vsize=13980732 memory=10801 CPUtime=1.24 cores=1,3,5,7
/proc/26314/task/26325/stat : 26325 (java) S 26312 26312 11586 0 -1 1077944384 3968 0 0 0 123 1 0 0 20 0 15 0 62353597 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976983230960 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26326] ppid=26312 vsize=13980732 memory=8593 CPUtime=0.44 cores=1,3,5,7
/proc/26314/task/26326/stat : 26326 (java) S 26312 26312 11586 0 -1 1077944384 1959 0 0 0 44 0 0 0 20 0 15 0 62353597 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976982178672 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26327] ppid=26312 vsize=13980732 memory=6385 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26327/stat : 26327 (java) S 26312 26312 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62353597 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976981126112 139977509967573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
[pid=26314/tid=26328] ppid=26312 vsize=13980732 memory=4177 CPUtime=0 cores=1,3,5,7
/proc/26314/task/26328/stat : 26328 (java) S 26312 26312 11586 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 62353603 14316269568 18892 18446744073709551615 4194304 4196468 140729358375792 139976980072880 139977509968514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37982208 140729358377393 140729358377569 140729358377569 140729358381007 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 76948 KiB

Child status: 0
Real time (s): 2.62562
CPU time (s): 5.40795
CPU user time (s): 5.33758
CPU system time (s): 0.070369
CPU usage (%): 205.969
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 76948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.33758
system time used= 0.070369
maximum resident set size= 78056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20924
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= 2126
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 26312
#   total CPU time (s): 5.40795
#   total CPU user time (s): 5.33758
#   total CPU system time (s): 0.070369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037037 second user time and 0.068253 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 21:34:33
IDJOB=4269202
IDBENCH=123144
IDSOLVER=2660
FILE ID=node124/4269202-1502740129
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 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-4269202-1502740129/watcher-4269202-1502740129 -o /tmp/evaluation-result-4269202-1502740129/solver-4269202-1502740129 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 988892885 HOME/instance-4269202-1502740129.xml

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

MD5SUM BENCH= 8cbeed9b899096335d8f109a5af96966
RANDOM SEED=988892885

node124.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.51
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.51
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.51
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.51
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:        31423448 kB
MemAvailable:   31803352 kB
Buffers:          221768 kB
Cached:           445828 kB
SwapCached:            0 kB
Active:           636908 kB
Inactive:         266328 kB
Active(anon):     187076 kB
Inactive(anon):    81952 kB
Active(file):     449832 kB
Inactive(file):   184376 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             4 kB
AnonPages:        235564 kB
Mapped:            57976 kB
Shmem:             33512 kB
Slab:             149944 kB
SReclaimable:     123064 kB
SUnreclaim:        26880 kB
KernelStack:        3472 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1274260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-14 21:34:36