Trace number 4394287

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? 1731.75 545.672

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394287-1568351260/watcher-4394287-1568351260 -o /tmp/evaluation-result-4394287-1568351260/solver-4394287-1568351260 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568351220-12150 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 365633248 HOME/instance-4394287-1568351260.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12239, runsolver pid=12236
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 3.49 5.14 5.88 7/233 12255
/proc/meminfo: memFree=25066000/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15144768 memory=29060 CPUtime=0.13 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 5661 0 0 0 11 2 0 0 20 0 15 0 411066472 15508242432 7265 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3786192 7265 3157 1 0 3748377 0
[pid=12241/tid=12242] ppid=12239 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) R 12239 12239 12119 0 -1 4202560 3580 0 0 0 8 1 0 0 20 0 15 0 411066472 15508242432 7265 33554432000 4194304 4196468 140734035107280 139749318034768 139749313813910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15144768 memory=3472467959786149072 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 7265 33554432000 4194304 4196468 140734035107280 139749250038800 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15144768 memory=139830890997376 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 7265 33554432000 4194304 4196468 140734035107280 139749248986256 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) S 12239 12239 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 7265 33554432000 4194304 4196468 140734035107280 139749247933200 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) S 12239 12239 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 7265 33554432000 4194304 4196468 140734035107280 139749246880656 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) S 12239 12239 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411066474 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748849555696 139749313813122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411066475 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748848501920 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411066475 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748847448816 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) S 12239 12239 12119 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748845345520 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748844292976 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15144768 memory=139830890997376 CPUtime=0.01 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) S 12239 12239 12119 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 411066478 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748843239920 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15144768 memory=139830890997376 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 7265 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30512 KiB

[startup+0.211995 s]*
/proc/loadavg: 3.49 5.14 5.88 8/233 12255
/proc/meminfo: memFree=25057448/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15144768 memory=40560 CPUtime=0.34 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 9402 0 0 0 31 3 0 0 20 0 15 0 411066472 15508242432 10140 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3786192 10140 3260 1 0 3748377 0
[pid=12241/tid=12242] ppid=12239 vsize=15144768 memory=5852835216252043682 CPUtime=0.2 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) R 12239 12239 12119 0 -1 4202560 6578 0 0 0 18 2 0 0 20 0 15 0 411066472 15508242432 10140 33554432000 4194304 4196468 140734035107280 139749318035424 139749297882462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15144768 memory=3472467959786149072 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 10140 33554432000 4194304 4196468 140734035107280 139749250038800 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15144768 memory=139830890997376 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 10140 33554432000 4194304 4196468 140734035107280 139749248986256 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) S 12239 12239 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 10140 33554432000 4194304 4196468 140734035107280 139749247933200 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) S 12239 12239 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411066473 15508242432 10140 33554432000 4194304 4196468 140734035107280 139749246880656 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15144768 memory=139830890997376 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) S 12239 12239 12119 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411066474 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748849555696 139749313813122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411066475 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748848501920 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411066475 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748847448816 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) S 12239 12239 12119 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 411066478 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748845345520 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) S 12239 12239 12119 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 15 0 411066478 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748844292976 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15144768 memory=139830890997376 CPUtime=0.08 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) R 12239 12239 12119 0 -1 4202560 763 0 0 0 8 0 0 0 20 0 15 0 411066478 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748843239728 139749313813910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15144768 memory=139830890997376 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066478 15508242432 10140 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42012 KiB

[startup+0.312203 s]*
/proc/loadavg: 3.49 5.14 5.88 9/233 12255
/proc/meminfo: memFree=25054308/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15149024 memory=50068 CPUtime=0.53 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 10775 0 0 0 49 4 0 0 20 0 15 0 411066472 15512600576 12517 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3787256 12517 3373 1 0 3748377 0
[pid=12241/tid=12242] ppid=12239 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) R 12239 12239 12119 0 -1 4202560 7710 0 0 0 27 3 0 0 20 0 15 0 411066472 15512600576 12517 33554432000 4194304 4196468 140734035107280 139749318033088 139749313823901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15149024 memory=3472467959786149072 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066473 15512600576 12517 33554432000 4194304 4196468 140734035107280 139749250038800 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15149024 memory=139830890997376 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066473 15512600576 12517 33554432000 4194304 4196468 140734035107280 139749248986256 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) S 12239 12239 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411066473 15512600576 12517 33554432000 4194304 4196468 140734035107280 139749247933200 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15149024 memory=139830780635167 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) S 12239 12239 12119 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411066473 15512600576 12517 33554432000 4194304 4196468 140734035107280 139749246880656 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15149024 memory=279661561249568 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) S 12239 12239 12119 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411066474 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748849555696 139749313813122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15149024 memory=139830780612111 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411066475 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748848501920 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15149024 memory=279661671618656 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411066475 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748847448816 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15149024 memory=139830780616719 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) R 12239 12239 12119 0 -1 1077944384 530 0 0 0 4 0 0 0 20 0 15 0 411066478 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748845345520 139749313813122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15149024 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) R 12239 12239 12119 0 -1 4202560 368 0 0 0 4 0 0 0 20 0 15 0 411066478 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748844292976 139749298927744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) S 12239 12239 12119 0 -1 1077944384 866 0 0 0 12 0 0 0 20 0 15 0 411066478 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748843239920 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15149024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) R 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066478 15512600576 12517 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51520 KiB

[startup+0.700936 s]
/proc/loadavg: 3.49 5.14 5.88 9/233 12255
/proc/meminfo: memFree=24931176/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15149024 memory=299408 CPUtime=1.54 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 15039 0 0 0 136 18 0 0 20 0 15 0 411066472 15512600576 74852 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3787256 74852 3418 1 0 3748377 0
[pid=12241/tid=12242] ppid=12239 vsize=15149024 memory=4639059877604708710 CPUtime=0.61 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) R 12239 12239 12119 0 -1 4202560 7979 0 0 0 53 8 0 0 20 0 15 0 411066472 15512600576 74852 33554432000 4194304 4196468 140734035107280 139749318033440 139749313823901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15149024 memory=6935650355287975249 CPUtime=0.03 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) S 12239 12239 12119 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 411066473 15512600576 74852 33554432000 4194304 4196468 140734035107280 139749250038800 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15149024 memory=6935649256029252945 CPUtime=0.05 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) S 12239 12239 12119 0 -1 1077944384 54 0 0 0 3 2 0 0 20 0 15 0 411066473 15512600576 74852 33554432000 4194304 4196468 140734035107280 139749248986256 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15149024 memory=7825734864442108491 CPUtime=0.06 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) S 12239 12239 12119 0 -1 1077944384 71 0 0 0 3 3 0 0 20 0 15 0 411066473 15512600576 74852 33554432000 4194304 4196468 140734035107280 139749247933200 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15149024 memory=7100839870106604183 CPUtime=0.01 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) S 12239 12239 12119 0 -1 1077944384 40 0 0 0 0 1 0 0 20 0 15 0 411066473 15512600576 74852 33554432000 4194304 4196468 140734035107280 139749246880656 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15149024 memory=6944613755328037012 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) S 12239 12239 12119 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 411066474 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748849555696 139749313813122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15149024 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 411066475 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748848501920 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15149024 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 411066475 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748847448816 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15149024 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15149024 memory=1660 CPUtime=0.17 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) S 12239 12239 12119 0 -1 1077944384 1623 0 0 0 17 0 0 0 20 0 15 0 411066478 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748845345520 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15149024 memory=38812 CPUtime=0.35 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) S 12239 12239 12119 0 -1 1077944384 2608 0 0 0 35 0 0 0 20 0 15 0 411066478 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748844292976 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15149024 memory=988 CPUtime=0.18 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) S 12239 12239 12119 0 -1 1077944384 1248 0 0 0 18 0 0 0 20 0 15 0 411066478 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748843239920 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15149024 memory=5793994532452520804 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15149024 memory=8099279071866868843 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) S 12239 12239 12119 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411066478 15512600576 74852 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 300860 KiB

[startup+1.50149 s]
/proc/loadavg: 3.49 5.14 5.88 2/212 12255
/proc/meminfo: memFree=24801096/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0

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

/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15151148 memory=12806676 CPUtime=1727.33 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 348393 0 0 0 171172 1561 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3787787 3201669 3518 1 0 3748889 0
[pid=12241/tid=12242] ppid=12239 vsize=15151148 memory=6791534058613427641 CPUtime=132.48 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) S 12239 12239 12119 0 -1 1077944384 22551 0 0 0 13205 43 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749318041840 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15151148 memory=5964 CPUtime=394.57 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) R 12239 12239 12119 0 -1 4202560 46054 0 0 0 39087 370 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749250038920 139749299560792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15151148 memory=1060 CPUtime=394.66 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) R 12239 12239 12119 0 -1 4202560 46976 0 0 0 39085 381 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749248986064 139749306430183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15151148 memory=2828 CPUtime=394.16 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) R 12239 12239 12119 0 -1 4202560 46406 0 0 0 39031 385 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749247933008 139749306430183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15151148 memory=4872558044660077418 CPUtime=395.61 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) R 12239 12239 12119 0 -1 4202560 54007 0 0 0 39198 363 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749246880856 139749298791522 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15151148 memory=1660 CPUtime=9.21 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) S 12239 12239 12119 0 -1 1077944384 92721 0 0 0 916 5 0 0 20 0 15 0 411066474 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748849554240 139749313812181 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15151148 memory=38820 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748848501984 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15151148 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748847448832 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15151148 memory=776 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15151148 memory=1564 CPUtime=2.65 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) S 12239 12239 12119 0 -1 1077944384 15493 0 0 0 263 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748845345568 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15151148 memory=5964 CPUtime=3.03 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) S 12239 12239 12119 0 -1 1077944384 15727 0 0 0 301 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748844292736 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15151148 memory=1452 CPUtime=0.68 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) S 12239 12239 12119 0 -1 1077944384 6509 0 0 0 66 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748843235792 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15151148 memory=12806672 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15151148 memory=12806660 CPUtime=0.21 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) S 12239 12239 12119 0 -1 1077944384 575 0 0 0 12 9 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 1727.33 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12808128 KiB

[startup+544.801 s]
/proc/loadavg: 7.95 7.24 6.57 9/234 12435
/proc/meminfo: memFree=10297136/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15151148 memory=12806676 CPUtime=1730.41 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 349227 0 0 0 171478 1563 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3787787 3201669 3518 1 0 3748889 0
[pid=12241/tid=12242] ppid=12239 vsize=15151148 memory=6791534058613427641 CPUtime=132.48 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) S 12239 12239 12119 0 -1 1077944384 22551 0 0 0 13205 43 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749318041840 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15151148 memory=12806676 CPUtime=395.33 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) R 12239 12239 12119 0 -1 4202560 46054 0 0 0 39163 370 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749250038608 139749306430183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15151148 memory=38820 CPUtime=395.43 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) R 12239 12239 12119 0 -1 4202560 46976 0 0 0 39161 382 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749248986376 139749306430183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15151148 memory=988 CPUtime=394.92 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) R 12239 12239 12119 0 -1 4202560 46406 0 0 0 39106 386 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749247933008 139749306430183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15151148 memory=2008 CPUtime=396.39 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) R 12239 12239 12119 0 -1 4202560 54841 0 0 0 39276 363 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749246880856 139749298501736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15151148 memory=1436 CPUtime=9.21 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) S 12239 12239 12119 0 -1 1077944384 92721 0 0 0 916 5 0 0 20 0 15 0 411066474 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748849554240 139749313812181 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15151148 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748848501984 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15151148 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748847448832 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15151148 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15151148 memory=3228 CPUtime=2.65 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) S 12239 12239 12119 0 -1 1077944384 15493 0 0 0 263 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748845345568 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15151148 memory=1452 CPUtime=3.03 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) S 12239 12239 12119 0 -1 1077944384 15727 0 0 0 301 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748844292736 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15151148 memory=12806672 CPUtime=0.68 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) S 12239 12239 12119 0 -1 1077944384 6509 0 0 0 66 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748843235792 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15151148 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15151148 memory=1564 CPUtime=0.21 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) S 12239 12239 12119 0 -1 1077944384 575 0 0 0 12 9 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 1730.41 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12808128 KiB

[startup+545.201 s]
/proc/loadavg: 7.95 7.24 6.57 6/234 12435
/proc/meminfo: memFree=10296888/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15151148 memory=12806676 CPUtime=1731.27 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 349227 0 0 0 171564 1563 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3787787 3201669 3518 1 0 3748889 0
[pid=12241/tid=12242] ppid=12239 vsize=15151148 memory=1452 CPUtime=132.48 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) S 12239 12239 12119 0 -1 1077944384 22551 0 0 0 13205 43 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749318041840 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15151148 memory=6791534058613427641 CPUtime=395.48 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) S 12239 12239 12119 0 -1 1077944384 46054 0 0 0 39178 370 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749250038800 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15151148 memory=12806676 CPUtime=395.58 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) S 12239 12239 12119 0 -1 1077944384 46976 0 0 0 39176 382 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749248986256 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15151148 memory=832 CPUtime=395.08 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) S 12239 12239 12119 0 -1 1077944384 46406 0 0 0 39122 386 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749247933200 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15151148 memory=1436 CPUtime=396.55 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) S 12239 12239 12119 0 -1 1077944384 54841 0 0 0 39292 363 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749246880656 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15151148 memory=1216 CPUtime=9.45 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) R 12239 12239 12119 0 -1 4202560 92721 0 0 0 940 5 0 0 20 0 15 0 411066474 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748849554128 139749298502593 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15151148 memory=984 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748848501984 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15151148 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748847448832 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15151148 memory=20780 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15151148 memory=14048 CPUtime=2.65 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) S 12239 12239 12119 0 -1 1077944384 15493 0 0 0 263 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748845345568 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15151148 memory=2124 CPUtime=3.03 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) S 12239 12239 12119 0 -1 1077944384 15727 0 0 0 301 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748844292736 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15151148 memory=500 CPUtime=0.68 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) S 12239 12239 12119 0 -1 1077944384 6509 0 0 0 66 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748843235792 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15151148 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15151148 memory=928 CPUtime=0.21 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) S 12239 12239 12119 0 -1 1077944384 575 0 0 0 12 9 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 1731.27 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12808128 KiB

[startup+545.601 s]
/proc/loadavg: 7.95 7.24 6.57 6/234 12435
/proc/meminfo: memFree=10296888/32770624 swapFree=66959216/67108860
[pid=12239] ppid=12236 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12239/stat : 12239 (xcsp3-exec) S 12236 12239 12119 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411066472 115843072 363 33554432000 4194304 5098028 140737300240656 140737300238760 139725402301052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27140096 140737300243323 140737300243565 140737300243565 140737300246474 0
/proc/12239/statm: 28282 363 304 221 0 87 0
[pid=12241] ppid=12239 vsize=15151148 memory=12806676 CPUtime=1731.67 cores=0,2,4,6
/proc/12241/stat : 12241 (java) S 12239 12239 12119 0 -1 1077944320 349227 0 0 0 171604 1563 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 140734035089824 139749313801975 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
/proc/12241/statm: 3787787 3201669 3518 1 0 3748889 0
[pid=12241/tid=12242] ppid=12239 vsize=15151148 memory=-8961168018402230209 CPUtime=132.48 cores=0,2,4,6
/proc/12241/task/12242/stat : 12242 (java) S 12239 12239 12119 0 -1 1077944384 22551 0 0 0 13205 43 0 0 20 0 15 0 411066472 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749318041840 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12243] ppid=12239 vsize=15151148 memory=8514701219730652318 CPUtime=395.48 cores=0,2,4,6
/proc/12241/task/12243/stat : 12243 (java) S 12239 12239 12119 0 -1 1077944384 46054 0 0 0 39178 370 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749250038800 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12244] ppid=12239 vsize=15151148 memory=1452 CPUtime=395.58 cores=0,2,4,6
/proc/12241/task/12244/stat : 12244 (java) S 12239 12239 12119 0 -1 1077944384 46976 0 0 0 39176 382 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749248986256 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12245] ppid=12239 vsize=15151148 memory=12806676 CPUtime=395.08 cores=0,2,4,6
/proc/12241/task/12245/stat : 12245 (java) S 12239 12239 12119 0 -1 1077944384 46406 0 0 0 39122 386 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749247933200 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12246] ppid=12239 vsize=15151148 memory=1452 CPUtime=396.55 cores=0,2,4,6
/proc/12241/task/12246/stat : 12246 (java) S 12239 12239 12119 0 -1 1077944384 54841 0 0 0 39292 363 0 0 20 0 15 0 411066473 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139749246880656 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12247] ppid=12239 vsize=15151148 memory=2166252 CPUtime=9.85 cores=0,2,4,6
/proc/12241/task/12247/stat : 12247 (java) R 12239 12239 12119 0 -1 4202560 92721 0 0 0 980 5 0 0 20 0 15 0 411066474 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748849554128 139749292172155 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12248] ppid=12239 vsize=15151148 memory=20780 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12248/stat : 12248 (java) S 12239 12239 12119 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748848501984 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12249] ppid=12239 vsize=15151148 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12249/stat : 12249 (java) S 12239 12239 12119 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 411066475 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748847448832 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12250] ppid=12239 vsize=15151148 memory=2124 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12250/stat : 12250 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748846397392 139749313820571 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12251] ppid=12239 vsize=15151148 memory=500 CPUtime=2.65 cores=0,2,4,6
/proc/12241/task/12251/stat : 12251 (java) S 12239 12239 12119 0 -1 1077944384 15493 0 0 0 263 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748845345568 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12252] ppid=12239 vsize=15151148 memory=1556 CPUtime=3.03 cores=0,2,4,6
/proc/12241/task/12252/stat : 12252 (java) S 12239 12239 12119 0 -1 1077944384 15727 0 0 0 301 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748844292736 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12253] ppid=12239 vsize=15151148 memory=12806676 CPUtime=0.68 cores=0,2,4,6
/proc/12241/task/12253/stat : 12253 (java) S 12239 12239 12119 0 -1 1077944384 6509 0 0 0 66 2 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748843235792 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12254] ppid=12239 vsize=15151148 memory=10604 CPUtime=0 cores=0,2,4,6
/proc/12241/task/12254/stat : 12254 (java) S 12239 12239 12119 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748842187616 139749313812181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
[pid=12241/tid=12255] ppid=12239 vsize=15151148 memory=3360 CPUtime=0.21 cores=0,2,4,6
/proc/12241/task/12255/stat : 12255 (java) S 12239 12239 12119 0 -1 1077944384 575 0 0 0 12 9 0 0 20 0 15 0 411066478 15514775552 3201669 33554432000 4194304 4196468 140734035107280 139748773456432 139749313813122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39256064 140734035112943 140734035113114 140734035113114 140734035115983 0
Current children cumulated CPU time: 1731.67 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12808128 KiB

Child status: 1
Real time (s): 545.672
CPU time (s): 1731.75
CPU user time (s): 1716.07
CPU system time (s): 15.686
CPU usage (%): 317.362
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 12808128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1716.07
system time used= 15.686
maximum resident set size= 12806936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350101
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38422
involuntary context switches= 60141


# summary of solver processes directly reported to runsolver:
#   pid: 12239
#   total CPU time (s): 1731.75
#   total CPU user time (s): 1716.07
#   total CPU system time (s): 15.686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.31752 second user time and 5.76658 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 07:07:03
IDJOB=4394287
IDBENCH=141284
IDSOLVER=2842
FILE ID=node124/4394287-1568351260
RUNJOBID= node124-1568351220-12150
PBS_JOBID= 21701176
Free space on /tmp= 54772 MiB

SOLVER NAME= choco-solver 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 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394287-1568351260/watcher-4394287-1568351260 -o /tmp/evaluation-result-4394287-1568351260/solver-4394287-1568351260 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568351220-12150 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 365633248 HOME/instance-4394287-1568351260.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=365633248

node124.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.47
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.47
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.47
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.47
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:        25078544 kB
MemAvailable:   31618836 kB
Buffers:          150616 kB
Cached:          6633084 kB
SwapCached:        45864 kB
Active:          1805756 kB
Inactive:        5212720 kB
Active(anon):     186600 kB
Inactive(anon):    89184 kB
Active(file):    1619156 kB
Inactive(file):  5123536 kB
Unevictable:      108748 kB
Mlocked:          108748 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:            437476 kB
Writeback:         20916 kB
AnonPages:        298588 kB
Mapped:            56084 kB
Shmem:             32744 kB
Slab:             266764 kB
SReclaimable:     226060 kB
SUnreclaim:        40704 kB
KernelStack:        3760 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1511312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 54744 MiB
End job on node124 at 2019-09-13 07:16:09