Trace number 4297771

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 1171.09 147.63

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g27_c18.xml
MD5SUM92ed35416817fd3e3d52723751690df9
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 benchmark95.8001
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
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-4297771-1532724037.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297771-1532724037.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.79/0.74	c solve instance...
1171.05/147.60	s SATISFIABLE
1171.05/147.60	v <instantiation>
1171.05/147.60	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] </list>
1171.05/147.60	v 	<values>72 19 10 50 67 47 2 30 17 69 18 12 77 53 44 85 5 56 32 7 0 27 31 33 74 9 52 41 70 1 21 51 79 81 64 37 40 65 22 78 14 </values>
1171.05/147.60	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 (13292 MiB free)
  memory of node 1: 16384 MiB (14235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297771-1532724037/watcher-4297771-1532724037 -o /tmp/evaluation-result-4297771-1532724037/solver-4297771-1532724037 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532721509-28173 --watchdog 2580 HOME/xcsp3-exec -seed 729128744 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297771-1532724037.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
Current StackSize limit: 8192 KiB
solver pid=28590, runsolver pid=28587


[startup+0.100277 s]*
/proc/loadavg: 8.35 8.33 8.22 2/205 28611
/proc/meminfo: memFree=28173308/32770624 swapFree=67108744/67108860
[pid=28590] ppid=28587 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28590/stat : 28590 (xcsp3-exec) S 28587 28590 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89966895 115843072 364 33554432000 4194304 5098028 140731582535376 140731582533480 140158009213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38383616 140731582542902 140731582543104 140731582543104 140731582545866 0
/proc/28590/statm: 28282 364 306 221 0 87 0
[pid=28592] ppid=28590 vsize=26104152 memory=27332 CPUtime=0.11 cores=0-7
/proc/28592/stat : 28592 (java) S 28590 28590 28146 0 -1 1077944320 5671 0 0 0 10 1 0 0 20 0 20 0 89966895 26730651648 6833 33554432000 4194304 4196468 140725589574928 140725589557472 139718814809847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
/proc/28592/statm: 6526038 6833 3032 1 0 6488315 0
[pid=28592/tid=28593] ppid=28590 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28592/task/28593/stat : 28593 (java) R 28590 28590 28146 0 -1 4202560 3690 0 0 0 8 1 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718819034320 139718798853477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28594] ppid=28590 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28592/task/28594/stat : 28594 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718777916560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28595] ppid=28590 vsize=26104152 memory=140431924795008 CPUtime=0 cores=0-7
/proc/28592/task/28595/stat : 28595 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718776863760 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28596] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28596/stat : 28596 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718371441552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28597] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28597/stat : 28597 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718370388752 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28598] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28598/stat : 28598 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718369335952 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28599] ppid=28590 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28592/task/28599/stat : 28599 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718368283152 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28600] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28600/stat : 28600 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718367230352 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28601] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28601/stat : 28601 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 6833 33554432000 4194304 4196468 140725589574928 139718366177552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28602] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28602/stat : 28602 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966898 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717942307696 139718814820994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28603] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28603/stat : 28603 (java) S 28590 28590 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89966898 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717941253664 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28604] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28604/stat : 28604 (java) S 28590 28590 28146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89966898 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717940200816 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28605] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28605/stat : 28605 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717939149136 139718814828443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28606] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28606/stat : 28606 (java) S 28590 28590 28146 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717938096496 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28607] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28607/stat : 28607 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717937043696 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28608] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28608/stat : 28608 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717935990896 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28609] ppid=28590 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/28592/task/28609/stat : 28609 (java) R 28590 28590 28146 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 89966901 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717934938096 139718795136672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28610] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28610/stat : 28610 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717933886560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28611] ppid=28590 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28592/task/28611/stat : 28611 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 6833 33554432000 4194304 4196468 140725589574928 139717932833840 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28788 KiB

[startup+0.210645 s]*
/proc/loadavg: 8.35 8.33 8.22 2/205 28611
/proc/meminfo: memFree=28161540/32770624 swapFree=67108744/67108860
[pid=28590] ppid=28587 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28590/stat : 28590 (xcsp3-exec) S 28587 28590 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89966895 115843072 364 33554432000 4194304 5098028 140731582535376 140731582533480 140158009213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38383616 140731582542902 140731582543104 140731582543104 140731582545866 0
/proc/28590/statm: 28282 364 306 221 0 87 0
[pid=28592] ppid=28590 vsize=26104152 memory=39548 CPUtime=0.33 cores=0-7
/proc/28592/stat : 28592 (java) S 28590 28590 28146 0 -1 1077944320 8499 0 0 0 31 2 0 0 20 0 20 0 89966895 26730651648 9887 33554432000 4194304 4196468 140725589574928 140725589557472 139718814809847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
/proc/28592/statm: 6526038 9887 3158 1 0 6488315 0
[pid=28592/tid=28593] ppid=28590 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28592/task/28593/stat : 28593 (java) R 28590 28590 28146 0 -1 4202560 5573 0 0 0 18 1 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718819046896 139718795082070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28594] ppid=28590 vsize=26104152 memory=340 CPUtime=0 cores=0-7
/proc/28592/task/28594/stat : 28594 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718777916560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28595] ppid=28590 vsize=26104152 memory=140431925327682 CPUtime=0 cores=0-7
/proc/28592/task/28595/stat : 28595 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718776863760 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28596] ppid=28590 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28592/task/28596/stat : 28596 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718371441552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28597] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28597/stat : 28597 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718370388752 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28598] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28598/stat : 28598 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718369335952 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28599] ppid=28590 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28592/task/28599/stat : 28599 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718368283152 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28600] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28600/stat : 28600 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718367230352 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28601] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28601/stat : 28601 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26730651648 9887 33554432000 4194304 4196468 140725589574928 139718366177552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28602] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28602/stat : 28602 (java) S 28590 28590 28146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89966898 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717942307696 139718814820994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28603] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28603/stat : 28603 (java) S 28590 28590 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89966898 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717941253664 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28604] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28604/stat : 28604 (java) S 28590 28590 28146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89966898 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717940200816 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28605] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28605/stat : 28605 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717939149136 139718814828443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28606] ppid=28590 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/28592/task/28606/stat : 28606 (java) R 28590 28590 28146 0 -1 4202560 514 0 0 0 2 0 0 0 20 0 20 0 89966901 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717938096496 139718807794889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28607] ppid=28590 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/28592/task/28607/stat : 28607 (java) S 28590 28590 28146 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 20 0 89966901 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717937043696 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28608] ppid=28590 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/28592/task/28608/stat : 28608 (java) S 28590 28590 28146 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 20 0 89966901 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717935990896 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28609] ppid=28590 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/28592/task/28609/stat : 28609 (java) R 28590 28590 28146 0 -1 4202560 800 0 0 0 8 0 0 0 20 0 20 0 89966901 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717934938096 139718814831194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28610] ppid=28590 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28610/stat : 28610 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717933886560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28611] ppid=28590 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/28592/task/28611/stat : 28611 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966901 26730651648 9887 33554432000 4194304 4196468 140725589574928 139717932833840 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41004 KiB

[startup+0.320434 s]*
/proc/loadavg: 8.35 8.33 8.22 3/205 28611
/proc/meminfo: memFree=28154716/32770624 swapFree=67108744/67108860
[pid=28590] ppid=28587 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28590/stat : 28590 (xcsp3-exec) S 28587 28590 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89966895 115843072 364 33554432000 4194304 5098028 140731582535376 140731582533480 140158009213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38383616 140731582542902 140731582543104 140731582543104 140731582545866 0
/proc/28590/statm: 28282 364 306 221 0 87 0
[pid=28592] ppid=28590 vsize=26108408 memory=46896 CPUtime=0.53 cores=0-7
/proc/28592/stat : 28592 (java) S 28590 28590 28146 0 -1 1077944320 9472 0 0 0 50 3 0 0 20 0 20 0 89966895 26735009792 11724 33554432000 4194304 4196468 140725589574928 140725589557472 139718814809847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
/proc/28592/statm: 6527102 11724 3204 1 0 6488315 0
[pid=28592/tid=28593] ppid=28590 vsize=26108408 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28592/task/28593/stat : 28593 (java) R 28590 28590 28146 0 -1 4202560 6357 0 0 0 28 2 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718819040960 139718814831773 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28594] ppid=28590 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28594/stat : 28594 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718777916560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28595] ppid=28590 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28595/stat : 28595 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718776863760 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28596] ppid=28590 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28596/stat : 28596 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718371441552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28597] ppid=28590 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28597/stat : 28597 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718370388752 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28598] ppid=28590 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/28592/task/28598/stat : 28598 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718369335952 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28599] ppid=28590 vsize=26108408 memory=140431807574959 CPUtime=0 cores=0-7
/proc/28592/task/28599/stat : 28599 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718368283152 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28600] ppid=28590 vsize=26108408 memory=140431807577264 CPUtime=0 cores=0-7
/proc/28592/task/28600/stat : 28600 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718367230352 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28601] ppid=28590 vsize=26108408 memory=140431807579568 CPUtime=0 cores=0-7
/proc/28592/task/28601/stat : 28601 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26735009792 11724 33554432000 4194304 4196468 140725589574928 139718366177552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28602] ppid=28590 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28602/stat : 28602 (java) S 28590 28590 28146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89966898 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717942307696 139718814820994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28603] ppid=28590 vsize=26108408 memory=280863615166096 CPUtime=0 cores=0-7
/proc/28592/task/28603/stat : 28603 (java) S 28590 28590 28146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89966898 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717941253664 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28604] ppid=28590 vsize=26108408 memory=280863615173008 CPUtime=0 cores=0-7
/proc/28592/task/28604/stat : 28604 (java) S 28590 28590 28146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89966898 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717940200816 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28605] ppid=28590 vsize=26108408 memory=280863615114288 CPUtime=0 cores=0-7
/proc/28592/task/28605/stat : 28605 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966901 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717939149136 139718814828443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28606] ppid=28590 vsize=26108408 memory=280863615186832 CPUtime=0.03 cores=0-7
/proc/28592/task/28606/stat : 28606 (java) S 28590 28590 28146 0 -1 1077944384 517 0 0 0 3 0 0 0 20 0 20 0 89966901 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717938096496 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28607] ppid=28590 vsize=26108408 memory=280863615193744 CPUtime=0.02 cores=0-7
/proc/28592/task/28607/stat : 28607 (java) S 28590 28590 28146 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 20 0 89966901 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717937043696 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28608] ppid=28590 vsize=26108408 memory=280863615191440 CPUtime=0.03 cores=0-7
/proc/28592/task/28608/stat : 28608 (java) S 28590 28590 28146 0 -1 1077944384 293 0 0 0 3 0 0 0 20 0 20 0 89966901 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717935990896 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28609] ppid=28590 vsize=26108408 memory=280863615207600 CPUtime=0.12 cores=0-7
/proc/28592/task/28609/stat : 28609 (java) S 28590 28590 28146 0 -1 1077944384 871 0 0 0 12 0 0 0 20 0 20 0 89966901 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717934938096 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28610] ppid=28590 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28610/stat : 28610 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966901 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717933886560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28611] ppid=28590 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/28592/task/28611/stat : 28611 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966901 26735009792 11724 33554432000 4194304 4196468 140725589574928 139717932833840 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48352 KiB

[startup+0.700987 s]
/proc/loadavg: 8.35 8.33 8.22 3/205 28611
/proc/meminfo: memFree=28141068/32770624 swapFree=67108744/67108860
[pid=28590] ppid=28587 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28590/stat : 28590 (xcsp3-exec) S 28587 28590 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89966895 115843072 364 33554432000 4194304 5098028 140731582535376 140731582533480 140158009213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38383616 140731582542902 140731582543104 140731582543104 140731582545866 0
/proc/28590/statm: 28282 364 306 221 0 87 0
[pid=28592] ppid=28590 vsize=26110532 memory=98988 CPUtime=1.79 cores=0-7
/proc/28592/stat : 28592 (java) S 28590 28590 28146 0 -1 1077944320 12848 0 0 0 174 5 0 0 20 0 20 0 89966895 26737184768 24747 33554432000 4194304 4196468 140725589574928 140725589557472 139718814809847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
/proc/28592/statm: 6527633 24747 3366 1 0 6488827 0
[pid=28592/tid=28593] ppid=28590 vsize=26110532 memory=280863615565488 CPUtime=0.67 cores=0-7
/proc/28592/task/28593/stat : 28593 (java) R 28590 28590 28146 0 -1 4202560 7121 0 0 0 64 3 0 0 20 0 20 0 89966896 26737184768 24747 33554432000 4194304 4196468 140725589574928 139718819046144 139718453898088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28594] ppid=28590 vsize=26110532 memory=140431807783792 CPUtime=0 cores=0-7
/proc/28592/task/28594/stat : 28594 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89966896 26737184768 24747 33554432000 4194304 4196468 140725589574928 139718777916560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28595] ppid=28590 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/28592/task/28595/stat : 28595 (java) S 28590 28590 28146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89966896 26737184768 24747 33554432000 4194304 4196468 140725589574928 139718776863760 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28596] ppid=28590 vsize=26110532 memory=1704 CPUtime=0 cores=0-7
/proc/28592/task/28596/stat : 28596 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89966896 26737184768 24747 33554432000 4194304 4196468 140725589574928 139718371441552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0

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

[pid=28592/tid=28604] ppid=28590 vsize=26643044 memory=4616 CPUtime=0 cores=0-7
/proc/28592/task/28604/stat : 28604 (java) S 28590 28590 28146 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 89966898 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717940200816 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28605] ppid=28590 vsize=26643044 memory=1424 CPUtime=0 cores=0-7
/proc/28592/task/28605/stat : 28605 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89966901 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717939149136 139718814828443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28606] ppid=28590 vsize=26643044 memory=11116 CPUtime=1.72 cores=0-7
/proc/28592/task/28606/stat : 28606 (java) S 28590 28590 28146 0 -1 1077944384 7827 0 0 0 170 2 0 0 20 0 28 0 89966901 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717938096496 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28607] ppid=28590 vsize=26643044 memory=1200 CPUtime=1.81 cores=0-7
/proc/28592/task/28607/stat : 28607 (java) S 28590 28590 28146 0 -1 1077944384 10534 0 0 0 180 1 0 0 20 0 28 0 89966901 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717937043696 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28608] ppid=28590 vsize=26643044 memory=1228 CPUtime=1.83 cores=0-7
/proc/28592/task/28608/stat : 28608 (java) S 28590 28590 28146 0 -1 1077944384 10655 0 0 0 181 2 0 0 20 0 28 0 89966901 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717935990896 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28609] ppid=28590 vsize=26643044 memory=1704 CPUtime=0.73 cores=0-7
/proc/28592/task/28609/stat : 28609 (java) S 28590 28590 28146 0 -1 1077944384 6445 0 0 0 71 2 0 0 20 0 28 0 89966901 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717934938096 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28610] ppid=28590 vsize=26643044 memory=1952 CPUtime=0 cores=0-7
/proc/28592/task/28610/stat : 28610 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89966901 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717933886560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28611] ppid=28590 vsize=26643044 memory=288230574492221466 CPUtime=0.02 cores=0-7
/proc/28592/task/28611/stat : 28611 (java) S 28590 28590 28146 0 -1 1077944384 639 0 0 0 1 1 0 0 20 0 28 0 89966901 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717932833840 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28612] ppid=28590 vsize=26643044 memory=301741394933055803 CPUtime=144.05 cores=0-7
/proc/28592/task/28612/stat : 28612 (java) R 28590 28590 28146 0 -1 4202560 1406 0 0 0 14405 0 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717924048200 139718457293421 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28613] ppid=28590 vsize=26643044 memory=15534111569742379 CPUtime=143.89 cores=0-7
/proc/28592/task/28613/stat : 28613 (java) R 28590 28590 28146 0 -1 4202560 1127 0 0 0 14389 0 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717922996520 139718455877824 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28614] ppid=28590 vsize=26643044 memory=6944656592387989600 CPUtime=144.41 cores=0-7
/proc/28592/task/28614/stat : 28614 (java) R 28590 28590 28146 0 -1 4202560 4349 0 0 0 14438 3 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717921946320 139718457335565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28615] ppid=28590 vsize=26643044 memory=6944656575208382560 CPUtime=144.35 cores=0-7
/proc/28592/task/28615/stat : 28615 (java) R 28590 28590 28146 0 -1 4202560 3665 0 0 0 14433 2 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717920890920 139718455877802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28616] ppid=28590 vsize=26643044 memory=6944656575208382560 CPUtime=143.97 cores=0-7
/proc/28592/task/28616/stat : 28616 (java) R 28590 28590 28146 0 -1 4202560 3249 0 0 0 14395 2 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717919838120 139718451614028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28617] ppid=28590 vsize=26643044 memory=6944652177228980320 CPUtime=144 cores=0-7
/proc/28592/task/28617/stat : 28617 (java) R 28590 28590 28146 0 -1 4202560 756 0 0 0 14399 1 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717918785320 139718457292713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28618] ppid=28590 vsize=26643044 memory=6944656575208382560 CPUtime=144.26 cores=0-7
/proc/28592/task/28618/stat : 28618 (java) R 28590 28590 28146 0 -1 4202560 1283 0 0 0 14425 1 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717917733408 139718457881844 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28619] ppid=28590 vsize=26643044 memory=6944652177228980320 CPUtime=144.16 cores=0-7
/proc/28592/task/28619/stat : 28619 (java) R 28590 28590 28146 0 -1 4202560 3615 0 0 0 14415 1 0 0 20 0 28 0 89966971 27282477056 44816 33554432000 4194304 4196468 140725589574928 139717916680496 139718455951192 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
Current children cumulated CPU time: 1161.54 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 180720 KiB

[startup+147.201 s]
/proc/loadavg: 8.13 8.28 8.22 10/213 28619
/proc/meminfo: memFree=28021272/32770624 swapFree=67108744/67108860
[pid=28590] ppid=28587 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28590/stat : 28590 (xcsp3-exec) S 28587 28590 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89966895 115843072 364 33554432000 4194304 5098028 140731582535376 140731582533480 140158009213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38383616 140731582542902 140731582543104 140731582543104 140731582545866 0
/proc/28590/statm: 28282 364 306 221 0 87 0
[pid=28592] ppid=28590 vsize=26643044 memory=183368 CPUtime=1167.85 cores=0-7
/proc/28592/stat : 28592 (java) S 28590 28590 28146 0 -1 1077944320 87346 0 0 0 116732 53 0 0 20 0 28 0 89966895 27282477056 45842 33554432000 4194304 4196468 140725589574928 140725589557472 139718814809847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
/proc/28592/statm: 6660761 45842 3419 1 0 6621955 0
[pid=28592/tid=28593] ppid=28590 vsize=26643044 memory=26148 CPUtime=0.72 cores=0-7
/proc/28592/task/28593/stat : 28593 (java) S 28590 28590 28146 0 -1 1077944384 7191 0 0 0 69 3 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718819050624 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28594] ppid=28590 vsize=26643044 memory=2396 CPUtime=0.16 cores=0-7
/proc/28592/task/28594/stat : 28594 (java) S 28590 28590 28146 0 -1 1077944384 3142 0 0 0 13 3 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718777916560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28595] ppid=28590 vsize=26643044 memory=1292 CPUtime=0.17 cores=0-7
/proc/28592/task/28595/stat : 28595 (java) S 28590 28590 28146 0 -1 1077944384 1061 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718776863760 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28596] ppid=28590 vsize=26643044 memory=6791534058613427641 CPUtime=0.16 cores=0-7
/proc/28592/task/28596/stat : 28596 (java) S 28590 28590 28146 0 -1 1077944384 1510 0 0 0 14 2 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718371441552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28597] ppid=28590 vsize=26643044 memory=15872 CPUtime=0.15 cores=0-7
/proc/28592/task/28597/stat : 28597 (java) S 28590 28590 28146 0 -1 1077944384 1849 0 0 0 13 2 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718370388752 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28598] ppid=28590 vsize=26643044 memory=1456 CPUtime=0.17 cores=0-7
/proc/28592/task/28598/stat : 28598 (java) S 28590 28590 28146 0 -1 1077944384 3003 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718369335952 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28599] ppid=28590 vsize=26643044 memory=173088 CPUtime=0.17 cores=0-7
/proc/28592/task/28599/stat : 28599 (java) S 28590 28590 28146 0 -1 1077944384 2177 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718368283152 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28600] ppid=28590 vsize=26643044 memory=1008 CPUtime=0.17 cores=0-7
/proc/28592/task/28600/stat : 28600 (java) S 28590 28590 28146 0 -1 1077944384 2100 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718367230352 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28601] ppid=28590 vsize=26643044 memory=1456 CPUtime=0.16 cores=0-7
/proc/28592/task/28601/stat : 28601 (java) S 28590 28590 28146 0 -1 1077944384 2307 0 0 0 14 2 0 0 20 0 28 0 89966896 27282477056 45842 33554432000 4194304 4196468 140725589574928 139718366177552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28602] ppid=28590 vsize=26643044 memory=179268 CPUtime=0.13 cores=0-7
/proc/28592/task/28602/stat : 28602 (java) S 28590 28590 28146 0 -1 1077944384 6092 0 0 0 11 2 0 0 20 0 28 0 89966898 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717942307696 139718814820994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28603] ppid=28590 vsize=26643044 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/28592/task/28603/stat : 28603 (java) S 28590 28590 28146 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 89966898 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717941253664 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28604] ppid=28590 vsize=26643044 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/28592/task/28604/stat : 28604 (java) S 28590 28590 28146 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 89966898 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717940200816 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28605] ppid=28590 vsize=26643044 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/28592/task/28605/stat : 28605 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89966901 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717939149136 139718814828443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28606] ppid=28590 vsize=26643044 memory=288230574492221466 CPUtime=1.72 cores=0-7
/proc/28592/task/28606/stat : 28606 (java) S 28590 28590 28146 0 -1 1077944384 7827 0 0 0 170 2 0 0 20 0 28 0 89966901 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717938096496 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28607] ppid=28590 vsize=26643044 memory=288230596050944315 CPUtime=1.81 cores=0-7
/proc/28592/task/28607/stat : 28607 (java) S 28590 28590 28146 0 -1 1077944384 10534 0 0 0 180 1 0 0 20 0 28 0 89966901 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717937043696 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28608] ppid=28590 vsize=26643044 memory=1456 CPUtime=1.83 cores=0-7
/proc/28592/task/28608/stat : 28608 (java) S 28590 28590 28146 0 -1 1077944384 10655 0 0 0 181 2 0 0 20 0 28 0 89966901 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717935990896 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28609] ppid=28590 vsize=26643044 memory=179244 CPUtime=0.73 cores=0-7
/proc/28592/task/28609/stat : 28609 (java) S 28590 28590 28146 0 -1 1077944384 6445 0 0 0 71 2 0 0 20 0 28 0 89966901 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717934938096 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28610] ppid=28590 vsize=26643044 memory=1568 CPUtime=0 cores=0-7
/proc/28592/task/28610/stat : 28610 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89966901 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717933886560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28611] ppid=28590 vsize=26643044 memory=2240 CPUtime=0.02 cores=0-7
/proc/28592/task/28611/stat : 28611 (java) S 28590 28590 28146 0 -1 1077944384 639 0 0 0 1 1 0 0 20 0 28 0 89966901 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717932833840 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28612] ppid=28590 vsize=26643044 memory=1844 CPUtime=144.84 cores=0-7
/proc/28592/task/28612/stat : 28612 (java) R 28590 28590 28146 0 -1 4202560 1406 0 0 0 14484 0 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717924048064 139718457293229 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28613] ppid=28590 vsize=26643044 memory=1008 CPUtime=144.68 cores=0-7
/proc/28592/task/28613/stat : 28613 (java) R 28590 28590 28146 0 -1 4202560 1128 0 0 0 14468 0 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717922996384 139718457292537 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28614] ppid=28590 vsize=26643044 memory=5404 CPUtime=145.2 cores=0-7
/proc/28592/task/28614/stat : 28614 (java) R 28590 28590 28146 0 -1 4202560 4352 0 0 0 14517 3 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717921943584 139718456283387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28615] ppid=28590 vsize=26643044 memory=796 CPUtime=145.14 cores=0-7
/proc/28592/task/28615/stat : 28615 (java) R 28590 28590 28146 0 -1 4202560 3666 0 0 0 14512 2 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717920890784 139718456254683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28616] ppid=28590 vsize=26643044 memory=4616 CPUtime=144.75 cores=0-7
/proc/28592/task/28616/stat : 28616 (java) R 28590 28590 28146 0 -1 4202560 3251 0 0 0 14473 2 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717919837520 139718458774564 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28617] ppid=28590 vsize=26643044 memory=1424 CPUtime=144.79 cores=0-7
/proc/28592/task/28617/stat : 28617 (java) R 28590 28590 28146 0 -1 4202560 758 0 0 0 14478 1 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717918785536 139718457708351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28618] ppid=28590 vsize=26643044 memory=1456 CPUtime=145.04 cores=0-7
/proc/28592/task/28618/stat : 28618 (java) R 28590 28590 28146 0 -1 4202560 1286 0 0 0 14503 1 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717917733232 139718457292307 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28619] ppid=28590 vsize=26643044 memory=173088 CPUtime=144.94 cores=0-7
/proc/28592/task/28619/stat : 28619 (java) R 28590 28590 28146 0 -1 4202560 3616 0 0 0 14493 1 0 0 20 0 28 0 89966971 27282477056 45842 33554432000 4194304 4196468 140725589574928 139717916683296 139718456255189 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
Current children cumulated CPU time: 1167.85 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 184824 KiB

[startup+147.607 s]
/proc/loadavg: 8.13 8.28 8.22 10/213 28619
/proc/meminfo: memFree=28021272/32770624 swapFree=67108744/67108860
[pid=28590] ppid=28587 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28590/stat : 28590 (xcsp3-exec) S 28587 28590 28146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 89966895 115843072 364 33554432000 4194304 5098028 140731582535376 140731582533480 140158009213564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38383616 140731582542902 140731582543104 140731582543104 140731582545866 0
/proc/28590/statm: 28282 364 306 221 0 87 0
[pid=28592] ppid=28590 vsize=26643044 memory=185420 CPUtime=1171.05 cores=0-7
/proc/28592/stat : 28592 (java) S 28590 28590 28146 0 -1 1077944320 87739 0 0 0 117052 53 0 0 20 0 28 0 89966895 27282477056 46355 33554432000 4194304 4196468 140725589574928 140725589557472 139718814809847 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
/proc/28592/statm: 6660761 46355 3419 1 0 6621955 0
[pid=28592/tid=28593] ppid=28590 vsize=26643044 memory=1952 CPUtime=0.72 cores=0-7
/proc/28592/task/28593/stat : 28593 (java) S 28590 28590 28146 0 -1 1077944384 7191 0 0 0 69 3 0 0 20 0 28 0 89966896 27282477056 46355 33554432000 4194304 4196468 140725589574928 139718819050624 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28594] ppid=28590 vsize=26643044 memory=10584 CPUtime=0.16 cores=0-7
/proc/28592/task/28594/stat : 28594 (java) S 28590 28590 28146 0 -1 1077944384 3145 0 0 0 13 3 0 0 20 0 28 0 89966896 27282477056 46355 33554432000 4194304 4196468 140725589574928 139718777916560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28595] ppid=28590 vsize=26643044 memory=15872 CPUtime=0.17 cores=0-7
/proc/28592/task/28595/stat : 28595 (java) S 28590 28590 28146 0 -1 1077944384 1061 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 46355 33554432000 4194304 4196468 140725589574928 139718776863760 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28596] ppid=28590 vsize=26643044 memory=18280 CPUtime=0.16 cores=0-7
/proc/28592/task/28596/stat : 28596 (java) S 28590 28590 28146 0 -1 1077944384 1510 0 0 0 14 2 0 0 20 0 28 0 89966896 27282477056 46403 33554432000 4194304 4196468 140725589574928 139718371441552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28597] ppid=28590 vsize=26643044 memory=6791534058613427641 CPUtime=0.15 cores=0-7
/proc/28592/task/28597/stat : 28597 (java) S 28590 28590 28146 0 -1 1077944384 1849 0 0 0 13 2 0 0 20 0 28 0 89966896 27282477056 46403 33554432000 4194304 4196468 140725589574928 139718370388752 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28598] ppid=28590 vsize=26643044 memory=26148 CPUtime=0.17 cores=0-7
/proc/28592/task/28598/stat : 28598 (java) S 28590 28590 28146 0 -1 1077944384 3003 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 46403 33554432000 4194304 4196468 140725589574928 139718369335952 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28599] ppid=28590 vsize=26643044 memory=2396 CPUtime=0.17 cores=0-7
/proc/28592/task/28599/stat : 28599 (java) S 28590 28590 28146 0 -1 1077944384 2178 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 46403 33554432000 4194304 4196468 140725589574928 139718368283152 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28600] ppid=28590 vsize=26643044 memory=1292 CPUtime=0.17 cores=0-7
/proc/28592/task/28600/stat : 28600 (java) S 28590 28590 28146 0 -1 1077944384 2101 0 0 0 14 3 0 0 20 0 28 0 89966896 27282477056 46403 33554432000 4194304 4196468 140725589574928 139718367230352 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28601] ppid=28590 vsize=26643044 memory=1844 CPUtime=0.16 cores=0-7
/proc/28592/task/28601/stat : 28601 (java) S 28590 28590 28146 0 -1 1077944384 2307 0 0 0 14 2 0 0 20 0 28 0 89966896 27282477056 46403 33554432000 4194304 4196468 140725589574928 139718366177552 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28602] ppid=28590 vsize=26643044 memory=1008 CPUtime=0.13 cores=0-7
/proc/28592/task/28602/stat : 28602 (java) S 28590 28590 28146 0 -1 1077944384 6092 0 0 0 11 2 0 0 20 0 28 0 89966898 27282477056 46403 33554432000 4194304 4196468 140725589574928 139717942307696 139718814820994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28603] ppid=28590 vsize=26643044 memory=5404 CPUtime=0 cores=0-7
/proc/28592/task/28603/stat : 28603 (java) S 28590 28590 28146 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 89966898 27282477056 46403 33554432000 4194304 4196468 140725589574928 139717941253664 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28604] ppid=28590 vsize=26643044 memory=796 CPUtime=0 cores=0-7
/proc/28592/task/28604/stat : 28604 (java) S 28590 28590 28146 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 89966898 27282477056 46403 33554432000 4194304 4196468 140725589574928 139717940200816 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28605] ppid=28590 vsize=26643044 memory=280863616662944 CPUtime=0 cores=0-7
/proc/28592/task/28605/stat : 28605 (java) S 28590 28590 28146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89966901 27282477056 46403 33554432000 4194304 4196468 140725589574928 139717939149136 139718814828443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28606] ppid=28590 vsize=26643044 memory=6943526294502006880 CPUtime=1.72 cores=0-7
/proc/28592/task/28606/stat : 28606 (java) S 28590 28590 28146 0 -1 1077944384 7827 0 0 0 170 2 0 0 20 0 28 0 89966901 27282477056 46403 33554432000 4194304 4196468 140725589574928 139717938096496 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28607] ppid=28590 vsize=26643044 memory=6944656592387989600 CPUtime=1.81 cores=0-7
/proc/28592/task/28607/stat : 28607 (java) S 28590 28590 28146 0 -1 1077944384 10534 0 0 0 180 1 0 0 20 0 28 0 89966901 27282477056 46404 33554432000 4194304 4196468 140725589574928 139717937043696 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28608] ppid=28590 vsize=26643044 memory=6944652177228980320 CPUtime=1.83 cores=0-7
/proc/28592/task/28608/stat : 28608 (java) S 28590 28590 28146 0 -1 1077944384 10655 0 0 0 181 2 0 0 20 0 28 0 89966901 27282477056 46405 33554432000 4194304 4196468 140725589574928 139717935990896 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28609] ppid=28590 vsize=26643044 memory=6944656592455360604 CPUtime=0.73 cores=0-7
/proc/28592/task/28609/stat : 28609 (java) D 28590 28590 28146 0 -1 4202560 6446 0 0 0 71 2 0 0 20 0 28 0 89966901 27282477056 46405 33554432000 4194304 4196468 140725589574928 139717934938392 139718794733983 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 8 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28610] ppid=28590 vsize=26643044 memory=179264 CPUtime=0 cores=0-7
/proc/28592/task/28610/stat : 28610 (java) S 28590 28590 28146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89966901 27282477056 46405 33554432000 4194304 4196468 140725589574928 139717933886560 139718814820053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28611] ppid=28590 vsize=26643044 memory=179244 CPUtime=0.02 cores=0-7
/proc/28592/task/28611/stat : 28611 (java) S 28590 28590 28146 0 -1 1077944384 639 0 0 0 1 1 0 0 20 0 28 0 89966901 27282477056 46405 33554432000 4194304 4196468 140725589574928 139717932833840 139718814820994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28612] ppid=28590 vsize=26643044 memory=6944603652685314656 CPUtime=145.23 cores=0-7
/proc/28592/task/28612/stat : 28612 (java) R 28590 28590 28146 0 -1 4202560 1439 0 0 0 14523 0 0 0 20 0 28 0 89966971 27282477056 46405 33554432000 4194304 4196468 140725589574928 139717924055688 139718807044116 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28613] ppid=28590 vsize=26643044 memory=-7313218805096079822 CPUtime=145.08 cores=0-7
/proc/28592/task/28613/stat : 28613 (java) R 28590 28590 28146 0 -1 4202560 1157 0 0 0 14508 0 0 0 20 0 28 0 89966971 27282477056 46311 33554432000 4194304 4196468 140725589574928 139717923003208 139718808001424 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
[pid=28592/tid=28614] ppid=28590 vsize=26643044 memory=4616 CPUtime=145.6 cores=0-7
/proc/28592/task/28614/stat : 28614 (java) R 28590 28590 28146 0 -1 4202560 4402 0 0 0 14557 3 0 0 20 0 28 0 89966971 27282477056 46311 33554432000 4194304 4196468 140725589574928 139717921950408 139718817043797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12521472 140725589582977 140725589583149 140725589583149 140725589585871 0
Current children cumulated CPU time: 1171.05 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 186876 KiB

Child status: 0
Real time (s): 147.63
CPU time (s): 1171.09
CPU user time (s): 1170.54
CPU system time (s): 0.547656
CPU usage (%): 793.26
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 251028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1170.54
system time used= 0.547656
maximum resident set size= 250088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89853
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15142
involuntary context switches= 14007


# summary of solver processes directly reported to runsolver:
#   pid: 28590
#   total CPU time (s): 1171.09
#   total CPU user time (s): 1170.54
#   total CPU system time (s): 0.547656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35447 second user time and 1.58615 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-27 22:40:37
IDJOB=4297771
IDBENCH=141504
IDSOLVER=2760
FILE ID=node134/4297771-1532724037
RUNJOBID= node134-1532721509-28173
PBS_JOBID= 21022333
Free space on /tmp= 55560 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g27_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-4297771-1532724037/watcher-4297771-1532724037 -o /tmp/evaluation-result-4297771-1532724037/solver-4297771-1532724037 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532721509-28173 --watchdog 2580  HOME/xcsp3-exec -seed 729128744 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297771-1532724037.xml

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

MD5SUM BENCH= 92ed35416817fd3e3d52723751690df9
RANDOM SEED=729128744

node134.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.68
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.68
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.68
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.68
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:        28190300 kB
MemAvailable:   31959328 kB
Buffers:          163804 kB
Cached:          3868484 kB
SwapCached:            0 kB
Active:          1770924 kB
Inactive:        2316252 kB
Active(anon):       3864 kB
Inactive(anon):    78552 kB
Active(file):    1767060 kB
Inactive(file):  2237700 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             21804 kB
Writeback:             0 kB
AnonPages:         61628 kB
Mapped:            42208 kB
Shmem:             25132 kB
Slab:             188036 kB
SReclaimable:     160208 kB
SUnreclaim:        27828 kB
KernelStack:        3312 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55540 MiB
End job on node134 at 2018-07-27 22:43:05