Trace number 4269192

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)OPT8 47.526199 43.929798

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16d.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark13.4442
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"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-4269192-1502740048.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4269192-1502740048.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
0.64/0.58	c solve instance...
1.53/0.88	o 9 
1.84/0.96	o 8 
47.48/43.92	s OPTIMUM FOUND
47.48/43.92	v <instantiation>
47.48/43.92	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] </list>
47.48/43.92	v 	<values>0 9 15 1 3 14 12 11 5 10 2 4 7 6 13 8 0 1 1 1 2 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 </values>
47.48/43.92	v </instantiation>

Verifier Data

OK	8

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

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

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

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

solver pid=26150, runsolver pid=26147

[startup+0.100123 s]*
/proc/loadavg: 1.60 1.56 1.59 3/204 26157
/proc/meminfo: memFree=31325748/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13441356 memory=16940 CPUtime=0.01 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 3510 0 0 0 1 0 0 0 20 0 7 0 62345447 13763948544 4235 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3360339 4235 1983 1 0 3349836 0
[pid=26152/tid=26153] ppid=26150 vsize=13441356 memory=4206989191851631162 CPUtime=0.01 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 2272 0 0 0 1 0 0 0 20 0 7 0 62345448 13763948544 4235 18446744073709551615 4194304 4196468 140723802354256 139812148345616 139812129783308 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13441356 memory=3461490896351360649 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 62345448 13763948544 4235 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13441356 memory=140291721676416 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 62345448 13763948544 4235 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 62345448 13763948544 4235 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 62345448 13763948544 4235 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 62345450 13763948544 4235 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 18320 KiB

[startup+0.214753 s]*
/proc/loadavg: 1.60 1.56 1.59 4/213 26166
/proc/meminfo: memFree=31316336/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13974352 memory=28160 CPUtime=0.1 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 4934 0 0 0 8 2 0 0 20 0 15 0 62345447 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3493588 7040 2750 1 0 3482964 0
[pid=26152/tid=26153] ppid=26150 vsize=13974352 memory=-6370735764156813671 CPUtime=0.07 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 3082 0 0 0 6 1 0 0 20 0 15 0 62345448 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139812148319224 139812128183646 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13974352 memory=3461490896351360649 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13974352 memory=140291721676416 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13974352 memory=140291721676416 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62345450 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26159/stat : 26159 (java) S 26150 26150 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62345450 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811621405728 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26160] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26160/stat : 26160 (java) S 26150 26150 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62345450 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811620352880 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26161] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26161/stat : 26161 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811619301200 139812144121755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26162] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26162/stat : 26162 (java) S 26150 26150 11586 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 62345453 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811618249584 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26163] ppid=26150 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26163/stat : 26163 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811617196784 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26164] ppid=26150 vsize=13974352 memory=140291721676416 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26164/stat : 26164 (java) R 26150 26150 11586 0 -1 4202560 240 0 0 0 0 0 0 0 20 0 15 0 62345453 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811616143984 139812144124506 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26165] ppid=26150 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26165/stat : 26165 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811615091424 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26166] ppid=26150 vsize=13974352 memory=140291721676416 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26166/stat : 26166 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345458 14309736448 7040 18446744073709551615 4194304 4196468 140723802354256 139811614038704 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29540 KiB

[startup+0.314615 s]*
/proc/loadavg: 1.71 1.58 1.60 6/213 26166
/proc/meminfo: memFree=31305484/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13974352 memory=37816 CPUtime=0.29 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 8507 0 0 0 26 3 0 0 20 0 15 0 62345447 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3493588 9454 2996 1 0 3482964 0
[pid=26152/tid=26153] ppid=26150 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 5704 0 0 0 15 2 0 0 20 0 15 0 62345448 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139812148337808 139812144125085 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62345448 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62345450 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26159/stat : 26159 (java) S 26150 26150 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62345450 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811621405728 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26160] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26160/stat : 26160 (java) S 26150 26150 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62345450 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811620352880 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26161] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26161/stat : 26161 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811619301200 139812144121755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26162] ppid=26150 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26152/task/26162/stat : 26162 (java) R 26150 26150 11586 0 -1 4202560 671 0 0 0 2 0 0 0 20 0 15 0 62345453 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811618249584 139812124803456 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26163] ppid=26150 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26152/task/26163/stat : 26163 (java) R 26150 26150 11586 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 15 0 62345453 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811617196784 139812144114306 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26164] ppid=26150 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26152/task/26164/stat : 26164 (java) R 26150 26150 11586 0 -1 4202560 688 0 0 0 6 0 0 0 20 0 15 0 62345453 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811616143984 139812136340286 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26165] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26165/stat : 26165 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811615091424 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26166] ppid=26150 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26166/stat : 26166 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345458 14309736448 9454 18446744073709551615 4194304 4196468 140723802354256 139811614038704 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 39196 KiB

[startup+0.700741 s]
/proc/loadavg: 1.71 1.58 1.60 5/213 26166
/proc/meminfo: memFree=31293820/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13980732 memory=60508 CPUtime=1.22 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 12230 0 0 0 117 5 0 0 20 0 15 0 62345447 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3495183 15127 3184 1 0 3483476 0
[pid=26152/tid=26153] ppid=26150 vsize=13980732 memory=8242257093008635445 CPUtime=0.55 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 8017 0 0 0 51 4 0 0 20 0 15 0 62345448 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139812148342592 139811741566851 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13980732 memory=5788642173987608422 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13980732 memory=7595995151879202156 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13980732 memory=734122130331934768 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13980732 memory=140291617071728 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26159/stat : 26159 (java) S 26150 26150 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811621405728 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26160] ppid=26150 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26160/stat : 26160 (java) S 26150 26150 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811620352880 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26161] ppid=26150 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26161/stat : 26161 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811619301200 139812144121755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26162] ppid=26150 vsize=13980732 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26152/task/26162/stat : 26162 (java) R 26150 26150 11586 0 -1 4202560 1178 0 0 0 20 0 0 0 20 0 15 0 62345453 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811618237136 139812129712584 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26163] ppid=26150 vsize=13980732 memory=7809523229951467568 CPUtime=0.19 cores=0,2,4,6
/proc/26152/task/26163/stat : 26163 (java) R 26150 26150 11586 0 -1 4202560 537 0 0 0 19 0 0 0 20 0 15 0 62345453 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811617185856 139812124804094 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26164] ppid=26150 vsize=13980732 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/26152/task/26164/stat : 26164 (java) S 26150 26150 11586 0 -1 1077944384 1191 0 0 0 25 0 0 0 20 0 15 0 62345453 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811616143984 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26165] ppid=26150 vsize=13980732 memory=-6223833200970833705 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26165/stat : 26165 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811615091424 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26166] ppid=26150 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26166/stat : 26166 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345458 14316269568 15127 18446744073709551615 4194304 4196468 140723802354256 139811614038704 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 61888 KiB

[startup+1.50073 s]
/proc/loadavg: 1.71 1.58 1.60 5/213 26166
/proc/meminfo: memFree=31274216/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13980732 memory=76984 CPUtime=3.71 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 20757 0 0 0 365 6 0 0 20 0 15 0 62345447 14316269568 19246 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3495183 19246 3193 1 0 3483476 0
[pid=26152/tid=26153] ppid=26150 vsize=13980732 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 8557 0 0 0 131 4 0 0 20 0 15 0 62345448 14316269568 19246 18446744073709551615 4194304 4196468 140723802354256 139812148338984 139812124070222 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 19246 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 19246 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13980732 memory=-1624781813439352349 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 19246 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13980732 memory=-7880843606118635149 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 19246 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13980732 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 19246 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13980732 memory=7230638415855315031 CPUtime=0 cores=0,2,4,6

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

/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13980732 memory=191192 CPUtime=46.78 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 32302 0 0 0 4670 8 0 0 20 0 15 0 62345447 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3495183 47798 3225 1 0 3483476 0
[pid=26152/tid=26153] ppid=26150 vsize=13980732 memory=-8774313645642428999 CPUtime=43.04 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 10831 0 0 0 4299 5 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812148339592 139811741673036 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13980732 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13980732 memory=6944656592452807316 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13980732 memory=-8990767739041718176 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13980732 memory=7230638415990713687 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 606 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13980732 memory=8370611069833461845 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26159/stat : 26159 (java) S 26150 26150 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811621405728 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26160] ppid=26150 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26160/stat : 26160 (java) S 26150 26150 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811620352880 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26161] ppid=26150 vsize=13980732 memory=35352 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26161/stat : 26161 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811619301200 139812144121755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26162] ppid=26150 vsize=13980732 memory=2384 CPUtime=1.66 cores=0,2,4,6
/proc/26152/task/26162/stat : 26162 (java) S 26150 26150 11586 0 -1 1077944384 7021 0 0 0 166 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811618249584 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26163] ppid=26150 vsize=13980732 memory=1296 CPUtime=1.58 cores=0,2,4,6
/proc/26152/task/26163/stat : 26163 (java) S 26150 26150 11586 0 -1 1077944384 5814 0 0 0 158 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811617196784 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26164] ppid=26150 vsize=13980732 memory=1728 CPUtime=0.43 cores=0,2,4,6
/proc/26152/task/26164/stat : 26164 (java) S 26150 26150 11586 0 -1 1077944384 5021 0 0 0 43 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811616143984 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26165] ppid=26150 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26165/stat : 26165 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811615091424 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26166] ppid=26150 vsize=13980732 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26166/stat : 26166 (java) S 26150 26150 11586 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 15 0 62345458 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811614038704 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 46.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 192572 KiB

[startup+43.6007 s]
/proc/loadavg: 1.63 1.57 1.60 3/212 26167
/proc/meminfo: memFree=31155356/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13980732 memory=191192 CPUtime=47.18 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 32307 0 0 0 4710 8 0 0 20 0 15 0 62345447 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3495183 47798 3225 1 0 3483476 0
[pid=26152/tid=26153] ppid=26150 vsize=13980732 memory=2796 CPUtime=43.44 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 10836 0 0 0 4339 5 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812148339592 139811741673877 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13980732 memory=191192 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13980732 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 606 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26159/stat : 26159 (java) S 26150 26150 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811621405728 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26160] ppid=26150 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26160/stat : 26160 (java) S 26150 26150 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811620352880 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26161] ppid=26150 vsize=13980732 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26161/stat : 26161 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811619301200 139812144121755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26162] ppid=26150 vsize=13980732 memory=20016 CPUtime=1.66 cores=0,2,4,6
/proc/26152/task/26162/stat : 26162 (java) S 26150 26150 11586 0 -1 1077944384 7021 0 0 0 166 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811618249584 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26163] ppid=26150 vsize=13980732 memory=1788 CPUtime=1.58 cores=0,2,4,6
/proc/26152/task/26163/stat : 26163 (java) S 26150 26150 11586 0 -1 1077944384 5814 0 0 0 158 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811617196784 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26164] ppid=26150 vsize=13980732 memory=956 CPUtime=0.43 cores=0,2,4,6
/proc/26152/task/26164/stat : 26164 (java) S 26150 26150 11586 0 -1 1077944384 5021 0 0 0 43 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811616143984 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26165] ppid=26150 vsize=13980732 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26165/stat : 26165 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811615091424 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26166] ppid=26150 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26166/stat : 26166 (java) S 26150 26150 11586 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 15 0 62345458 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811614038704 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 47.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 192572 KiB

[startup+43.8007 s]
/proc/loadavg: 1.63 1.57 1.60 3/212 26167
/proc/meminfo: memFree=31155356/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13980732 memory=191192 CPUtime=47.38 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 32307 0 0 0 4730 8 0 0 20 0 15 0 62345447 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3495183 47798 3225 1 0 3483476 0
[pid=26152/tid=26153] ppid=26150 vsize=13980732 memory=1580 CPUtime=43.64 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 10836 0 0 0 4359 5 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812148339592 139811741673877 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13980732 memory=2168 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13980732 memory=836 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13980732 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13980732 memory=2780 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13980732 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 606 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13980732 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26159/stat : 26159 (java) S 26150 26150 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811621405728 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26160] ppid=26150 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26160/stat : 26160 (java) S 26150 26150 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811620352880 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26161] ppid=26150 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26161/stat : 26161 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811619301200 139812144121755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26162] ppid=26150 vsize=13980732 memory=191192 CPUtime=1.66 cores=0,2,4,6
/proc/26152/task/26162/stat : 26162 (java) S 26150 26150 11586 0 -1 1077944384 7021 0 0 0 166 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811618249584 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26163] ppid=26150 vsize=13980732 memory=4104 CPUtime=1.58 cores=0,2,4,6
/proc/26152/task/26163/stat : 26163 (java) S 26150 26150 11586 0 -1 1077944384 5814 0 0 0 158 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811617196784 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26164] ppid=26150 vsize=13980732 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/26152/task/26164/stat : 26164 (java) S 26150 26150 11586 0 -1 1077944384 5021 0 0 0 43 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811616143984 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26165] ppid=26150 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26165/stat : 26165 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811615091424 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26166] ppid=26150 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26166/stat : 26166 (java) S 26150 26150 11586 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 15 0 62345458 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811614038704 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 47.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 192572 KiB

[startup+43.9008 s]
/proc/loadavg: 1.63 1.57 1.60 3/212 26167
/proc/meminfo: memFree=31155356/32770624 swapFree=67108860/67108860
[pid=26150] ppid=26147 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26150/stat : 26150 (xcsp3-exec) S 26147 26150 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 62345439 9740288 345 18446744073709551615 4194304 5098028 140720784643280 140720784641384 140477535658620 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 14721024 140720784650616 140720784650821 140720784650821 140720784654315 0
/proc/26150/statm: 2378 345 289 221 0 87 0
[pid=26152] ppid=26150 vsize=13980732 memory=191192 CPUtime=47.48 cores=0,2,4,6
/proc/26152/stat : 26152 (java) S 26150 26150 11586 0 -1 1077944320 32308 0 0 0 4740 8 0 0 20 0 15 0 62345447 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 140723802336800 139812144103159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
/proc/26152/statm: 3495183 47798 3225 1 0 3483476 0
[pid=26152/tid=26153] ppid=26150 vsize=13980732 memory=191192 CPUtime=43.74 cores=0,2,4,6
/proc/26152/task/26153/stat : 26153 (java) R 26150 26150 11586 0 -1 4202560 10837 0 0 0 4369 5 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812148339592 139811742960547 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26154] ppid=26150 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26154/stat : 26154 (java) S 26150 26150 11586 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812063517840 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26155] ppid=26150 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26155/stat : 26155 (java) S 26150 26150 11586 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812062465040 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26156] ppid=26150 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26156/stat : 26156 (java) S 26150 26150 11586 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812061412240 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26157] ppid=26150 vsize=13980732 memory=182832 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26157/stat : 26157 (java) S 26150 26150 11586 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 62345448 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139812060359440 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26158] ppid=26150 vsize=13980732 memory=3240 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26158/stat : 26158 (java) S 26150 26150 11586 0 -1 1077944384 606 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811622459760 139812144114306 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26159] ppid=26150 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26159/stat : 26159 (java) S 26150 26150 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811621405728 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26160] ppid=26150 vsize=13980732 memory=191180 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26160/stat : 26160 (java) S 26150 26150 11586 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 62345450 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811620352880 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26161] ppid=26150 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26161/stat : 26161 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811619301200 139812144121755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26162] ppid=26150 vsize=13980732 memory=0 CPUtime=1.66 cores=0,2,4,6
/proc/26152/task/26162/stat : 26162 (java) S 26150 26150 11586 0 -1 1077944384 7021 0 0 0 166 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811618249584 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26163] ppid=26150 vsize=13980732 memory=0 CPUtime=1.58 cores=0,2,4,6
/proc/26152/task/26163/stat : 26163 (java) S 26150 26150 11586 0 -1 1077944384 5814 0 0 0 158 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811617196784 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26164] ppid=26150 vsize=13980732 memory=1380 CPUtime=0.43 cores=0,2,4,6
/proc/26152/task/26164/stat : 26164 (java) S 26150 26150 11586 0 -1 1077944384 5021 0 0 0 43 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811616143984 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26165] ppid=26150 vsize=13980732 memory=172592 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26165/stat : 26165 (java) S 26150 26150 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62345453 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811615091424 139812144113365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
[pid=26152/tid=26166] ppid=26150 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26152/task/26166/stat : 26166 (java) S 26150 26150 11586 0 -1 1077944384 632 0 0 0 0 0 0 0 20 0 15 0 62345458 14316269568 47798 18446744073709551615 4194304 4196468 140723802354256 139811614038704 139812144114306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7262208 140723802358193 140723802358369 140723802358369 140723802361807 0
Current children cumulated CPU time: 47.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 192572 KiB

Child status: 0
Real time (s): 43.9298
CPU time (s): 47.5262
CPU user time (s): 47.434
CPU system time (s): 0.092145
CPU usage (%): 108.187
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 192572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.434
system time used= 0.092145
maximum resident set size= 191516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2915
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 26150
#   total CPU time (s): 47.5262
#   total CPU user time (s): 47.434
#   total CPU system time (s): 0.092145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.348039 second user time and 0.356692 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 21:33:12
IDJOB=4269192
IDBENCH=123124
IDSOLVER=2660
FILE ID=node124/4269192-1502740048
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16d.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-4269192-1502740048/watcher-4269192-1502740048 -o /tmp/evaluation-result-4269192-1502740048/solver-4269192-1502740048 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1386622703 HOME/instance-4269192-1502740048.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1386622703

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:        31333036 kB
MemAvailable:   31713072 kB
Buffers:          221716 kB
Cached:           445896 kB
SwapCached:            0 kB
Active:           724296 kB
Inactive:         266260 kB
Active(anon):     274248 kB
Inactive(anon):    81952 kB
Active(file):     450048 kB
Inactive(file):   184308 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7860 kB
Writeback:             4 kB
AnonPages:        322160 kB
Mapped:            58044 kB
Shmem:             33512 kB
Slab:             149736 kB
SReclaimable:     123032 kB
SUnreclaim:        26704 kB
KernelStack:        3488 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     931288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:33:56