Trace number 4297937

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)? 5077.1 881.344

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-07-0600_c18.xml
MD5SUM0ae5362fc8ec35126a2a174beba608b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables13855
Number of constraints8996
Number of domains202
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":4816},{"size":11,"count":4218},{"size":12,"count":1},{"size":21,"count":9},{"size":23,"count":10},{"size":25,"count":44},{"size":29,"count":37},{"size":31,"count":2},{"size":32,"count":3},{"size":33,"count":37},{"size":34,"count":12},{"size":35,"count":9},{"size":36,"count":11},{"size":37,"count":13},{"size":38,"count":8},{"size":39,"count":37},{"size":40,"count":13},{"size":41,"count":28},{"size":42,"count":21},{"size":43,"count":32},{"size":44,"count":30},{"size":45,"count":18},{"size":46,"count":11},{"size":48,"count":13},"...",{"size":119,"count":4}, {"size":120,"count":3}, {"size":121,"count":17}, {"size":123,"count":97}, {"size":125,"count":18}, {"size":126,"count":17}, {"size":127,"count":42}, {"size":128,"count":76}, {"size":130,"count":61}, {"size":131,"count":88}, {"size":132,"count":46}, {"size":133,"count":30}, {"size":135,"count":53}, {"size":136,"count":94}, {"size":137,"count":43}, {"size":138,"count":8}, {"size":139,"count":29}, {"size":141,"count":5}, {"size":143,"count":122}, {"size":144,"count":136}, {"size":145,"count":57}, {"size":147,"count":60}, {"size":148,"count":54}, {"size":150,"count":21}, {"size":151,"count":1165}]
Minimum variable degree2
Maximum variable degree4219
Distribution of variable degrees[{"degree":2,"count":12654},{"degree":3,"count":1},{"degree":4,"count":10},{"degree":5,"count":17},{"degree":6,"count":18},{"degree":7,"count":18},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":76},{"degree":11,"count":64},{"degree":12,"count":63},{"degree":13,"count":48},{"degree":14,"count":63},{"degree":15,"count":70},{"degree":16,"count":93},{"degree":17,"count":127},{"degree":18,"count":153},{"degree":19,"count":186},{"degree":20,"count":110},{"degree":21,"count":1},{"degree":4219,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":560},{"arity":3,"count":4218},{"arity":6,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints4778
Distribution of constraint types[{"type":"extension","count":4218},{"type":"intension","count":4778}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297937-1532712799.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297937-1532712799.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4968.91/866.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
4968.91/866.74		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$3(CtrLoaderInteger.java:98)
4968.91/866.74		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$155/1076250141.apply(Unknown Source)
4968.91/866.74		at java.util.stream.Nodes$ArrayNode.<init>(Nodes.java:646)
4968.91/866.74		at java.util.stream.Nodes$FixedNodeBuilder.<init>(Nodes.java:1199)
4968.91/866.74		at java.util.stream.Nodes.builder(Nodes.java:167)
4968.91/866.74		at java.util.stream.ReferencePipeline.makeNodeBuilder(ReferencePipeline.java:131)
4968.91/866.74		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:543)
4968.91/866.74		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
4968.91/866.74		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
4968.91/866.74		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
4968.91/866.74		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
4968.91/866.74		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
4968.91/866.74		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
4968.91/866.74		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
4968.91/866.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
4968.91/866.74		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
4968.91/866.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
4968.91/866.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
4968.91/866.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
4968.91/866.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
4968.91/866.74		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
4968.91/866.74		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
4968.91/866.74		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
4968.91/866.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
5076.64/880.91	s UNKNOWN
5076.64/880.91	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297937-1532712799/watcher-4297937-1532712799 -o /tmp/evaluation-result-4297937-1532712799/solver-4297937-1532712799 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532705227-17517 --watchdog 2580 HOME/xcsp3-exec -seed 587480162 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297937-1532712799.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=18647, runsolver pid=18644

[startup+0.100137 s]*
/proc/loadavg: 8.36 8.49 8.39 2/199 18668
/proc/meminfo: memFree=21547524/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
[pid=18649] ppid=18647 vsize=26104152 memory=27012 CPUtime=0.11 cores=0-7
/proc/18649/stat : 18649 (java) S 18647 18647 17490 0 -1 1077944320 5657 0 0 0 10 1 0 0 20 0 20 0 88843207 26730651648 6753 33554432000 4194304 4196468 140734934391728 140734934374272 140247197527799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
/proc/18649/statm: 6526038 6753 2996 1 0 6488315 0
[pid=18649/tid=18650] ppid=18647 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18649/task/18650/stat : 18650 (java) R 18647 18647 17490 0 -1 4202560 3650 0 0 0 8 1 0 0 20 0 20 0 88843207 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247201754048 140247197539734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18651] ppid=18647 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18649/task/18651/stat : 18651 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247150148624 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18652] ppid=18647 vsize=26104152 memory=140614347810432 CPUtime=0 cores=0-7
/proc/18649/task/18652/stat : 18652 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247149096080 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18653] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18653/stat : 18653 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247148043024 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18654] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18654/stat : 18654 (java) S 18647 18647 17490 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247146990480 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18655] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18655/stat : 18655 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247145937424 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18656] ppid=18647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18649/task/18656/stat : 18656 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247144884880 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18657] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18657/stat : 18657 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247143831824 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18658] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18658/stat : 18658 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 6753 33554432000 4194304 4196468 140734934391728 140247142779280 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18659] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18659/stat : 18659 (java) S 18647 18647 17490 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88843209 26730651648 6753 33554432000 4194304 4196468 140734934391728 140246593272560 140247197538946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18660] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18660/stat : 18660 (java) S 18647 18647 17490 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88843210 26730651648 6753 33554432000 4194304 4196468 140734934391728 140246592218784 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18661] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18661/stat : 18661 (java) S 18647 18647 17490 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88843210 26730651648 6753 33554432000 4194304 4196468 140734934391728 140246591165680 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18662] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18662/stat : 18662 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843212 26730651648 6753 33554432000 4194304 4196468 140734934391728 140246590114256 140247197546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18663] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18663/stat : 18663 (java) R 18647 18647 17490 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 88843212 26730651648 6818 33554432000 4194304 4196468 140734934391728 140246589061360 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18664] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18664/stat : 18664 (java) R 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88843212 26730651648 6818 33554432000 4194304 4196468 140734934391728 140246519900528 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18665] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18665/stat : 18665 (java) S 18647 18647 17490 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 20 0 88843212 26730651648 6818 33554432000 4194304 4196468 140734934391728 140246518847472 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18666] ppid=18647 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/18649/task/18666/stat : 18666 (java) R 18647 18647 17490 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 20 0 88843213 26730651648 6818 33554432000 4194304 4196468 140734934391728 140246517794928 140247181608286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18667] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18667/stat : 18667 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88843213 26730651648 6818 33554432000 4194304 4196468 140734934391728 140246516743136 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18668] ppid=18647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18649/task/18668/stat : 18668 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843213 26730651648 6818 33554432000 4194304 4196468 140734934391728 140246515690672 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28468 KiB

[startup+0.210339 s]*
/proc/loadavg: 8.36 8.49 8.39 3/199 18668
/proc/meminfo: memFree=21535492/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
[pid=18649] ppid=18647 vsize=26104152 memory=39416 CPUtime=0.34 cores=0-7
/proc/18649/stat : 18649 (java) S 18647 18647 17490 0 -1 1077944320 8473 0 0 0 31 3 0 0 20 0 20 0 88843207 26730651648 9854 33554432000 4194304 4196468 140734934391728 140734934374272 140247197527799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
/proc/18649/statm: 6526038 9854 3174 1 0 6488315 0
[pid=18649/tid=18650] ppid=18647 vsize=26104152 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18649/task/18650/stat : 18650 (java) R 18647 18647 17490 0 -1 4202560 5547 0 0 0 18 2 0 0 20 0 20 0 88843207 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247201765616 140247181608286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18651] ppid=18647 vsize=26104152 memory=329 CPUtime=0 cores=0-7
/proc/18649/task/18651/stat : 18651 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247150148624 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18652] ppid=18647 vsize=26104152 memory=288370990499522176 CPUtime=0 cores=0-7
/proc/18649/task/18652/stat : 18652 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247149096080 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18653] ppid=18647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18649/task/18653/stat : 18653 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247148043024 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18654] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18654/stat : 18654 (java) S 18647 18647 17490 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247146990480 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18655] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18655/stat : 18655 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247145937424 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18656] ppid=18647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18649/task/18656/stat : 18656 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247144884880 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18657] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18657/stat : 18657 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247143831824 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18658] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18658/stat : 18658 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26730651648 9854 33554432000 4194304 4196468 140734934391728 140247142779280 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18659] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18659/stat : 18659 (java) S 18647 18647 17490 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88843209 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246593272560 140247197538946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18660] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18660/stat : 18660 (java) S 18647 18647 17490 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88843210 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246592218784 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18661] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18661/stat : 18661 (java) S 18647 18647 17490 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88843210 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246591165680 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18662] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18662/stat : 18662 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843212 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246590114256 140247197546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18663] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18663/stat : 18663 (java) S 18647 18647 17490 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 88843212 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246589061360 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18664] ppid=18647 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/18649/task/18664/stat : 18664 (java) S 18647 18647 17490 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 20 0 88843212 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246519900528 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18665] ppid=18647 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/18649/task/18665/stat : 18665 (java) S 18647 18647 17490 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 88843212 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246518847472 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18666] ppid=18647 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/18649/task/18666/stat : 18666 (java) S 18647 18647 17490 0 -1 1077944384 751 0 0 0 8 0 0 0 20 0 20 0 88843213 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246517794928 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18667] ppid=18647 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18667/stat : 18667 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88843213 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246516743136 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18668] ppid=18647 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18649/task/18668/stat : 18668 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843213 26730651648 9854 33554432000 4194304 4196468 140734934391728 140246515690672 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40872 KiB

[startup+0.310073 s]*
/proc/loadavg: 8.36 8.49 8.39 5/199 18668
/proc/meminfo: memFree=21529784/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
[pid=18649] ppid=18647 vsize=26108408 memory=46816 CPUtime=0.52 cores=0-7
/proc/18649/stat : 18649 (java) S 18647 18647 17490 0 -1 1077944320 9377 0 0 0 48 4 0 0 20 0 20 0 88843207 26735009792 11704 33554432000 4194304 4196468 140734934391728 140734934374272 140247197527799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
/proc/18649/statm: 6527102 11704 3268 1 0 6488315 0
[pid=18649/tid=18650] ppid=18647 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18649/task/18650/stat : 18650 (java) R 18647 18647 17490 0 -1 4202560 6245 0 0 0 27 2 0 0 20 0 20 0 88843207 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247201762032 140247177711169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18651] ppid=18647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18651/stat : 18651 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247150148624 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18652] ppid=18647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18652/stat : 18652 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247149096080 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18653] ppid=18647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18653/stat : 18653 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247148043024 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18654] ppid=18647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18654/stat : 18654 (java) S 18647 18647 17490 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247146990480 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18655] ppid=18647 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/18649/task/18655/stat : 18655 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247145937424 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18656] ppid=18647 vsize=26108408 memory=140614209467311 CPUtime=0 cores=0-7
/proc/18649/task/18656/stat : 18656 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247144884880 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18657] ppid=18647 vsize=26108408 memory=140614209469616 CPUtime=0 cores=0-7
/proc/18649/task/18657/stat : 18657 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247143831824 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18658] ppid=18647 vsize=26108408 memory=140614209471920 CPUtime=0 cores=0-7
/proc/18649/task/18658/stat : 18658 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843208 26735009792 11704 33554432000 4194304 4196468 140734934391728 140247142779280 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18659] ppid=18647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18659/stat : 18659 (java) S 18647 18647 17490 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 88843209 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246593272560 140247197538946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18660] ppid=18647 vsize=26108408 memory=281228418950800 CPUtime=0 cores=0-7
/proc/18649/task/18660/stat : 18660 (java) S 18647 18647 17490 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 88843210 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246592218784 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18661] ppid=18647 vsize=26108408 memory=281228418957712 CPUtime=0 cores=0-7
/proc/18649/task/18661/stat : 18661 (java) S 18647 18647 17490 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 88843210 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246591165680 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18662] ppid=18647 vsize=26108408 memory=281228418898992 CPUtime=0 cores=0-7
/proc/18649/task/18662/stat : 18662 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843212 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246590114256 140247197546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18663] ppid=18647 vsize=26108408 memory=281228418971536 CPUtime=0.03 cores=0-7
/proc/18649/task/18663/stat : 18663 (java) R 18647 18647 17490 0 -1 4202560 445 0 0 0 3 0 0 0 20 0 20 0 88843212 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246589061360 140247179048896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18664] ppid=18647 vsize=26108408 memory=281228418978448 CPUtime=0.03 cores=0-7
/proc/18649/task/18664/stat : 18664 (java) S 18647 18647 17490 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 20 0 88843212 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246519900528 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18665] ppid=18647 vsize=26108408 memory=281228418976144 CPUtime=0.02 cores=0-7
/proc/18649/task/18665/stat : 18665 (java) S 18647 18647 17490 0 -1 1077944384 166 0 0 0 2 0 0 0 20 0 20 0 88843212 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246518847472 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18666] ppid=18647 vsize=26108408 memory=281228418992304 CPUtime=0.12 cores=0-7
/proc/18649/task/18666/stat : 18666 (java) S 18647 18647 17490 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 20 0 88843213 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246517794928 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18667] ppid=18647 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18649/task/18667/stat : 18667 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 88843213 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246516743136 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18668] ppid=18647 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/18649/task/18668/stat : 18668 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 88843213 26735009792 11704 33554432000 4194304 4196468 140734934391728 140246515690672 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48272 KiB

[startup+0.701025 s]
/proc/loadavg: 8.36 8.49 8.39 3/199 18668
/proc/meminfo: memFree=21418804/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
[pid=18649] ppid=18647 vsize=26108408 memory=297164 CPUtime=1.83 cores=0-7
/proc/18649/stat : 18649 (java) S 18647 18647 17490 0 -1 1077944320 13556 0 0 0 140 43 0 0 20 0 20 0 88843207 26735009792 74291 33554432000 4194304 4196468 140734934391728 140734934374272 140247197527799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
/proc/18649/statm: 6527102 74291 3325 1 0 6488315 0
[pid=18649/tid=18650] ppid=18647 vsize=26108408 memory=281228419350192 CPUtime=0.6 cores=0-7
/proc/18649/task/18650/stat : 18650 (java) R 18647 18647 17490 0 -1 4202560 6463 0 0 0 53 7 0 0 20 0 20 0 88843207 26735009792 74291 33554432000 4194304 4196468 140734934391728 140247201759392 140247197549725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18651] ppid=18647 vsize=26108408 memory=140614209676144 CPUtime=0.05 cores=0-7
/proc/18649/task/18651/stat : 18651 (java) S 18647 18647 17490 0 -1 1077944384 61 0 0 0 1 4 0 0 20 0 20 0 88843208 26735009792 74291 33554432000 4194304 4196468 140734934391728 140247150148624 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18652] ppid=18647 vsize=26108408 memory=0 CPUtime=0.05 cores=0-7
/proc/18649/task/18652/stat : 18652 (java) S 18647 18647 17490 0 -1 1077944384 58 0 0 0 1 4 0 0 20 0 20 0 88843208 26735009792 74291 33554432000 4194304 4196468 140734934391728 140247149096080 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18653] ppid=18647 vsize=26108408 memory=10612 CPUtime=0.04 cores=0-7
/proc/18649/task/18653/stat : 18653 (java) S 18647 18647 17490 0 -1 1077944384 49 0 0 0 1 3 0 0 20 0 20 0 88843208 26735009792 74291 33554432000 4194304 4196468 140734934391728 140247148043024 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0

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

[pid=18649/tid=18655] ppid=18647 vsize=26179144 memory=1408 CPUtime=599.11 cores=0-7
/proc/18649/task/18655/stat : 18655 (java) R 18647 18647 17490 0 -1 4202560 6521490 0 0 0 58509 1402 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247145937232 140247190156007 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18656] ppid=18647 vsize=26179144 memory=3408 CPUtime=597.41 cores=0-7
/proc/18649/task/18656/stat : 18656 (java) R 18647 18647 17490 0 -1 4202560 4392801 0 0 0 58517 1224 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247144885000 140247190156007 0 4 0 16800975 0 0 0 -1 7 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18657] ppid=18647 vsize=26179144 memory=1456 CPUtime=597.56 cores=0-7
/proc/18649/task/18657/stat : 18657 (java) R 18647 18647 17490 0 -1 4202560 4197932 0 0 0 58514 1242 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247143831632 140247190156007 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18658] ppid=18647 vsize=26179144 memory=6791534058613427641 CPUtime=597.84 cores=0-7
/proc/18649/task/18658/stat : 18658 (java) R 18647 18647 17490 0 -1 4202560 4723633 0 0 0 58486 1298 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247142779480 140247190632482 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18659] ppid=18647 vsize=26179144 memory=1456 CPUtime=10.26 cores=0-7
/proc/18649/task/18659/stat : 18659 (java) S 18647 18647 17490 0 -1 1077944384 934939 0 0 0 975 51 0 0 20 0 21 0 88843209 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246593271104 140247197538005 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18660] ppid=18647 vsize=26179144 memory=23442156 CPUtime=0 cores=0-7
/proc/18649/task/18660/stat : 18660 (java) S 18647 18647 17490 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 21 0 88843210 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246592218848 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18661] ppid=18647 vsize=26179144 memory=796 CPUtime=0 cores=0-7
/proc/18649/task/18661/stat : 18661 (java) S 18647 18647 17490 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 21 0 88843210 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246591165696 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18662] ppid=18647 vsize=26179144 memory=1704 CPUtime=0 cores=0-7
/proc/18649/task/18662/stat : 18662 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246590114256 140247197546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18663] ppid=18647 vsize=26179144 memory=796 CPUtime=3.43 cores=0-7
/proc/18649/task/18663/stat : 18663 (java) S 18647 18647 17490 0 -1 1077944384 22510 0 0 0 339 4 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246589061408 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18664] ppid=18647 vsize=26179144 memory=5408 CPUtime=3.54 cores=0-7
/proc/18649/task/18664/stat : 18664 (java) S 18647 18647 17490 0 -1 1077944384 27310 0 0 0 351 3 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246519900576 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18665] ppid=18647 vsize=26179144 memory=1008 CPUtime=3.19 cores=0-7
/proc/18649/task/18665/stat : 18665 (java) S 18647 18647 17490 0 -1 1077944384 25559 0 0 0 316 3 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246518847232 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18666] ppid=18647 vsize=26179144 memory=9992 CPUtime=0.93 cores=0-7
/proc/18649/task/18666/stat : 18666 (java) S 18647 18647 17490 0 -1 1077944384 11377 0 0 0 90 3 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246517794496 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18667] ppid=18647 vsize=26179144 memory=23442156 CPUtime=0 cores=0-7
/proc/18649/task/18667/stat : 18667 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246516743136 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18668] ppid=18647 vsize=26179144 memory=4104 CPUtime=0.36 cores=0-7
/proc/18649/task/18668/stat : 18668 (java) S 18647 18647 17490 0 -1 1077944384 1647 0 0 0 20 16 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246515690672 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18677] ppid=18647 vsize=26179144 memory=1398720917958146503 CPUtime=0 cores=0-7
/proc/18649/task/18677/stat : 18677 (java) S 18647 18647 17490 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 21 0 88929881 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246505000512 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
Current children cumulated CPU time: 5059.68 s
Current children cumulated vsize: 26292272 KiB
Current children cumulated memory: 23443612 KiB

[startup+880.001 s]*
/proc/loadavg: 7.97 7.17 7.03 9/200 18677
/proc/meminfo: memFree=191396/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
[pid=18649] ppid=18647 vsize=26179144 memory=23442156 CPUtime=5072.01 cores=0-7
/proc/18649/stat : 18649 (java) S 18647 18647 17490 0 -1 1077944320 40616733 0 0 0 496643 10558 0 0 20 0 21 0 88843207 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140734934374272 140247197527799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
/proc/18649/statm: 6544786 5860539 3437 1 0 6505980 0
[pid=18649/tid=18650] ppid=18647 vsize=26179144 memory=1398720917958146503 CPUtime=258.5 cores=0-7
/proc/18649/task/18650/stat : 18650 (java) S 18647 18647 17490 0 -1 1077944384 91087 0 0 0 25739 111 0 0 20 0 21 0 88843207 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247201768480 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18651] ppid=18647 vsize=26179144 memory=4872558044660077418 CPUtime=598.53 cores=0-7
/proc/18649/task/18651/stat : 18651 (java) R 18647 18647 17490 0 -1 4202560 4650952 0 0 0 58525 1328 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247150148744 140247190156007 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18652] ppid=18647 vsize=26179144 memory=1200 CPUtime=598.43 cores=0-7
/proc/18649/task/18652/stat : 18652 (java) R 18647 18647 17490 0 -1 4202560 4968145 0 0 0 58511 1332 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247149095888 140247190156007 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18653] ppid=18647 vsize=26179144 memory=10612 CPUtime=598.95 cores=0-7
/proc/18649/task/18653/stat : 18653 (java) R 18647 18647 17490 0 -1 4202560 5186769 0 0 0 58615 1280 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247148043144 140247190156007 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18654] ppid=18647 vsize=26179144 memory=4616 CPUtime=597.64 cores=0-7
/proc/18649/task/18654/stat : 18654 (java) R 18647 18647 17490 0 -1 4202560 4561725 0 0 0 58516 1248 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247146990288 140247190156007 0 4 0 16800975 0 0 0 -1 3 0 0 41 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18655] ppid=18647 vsize=26179144 memory=1428 CPUtime=600.65 cores=0-7
/proc/18649/task/18655/stat : 18655 (java) R 18647 18647 17490 0 -1 4202560 6521490 0 0 0 58663 1402 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247145937544 140247190156007 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18656] ppid=18647 vsize=26179144 memory=15876 CPUtime=598.93 cores=0-7
/proc/18649/task/18656/stat : 18656 (java) R 18647 18647 17490 0 -1 4202560 4392801 0 0 0 58669 1224 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247144884688 140247190156007 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18657] ppid=18647 vsize=26179144 memory=0 CPUtime=599.08 cores=0-7
/proc/18649/task/18657/stat : 18657 (java) R 18647 18647 17490 0 -1 4202560 4197932 0 0 0 58665 1243 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247143831632 140247190156007 0 4 0 16800975 0 0 0 -1 2 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18658] ppid=18647 vsize=26179144 memory=-8412652160765825907 CPUtime=599.46 cores=0-7
/proc/18649/task/18658/stat : 18658 (java) R 18647 18647 17490 0 -1 4202560 5021137 0 0 0 58633 1313 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247142779480 140247190624496 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18659] ppid=18647 vsize=26179144 memory=-8634980985311628903 CPUtime=10.26 cores=0-7
/proc/18649/task/18659/stat : 18659 (java) S 18647 18647 17490 0 -1 1077944384 934939 0 0 0 975 51 0 0 20 0 21 0 88843209 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246593271104 140247197538005 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18660] ppid=18647 vsize=26179144 memory=7100839878645619564 CPUtime=0 cores=0-7
/proc/18649/task/18660/stat : 18660 (java) S 18647 18647 17490 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 21 0 88843210 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246592218848 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18661] ppid=18647 vsize=26179144 memory=7897517683652307531 CPUtime=0 cores=0-7
/proc/18649/task/18661/stat : 18661 (java) S 18647 18647 17490 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 21 0 88843210 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246591165696 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18662] ppid=18647 vsize=26179144 memory=8514726395715349656 CPUtime=0 cores=0-7
/proc/18649/task/18662/stat : 18662 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246590114256 140247197546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18663] ppid=18647 vsize=26179144 memory=3047711553320166262 CPUtime=3.43 cores=0-7
/proc/18649/task/18663/stat : 18663 (java) S 18647 18647 17490 0 -1 1077944384 22510 0 0 0 339 4 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246589061408 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18664] ppid=18647 vsize=26179144 memory=4148 CPUtime=3.54 cores=0-7
/proc/18649/task/18664/stat : 18664 (java) S 18647 18647 17490 0 -1 1077944384 27310 0 0 0 351 3 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246519900576 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18665] ppid=18647 vsize=26179144 memory=7739825617999320683 CPUtime=3.19 cores=0-7
/proc/18649/task/18665/stat : 18665 (java) S 18647 18647 17490 0 -1 1077944384 25559 0 0 0 316 3 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246518847232 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18666] ppid=18647 vsize=26179144 memory=6791534058613427641 CPUtime=0.93 cores=0-7
/proc/18649/task/18666/stat : 18666 (java) S 18647 18647 17490 0 -1 1077944384 11377 0 0 0 90 3 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246517794496 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18667] ppid=18647 vsize=26179144 memory=4124 CPUtime=0 cores=0-7
/proc/18649/task/18667/stat : 18667 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246516743136 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18668] ppid=18647 vsize=26179144 memory=2200 CPUtime=0.36 cores=0-7
/proc/18649/task/18668/stat : 18668 (java) S 18647 18647 17490 0 -1 1077944384 1647 0 0 0 20 16 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246515690672 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18677] ppid=18647 vsize=26179144 memory=7528 CPUtime=0 cores=0-7
/proc/18649/task/18677/stat : 18677 (java) S 18647 18647 17490 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 21 0 88929881 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246505000512 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
Current children cumulated CPU time: 5072.01 s
Current children cumulated vsize: 26292272 KiB
Current children cumulated memory: 23443612 KiB

[startup+880.801 s]
/proc/loadavg: 7.97 7.17 7.03 9/200 18677
/proc/meminfo: memFree=191396/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
[pid=18649] ppid=18647 vsize=26179144 memory=23442156 CPUtime=5076.54 cores=0-7
/proc/18649/stat : 18649 (java) S 18647 18647 17490 0 -1 1077944320 40782833 0 0 0 497085 10569 0 0 20 0 21 0 88843207 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140734934374272 140247197527799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
/proc/18649/statm: 6544786 5860539 3437 1 0 6505980 0
[pid=18649/tid=18650] ppid=18647 vsize=26179144 memory=1456 CPUtime=258.5 cores=0-7
/proc/18649/task/18650/stat : 18650 (java) S 18647 18647 17490 0 -1 1077944384 91087 0 0 0 25739 111 0 0 20 0 21 0 88843207 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247201768480 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18651] ppid=18647 vsize=26179144 memory=6791534058613427641 CPUtime=599.07 cores=0-7
/proc/18649/task/18651/stat : 18651 (java) S 18647 18647 17490 0 -1 1077944384 4652125 0 0 0 58579 1328 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247150148624 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18652] ppid=18647 vsize=26179144 memory=16412 CPUtime=598.97 cores=0-7
/proc/18649/task/18652/stat : 18652 (java) S 18647 18647 17490 0 -1 1077944384 4969020 0 0 0 58565 1332 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247149096080 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18653] ppid=18647 vsize=26179144 memory=14964 CPUtime=599.46 cores=0-7
/proc/18649/task/18653/stat : 18653 (java) S 18647 18647 17490 0 -1 1077944384 5187914 0 0 0 58665 1281 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247148043024 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18654] ppid=18647 vsize=26179144 memory=4048 CPUtime=598.18 cores=0-7
/proc/18649/task/18654/stat : 18654 (java) S 18647 18647 17490 0 -1 1077944384 4563453 0 0 0 58570 1248 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247146990480 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18655] ppid=18647 vsize=26179144 memory=23442156 CPUtime=601.19 cores=0-7
/proc/18649/task/18655/stat : 18655 (java) S 18647 18647 17490 0 -1 1077944384 6522523 0 0 0 58716 1403 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247145937424 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18656] ppid=18647 vsize=26179144 memory=25684 CPUtime=599.45 cores=0-7
/proc/18649/task/18656/stat : 18656 (java) S 18647 18647 17490 0 -1 1077944384 4393636 0 0 0 58721 1224 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247144884880 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18657] ppid=18647 vsize=26179144 memory=1292 CPUtime=599.61 cores=0-7
/proc/18649/task/18657/stat : 18657 (java) S 18647 18647 17490 0 -1 1077944384 4198785 0 0 0 58718 1243 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247143831824 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18658] ppid=18647 vsize=26179144 memory=2416 CPUtime=600.02 cores=0-7
/proc/18649/task/18658/stat : 18658 (java) S 18647 18647 17490 0 -1 1077944384 5165754 0 0 0 58682 1320 0 0 20 0 21 0 88843208 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140247142779280 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18659] ppid=18647 vsize=26179144 memory=1728 CPUtime=10.49 cores=0-7
/proc/18649/task/18659/stat : 18659 (java) R 18647 18647 17490 0 -1 4202560 948613 0 0 0 997 52 0 0 20 0 21 0 88843209 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246593271104 140247181985430 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18660] ppid=18647 vsize=26179144 memory=1456 CPUtime=0 cores=0-7
/proc/18649/task/18660/stat : 18660 (java) S 18647 18647 17490 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 21 0 88843210 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246592218848 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18661] ppid=18647 vsize=26179144 memory=23442156 CPUtime=0 cores=0-7
/proc/18649/task/18661/stat : 18661 (java) S 18647 18647 17490 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 21 0 88843210 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246591165696 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18662] ppid=18647 vsize=26179144 memory=-8961168018402230209 CPUtime=0 cores=0-7
/proc/18649/task/18662/stat : 18662 (java) S 18647 18647 17490 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246590114256 140247197546395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18663] ppid=18647 vsize=26179144 memory=6944656592387989600 CPUtime=3.43 cores=0-7
/proc/18649/task/18663/stat : 18663 (java) S 18647 18647 17490 0 -1 1077944384 22510 0 0 0 339 4 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246589061408 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18664] ppid=18647 vsize=26179144 memory=23442156 CPUtime=3.54 cores=0-7
/proc/18649/task/18664/stat : 18664 (java) S 18647 18647 17490 0 -1 1077944384 27310 0 0 0 351 3 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246519900576 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18665] ppid=18647 vsize=26179144 memory=4128 CPUtime=3.19 cores=0-7
/proc/18649/task/18665/stat : 18665 (java) S 18647 18647 17490 0 -1 1077944384 25559 0 0 0 316 3 0 0 20 0 21 0 88843212 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246518847232 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18666] ppid=18647 vsize=26179144 memory=1704 CPUtime=0.93 cores=0-7
/proc/18649/task/18666/stat : 18666 (java) S 18647 18647 17490 0 -1 1077944384 11377 0 0 0 90 3 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246517794496 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18667] ppid=18647 vsize=26179144 memory=796 CPUtime=0 cores=0-7
/proc/18649/task/18667/stat : 18667 (java) S 18647 18647 17490 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246516743136 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18668] ppid=18647 vsize=26179144 memory=5408 CPUtime=0.36 cores=0-7
/proc/18649/task/18668/stat : 18668 (java) S 18647 18647 17490 0 -1 1077944384 1647 0 0 0 20 16 0 0 20 0 21 0 88843213 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246515690672 140247197538946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
[pid=18649/tid=18677] ppid=18647 vsize=26179144 memory=1008 CPUtime=0 cores=0-7
/proc/18649/task/18677/stat : 18677 (java) S 18647 18647 17490 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 21 0 88929881 26807443456 5860539 33554432000 4194304 4196468 140734934391728 140246505000512 140247197538005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38182912 140734934393985 140734934394157 140734934394157 140734934396879 0
Current children cumulated CPU time: 5076.54 s
Current children cumulated vsize: 26292272 KiB
Current children cumulated memory: 23443612 KiB

[startup+881.201 s]
/proc/loadavg: 7.41 7.07 7.00 2/181 18677
/proc/meminfo: memFree=8523780/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+881.3 s]
/proc/loadavg: 7.41 7.07 7.00 2/181 18677
/proc/meminfo: memFree=8523780/32770624 swapFree=67108860/67108860
[pid=18647] ppid=18644 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18647/stat : 18647 (xcsp3-exec) S 18644 18647 17490 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 88843207 115843072 364 33554432000 4194304 5098028 140734243125776 140734243123880 140446410875516 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18550784 140734243132470 140734243132672 140734243132672 140734243135434 0
/proc/18647/statm: 28282 364 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 881.344
CPU time (s): 5077.1
CPU user time (s): 4970.96
CPU system time (s): 106.134
CPU usage (%): 576.062
Max. virtual memory (cumulated for all children) (KiB): 26292272
Max. memory (cumulated for all children) (KiB): 23443612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4970.96
system time used= 106.134
maximum resident set size= 23442352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40816545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112211
involuntary context switches= 108104


# summary of solver processes directly reported to runsolver:
#   pid: 18647
#   total CPU time (s): 5077.1
#   total CPU user time (s): 4970.96
#   total CPU system time (s): 106.134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.6244 second user time and 9.33746 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-27 19:33:20
IDJOB=4297937
IDBENCH=141263
IDSOLVER=2760
FILE ID=node139/4297937-1532712799
RUNJOBID= node139-1532705227-17517
PBS_JOBID= 21022311
Free space on /tmp= 38448 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-07-0600_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-4297937-1532712799/watcher-4297937-1532712799 -o /tmp/evaluation-result-4297937-1532712799/solver-4297937-1532712799 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532705227-17517 --watchdog 2580  HOME/xcsp3-exec -seed 587480162 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297937-1532712799.xml

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

MD5SUM BENCH= 0ae5362fc8ec35126a2a174beba608b8
RANDOM SEED=587480162

node139.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.80
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.80
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.80
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.80
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:        21563256 kB
MemAvailable:   31933420 kB
Buffers:          219512 kB
Cached:         10268220 kB
SwapCached:            0 kB
Active:          3352348 kB
Inactive:        7185944 kB
Active(anon):       5108 kB
Inactive(anon):    73516 kB
Active(file):    3347240 kB
Inactive(file):  7112428 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            298748 kB
Writeback:             0 kB
AnonPages:         57944 kB
Mapped:            42256 kB
Shmem:             25228 kB
Slab:             365856 kB
SReclaimable:     338956 kB
SUnreclaim:        26900 kB
KernelStack:        3184 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38428 MiB
End job on node139 at 2018-07-27 19:48:02