Trace number 4297895

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)UNSAT 32.7595 6.16276

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f10_c18.xml
MD5SUM597c97ebbfec0748b52bd546c50d9854
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.8786
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":2},{"size":19,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":34,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
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-4297895-1532705043.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4297895-1532705043.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
13.58/3.68	c solve instance...
32.61/6.13	s UNSATISFIABLE

Verifier Data


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 (14240 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297895-1532705043/watcher-4297895-1532705043 -o /tmp/evaluation-result-4297895-1532705043/solver-4297895-1532705043 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532697411-18476 --watchdog 2580 HOME/xcsp3-exec -seed 1253761626 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297895-1532705043.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=22742, runsolver pid=22739
Current StackSize limit: 8192 KiB


[startup+0.110119 s]*
/proc/loadavg: 8.29 8.37 7.60 2/205 22763
/proc/meminfo: memFree=28176828/32770624 swapFree=67108744/67108860
[pid=22742] ppid=22739 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22742/stat : 22742 (xcsp3-exec) S 22739 22742 18449 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88067547 115843072 363 33554432000 4194304 5098028 140737229643008 140737229641112 140062466589308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38711296 140737229648949 140737229649152 140737229649152 140737229651914 0
/proc/22742/statm: 28282 363 305 221 0 87 0
[pid=22744] ppid=22742 vsize=26104152 memory=28448 CPUtime=0.13 cores=0-7
/proc/22744/stat : 22744 (java) S 22742 22742 18449 0 -1 1077944320 5496 0 0 0 11 2 0 0 20 0 20 0 88067547 26730651648 7112 33554432000 4194304 4196468 140736850178064 140736850160608 140695304875767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
/proc/22744/statm: 6526038 7112 3029 1 0 6488315 0
[pid=22744/tid=22745] ppid=22742 vsize=26104152 memory=4134930498285298233 CPUtime=0.1 cores=0-7
/proc/22744/task/22745/stat : 22745 (java) R 22742 22742 18449 0 -1 4202560 3425 0 0 0 9 1 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140695309108496 140695304887702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22746] ppid=22742 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22744/task/22746/stat : 22746 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140695212436624 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22747] ppid=22742 vsize=26104152 memory=140524054283904 CPUtime=0 cores=0-7
/proc/22744/task/22747/stat : 22747 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140695211383824 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22748] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22748/stat : 22748 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694860958608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22749] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22749/stat : 22749 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694859905808 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22750] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22750/stat : 22750 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694858853008 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22751] ppid=22742 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22744/task/22751/stat : 22751 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694857800208 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22752] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22752/stat : 22752 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694856747408 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22753] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22753/stat : 22753 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694855694608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22754] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22754/stat : 22754 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067550 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694432279408 140695304886914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22755] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22755/stat : 22755 (java) S 22742 22742 18449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88067550 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694431225376 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22756] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22756/stat : 22756 (java) S 22742 22742 18449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88067550 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694430172528 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22757] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22757/stat : 22757 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694429120848 140695304894363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22758] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22758/stat : 22758 (java) S 22742 22742 18449 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694428068208 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22759] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22759/stat : 22759 (java) S 22742 22742 18449 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694427015408 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22760] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22760/stat : 22760 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694425962608 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22761] ppid=22742 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/22744/task/22761/stat : 22761 (java) R 22742 22742 18449 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 20 0 88067553 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694424909808 140695283406720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22762] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22762/stat : 22762 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694423858272 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22763] ppid=22742 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22744/task/22763/stat : 22763 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 7112 33554432000 4194304 4196468 140736850178064 140694422805552 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29900 KiB

[startup+0.210681 s]*
/proc/loadavg: 8.29 8.37 7.60 4/205 22763
/proc/meminfo: memFree=28167660/32770624 swapFree=67108744/67108860
[pid=22742] ppid=22739 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22742/stat : 22742 (xcsp3-exec) S 22739 22742 18449 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88067547 115843072 363 33554432000 4194304 5098028 140737229643008 140737229641112 140062466589308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38711296 140737229648949 140737229649152 140737229649152 140737229651914 0
/proc/22742/statm: 28282 363 305 221 0 87 0
[pid=22744] ppid=22742 vsize=26104152 memory=39536 CPUtime=0.33 cores=0-7
/proc/22744/stat : 22744 (java) S 22742 22742 18449 0 -1 1077944320 7969 0 0 0 30 3 0 0 20 0 20 0 88067547 26730651648 9884 33554432000 4194304 4196468 140736850178064 140736850160608 140695304875767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
/proc/22744/statm: 6526038 9884 3160 1 0 6488315 0
[pid=22744/tid=22745] ppid=22742 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/22744/task/22745/stat : 22745 (java) R 22742 22742 18449 0 -1 4202560 5115 0 0 0 18 1 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140695309103440 140695287303905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22746] ppid=22742 vsize=26104152 memory=340 CPUtime=0 cores=0-7
/proc/22744/task/22746/stat : 22746 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140695212436624 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22747] ppid=22742 vsize=26104152 memory=140524054804322 CPUtime=0 cores=0-7
/proc/22744/task/22747/stat : 22747 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140695211383824 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22748] ppid=22742 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22744/task/22748/stat : 22748 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694860958608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22749] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22749/stat : 22749 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694859905808 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22750] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22750/stat : 22750 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694858853008 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22751] ppid=22742 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22744/task/22751/stat : 22751 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694857800208 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22752] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22752/stat : 22752 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694856747408 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22753] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22753/stat : 22753 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88067548 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694855694608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22754] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22754/stat : 22754 (java) S 22742 22742 18449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88067550 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694432279408 140695304886914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22755] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22755/stat : 22755 (java) S 22742 22742 18449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88067550 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694431225376 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22756] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22756/stat : 22756 (java) S 22742 22742 18449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88067550 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694430172528 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22757] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22757/stat : 22757 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694429120848 140695304894363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22758] ppid=22742 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/22744/task/22758/stat : 22758 (java) S 22742 22742 18449 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 20 0 88067553 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694428068208 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22759] ppid=22742 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/22744/task/22759/stat : 22759 (java) S 22742 22742 18449 0 -1 1077944384 382 0 0 0 2 0 0 0 20 0 20 0 88067553 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694427015408 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22760] ppid=22742 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22744/task/22760/stat : 22760 (java) S 22742 22742 18449 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694425962608 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22761] ppid=22742 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/22744/task/22761/stat : 22761 (java) S 22742 22742 18449 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 20 0 88067553 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694424909808 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22762] ppid=22742 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22762/stat : 22762 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694423858272 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22763] ppid=22742 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/22744/task/22763/stat : 22763 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067553 26730651648 9884 33554432000 4194304 4196468 140736850178064 140694422805552 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40988 KiB

[startup+0.310479 s]*
/proc/loadavg: 8.29 8.37 7.60 4/205 22763
/proc/meminfo: memFree=28162164/32770624 swapFree=67108744/67108860
[pid=22742] ppid=22739 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22742/stat : 22742 (xcsp3-exec) S 22739 22742 18449 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88067547 115843072 363 33554432000 4194304 5098028 140737229643008 140737229641112 140062466589308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38711296 140737229648949 140737229649152 140737229649152 140737229651914 0
/proc/22742/statm: 28282 363 305 221 0 87 0
[pid=22744] ppid=22742 vsize=26108408 memory=46236 CPUtime=0.52 cores=0-7
/proc/22744/stat : 22744 (java) S 22742 22742 18449 0 -1 1077944320 8823 0 0 0 48 4 0 0 20 0 20 0 88067547 26735009792 11559 33554432000 4194304 4196468 140736850178064 140736850160608 140695304875767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
/proc/22744/statm: 6527102 11559 3210 1 0 6488315 0
[pid=22744/tid=22745] ppid=22742 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22744/task/22745/stat : 22745 (java) R 22742 22742 18449 0 -1 4202560 5785 0 0 0 27 2 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140695309113056 140695304897693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22746] ppid=22742 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22746/stat : 22746 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140695212436624 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22747] ppid=22742 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22747/stat : 22747 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140695211383824 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22748] ppid=22742 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22748/stat : 22748 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694860958608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22749] ppid=22742 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22749/stat : 22749 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694859905808 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22750] ppid=22742 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/22744/task/22750/stat : 22750 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694858853008 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22751] ppid=22742 vsize=26108408 memory=140523948045231 CPUtime=0 cores=0-7
/proc/22744/task/22751/stat : 22751 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694857800208 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22752] ppid=22742 vsize=26108408 memory=140523948047536 CPUtime=0 cores=0-7
/proc/22744/task/22752/stat : 22752 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694856747408 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22753] ppid=22742 vsize=26108408 memory=140523948049840 CPUtime=0 cores=0-7
/proc/22744/task/22753/stat : 22753 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88067548 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694855694608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22754] ppid=22742 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22754/stat : 22754 (java) S 22742 22742 18449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88067550 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694432279408 140695304886914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22755] ppid=22742 vsize=26108408 memory=281047896106640 CPUtime=0 cores=0-7
/proc/22744/task/22755/stat : 22755 (java) S 22742 22742 18449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88067550 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694431225376 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22756] ppid=22742 vsize=26108408 memory=281047896113552 CPUtime=0 cores=0-7
/proc/22744/task/22756/stat : 22756 (java) S 22742 22742 18449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88067550 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694430172528 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22757] ppid=22742 vsize=26108408 memory=281047896054832 CPUtime=0 cores=0-7
/proc/22744/task/22757/stat : 22757 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067553 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694429120848 140695304894363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22758] ppid=22742 vsize=26108408 memory=281047896127376 CPUtime=0.03 cores=0-7
/proc/22744/task/22758/stat : 22758 (java) R 22742 22742 18449 0 -1 4202560 426 0 0 0 3 0 0 0 20 0 20 0 88067553 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694428058592 140695284136172 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22759] ppid=22742 vsize=26108408 memory=281047896134288 CPUtime=0.03 cores=0-7
/proc/22744/task/22759/stat : 22759 (java) S 22742 22742 18449 0 -1 1077944384 388 0 0 0 3 0 0 0 20 0 20 0 88067553 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694427015408 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22760] ppid=22742 vsize=26108408 memory=281047896131984 CPUtime=0.01 cores=0-7
/proc/22744/task/22760/stat : 22760 (java) S 22742 22742 18449 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 20 0 88067553 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694425962608 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22761] ppid=22742 vsize=26108408 memory=281047896148144 CPUtime=0.12 cores=0-7
/proc/22744/task/22761/stat : 22761 (java) S 22742 22742 18449 0 -1 1077944384 803 0 0 0 12 0 0 0 20 0 20 0 88067553 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694424909808 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22762] ppid=22742 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22762/stat : 22762 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88067553 26735009792 11615 33554432000 4194304 4196468 140736850178064 140694423858272 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22763] ppid=22742 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/22744/task/22763/stat : 22763 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88067553 26735009792 11628 33554432000 4194304 4196468 140736850178064 140694422805552 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47688 KiB

[startup+0.701006 s]
/proc/loadavg: 8.29 8.37 7.60 3/205 22763
/proc/meminfo: memFree=28087268/32770624 swapFree=67108744/67108860
[pid=22742] ppid=22739 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22742/stat : 22742 (xcsp3-exec) S 22739 22742 18449 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88067547 115843072 363 33554432000 4194304 5098028 140737229643008 140737229641112 140062466589308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38711296 140737229648949 140737229649152 140737229649152 140737229651914 0
/proc/22742/statm: 28282 363 305 221 0 87 0
[pid=22744] ppid=22742 vsize=26110532 memory=198108 CPUtime=1.95 cores=0-7
/proc/22744/stat : 22744 (java) S 22742 22742 18449 0 -1 1077944320 15565 0 0 0 186 9 0 0 20 0 20 0 88067547 26737184768 49527 33554432000 4194304 4196468 140736850178064 140736850160608 140695304875767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
/proc/22744/statm: 6527633 49527 3363 1 0 6488827 0
[pid=22744/tid=22745] ppid=22742 vsize=26110532 memory=281047896506032 CPUtime=0.66 cores=0-7
/proc/22744/task/22745/stat : 22745 (java) R 22742 22742 18449 0 -1 4202560 6510 0 0 0 61 5 0 0 20 0 20 0 88067548 26737184768 49527 33554432000 4194304 4196468 140736850178064 140695309111856 140694895742729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22746] ppid=22742 vsize=26110532 memory=140523948254064 CPUtime=0 cores=0-7
/proc/22744/task/22746/stat : 22746 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88067548 26737184768 49527 33554432000 4194304 4196468 140736850178064 140695212436624 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22747] ppid=22742 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22747/stat : 22747 (java) S 22742 22742 18449 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 88067548 26737184768 49527 33554432000 4194304 4196468 140736850178064 140695211383824 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22748] ppid=22742 vsize=26110532 memory=1704 CPUtime=0 cores=0-7
/proc/22744/task/22748/stat : 22748 (java) S 22742 22742 18449 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 88067548 26737184768 49527 33554432000 4194304 4196468 140736850178064 140694860958608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0

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

[pid=22744/tid=22761] ppid=22742 vsize=26645092 memory=0 CPUtime=0.96 cores=0-7
/proc/22744/task/22761/stat : 22761 (java) S 22742 22742 18449 0 -1 1077944384 3619 0 0 0 94 2 0 0 20 0 28 0 88067553 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694424909808 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22762] ppid=22742 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22762/stat : 22762 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694423858272 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22763] ppid=22742 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22763/stat : 22763 (java) S 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694422805552 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22764] ppid=22742 vsize=26645092 memory=0 CPUtime=1.38 cores=0-7
/proc/22744/task/22764/stat : 22764 (java) R 22742 22742 18449 0 -1 4202560 56 0 0 0 138 0 0 0 20 0 28 0 88067920 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694411922368 140694902953139 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22765] ppid=22742 vsize=26645092 memory=0 CPUtime=1.15 cores=0-7
/proc/22744/task/22765/stat : 22765 (java) R 22742 22742 18449 0 -1 4202560 48 0 0 0 115 0 0 0 20 0 28 0 88067920 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694410870888 140694902445115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22766] ppid=22742 vsize=26645092 memory=0 CPUtime=1.24 cores=0-7
/proc/22744/task/22766/stat : 22766 (java) R 22742 22742 18449 0 -1 4202560 159 0 0 0 122 2 0 0 20 0 28 0 88067920 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694409819928 140694891125511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22767] ppid=22742 vsize=26645092 memory=0 CPUtime=1.25 cores=0-7
/proc/22744/task/22767/stat : 22767 (java) R 22742 22742 18449 0 -1 4202560 131 0 0 0 124 1 0 0 20 0 28 0 88067920 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694408764968 140694903074199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22768] ppid=22742 vsize=26645092 memory=0 CPUtime=1.64 cores=0-7
/proc/22744/task/22768/stat : 22768 (java) R 22742 22742 18449 0 -1 4202560 42 0 0 0 164 0 0 0 20 0 28 0 88067920 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694407714824 140694903390941 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22769] ppid=22742 vsize=26645092 memory=0 CPUtime=1.3 cores=0-7
/proc/22744/task/22769/stat : 22769 (java) R 22742 22742 18449 0 -1 4202560 41 0 0 0 130 0 0 0 20 0 28 0 88067920 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694406659448 140694902445472 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22770] ppid=22742 vsize=26645092 memory=0 CPUtime=1.32 cores=0-7
/proc/22744/task/22770/stat : 22770 (java) R 22742 22742 18449 0 -1 4202560 40 0 0 0 132 0 0 0 20 0 28 0 88067920 27284574208 259369 33554432000 4194304 4196468 140736850178064 140694405607944 140694902300401 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22771] ppid=22742 vsize=26645092 memory=0 CPUtime=1.59 cores=0-7
/proc/22744/task/22771/stat : 22771 (java) R 22742 22742 18449 0 -1 4202560 15 0 0 0 159 0 0 0 20 0 28 0 88067921 27284574208 259369 33554432000 4194304 4196468 140736850178064 140693482229816 140694903390936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
Current children cumulated CPU time: 28.56 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1038928 KiB

[startup+6.00212 s]*
/proc/loadavg: 8.19 8.34 7.60 14/213 22771
/proc/meminfo: memFree=27117408/32770624 swapFree=67108744/67108860
[pid=22742] ppid=22739 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22742/stat : 22742 (xcsp3-exec) S 22739 22742 18449 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88067547 115843072 363 33554432000 4194304 5098028 140737229643008 140737229641112 140062466589308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38711296 140737229648949 140737229649152 140737229649152 140737229651914 0
/proc/22742/statm: 28282 363 305 221 0 87 0
[pid=22744] ppid=22742 vsize=26645092 memory=1090112 CPUtime=31.81 cores=0-7
/proc/22744/stat : 22744 (java) S 22742 22742 18449 0 -1 1077944320 37202 0 0 0 3102 79 0 0 20 0 28 0 88067547 27284574208 272528 33554432000 4194304 4196468 140736850178064 140736850160608 140695304875767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
/proc/22744/statm: 6661273 272528 3439 1 0 6622467 0
[pid=22744/tid=22745] ppid=22742 vsize=26645092 memory=6791534058613427641 CPUtime=3.46 cores=0-7
/proc/22744/task/22745/stat : 22745 (java) S 22742 22742 18449 0 -1 1077944384 7759 0 0 0 332 14 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140695309116544 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22746] ppid=22742 vsize=26645092 memory=0 CPUtime=0.17 cores=0-7
/proc/22744/task/22746/stat : 22746 (java) S 22742 22742 18449 0 -1 1077944384 121 0 0 0 11 6 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140695212436624 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22747] ppid=22742 vsize=26645092 memory=-1 CPUtime=0.16 cores=0-7
/proc/22744/task/22747/stat : 22747 (java) S 22742 22742 18449 0 -1 1077944384 122 0 0 0 11 5 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140695211383824 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22748] ppid=22742 vsize=26645092 memory=-1 CPUtime=0.14 cores=0-7
/proc/22744/task/22748/stat : 22748 (java) S 22742 22742 18449 0 -1 1077944384 98 0 0 0 9 5 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694860958608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22749] ppid=22742 vsize=26645092 memory=0 CPUtime=0.13 cores=0-7
/proc/22744/task/22749/stat : 22749 (java) S 22742 22742 18449 0 -1 1077944384 106 0 0 0 8 5 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694859905808 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22750] ppid=22742 vsize=26645092 memory=0 CPUtime=0.15 cores=0-7
/proc/22744/task/22750/stat : 22750 (java) S 22742 22742 18449 0 -1 1077944384 105 0 0 0 10 5 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694858853008 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22751] ppid=22742 vsize=26645092 memory=-1 CPUtime=0.15 cores=0-7
/proc/22744/task/22751/stat : 22751 (java) S 22742 22742 18449 0 -1 1077944384 121 0 0 0 10 5 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694857800208 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22752] ppid=22742 vsize=26645092 memory=0 CPUtime=0.16 cores=0-7
/proc/22744/task/22752/stat : 22752 (java) S 22742 22742 18449 0 -1 1077944384 108 0 0 0 10 6 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694856747408 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22753] ppid=22742 vsize=26645092 memory=0 CPUtime=0.15 cores=0-7
/proc/22744/task/22753/stat : 22753 (java) S 22742 22742 18449 0 -1 1077944384 123 0 0 0 10 5 0 0 20 0 28 0 88067548 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694855694608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22754] ppid=22742 vsize=26645092 memory=0 CPUtime=0.01 cores=0-7
/proc/22744/task/22754/stat : 22754 (java) S 22742 22742 18449 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 28 0 88067550 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694432279408 140695304886914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22755] ppid=22742 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22755/stat : 22755 (java) S 22742 22742 18449 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 88067550 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694431225440 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22756] ppid=22742 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22756/stat : 22756 (java) S 22742 22742 18449 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 88067550 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694430172544 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22757] ppid=22742 vsize=26645092 memory=140523948707809 CPUtime=0 cores=0-7
/proc/22744/task/22757/stat : 22757 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694429120848 140695304894363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22758] ppid=22742 vsize=26645092 memory=0 CPUtime=4.2 cores=0-7
/proc/22744/task/22758/stat : 22758 (java) R 22742 22742 18449 0 -1 4202560 7328 0 0 0 417 3 0 0 20 0 28 0 88067553 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694428058928 140695284094347 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22759] ppid=22742 vsize=26645092 memory=0 CPUtime=4.02 cores=0-7
/proc/22744/task/22759/stat : 22759 (java) R 22742 22742 18449 0 -1 1077944384 6575 0 0 0 400 2 0 0 20 0 28 0 88067553 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694427015408 140695304886914 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22760] ppid=22742 vsize=26645092 memory=0 CPUtime=4.32 cores=0-7
/proc/22744/task/22760/stat : 22760 (java) R 22742 22742 18449 0 -1 4202560 7181 0 0 0 430 2 0 0 20 0 28 0 88067553 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694425955800 140695286054275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22761] ppid=22742 vsize=26645092 memory=0 CPUtime=1.01 cores=0-7
/proc/22744/task/22761/stat : 22761 (java) R 22742 22742 18449 0 -1 4202560 4084 0 0 0 99 2 0 0 20 0 28 0 88067553 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694424905568 140695290571633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22762] ppid=22742 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22762/stat : 22762 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694423858272 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22763] ppid=22742 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/22744/task/22763/stat : 22763 (java) R 22742 22742 18449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694422805552 140695304886914 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22764] ppid=22742 vsize=26645092 memory=0 CPUtime=1.62 cores=0-7
/proc/22744/task/22764/stat : 22764 (java) R 22742 22742 18449 0 -1 4202560 106 0 0 0 162 0 0 0 20 0 28 0 88067920 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694411922376 140694903088106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22765] ppid=22742 vsize=26645092 memory=-1 CPUtime=1.45 cores=0-7
/proc/22744/task/22765/stat : 22765 (java) R 22742 22742 18449 0 -1 4202560 241 0 0 0 145 0 0 0 20 0 28 0 88067920 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694410871256 140695289200669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22766] ppid=22742 vsize=26645092 memory=-1 CPUtime=1.58 cores=0-7
/proc/22744/task/22766/stat : 22766 (java) R 22742 22742 18449 0 -1 4202560 566 0 0 0 155 3 0 0 20 0 28 0 88067920 27284574208 272528 33554432000 4194304 4196468 140736850178064 140694409818360 140694903799040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22767] ppid=22742 vsize=26645092 memory=0 CPUtime=1.52 cores=0-7
/proc/22744/task/22767/stat : 22767 (java) R 22742 22742 18449 0 -1 4202560 271 0 0 0 151 1 0 0 20 0 28 0 88067920 27284574208 272532 33554432000 4194304 4196468 140736850178064 140694408765272 140694903430222 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22768] ppid=22742 vsize=26645092 memory=0 CPUtime=2 cores=0-7
/proc/22744/task/22768/stat : 22768 (java) R 22742 22742 18449 0 -1 4202560 145 0 0 0 200 0 0 0 20 0 28 0 88067920 27284574208 272532 33554432000 4194304 4196468 140736850178064 140694407710560 140694902953554 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22769] ppid=22742 vsize=26645092 memory=0 CPUtime=1.52 cores=0-7
/proc/22744/task/22769/stat : 22769 (java) R 22742 22742 18449 0 -1 4202560 109 0 0 0 152 0 0 0 20 0 28 0 88067920 27284574208 272532 33554432000 4194304 4196468 140736850178064 140694406659200 140695288270296 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22770] ppid=22742 vsize=26645092 memory=0 CPUtime=1.71 cores=0-7
/proc/22744/task/22770/stat : 22770 (java) R 22742 22742 18449 0 -1 4202560 74 0 0 0 171 0 0 0 20 0 28 0 88067920 27284574208 272532 33554432000 4194304 4196468 140736850178064 140694405608560 140694902953746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22771] ppid=22742 vsize=26645092 memory=0 CPUtime=1.99 cores=0-7
/proc/22744/task/22771/stat : 22771 (java) R 22742 22742 18449 0 -1 4202560 62 0 0 0 199 0 0 0 20 0 28 0 88067921 27284574208 272532 33554432000 4194304 4196468 140736850178064 140693482229816 140694904350888 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
Current children cumulated CPU time: 31.81 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1091564 KiB

[startup+6.11112 s]
/proc/loadavg: 8.19 8.34 7.60 14/213 22771
/proc/meminfo: memFree=27117408/32770624 swapFree=67108744/67108860
[pid=22742] ppid=22739 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/22742/stat : 22742 (xcsp3-exec) S 22739 22742 18449 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 88067547 115843072 363 33554432000 4194304 5098028 140737229643008 140737229641112 140062466589308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38711296 140737229648949 140737229649152 140737229649152 140737229651914 0
/proc/22742/statm: 28282 363 305 221 0 87 0
[pid=22744] ppid=22742 vsize=26645092 memory=1102572 CPUtime=32.61 cores=0-7
/proc/22744/stat : 22744 (java) S 22742 22742 18449 0 -1 1077944320 37746 0 0 0 3181 80 0 0 20 0 28 0 88067547 27284574208 275643 33554432000 4194304 4196468 140736850178064 140736850160608 140695304875767 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
/proc/22744/statm: 6661273 275643 3440 1 0 6622467 0
[pid=22744/tid=22745] ppid=22742 vsize=26645092 memory=6944656592455097440 CPUtime=3.46 cores=0-7
/proc/22744/task/22745/stat : 22745 (java) S 22742 22742 18449 0 -1 1077944384 7759 0 0 0 332 14 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140695309116544 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22746] ppid=22742 vsize=26645092 memory=6944652177228980320 CPUtime=0.17 cores=0-7
/proc/22744/task/22746/stat : 22746 (java) S 22742 22742 18449 0 -1 1077944384 121 0 0 0 11 6 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140695212436624 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22747] ppid=22742 vsize=26645092 memory=784328 CPUtime=0.16 cores=0-7
/proc/22744/task/22747/stat : 22747 (java) S 22742 22742 18449 0 -1 1077944384 122 0 0 0 11 5 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140695211383824 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22748] ppid=22742 vsize=26645092 memory=705524 CPUtime=0.14 cores=0-7
/proc/22744/task/22748/stat : 22748 (java) S 22742 22742 18449 0 -1 1077944384 98 0 0 0 9 5 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694860958608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22749] ppid=22742 vsize=26645092 memory=0 CPUtime=0.13 cores=0-7
/proc/22744/task/22749/stat : 22749 (java) S 22742 22742 18449 0 -1 1077944384 106 0 0 0 8 5 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694859905808 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22750] ppid=22742 vsize=26645092 memory=0 CPUtime=0.15 cores=0-7
/proc/22744/task/22750/stat : 22750 (java) S 22742 22742 18449 0 -1 1077944384 105 0 0 0 10 5 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694858853008 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22751] ppid=22742 vsize=26645092 memory=56 CPUtime=0.15 cores=0-7
/proc/22744/task/22751/stat : 22751 (java) S 22742 22742 18449 0 -1 1077944384 121 0 0 0 10 5 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694857800208 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22752] ppid=22742 vsize=26645092 memory=13884 CPUtime=0.16 cores=0-7
/proc/22744/task/22752/stat : 22752 (java) S 22742 22742 18449 0 -1 1077944384 108 0 0 0 10 6 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694856747408 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22753] ppid=22742 vsize=26645092 memory=25517 CPUtime=0.15 cores=0-7
/proc/22744/task/22753/stat : 22753 (java) S 22742 22742 18449 0 -1 1077944384 123 0 0 0 10 5 0 0 20 0 28 0 88067548 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694855694608 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22754] ppid=22742 vsize=26645092 memory=0 CPUtime=0.01 cores=0-7
/proc/22744/task/22754/stat : 22754 (java) S 22742 22742 18449 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 28 0 88067550 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694432279408 140695304886914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22755] ppid=22742 vsize=26645092 memory=18280 CPUtime=0 cores=0-7
/proc/22744/task/22755/stat : 22755 (java) S 22742 22742 18449 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 88067550 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694431225440 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22756] ppid=22742 vsize=26645092 memory=1236 CPUtime=0 cores=0-7
/proc/22744/task/22756/stat : 22756 (java) S 22742 22742 18449 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 88067550 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694430172544 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22757] ppid=22742 vsize=26645092 memory=14932 CPUtime=0 cores=0-7
/proc/22744/task/22757/stat : 22757 (java) S 22742 22742 18449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694429120848 140695304894363 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22758] ppid=22742 vsize=26645092 memory=56 CPUtime=4.26 cores=0-7
/proc/22744/task/22758/stat : 22758 (java) R 22742 22742 18449 0 -1 4202560 7384 0 0 0 423 3 0 0 20 0 28 0 88067553 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694428049600 140695288431030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22759] ppid=22742 vsize=26645092 memory=920 CPUtime=4.08 cores=0-7
/proc/22744/task/22759/stat : 22759 (java) R 22742 22742 18449 0 -1 4202560 6679 0 0 0 406 2 0 0 20 0 28 0 88067553 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694427015408 140695284530673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22760] ppid=22742 vsize=26645092 memory=4388 CPUtime=4.37 cores=0-7
/proc/22744/task/22760/stat : 22760 (java) R 22742 22742 18449 0 -1 4202560 7368 0 0 0 435 2 0 0 20 0 28 0 88067553 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694425961792 140695286396627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22761] ppid=22742 vsize=26645092 memory=4108 CPUtime=1.03 cores=0-7
/proc/22744/task/22761/stat : 22761 (java) R 22742 22742 18449 0 -1 1077944384 4208 0 0 0 100 3 0 0 20 0 28 0 88067553 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694424909808 140695304886914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22762] ppid=22742 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/22744/task/22762/stat : 22762 (java) S 22742 22742 18449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694423858272 140695304885973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22763] ppid=22742 vsize=26645092 memory=443448 CPUtime=0 cores=0-7
/proc/22744/task/22763/stat : 22763 (java) S 22742 22742 18449 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 88067553 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694422805552 140695304886914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22764] ppid=22742 vsize=26645092 memory=0 CPUtime=1.68 cores=0-7
/proc/22744/task/22764/stat : 22764 (java) R 22742 22742 18449 0 -1 4202560 106 0 0 0 168 0 0 0 20 0 28 0 88067920 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694411922376 140694903810960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22765] ppid=22742 vsize=26645092 memory=0 CPUtime=1.55 cores=0-7
/proc/22744/task/22765/stat : 22765 (java) R 22742 22742 18449 0 -1 4202560 241 0 0 0 155 0 0 0 20 0 28 0 88067920 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694410871256 140694902758301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22766] ppid=22742 vsize=26645092 memory=0 CPUtime=1.65 cores=0-7
/proc/22744/task/22766/stat : 22766 (java) R 22742 22742 18449 0 -1 4202560 580 0 0 0 162 3 0 0 20 0 28 0 88067920 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694409818360 140694903969480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22767] ppid=22742 vsize=26645092 memory=17 CPUtime=1.57 cores=0-7
/proc/22744/task/22767/stat : 22767 (java) R 22742 22742 18449 0 -1 4202560 275 0 0 0 156 1 0 0 20 0 28 0 88067920 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694408765272 140694903430346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22768] ppid=22742 vsize=26645092 memory=16 CPUtime=2.09 cores=0-7
/proc/22744/task/22768/stat : 22768 (java) R 22742 22742 18449 0 -1 4202560 163 0 0 0 209 0 0 0 20 0 28 0 88067920 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694407713128 140694903013770 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22769] ppid=22742 vsize=26645092 memory=14 CPUtime=1.57 cores=0-7
/proc/22744/task/22769/stat : 22769 (java) R 22742 22742 18449 0 -1 4202560 117 0 0 0 157 0 0 0 20 0 28 0 88067920 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694406660536 140694902953554 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22770] ppid=22742 vsize=26645092 memory=13 CPUtime=1.79 cores=0-7
/proc/22744/task/22770/stat : 22770 (java) R 22742 22742 18449 0 -1 4202560 76 0 0 0 179 0 0 0 20 0 28 0 88067920 27284574208 275643 33554432000 4194304 4196468 140736850178064 140694405607416 140694902310933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
[pid=22744/tid=22771] ppid=22742 vsize=26645092 memory=15 CPUtime=2.09 cores=0-7
/proc/22744/task/22771/stat : 22771 (java) R 22742 22742 18449 0 -1 4202560 68 0 0 0 209 0 0 0 20 0 28 0 88067921 27284574208 275643 33554432000 4194304 4196468 140736850178064 140693482230920 140694902953172 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15552512 140736850179201 140736850179373 140736850179373 140736850182095 0
Current children cumulated CPU time: 32.61 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 1104024 KiB

Child status: 0
Real time (s): 6.16276
CPU time (s): 32.7595
CPU user time (s): 31.9299
CPU system time (s): 0.829677
CPU usage (%): 531.573
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 1104024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.9299
system time used= 0.829677
maximum resident set size= 1106352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4364
involuntary context switches= 821


# summary of solver processes directly reported to runsolver:
#   pid: 22742
#   total CPU time (s): 32.7595
#   total CPU user time (s): 31.9299
#   total CPU system time (s): 0.829677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061129 second user time and 0.125367 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-27 17:24:03
IDJOB=4297895
IDBENCH=141181
IDSOLVER=2760
FILE ID=node134/4297895-1532705043
RUNJOBID= node134-1532697411-18476
PBS_JOBID= 21022295
Free space on /tmp= 55560 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f10_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-4297895-1532705043/watcher-4297895-1532705043 -o /tmp/evaluation-result-4297895-1532705043/solver-4297895-1532705043 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532697411-18476 --watchdog 2580  HOME/xcsp3-exec -seed 1253761626 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297895-1532705043.xml

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

MD5SUM BENCH= 597c97ebbfec0748b52bd546c50d9854
RANDOM SEED=1253761626

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:        28193780 kB
MemAvailable:   31955972 kB
Buffers:          157780 kB
Cached:          3867904 kB
SwapCached:            0 kB
Active:          1771052 kB
Inactive:        2310604 kB
Active(anon):       5204 kB
Inactive(anon):    78552 kB
Active(file):    1765848 kB
Inactive(file):  2232052 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             21936 kB
Writeback:             0 kB
AnonPages:         74488 kB
Mapped:            41664 kB
Shmem:             25132 kB
Slab:             188628 kB
SReclaimable:     160252 kB
SUnreclaim:        28376 kB
KernelStack:        3776 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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 17:24:10