Trace number 4394587

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 2019-06-14 parallel? 6400.74 1077.8

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark521763735
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394587-1568448586.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394587-1568448586.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
6140.24/1043.11	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6140.24/1043.11		at java.util.stream.IntPipeline.map(IntPipeline.java:226)
6140.24/1043.11		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
6140.24/1043.11		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$86/1939869193.apply(Unknown Source)
6140.24/1043.11		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
6140.24/1043.11		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
6140.24/1043.11		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
6140.24/1043.11		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6400.52/1077.65		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
6400.52/1077.65		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
6400.52/1077.65		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
6400.52/1077.65		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
6400.52/1077.65		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
6400.52/1077.65		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
6400.52/1077.65		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
6400.52/1077.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
6400.52/1077.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6400.52/1077.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
6400.52/1077.65		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
6400.52/1077.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
6400.52/1077.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6400.52/1077.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6400.52/1077.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6400.52/1077.65		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6400.52/1077.65		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6400.52/1077.65		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6400.52/1077.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6400.52/1077.65	s UNKNOWN
6400.52/1077.65	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 (14545 MiB free)
  memory of node 1: 16384 MiB (15472 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394587-1568448586/watcher-4394587-1568448586 -o /tmp/evaluation-result-4394587-1568448586/solver-4394587-1568448586 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568444891-11947 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 712116176 HOME/instance-4394587-1568448586.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=11965, runsolver pid=11962

[startup+0.100134 s]*
/proc/loadavg: 7.24 8.25 7.92 2/210 11986
/proc/meminfo: memFree=30724700/32770624 swapFree=66937228/67108860
[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 221 0 87 0
[pid=11967] ppid=11965 vsize=28227388 memory=28932 CPUtime=0.12 cores=0-7
/proc/11967/stat : 11967 (java) S 11965 11965 11920 0 -1 1077944320 5691 0 0 0 11 1 0 0 20 0 20 0 421117231 28904845312 7233 33554432000 4194304 4196468 140728592936800 140728592919344 139683745439479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
/proc/11967/statm: 7056847 7233 3121 1 0 7019032 0
[pid=11967/tid=11968] ppid=11965 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/11967/task/11968/stat : 11968 (java) R 11965 11965 11920 0 -1 4202560 3605 0 0 0 8 0 0 0 20 0 20 0 421117231 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683749671360 139683729519966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11969] ppid=11965 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11967/task/11969/stat : 11969 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683698059536 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11970] ppid=11965 vsize=28227388 memory=140248132302464 CPUtime=0 cores=0-7
/proc/11967/task/11970/stat : 11970 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683697006992 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11971] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11971/stat : 11971 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683695954448 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11972] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11972/stat : 11972 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683694901904 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11973] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11973/stat : 11973 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683693849360 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11974] ppid=11965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11967/task/11974/stat : 11974 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683692796816 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11975] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11975/stat : 11975 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683691744272 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11976] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11976/stat : 11976 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 7233 33554432000 4194304 4196468 140728592936800 139683690691728 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11977] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11977/stat : 11977 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117234 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682258044912 139683745450626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11978] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11978/stat : 11978 (java) S 11965 11965 11920 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421117234 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682256991136 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11979] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11979/stat : 11979 (java) S 11965 11965 11920 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421117234 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682255938544 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11980] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11980/stat : 11980 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682254887120 139683745458075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11981] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11981/stat : 11981 (java) S 11965 11965 11920 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682253834736 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11982] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11982/stat : 11982 (java) S 11965 11965 11920 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682252782192 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11983] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11983/stat : 11983 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682251729648 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11984] ppid=11965 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/11967/task/11984/stat : 11984 (java) R 11965 11965 11920 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 20 0 421117237 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682250677104 139683745460826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11985] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11985/stat : 11985 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682249623776 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11986] ppid=11965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11967/task/11986/stat : 11986 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 7233 33554432000 4194304 4196468 140728592936800 139682248571312 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30388 KiB

[startup+0.210623 s]*
/proc/loadavg: 7.24 8.25 7.92 3/210 11986
/proc/meminfo: memFree=30706284/32770624 swapFree=66937228/67108860
[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 221 0 87 0
[pid=11967] ppid=11965 vsize=28227388 memory=41284 CPUtime=0.34 cores=0-7
/proc/11967/stat : 11967 (java) S 11965 11965 11920 0 -1 1077944320 9530 0 0 0 31 3 0 0 20 0 20 0 421117231 28904845312 10321 33554432000 4194304 4196468 140728592936800 140728592919344 139683745439479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
/proc/11967/statm: 7056847 10321 3302 1 0 7019032 0
[pid=11967/tid=11968] ppid=11965 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11967/task/11968/stat : 11968 (java) R 11965 11965 11920 0 -1 4202560 6636 0 0 0 17 2 0 0 20 0 20 0 421117231 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683749665680 139683723620017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11969] ppid=11965 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/11967/task/11969/stat : 11969 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683698059536 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11970] ppid=11965 vsize=28227388 memory=140248132314529 CPUtime=0 cores=0-7
/proc/11967/task/11970/stat : 11970 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683697006992 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11971] ppid=11965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11967/task/11971/stat : 11971 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683695954448 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11972] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11972/stat : 11972 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683694901904 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11973] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11973/stat : 11973 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683693849360 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11974] ppid=11965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11967/task/11974/stat : 11974 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683692796816 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11975] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11975/stat : 11975 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683691744272 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11976] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11976/stat : 11976 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28904845312 10321 33554432000 4194304 4196468 140728592936800 139683690691728 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11977] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11977/stat : 11977 (java) S 11965 11965 11920 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421117234 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682258044912 139683745450626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11978] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11978/stat : 11978 (java) S 11965 11965 11920 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421117234 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682256991136 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11979] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11979/stat : 11979 (java) S 11965 11965 11920 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421117234 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682255938544 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11980] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11980/stat : 11980 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682254887120 139683745458075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11981] ppid=11965 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/11967/task/11981/stat : 11981 (java) S 11965 11965 11920 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 20 0 421117237 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682253834736 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11982] ppid=11965 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/11967/task/11982/stat : 11982 (java) S 11965 11965 11920 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 20 0 421117237 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682252782192 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11983] ppid=11965 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/11967/task/11983/stat : 11983 (java) S 11965 11965 11920 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 20 0 421117237 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682251729648 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11984] ppid=11965 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/11967/task/11984/stat : 11984 (java) R 11965 11965 11920 0 -1 4202560 733 0 0 0 8 0 0 0 20 0 20 0 421117237 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682250677104 139683738156631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11985] ppid=11965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11985/stat : 11985 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682249623776 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11986] ppid=11965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11967/task/11986/stat : 11986 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28904845312 10321 33554432000 4194304 4196468 140728592936800 139682248571312 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42740 KiB

[startup+0.310564 s]*
/proc/loadavg: 7.24 8.25 7.92 4/210 11986
/proc/meminfo: memFree=30701720/32770624 swapFree=66937228/67108860
[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 221 0 87 0
[pid=11967] ppid=11965 vsize=28231644 memory=50268 CPUtime=0.53 cores=0-7
/proc/11967/stat : 11967 (java) S 11965 11965 11920 0 -1 1077944320 10893 0 0 0 49 4 0 0 20 0 20 0 421117231 28909203456 12567 33554432000 4194304 4196468 140728592936800 140728592919344 139683745439479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
/proc/11967/statm: 7057911 12567 3346 1 0 7019032 0
[pid=11967/tid=11968] ppid=11965 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/11967/task/11968/stat : 11968 (java) R 11965 11965 11920 0 -1 4202560 7786 0 0 0 27 3 0 0 20 0 20 0 421117231 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683749670592 139683745461405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11969] ppid=11965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11969/stat : 11969 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683698059536 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11970] ppid=11965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11970/stat : 11970 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683697006992 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11971] ppid=11965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11971/stat : 11971 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683695954448 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11972] ppid=11965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11972/stat : 11972 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683694901904 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11973] ppid=11965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11973/stat : 11973 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683693849360 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11974] ppid=11965 vsize=28231644 memory=140247996394159 CPUtime=0 cores=0-7
/proc/11967/task/11974/stat : 11974 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683692796816 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11975] ppid=11965 vsize=28231644 memory=140247996396464 CPUtime=0 cores=0-7
/proc/11967/task/11975/stat : 11975 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683691744272 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11976] ppid=11965 vsize=28231644 memory=140247996398768 CPUtime=0 cores=0-7
/proc/11967/task/11976/stat : 11976 (java) S 11965 11965 11920 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421117232 28909203456 12567 33554432000 4194304 4196468 140728592936800 139683690691728 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11977] ppid=11965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11977/stat : 11977 (java) S 11965 11965 11920 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 421117234 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682258044912 139683745450626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11978] ppid=11965 vsize=28231644 memory=280495992811408 CPUtime=0 cores=0-7
/proc/11967/task/11978/stat : 11978 (java) S 11965 11965 11920 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421117234 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682256991136 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11979] ppid=11965 vsize=28231644 memory=280495992809104 CPUtime=0 cores=0-7
/proc/11967/task/11979/stat : 11979 (java) S 11965 11965 11920 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421117234 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682255938544 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11980] ppid=11965 vsize=28231644 memory=280495992816016 CPUtime=0 cores=0-7
/proc/11967/task/11980/stat : 11980 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682254887120 139683745458075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11981] ppid=11965 vsize=28231644 memory=280495992757296 CPUtime=0.01 cores=0-7
/proc/11967/task/11981/stat : 11981 (java) S 11965 11965 11920 0 -1 1077944384 371 0 0 0 1 0 0 0 20 0 20 0 421117237 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682253834736 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11982] ppid=11965 vsize=28231644 memory=280495992829840 CPUtime=0.03 cores=0-7
/proc/11967/task/11982/stat : 11982 (java) R 11965 11965 11920 0 -1 4202560 266 0 0 0 3 0 0 0 20 0 20 0 421117237 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682252772576 139683728826058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11983] ppid=11965 vsize=28231644 memory=280495992836752 CPUtime=0.03 cores=0-7
/proc/11967/task/11983/stat : 11983 (java) S 11965 11965 11920 0 -1 1077944384 352 0 0 0 3 0 0 0 20 0 20 0 421117237 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682251729648 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11984] ppid=11965 vsize=28231644 memory=280495992834448 CPUtime=0.12 cores=0-7
/proc/11967/task/11984/stat : 11984 (java) S 11965 11965 11920 0 -1 1077944384 811 0 0 0 12 0 0 0 20 0 20 0 421117237 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682250677104 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11985] ppid=11965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11967/task/11985/stat : 11985 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117237 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682249623776 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11986] ppid=11965 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/11967/task/11986/stat : 11986 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28909203456 12567 33554432000 4194304 4196468 140728592936800 139682248571312 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51724 KiB

[startup+0.701043 s]
/proc/loadavg: 7.24 8.25 7.92 4/210 11986
/proc/meminfo: memFree=30587764/32770624 swapFree=66937228/67108860
[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 221 0 87 0
[pid=11967] ppid=11965 vsize=28231644 memory=295772 CPUtime=1.63 cores=0-7
/proc/11967/stat : 11967 (java) S 11965 11965 11920 0 -1 1077944320 14413 0 0 0 125 38 0 0 20 0 20 0 421117231 28909203456 73943 33554432000 4194304 4196468 140728592936800 140728592919344 139683745439479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
/proc/11967/statm: 7057911 73943 3415 1 0 7019032 0
[pid=11967/tid=11968] ppid=11965 vsize=28231644 memory=0 CPUtime=0.62 cores=0-7
/proc/11967/task/11968/stat : 11968 (java) R 11965 11965 11920 0 -1 4202560 8038 0 0 0 55 7 0 0 20 0 20 0 421117231 28909203456 73943 33554432000 4194304 4196468 140728592936800 139683749678608 139683745461405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11969] ppid=11965 vsize=28231644 memory=140247996605296 CPUtime=0.01 cores=0-7
/proc/11967/task/11969/stat : 11969 (java) S 11965 11965 11920 0 -1 1077944384 41 0 0 0 0 1 0 0 20 0 20 0 421117232 28909203456 73943 33554432000 4194304 4196468 140728592936800 139683698059536 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11970] ppid=11965 vsize=28231644 memory=0 CPUtime=0.04 cores=0-7
/proc/11967/task/11970/stat : 11970 (java) S 11965 11965 11920 0 -1 1077944384 57 0 0 0 0 4 0 0 20 0 20 0 421117232 28909203456 73943 33554432000 4194304 4196468 140728592936800 139683697006992 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11971] ppid=11965 vsize=28231644 memory=784 CPUtime=0.04 cores=0-7
/proc/11967/task/11971/stat : 11971 (java) S 11965 11965 11920 0 -1 1077944384 57 0 0 0 0 4 0 0 20 0 20 0 421117232 28909203456 73943 33554432000 4194304 4196468 140728592936800 139683695954448 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0

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

[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 221 0 87 0
[pid=11967] ppid=11965 vsize=28233768 memory=25564000 CPUtime=6399.73 cores=0-7
/proc/11967/stat : 11967 (java) S 11965 11965 11920 0 -1 1077944320 5591279 0 0 0 632028 7945 0 0 20 0 20 0 421117231 28911378432 6391000 33554432000 4194304 4196468 140728592936800 140728592919344 139683745439479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
/proc/11967/statm: 7058442 6391000 3524 1 0 7019544 0
[pid=11967/tid=11968] ppid=11965 vsize=28233768 memory=25564000 CPUtime=278.49 cores=0-7
/proc/11967/task/11968/stat : 11968 (java) S 11965 11965 11920 0 -1 1077944384 80352 0 0 0 27709 140 0 0 20 0 20 0 421117231 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683749678496 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11969] ppid=11965 vsize=28233768 memory=1456 CPUtime=761.05 cores=0-7
/proc/11967/task/11969/stat : 11969 (java) S 11965 11965 11920 0 -1 1077944384 490100 0 0 0 75084 1021 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683698059536 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11970] ppid=11965 vsize=28233768 memory=25564000 CPUtime=763.77 cores=0-7
/proc/11967/task/11970/stat : 11970 (java) S 11965 11965 11920 0 -1 1077944384 644888 0 0 0 75449 928 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683697006992 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11971] ppid=11965 vsize=28233768 memory=25564000 CPUtime=762.3 cores=0-7
/proc/11967/task/11971/stat : 11971 (java) S 11965 11965 11920 0 -1 1077944384 1058608 0 0 0 75210 1020 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683695954448 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11972] ppid=11965 vsize=28233768 memory=1548 CPUtime=760.55 cores=0-7
/proc/11967/task/11972/stat : 11972 (java) S 11965 11965 11920 0 -1 1077944384 439492 0 0 0 75081 974 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683694901904 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11973] ppid=11965 vsize=28233768 memory=6791534058613427641 CPUtime=762.35 cores=0-7
/proc/11967/task/11973/stat : 11973 (java) S 11965 11965 11920 0 -1 1077944384 514543 0 0 0 75288 947 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683693849360 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11974] ppid=11965 vsize=28233768 memory=25564000 CPUtime=760.08 cores=0-7
/proc/11967/task/11974/stat : 11974 (java) S 11965 11965 11920 0 -1 1077944384 549792 0 0 0 75065 943 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683692796816 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11975] ppid=11965 vsize=28233768 memory=928 CPUtime=760.95 cores=0-7
/proc/11967/task/11975/stat : 11975 (java) S 11965 11965 11920 0 -1 1077944384 595560 0 0 0 75154 941 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683691744272 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11976] ppid=11965 vsize=28233768 memory=1668 CPUtime=760.26 cores=0-7
/proc/11967/task/11976/stat : 11976 (java) S 11965 11965 11920 0 -1 1077944384 500924 0 0 0 75084 942 0 0 20 0 20 0 421117232 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139683690691728 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11977] ppid=11965 vsize=28233768 memory=-3622645143214314312 CPUtime=22.3 cores=0-7
/proc/11967/task/11977/stat : 11977 (java) R 11965 11965 11920 0 -1 4202560 654735 0 0 0 2169 61 0 0 20 0 20 0 421117234 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682258043456 139683730435972 0 0 0 16800975 0 0 0 -1 3 0 0 32 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11978] ppid=11965 vsize=28233768 memory=3368 CPUtime=0 cores=0-7
/proc/11967/task/11978/stat : 11978 (java) S 11965 11965 11920 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 421117234 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682256991200 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11979] ppid=11965 vsize=28233768 memory=1456 CPUtime=0 cores=0-7
/proc/11967/task/11979/stat : 11979 (java) S 11965 11965 11920 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 20 0 421117234 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682255938560 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11980] ppid=11965 vsize=28233768 memory=25564000 CPUtime=0 cores=0-7
/proc/11967/task/11980/stat : 11980 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682254887120 139683745458075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11981] ppid=11965 vsize=28233768 memory=1160 CPUtime=2.52 cores=0-7
/proc/11967/task/11981/stat : 11981 (java) S 11965 11965 11920 0 -1 1077944384 21411 0 0 0 248 4 0 0 20 0 20 0 421117237 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682253834784 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11982] ppid=11965 vsize=28233768 memory=6791534058613427641 CPUtime=2.1 cores=0-7
/proc/11967/task/11982/stat : 11982 (java) S 11965 11965 11920 0 -1 1077944384 15557 0 0 0 208 2 0 0 20 0 20 0 421117237 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682252782240 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11983] ppid=11965 vsize=28233768 memory=1456 CPUtime=1.75 cores=0-7
/proc/11967/task/11983/stat : 11983 (java) S 11965 11965 11920 0 -1 1077944384 13511 0 0 0 172 3 0 0 20 0 20 0 421117237 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682251729408 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11984] ppid=11965 vsize=28233768 memory=25563940 CPUtime=0.67 cores=0-7
/proc/11967/task/11984/stat : 11984 (java) S 11965 11965 11920 0 -1 1077944384 8534 0 0 0 66 1 0 0 20 0 20 0 421117237 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682250674304 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11985] ppid=11965 vsize=28233768 memory=252 CPUtime=0 cores=0-7
/proc/11967/task/11985/stat : 11985 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117237 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682249623776 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11986] ppid=11965 vsize=28233768 memory=210 CPUtime=0.43 cores=0-7
/proc/11967/task/11986/stat : 11986 (java) S 11965 11965 11920 0 -1 1077944384 1821 0 0 0 22 21 0 0 20 0 20 0 421117237 28911378432 6391000 33554432000 4194304 4196468 140728592936800 139682248571312 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
Current children cumulated CPU time: 6399.73 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25565456 KiB

[startup+1077.2 s]
/proc/loadavg: 7.66 7.16 6.76 2/210 12066
/proc/meminfo: memFree=5180696/32770624 swapFree=66937236/67108860
[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 221 0 87 0
[pid=11967] ppid=11965 vsize=28233768 memory=25564004 CPUtime=6400.12 cores=0-7
/proc/11967/stat : 11967 (java) S 11965 11965 11920 0 -1 1077944320 5594124 0 0 0 632067 7945 0 0 20 0 20 0 421117231 28911378432 6391001 33554432000 4194304 4196468 140728592936800 140728592919344 139683745439479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
/proc/11967/statm: 7058442 6391001 3524 1 0 7019544 0
[pid=11967/tid=11968] ppid=11965 vsize=28233768 memory=25564000 CPUtime=278.49 cores=0-7
/proc/11967/task/11968/stat : 11968 (java) S 11965 11965 11920 0 -1 1077944384 80352 0 0 0 27709 140 0 0 20 0 20 0 421117231 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683749678496 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11969] ppid=11965 vsize=28233768 memory=1976 CPUtime=761.05 cores=0-7
/proc/11967/task/11969/stat : 11969 (java) S 11965 11965 11920 0 -1 1077944384 490100 0 0 0 75084 1021 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683698059536 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11970] ppid=11965 vsize=28233768 memory=2436 CPUtime=763.77 cores=0-7
/proc/11967/task/11970/stat : 11970 (java) S 11965 11965 11920 0 -1 1077944384 644888 0 0 0 75449 928 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683697006992 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11971] ppid=11965 vsize=28233768 memory=3624 CPUtime=762.3 cores=0-7
/proc/11967/task/11971/stat : 11971 (java) S 11965 11965 11920 0 -1 1077944384 1058608 0 0 0 75210 1020 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683695954448 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11972] ppid=11965 vsize=28233768 memory=26572 CPUtime=760.55 cores=0-7
/proc/11967/task/11972/stat : 11972 (java) S 11965 11965 11920 0 -1 1077944384 439492 0 0 0 75081 974 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683694901904 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11973] ppid=11965 vsize=28233768 memory=984 CPUtime=762.35 cores=0-7
/proc/11967/task/11973/stat : 11973 (java) S 11965 11965 11920 0 -1 1077944384 514543 0 0 0 75288 947 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683693849360 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11974] ppid=11965 vsize=28233768 memory=2016 CPUtime=760.08 cores=0-7
/proc/11967/task/11974/stat : 11974 (java) S 11965 11965 11920 0 -1 1077944384 549792 0 0 0 75065 943 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683692796816 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11975] ppid=11965 vsize=28233768 memory=1412 CPUtime=760.95 cores=0-7
/proc/11967/task/11975/stat : 11975 (java) S 11965 11965 11920 0 -1 1077944384 595560 0 0 0 75154 941 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683691744272 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11976] ppid=11965 vsize=28233768 memory=25564000 CPUtime=760.26 cores=0-7
/proc/11967/task/11976/stat : 11976 (java) S 11965 11965 11920 0 -1 1077944384 500924 0 0 0 75084 942 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683690691728 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11977] ppid=11965 vsize=28233768 memory=1548 CPUtime=22.7 cores=0-7
/proc/11967/task/11977/stat : 11977 (java) R 11965 11965 11920 0 -1 4202560 657580 0 0 0 2208 62 0 0 20 0 20 0 421117234 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682258043456 139683730140097 0 0 0 16800975 0 0 0 -1 3 0 0 32 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11978] ppid=11965 vsize=28233768 memory=7396 CPUtime=0 cores=0-7
/proc/11967/task/11978/stat : 11978 (java) S 11965 11965 11920 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 421117234 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682256991200 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11979] ppid=11965 vsize=28233768 memory=4000 CPUtime=0 cores=0-7
/proc/11967/task/11979/stat : 11979 (java) S 11965 11965 11920 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 20 0 421117234 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682255938560 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11980] ppid=11965 vsize=28233768 memory=616 CPUtime=0 cores=0-7
/proc/11967/task/11980/stat : 11980 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682254887120 139683745458075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11981] ppid=11965 vsize=28233768 memory=2832 CPUtime=2.52 cores=0-7
/proc/11967/task/11981/stat : 11981 (java) S 11965 11965 11920 0 -1 1077944384 21411 0 0 0 248 4 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682253834784 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11982] ppid=11965 vsize=28233768 memory=1624 CPUtime=2.1 cores=0-7
/proc/11967/task/11982/stat : 11982 (java) S 11965 11965 11920 0 -1 1077944384 15557 0 0 0 208 2 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682252782240 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11983] ppid=11965 vsize=28233768 memory=1136 CPUtime=1.75 cores=0-7
/proc/11967/task/11983/stat : 11983 (java) S 11965 11965 11920 0 -1 1077944384 13511 0 0 0 172 3 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682251729408 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11984] ppid=11965 vsize=28233768 memory=1072 CPUtime=0.67 cores=0-7
/proc/11967/task/11984/stat : 11984 (java) S 11965 11965 11920 0 -1 1077944384 8534 0 0 0 66 1 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682250674304 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11985] ppid=11965 vsize=28233768 memory=5936 CPUtime=0 cores=0-7
/proc/11967/task/11985/stat : 11985 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682249623776 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11986] ppid=11965 vsize=28233768 memory=1456 CPUtime=0.43 cores=0-7
/proc/11967/task/11986/stat : 11986 (java) S 11965 11965 11920 0 -1 1077944384 1821 0 0 0 22 21 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682248571312 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
Current children cumulated CPU time: 6400.12 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25565460 KiB

[startup+1077.6 s]
/proc/loadavg: 7.66 7.16 6.76 2/210 12066
/proc/meminfo: memFree=5180696/32770624 swapFree=66937236/67108860
[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 221 0 87 0
[pid=11967] ppid=11965 vsize=28233768 memory=25564004 CPUtime=6400.52 cores=0-7
/proc/11967/stat : 11967 (java) S 11965 11965 11920 0 -1 1077944320 5594129 0 0 0 632107 7945 0 0 20 0 20 0 421117231 28911378432 6391001 33554432000 4194304 4196468 140728592936800 140728592919344 139683745439479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
/proc/11967/statm: 7058442 6391001 3524 1 0 7019544 0
[pid=11967/tid=11968] ppid=11965 vsize=28233768 memory=616 CPUtime=278.49 cores=0-7
/proc/11967/task/11968/stat : 11968 (java) S 11965 11965 11920 0 -1 1077944384 80352 0 0 0 27709 140 0 0 20 0 20 0 421117231 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683749678496 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11969] ppid=11965 vsize=28233768 memory=2832 CPUtime=761.05 cores=0-7
/proc/11967/task/11969/stat : 11969 (java) S 11965 11965 11920 0 -1 1077944384 490100 0 0 0 75084 1021 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683698059536 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11970] ppid=11965 vsize=28233768 memory=3624 CPUtime=763.77 cores=0-7
/proc/11967/task/11970/stat : 11970 (java) S 11965 11965 11920 0 -1 1077944384 644888 0 0 0 75449 928 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683697006992 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11971] ppid=11965 vsize=28233768 memory=26572 CPUtime=762.3 cores=0-7
/proc/11967/task/11971/stat : 11971 (java) S 11965 11965 11920 0 -1 1077944384 1058608 0 0 0 75210 1020 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683695954448 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11972] ppid=11965 vsize=28233768 memory=984 CPUtime=760.55 cores=0-7
/proc/11967/task/11972/stat : 11972 (java) S 11965 11965 11920 0 -1 1077944384 439492 0 0 0 75081 974 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683694901904 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11973] ppid=11965 vsize=28233768 memory=2016 CPUtime=762.35 cores=0-7
/proc/11967/task/11973/stat : 11973 (java) S 11965 11965 11920 0 -1 1077944384 514543 0 0 0 75288 947 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683693849360 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11974] ppid=11965 vsize=28233768 memory=1412 CPUtime=760.08 cores=0-7
/proc/11967/task/11974/stat : 11974 (java) S 11965 11965 11920 0 -1 1077944384 549792 0 0 0 75065 943 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683692796816 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11975] ppid=11965 vsize=28233768 memory=25564004 CPUtime=760.95 cores=0-7
/proc/11967/task/11975/stat : 11975 (java) S 11965 11965 11920 0 -1 1077944384 595560 0 0 0 75154 941 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683691744272 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11976] ppid=11965 vsize=28233768 memory=1456 CPUtime=760.26 cores=0-7
/proc/11967/task/11976/stat : 11976 (java) S 11965 11965 11920 0 -1 1077944384 500924 0 0 0 75084 942 0 0 20 0 20 0 421117232 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139683690691728 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11977] ppid=11965 vsize=28233768 memory=25564000 CPUtime=23.1 cores=0-7
/proc/11967/task/11977/stat : 11977 (java) R 11965 11965 11920 0 -1 4202560 657585 0 0 0 2248 62 0 0 20 0 20 0 421117234 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682258043456 139683723809659 0 0 0 16800975 0 0 0 -1 3 0 0 32 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11978] ppid=11965 vsize=28233768 memory=175 CPUtime=0 cores=0-7
/proc/11967/task/11978/stat : 11978 (java) S 11965 11965 11920 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 421117234 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682256991200 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11979] ppid=11965 vsize=28233768 memory=67 CPUtime=0 cores=0-7
/proc/11967/task/11979/stat : 11979 (java) S 11965 11965 11920 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 20 0 421117234 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682255938560 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11980] ppid=11965 vsize=28233768 memory=1624 CPUtime=0 cores=0-7
/proc/11967/task/11980/stat : 11980 (java) S 11965 11965 11920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682254887120 139683745458075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11981] ppid=11965 vsize=28233768 memory=1136 CPUtime=2.52 cores=0-7
/proc/11967/task/11981/stat : 11981 (java) S 11965 11965 11920 0 -1 1077944384 21411 0 0 0 248 4 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682253834784 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11982] ppid=11965 vsize=28233768 memory=1072 CPUtime=2.1 cores=0-7
/proc/11967/task/11982/stat : 11982 (java) S 11965 11965 11920 0 -1 1077944384 15557 0 0 0 208 2 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682252782240 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11983] ppid=11965 vsize=28233768 memory=5936 CPUtime=1.75 cores=0-7
/proc/11967/task/11983/stat : 11983 (java) S 11965 11965 11920 0 -1 1077944384 13511 0 0 0 172 3 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682251729408 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11984] ppid=11965 vsize=28233768 memory=784 CPUtime=0.67 cores=0-7
/proc/11967/task/11984/stat : 11984 (java) S 11965 11965 11920 0 -1 1077944384 8534 0 0 0 66 1 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682250674304 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11985] ppid=11965 vsize=28233768 memory=1456 CPUtime=0 cores=0-7
/proc/11967/task/11985/stat : 11985 (java) S 11965 11965 11920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682249623776 139683745449685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
[pid=11967/tid=11986] ppid=11965 vsize=28233768 memory=804 CPUtime=0.43 cores=0-7
/proc/11967/task/11986/stat : 11986 (java) S 11965 11965 11920 0 -1 1077944384 1821 0 0 0 22 21 0 0 20 0 20 0 421117237 28911378432 6391001 33554432000 4194304 4196468 140728592936800 139682248571312 139683745450626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 26075136 140728592942058 140728592942230 140728592942230 140728592945103 0
Current children cumulated CPU time: 6400.52 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 25565460 KiB

[startup+1077.7 s]
/proc/loadavg: 7.66 7.16 6.76 2/210 12066
/proc/meminfo: memFree=5180696/32770624 swapFree=66937236/67108860
[pid=11965] ppid=11962 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/11965/stat : 11965 (xcsp3-exec) S 11962 11965 11920 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421117231 115843072 364 33554432000 4194304 5098028 140725631809600 140725631807704 140571240800892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21827584 140725631812470 140725631812713 140725631812713 140725631815626 0
/proc/11965/statm: 28282 364 305 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): 1077.8
CPU time (s): 6400.74
CPU user time (s): 6321.13
CPU system time (s): 79.6039
CPU usage (%): 593.871
Max. virtual memory (cumulated for all children) (KiB): 28346896
Max. memory (cumulated for all children) (KiB): 25565460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6321.13
system time used= 79.6039
maximum resident set size= 25564212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5600688
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125916
involuntary context switches= 200724


# summary of solver processes directly reported to runsolver:
#   pid: 11965
#   total CPU time (s): 6400.74
#   total CPU user time (s): 6321.13
#   total CPU system time (s): 79.6039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.72883 second user time and 10.1178 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-14 09:08:14
IDJOB=4394587
IDBENCH=141284
IDSOLVER=2843
FILE ID=node105/4394587-1568448586
RUNJOBID= node105-1568444891-11947
PBS_JOBID= 21702358
Free space on /tmp= 60292 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394587-1568448586/watcher-4394587-1568448586 -o /tmp/evaluation-result-4394587-1568448586/solver-4394587-1568448586 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568444891-11947 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 712116176 HOME/instance-4394587-1568448586.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=712116176

node105.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.00
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.00
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.00
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.00
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:        30737360 kB
MemAvailable:   31811808 kB
Buffers:          196216 kB
Cached:          1166224 kB
SwapCached:        67680 kB
Active:          1019500 kB
Inactive:         413388 kB
Active(anon):      10380 kB
Inactive(anon):    93584 kB
Active(file):    1009120 kB
Inactive(file):   319804 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66937228 kB
Dirty:            526220 kB
Writeback:         74200 kB
AnonPages:        111780 kB
Mapped:            37900 kB
Shmem:             24876 kB
Slab:             193044 kB
SReclaimable:     122716 kB
SUnreclaim:        70328 kB
KernelStack:        3328 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 60268 MiB
End job on node105 at 2019-09-14 09:26:11