Trace number 4297712

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)SAT 39.3064 5.45447

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P04_c18.xml
MD5SUMbba9b3428f0c8228a4e28ff2342631fb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark32.09
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints38
Number of domains2
Minimum domain size36
Maximum domain size37
Distribution of domain sizes[{"size":36,"count":36},{"size":37,"count":16}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":40},{"degree":2,"count":36},{"degree":5,"count":8},{"degree":6,"count":8}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":16,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297712-1532704133.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297712-1532704133.xml, -tl, 20160s, -p, 8]
0.12/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.31/0.65	c solve instance...
38.94/5.44	s SATISFIABLE
38.94/5.44	v <instantiation>
38.94/5.44	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] cn[3][0] cn[3][1] cn[3][2] cn[3][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] ce[3][0][1] ce[3][0][2] ce[3][0][3] ce[3][1][2] ce[3][1][3] ce[3][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3] cie[2][0] cie[2][1] cie[2][2] cie[2][3] </list>
38.94/5.44	v 	<values>36 0 35 2 21 32 4 28 26 5 34 14 8 30 11 24 36 1 34 35 2 33 11 17 7 28 4 24 21 8 12 29 9 20 22 3 16 19 6 13 15 32 31 26 5 27 30 14 18 25 23 10 </values>
38.94/5.44	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297712-1532704133/watcher-4297712-1532704133 -o /tmp/evaluation-result-4297712-1532704133/solver-4297712-1532704133 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532704130-23297 --watchdog 2580 HOME/xcsp3-exec -seed 369017540 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297712-1532704133.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=23502, runsolver pid=23499
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 5.04 7.45 7.94 3/199 23523
/proc/meminfo: memFree=21309080/32770624 swapFree=67108860/67108860
[pid=23502] ppid=23499 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23502/stat : 23502 (xcsp3-exec) S 23499 23502 23270 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87976506 115843072 363 33554432000 4194304 5098028 140729488800704 140729488798808 140163522130556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38731776 140729488802870 140729488803072 140729488803072 140729488805834 0
/proc/23502/statm: 28282 363 306 221 0 87 0
[pid=23504] ppid=23502 vsize=26104152 memory=26840 CPUtime=0.12 cores=0-7
/proc/23504/stat : 23504 (java) S 23502 23502 23270 0 -1 1077944320 5655 0 0 0 11 1 0 0 20 0 20 0 87976506 26730651648 6710 33554432000 4194304 4196468 140727747004688 140727746987232 140641730223863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
/proc/23504/statm: 6526038 6710 3000 1 0 6488315 0
[pid=23504/tid=23505] ppid=23502 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/23504/task/23505/stat : 23505 (java) R 23502 23502 23270 0 -1 4202560 3661 0 0 0 8 0 0 0 20 0 20 0 87976507 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641734450224 140641714267493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23506] ppid=23502 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23504/task/23506/stat : 23506 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976507 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641682844816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23507] ppid=23502 vsize=26104152 memory=140235798447744 CPUtime=0 cores=0-7
/proc/23504/task/23507/stat : 23507 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976507 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641681792016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23508] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23508/stat : 23508 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976507 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641680739216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23509] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23509/stat : 23509 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641679686416 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23510] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23510/stat : 23510 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641678633616 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23511] ppid=23502 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/23504/task/23511/stat : 23511 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641677580816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23512] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23512/stat : 23512 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641676528016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23513] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23513/stat : 23513 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641675475216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23514] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23514/stat : 23514 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976509 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641126013808 140641730235010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23515] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23515/stat : 23515 (java) S 23502 23502 23270 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87976509 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641124959776 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23516] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23516/stat : 23516 (java) S 23502 23502 23270 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87976510 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641123906928 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23517] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23517/stat : 23517 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976512 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641122855248 140641730242459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23518] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23518/stat : 23518 (java) S 23502 23502 23270 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 87976512 26730651648 6710 33554432000 4194304 4196468 140727747004688 140641121802608 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23519] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23519/stat : 23519 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87976512 26730651648 6710 33554432000 4194304 4196468 140727747004688 140640918694128 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23520] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23520/stat : 23520 (java) S 23502 23502 23270 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 87976512 26730651648 6710 33554432000 4194304 4196468 140727747004688 140640917641328 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23521] ppid=23502 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/23504/task/23521/stat : 23521 (java) R 23502 23502 23270 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 87976512 26730651648 6710 33554432000 4194304 4196468 140727747004688 140640916588528 140641730235798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23522] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23522/stat : 23522 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87976512 26730651648 6710 33554432000 4194304 4196468 140727747004688 140640915536992 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23523] ppid=23502 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/23504/task/23523/stat : 23523 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976513 26730651648 6710 33554432000 4194304 4196468 140727747004688 140640914484272 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28292 KiB

[startup+0.210437 s]*
/proc/loadavg: 5.04 7.45 7.94 3/199 23523
/proc/meminfo: memFree=21297808/32770624 swapFree=67108860/67108860
[pid=23502] ppid=23499 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23502/stat : 23502 (xcsp3-exec) S 23499 23502 23270 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87976506 115843072 363 33554432000 4194304 5098028 140729488800704 140729488798808 140163522130556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38731776 140729488802870 140729488803072 140729488803072 140729488805834 0
/proc/23502/statm: 28282 363 306 221 0 87 0
[pid=23504] ppid=23502 vsize=26104152 memory=39972 CPUtime=0.33 cores=0-7
/proc/23504/stat : 23504 (java) S 23502 23502 23270 0 -1 1077944320 8522 0 0 0 32 1 0 0 20 0 20 0 87976506 26730651648 9993 33554432000 4194304 4196468 140727747004688 140727746987232 140641730223863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
/proc/23504/statm: 6526038 9993 3216 1 0 6488315 0
[pid=23504/tid=23505] ppid=23502 vsize=26104152 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/23504/task/23505/stat : 23505 (java) R 23502 23502 23270 0 -1 4202560 5560 0 0 0 19 1 0 0 20 0 20 0 87976507 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641734459664 140641730235798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23506] ppid=23502 vsize=26104152 memory=331 CPUtime=0 cores=0-7
/proc/23504/task/23506/stat : 23506 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976507 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641682844816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23507] ppid=23502 vsize=26104152 memory=3760698921093400224 CPUtime=0 cores=0-7
/proc/23504/task/23507/stat : 23507 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976507 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641681792016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23508] ppid=23502 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/23504/task/23508/stat : 23508 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976507 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641680739216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23509] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23509/stat : 23509 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641679686416 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23510] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23510/stat : 23510 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641678633616 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23511] ppid=23502 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/23504/task/23511/stat : 23511 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641677580816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23512] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23512/stat : 23512 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641676528016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23513] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23513/stat : 23513 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976508 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641675475216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23514] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23514/stat : 23514 (java) S 23502 23502 23270 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 87976509 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641126013808 140641730235010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23515] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23515/stat : 23515 (java) S 23502 23502 23270 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87976509 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641124959776 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23516] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23516/stat : 23516 (java) S 23502 23502 23270 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87976510 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641123906928 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23517] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23517/stat : 23517 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976512 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641122855248 140641730242459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23518] ppid=23502 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/23504/task/23518/stat : 23518 (java) S 23502 23502 23270 0 -1 1077944384 400 0 0 0 1 0 0 0 20 0 20 0 87976512 26730651648 9993 33554432000 4194304 4196468 140727747004688 140641121802608 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23519] ppid=23502 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/23504/task/23519/stat : 23519 (java) S 23502 23502 23270 0 -1 1077944384 333 0 0 0 1 0 0 0 20 0 20 0 87976512 26730651648 9993 33554432000 4194304 4196468 140727747004688 140640918694128 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23520] ppid=23502 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/23504/task/23520/stat : 23520 (java) S 23502 23502 23270 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 20 0 87976512 26730651648 9993 33554432000 4194304 4196468 140727747004688 140640917641328 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23521] ppid=23502 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/23504/task/23521/stat : 23521 (java) S 23502 23502 23270 0 -1 1077944384 727 0 0 0 7 0 0 0 20 0 20 0 87976512 26730651648 9993 33554432000 4194304 4196468 140727747004688 140640916588528 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23522] ppid=23502 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23522/stat : 23522 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87976512 26730651648 9993 33554432000 4194304 4196468 140727747004688 140640915536992 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23523] ppid=23502 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/23504/task/23523/stat : 23523 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976513 26730651648 9993 33554432000 4194304 4196468 140727747004688 140640914484272 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41424 KiB

[startup+0.310268 s]*
/proc/loadavg: 5.04 7.45 7.94 4/199 23523
/proc/meminfo: memFree=21291728/32770624 swapFree=67108860/67108860
[pid=23502] ppid=23499 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23502/stat : 23502 (xcsp3-exec) S 23499 23502 23270 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87976506 115843072 363 33554432000 4194304 5098028 140729488800704 140729488798808 140163522130556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38731776 140729488802870 140729488803072 140729488803072 140729488805834 0
/proc/23502/statm: 28282 363 306 221 0 87 0
[pid=23504] ppid=23502 vsize=26108408 memory=47000 CPUtime=0.52 cores=0-7
/proc/23504/stat : 23504 (java) S 23502 23502 23270 0 -1 1077944320 9421 0 0 0 50 2 0 0 20 0 20 0 87976506 26735009792 11750 33554432000 4194304 4196468 140727747004688 140727746987232 140641730223863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
/proc/23504/statm: 6527102 11750 3267 1 0 6488315 0
[pid=23504/tid=23505] ppid=23502 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23504/task/23505/stat : 23505 (java) R 23502 23502 23270 0 -1 4202560 6276 0 0 0 28 1 0 0 20 0 20 0 87976507 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641734455632 140641714304350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23506] ppid=23502 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23506/stat : 23506 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976507 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641682844816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23507] ppid=23502 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23507/stat : 23507 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976507 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641681792016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23508] ppid=23502 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23508/stat : 23508 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976507 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641680739216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23509] ppid=23502 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23509/stat : 23509 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976508 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641679686416 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23510] ppid=23502 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/23504/task/23510/stat : 23510 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976508 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641678633616 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23511] ppid=23502 vsize=26108408 memory=140235648365487 CPUtime=0 cores=0-7
/proc/23504/task/23511/stat : 23511 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87976508 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641677580816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23512] ppid=23502 vsize=26108408 memory=140235648367792 CPUtime=0 cores=0-7
/proc/23504/task/23512/stat : 23512 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87976508 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641676528016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23513] ppid=23502 vsize=26108408 memory=140235648370096 CPUtime=0 cores=0-7
/proc/23504/task/23513/stat : 23513 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976508 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641675475216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23514] ppid=23502 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23514/stat : 23514 (java) S 23502 23502 23270 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 87976509 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641126013808 140641730235010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23515] ppid=23502 vsize=26108408 memory=280471296747152 CPUtime=0 cores=0-7
/proc/23504/task/23515/stat : 23515 (java) S 23502 23502 23270 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87976509 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641124959776 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23516] ppid=23502 vsize=26108408 memory=280471296754064 CPUtime=0 cores=0-7
/proc/23504/task/23516/stat : 23516 (java) S 23502 23502 23270 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87976510 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641123906928 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23517] ppid=23502 vsize=26108408 memory=280471296695344 CPUtime=0 cores=0-7
/proc/23504/task/23517/stat : 23517 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976512 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641122855248 140641730242459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23518] ppid=23502 vsize=26108408 memory=280471296767888 CPUtime=0.02 cores=0-7
/proc/23504/task/23518/stat : 23518 (java) S 23502 23502 23270 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 20 0 87976512 26735009792 11750 33554432000 4194304 4196468 140727747004688 140641121802608 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23519] ppid=23502 vsize=26108408 memory=280471296774800 CPUtime=0.04 cores=0-7
/proc/23504/task/23519/stat : 23519 (java) S 23502 23502 23270 0 -1 1077944384 433 0 0 0 4 0 0 0 20 0 20 0 87976512 26735009792 11750 33554432000 4194304 4196468 140727747004688 140640918694128 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23520] ppid=23502 vsize=26108408 memory=280471296772496 CPUtime=0.02 cores=0-7
/proc/23504/task/23520/stat : 23520 (java) S 23502 23502 23270 0 -1 1077944384 200 0 0 0 2 0 0 0 20 0 20 0 87976512 26735009792 11750 33554432000 4194304 4196468 140727747004688 140640917641328 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23521] ppid=23502 vsize=26108408 memory=280471296788656 CPUtime=0.12 cores=0-7
/proc/23504/task/23521/stat : 23521 (java) S 23502 23502 23270 0 -1 1077944384 799 0 0 0 12 0 0 0 20 0 20 0 87976512 26735009792 11750 33554432000 4194304 4196468 140727747004688 140640916588528 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23522] ppid=23502 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23522/stat : 23522 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87976512 26735009792 11750 33554432000 4194304 4196468 140727747004688 140640915536992 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23523] ppid=23502 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/23504/task/23523/stat : 23523 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87976513 26735009792 11750 33554432000 4194304 4196468 140727747004688 140640914484272 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48452 KiB

[startup+0.703455 s]
/proc/loadavg: 5.04 7.45 7.94 3/199 23523
/proc/meminfo: memFree=21272900/32770624 swapFree=67108860/67108860
[pid=23502] ppid=23499 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23502/stat : 23502 (xcsp3-exec) S 23499 23502 23270 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87976506 115843072 363 33554432000 4194304 5098028 140729488800704 140729488798808 140163522130556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38731776 140729488802870 140729488803072 140729488803072 140729488805834 0
/proc/23502/statm: 28282 363 306 221 0 87 0
[pid=23504] ppid=23502 vsize=26643044 memory=98000 CPUtime=1.7 cores=0-7
/proc/23504/stat : 23504 (java) S 23502 23502 23270 0 -1 1077944320 13390 0 0 0 165 5 0 0 20 0 28 0 87976506 27282477056 24500 33554432000 4194304 4196468 140727747004688 140727746987232 140641730223863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
/proc/23504/statm: 6660761 24500 3359 1 0 6621955 0
[pid=23504/tid=23505] ppid=23502 vsize=26643044 memory=280471297146544 CPUtime=0.63 cores=0-7
/proc/23504/task/23505/stat : 23505 (java) S 23502 23502 23270 0 -1 1077944384 7247 0 0 0 61 2 0 0 20 0 28 0 87976507 27282477056 24500 33554432000 4194304 4196468 140727747004688 140641734464640 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23506] ppid=23502 vsize=26643044 memory=140235648574320 CPUtime=0 cores=0-7
/proc/23504/task/23506/stat : 23506 (java) S 23502 23502 23270 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 87976507 27282477056 24500 33554432000 4194304 4196468 140727747004688 140641682844816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23507] ppid=23502 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23507/stat : 23507 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 87976507 27282477056 24500 33554432000 4194304 4196468 140727747004688 140641681792016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23508] ppid=23502 vsize=26643044 memory=1012 CPUtime=0 cores=0-7
/proc/23504/task/23508/stat : 23508 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 87976507 27282477056 24500 33554432000 4194304 4196468 140727747004688 140641680739216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0

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

[pid=23504/tid=23521] ppid=23502 vsize=26645092 memory=6944656592455097440 CPUtime=0.64 cores=0-7
/proc/23504/task/23521/stat : 23521 (java) S 23502 23502 23270 0 -1 1077944384 4380 0 0 0 62 2 0 0 20 0 28 0 87976512 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640916588528 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23522] ppid=23502 vsize=26645092 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/23504/task/23522/stat : 23522 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 87976512 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640915536992 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23523] ppid=23502 vsize=26645092 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/23504/task/23523/stat : 23523 (java) S 23502 23502 23270 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 87976513 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640914484272 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23524] ppid=23502 vsize=26645092 memory=6943526294502006880 CPUtime=2.71 cores=0-7
/proc/23504/task/23524/stat : 23524 (java) R 23502 23502 23270 0 -1 4202560 147 0 0 0 271 0 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640905887552 140641344523408 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23525] ppid=23502 vsize=26645092 memory=6943526294502006880 CPUtime=2.88 cores=0-7
/proc/23504/task/23525/stat : 23525 (java) R 23502 23502 23270 0 -1 4202560 165 0 0 0 288 0 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640904835792 140641343483180 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23526] ppid=23502 vsize=26645092 memory=6943526294502006880 CPUtime=3 cores=0-7
/proc/23504/task/23526/stat : 23526 (java) R 23502 23502 23270 0 -1 4202560 342 0 0 0 299 1 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640903783928 140641345070286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23527] ppid=23502 vsize=26645092 memory=6655300316396806240 CPUtime=2.72 cores=0-7
/proc/23504/task/23527/stat : 23527 (java) R 23502 23502 23270 0 -1 4202560 280 0 0 0 272 0 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640902730408 140641344295985 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23528] ppid=23502 vsize=26645092 memory=6944656592455360604 CPUtime=3.24 cores=0-7
/proc/23504/task/23528/stat : 23528 (java) R 23502 23502 23270 0 -1 4202560 112 0 0 0 324 0 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640901676648 140641343863323 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23529] ppid=23502 vsize=26645092 memory=6944656592455097440 CPUtime=2.91 cores=0-7
/proc/23504/task/23529/stat : 23529 (java) R 23502 23502 23270 0 -1 4202560 158 0 0 0 291 0 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640900624672 140641344231505 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23530] ppid=23502 vsize=26645092 memory=0 CPUtime=3.01 cores=0-7
/proc/23504/task/23530/stat : 23530 (java) R 23502 23502 23270 0 -1 4202560 117 0 0 0 301 0 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640899573032 140641345069801 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23531] ppid=23502 vsize=26645092 memory=0 CPUtime=2.98 cores=0-7
/proc/23504/task/23531/stat : 23531 (java) R 23502 23502 23270 0 -1 4202560 106 0 0 0 298 0 0 0 20 0 28 0 87976573 27284574208 53470 33554432000 4194304 4196468 140727747004688 140640898520096 140641343861200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
Current children cumulated CPU time: 29.49 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 215332 KiB

[startup+5.00114 s]
/proc/loadavg: 5.44 7.50 7.95 9/207 23531
/proc/meminfo: memFree=21124432/32770624 swapFree=67108860/67108860
[pid=23502] ppid=23499 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23502/stat : 23502 (xcsp3-exec) S 23499 23502 23270 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87976506 115843072 363 33554432000 4194304 5098028 140729488800704 140729488798808 140163522130556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38731776 140729488802870 140729488803072 140729488803072 140729488805834 0
/proc/23502/statm: 28282 363 306 221 0 87 0
[pid=23504] ppid=23502 vsize=26645092 memory=224236 CPUtime=35.76 cores=0-7
/proc/23504/stat : 23504 (java) S 23502 23502 23270 0 -1 1077944320 30613 0 0 0 3558 18 0 0 20 0 28 0 87976506 27284574208 56059 33554432000 4194304 4196468 140727747004688 140727746987232 140641730223863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
/proc/23504/statm: 6661273 56059 3421 1 0 6622467 0
[pid=23504/tid=23505] ppid=23502 vsize=26645092 memory=0 CPUtime=0.63 cores=0-7
/proc/23504/task/23505/stat : 23505 (java) S 23502 23502 23270 0 -1 1077944384 7247 0 0 0 61 2 0 0 20 0 28 0 87976507 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641734464640 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23506] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23506/stat : 23506 (java) S 23502 23502 23270 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 87976507 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641682844816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23507] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23507/stat : 23507 (java) S 23502 23502 23270 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 87976507 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641681792016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23508] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23508/stat : 23508 (java) S 23502 23502 23270 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 28 0 87976507 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641680739216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23509] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23509/stat : 23509 (java) S 23502 23502 23270 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641679686416 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23510] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23510/stat : 23510 (java) S 23502 23502 23270 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641678633616 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23511] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23511/stat : 23511 (java) S 23502 23502 23270 0 -1 1077944384 806 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641677580816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23512] ppid=23502 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/23504/task/23512/stat : 23512 (java) S 23502 23502 23270 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641676528016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23513] ppid=23502 vsize=26645092 memory=131260 CPUtime=0 cores=0-7
/proc/23504/task/23513/stat : 23513 (java) S 23502 23502 23270 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641675475216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23514] ppid=23502 vsize=26645092 memory=202095391193036 CPUtime=0 cores=0-7
/proc/23504/task/23514/stat : 23514 (java) S 23502 23502 23270 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 28 0 87976509 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641126013808 140641730235010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23515] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23515/stat : 23515 (java) S 23502 23502 23270 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 87976509 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641124959776 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23516] ppid=23502 vsize=26645092 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/23504/task/23516/stat : 23516 (java) S 23502 23502 23270 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 87976510 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641123906928 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23517] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23517/stat : 23517 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 87976512 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641122855248 140641730242459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23518] ppid=23502 vsize=26645092 memory=0 CPUtime=1.67 cores=0-7
/proc/23504/task/23518/stat : 23518 (java) S 23502 23502 23270 0 -1 1077944384 4203 0 0 0 166 1 0 0 20 0 28 0 87976512 27284574208 56059 33554432000 4194304 4196468 140727747004688 140641121802608 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23519] ppid=23502 vsize=26645092 memory=0 CPUtime=1.39 cores=0-7
/proc/23504/task/23519/stat : 23519 (java) S 23502 23502 23270 0 -1 1077944384 5111 0 0 0 138 1 0 0 20 0 28 0 87976512 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640918694128 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23520] ppid=23502 vsize=26645092 memory=0 CPUtime=1.66 cores=0-7
/proc/23504/task/23520/stat : 23520 (java) S 23502 23502 23270 0 -1 1077944384 5219 0 0 0 165 1 0 0 20 0 28 0 87976512 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640917641328 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23521] ppid=23502 vsize=26645092 memory=0 CPUtime=0.65 cores=0-7
/proc/23504/task/23521/stat : 23521 (java) S 23502 23502 23270 0 -1 1077944384 4395 0 0 0 63 2 0 0 20 0 28 0 87976512 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640916588528 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23522] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23522/stat : 23522 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 87976512 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640915536992 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23523] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23523/stat : 23523 (java) S 23502 23502 23270 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 87976513 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640914484272 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23524] ppid=23502 vsize=26645092 memory=0 CPUtime=3.46 cores=0-7
/proc/23504/task/23524/stat : 23524 (java) R 23502 23502 23270 0 -1 4202560 147 0 0 0 346 0 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640905886856 140641344234435 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23525] ppid=23502 vsize=26645092 memory=1452 CPUtime=3.66 cores=0-7
/proc/23504/task/23525/stat : 23525 (java) R 23502 23502 23270 0 -1 4202560 166 0 0 0 366 0 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640904835336 140641343398663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23526] ppid=23502 vsize=26645092 memory=213880 CPUtime=3.77 cores=0-7
/proc/23504/task/23526/stat : 23526 (java) R 23502 23502 23270 0 -1 4202560 344 0 0 0 376 1 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640903785376 140641343482942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23527] ppid=23502 vsize=26645092 memory=288230376990845296 CPUtime=3.5 cores=0-7
/proc/23504/task/23527/stat : 23527 (java) R 23502 23502 23270 0 -1 4202560 283 0 0 0 350 0 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640902732312 140641343773511 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23528] ppid=23502 vsize=26645092 memory=288283381299694355 CPUtime=4.01 cores=0-7
/proc/23504/task/23528/stat : 23528 (java) R 23502 23502 23270 0 -1 4202560 115 0 0 0 401 0 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640901676496 140641343398715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23529] ppid=23502 vsize=26645092 memory=0 CPUtime=3.69 cores=0-7
/proc/23504/task/23529/stat : 23529 (java) R 23502 23502 23270 0 -1 4202560 161 0 0 0 369 0 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640900623808 140641343483350 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23530] ppid=23502 vsize=26645092 memory=0 CPUtime=3.7 cores=0-7
/proc/23504/task/23530/stat : 23530 (java) R 23502 23502 23270 0 -1 4202560 117 0 0 0 370 0 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640899572112 140641343483103 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23531] ppid=23502 vsize=26645092 memory=0 CPUtime=3.75 cores=0-7
/proc/23504/task/23531/stat : 23531 (java) R 23502 23502 23270 0 -1 4202560 106 0 0 0 375 0 0 0 20 0 28 0 87976573 27284574208 56059 33554432000 4194304 4196468 140727747004688 140640898519432 140641344298779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
Current children cumulated CPU time: 35.76 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 225688 KiB

[startup+5.40114 s]
/proc/loadavg: 5.44 7.50 7.95 9/207 23531
/proc/meminfo: memFree=21117064/32770624 swapFree=67108860/67108860
[pid=23502] ppid=23499 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23502/stat : 23502 (xcsp3-exec) S 23499 23502 23270 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87976506 115843072 363 33554432000 4194304 5098028 140729488800704 140729488798808 140163522130556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38731776 140729488802870 140729488803072 140729488803072 140729488805834 0
/proc/23502/statm: 28282 363 306 221 0 87 0
[pid=23504] ppid=23502 vsize=26645092 memory=220640 CPUtime=38.94 cores=0-7
/proc/23504/stat : 23504 (java) S 23502 23502 23270 0 -1 1077944320 30652 0 0 0 3876 18 0 0 20 0 28 0 87976506 27284574208 55160 33554432000 4194304 4196468 140727747004688 140727746987232 140641730223863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
/proc/23504/statm: 6661273 55160 3421 1 0 6622467 0
[pid=23504/tid=23505] ppid=23502 vsize=26645092 memory=0 CPUtime=0.63 cores=0-7
/proc/23504/task/23505/stat : 23505 (java) S 23502 23502 23270 0 -1 1077944384 7247 0 0 0 61 2 0 0 20 0 28 0 87976507 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641734464640 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23506] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23506/stat : 23506 (java) S 23502 23502 23270 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 87976507 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641682844816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23507] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23507/stat : 23507 (java) S 23502 23502 23270 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 87976507 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641681792016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23508] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23508/stat : 23508 (java) S 23502 23502 23270 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 28 0 87976507 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641680739216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23509] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23509/stat : 23509 (java) S 23502 23502 23270 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641679686416 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23510] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23510/stat : 23510 (java) S 23502 23502 23270 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641678633616 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23511] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23511/stat : 23511 (java) S 23502 23502 23270 0 -1 1077944384 806 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641677580816 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23512] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23512/stat : 23512 (java) S 23502 23502 23270 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641676528016 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23513] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23513/stat : 23513 (java) S 23502 23502 23270 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 87976508 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641675475216 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23514] ppid=23502 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/23504/task/23514/stat : 23514 (java) S 23502 23502 23270 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 28 0 87976509 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641126013808 140641730235010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23515] ppid=23502 vsize=26645092 memory=56 CPUtime=0 cores=0-7
/proc/23504/task/23515/stat : 23515 (java) S 23502 23502 23270 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 87976509 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641124959776 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23516] ppid=23502 vsize=26645092 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/23504/task/23516/stat : 23516 (java) S 23502 23502 23270 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 87976510 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641123906928 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23517] ppid=23502 vsize=26645092 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/23504/task/23517/stat : 23517 (java) S 23502 23502 23270 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 87976512 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641122855248 140641730242459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23518] ppid=23502 vsize=26645092 memory=6943526294502006880 CPUtime=1.67 cores=0-7
/proc/23504/task/23518/stat : 23518 (java) S 23502 23502 23270 0 -1 1077944384 4203 0 0 0 166 1 0 0 20 0 28 0 87976512 27284574208 55160 33554432000 4194304 4196468 140727747004688 140641121802608 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23519] ppid=23502 vsize=26645092 memory=0 CPUtime=1.39 cores=0-7
/proc/23504/task/23519/stat : 23519 (java) S 23502 23502 23270 0 -1 1077944384 5111 0 0 0 138 1 0 0 20 0 28 0 87976512 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640918694128 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23520] ppid=23502 vsize=26645092 memory=4048792278484884594 CPUtime=1.66 cores=0-7
/proc/23504/task/23520/stat : 23520 (java) S 23502 23502 23270 0 -1 1077944384 5219 0 0 0 165 1 0 0 20 0 28 0 87976512 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640917641328 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23521] ppid=23502 vsize=26645092 memory=0 CPUtime=0.65 cores=0-7
/proc/23504/task/23521/stat : 23521 (java) S 23502 23502 23270 0 -1 1077944384 4395 0 0 0 63 2 0 0 20 0 28 0 87976512 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640916588528 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23522] ppid=23502 vsize=26645092 memory=280471296540912 CPUtime=0 cores=0-7
/proc/23504/task/23522/stat : 23522 (java) S 23502 23502 23270 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 87976512 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640915536992 140641730234069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23523] ppid=23502 vsize=26645092 memory=4420 CPUtime=0 cores=0-7
/proc/23504/task/23523/stat : 23523 (java) S 23502 23502 23270 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 87976513 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640914484272 140641730235010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23524] ppid=23502 vsize=26645092 memory=0 CPUtime=3.86 cores=0-7
/proc/23504/task/23524/stat : 23524 (java) R 23502 23502 23270 0 -1 4202560 147 0 0 0 386 0 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640905886856 140641344083781 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23525] ppid=23502 vsize=26645092 memory=7649399358444876594 CPUtime=4.06 cores=0-7
/proc/23504/task/23525/stat : 23525 (java) R 23502 23502 23270 0 -1 4202560 166 0 0 0 406 0 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640904835336 140641343410535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23526] ppid=23502 vsize=26645092 memory=7517159033909830208 CPUtime=4.17 cores=0-7
/proc/23504/task/23526/stat : 23526 (java) R 23502 23502 23270 0 -1 4202560 344 0 0 0 416 1 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640903785376 140641345191699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23527] ppid=23502 vsize=26645092 memory=7883108497198760044 CPUtime=3.89 cores=0-7
/proc/23504/task/23527/stat : 23527 (java) R 23502 23502 23270 0 -1 4202560 283 0 0 0 389 0 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640902732312 140641345066930 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23528] ppid=23502 vsize=26645092 memory=7597132098393106257 CPUtime=4.41 cores=0-7
/proc/23504/task/23528/stat : 23528 (java) R 23502 23502 23270 0 -1 4202560 115 0 0 0 441 0 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640901676496 140641343483019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23529] ppid=23502 vsize=26645092 memory=7452158217587610209 CPUtime=4.09 cores=0-7
/proc/23504/task/23529/stat : 23529 (java) R 23502 23502 23270 0 -1 4202560 161 0 0 0 409 0 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640900623808 140641343398854 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23530] ppid=23502 vsize=26645092 memory=3832617409803741288 CPUtime=4.1 cores=0-7
/proc/23504/task/23530/stat : 23530 (java) R 23502 23502 23270 0 -1 4202560 117 0 0 0 410 0 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640899572112 140641343861379 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
[pid=23504/tid=23531] ppid=23502 vsize=26645092 memory=0 CPUtime=4.15 cores=0-7
/proc/23504/task/23531/stat : 23531 (java) R 23502 23502 23270 0 -1 4202560 106 0 0 0 415 0 0 0 20 0 28 0 87976573 27284574208 55160 33554432000 4194304 4196468 140727747004688 140640898519432 140641343398702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18624512 140727747007617 140727747007789 140727747007789 140727747010511 0
Current children cumulated CPU time: 38.94 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 222092 KiB

Child status: 0
Real time (s): 5.45447
CPU time (s): 39.3064
CPU user time (s): 39.1018
CPU system time (s): 0.204681
CPU usage (%): 720.628
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 225688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.1018
system time used= 0.204681
maximum resident set size= 224236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4086
involuntary context switches= 1064


# summary of solver processes directly reported to runsolver:
#   pid: 23502
#   total CPU time (s): 39.3064
#   total CPU user time (s): 39.1018
#   total CPU system time (s): 0.204681

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071381 second user time and 0.096 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-27 17:08:53
IDJOB=4297712
IDBENCH=141167
IDSOLVER=2760
FILE ID=node107/4297712-1532704133
RUNJOBID= node107-1532704130-23297
PBS_JOBID= 21022306
Free space on /tmp= 54472 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P04_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297712-1532704133/watcher-4297712-1532704133 -o /tmp/evaluation-result-4297712-1532704133/solver-4297712-1532704133 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532704130-23297 --watchdog 2580  HOME/xcsp3-exec -seed 369017540 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297712-1532704133.xml

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

MD5SUM BENCH= bba9b3428f0c8228a4e28ff2342631fb
RANDOM SEED=369017540

node107.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.40
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.40
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.40
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.40
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:        21325840 kB
MemAvailable:   31928188 kB
Buffers:          218044 kB
Cached:         10617056 kB
SwapCached:            0 kB
Active:          4349996 kB
Inactive:        6539668 kB
Active(anon):       4132 kB
Inactive(anon):    78388 kB
Active(file):    4345864 kB
Inactive(file):  6461280 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21976 kB
Writeback:             0 kB
AnonPages:         75296 kB
Mapped:            42480 kB
Shmem:             25228 kB
Slab:             249452 kB
SReclaimable:     222076 kB
SUnreclaim:        27376 kB
KernelStack:        3520 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54448 MiB
End job on node107 at 2018-07-27 17:08:59