Trace number 4398909

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? 2435.67 818.672

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398909-1568699293.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398909-1568699293.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2411.37/811.26	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2411.37/811.26		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
2411.37/811.26		at java.util.Arrays.stream(Arrays.java:5023)
2411.37/811.26		at java.util.Arrays.stream(Arrays.java:5004)
2411.37/811.26		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
2411.37/811.26		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2411.37/811.26		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
2411.37/811.26		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
2411.37/811.26		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1758386724.valid(Unknown Source)
2411.37/811.26		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2411.37/811.26		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2411.37/811.26		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2411.37/811.26		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2411.37/811.26		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2411.37/811.26		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2411.37/811.26		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2411.37/811.26		at org.xcsp.parser.XCallbacks$$Lambda$89/1123629720.accept(Unknown Source)
2411.37/811.26		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2411.37/811.26		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2411.37/811.26		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2411.37/811.26		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2411.37/811.26		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2411.37/811.26		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2411.37/811.26		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2411.37/811.26		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2411.37/811.26		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2411.37/811.26		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2411.37/811.26		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2411.37/811.26		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2435.59/818.62	s UNKNOWN
2435.59/818.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 (15285 MiB free)
  memory of node 1: 16384 MiB (14301 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398909-1568699293/watcher-4398909-1568699293 -o /tmp/evaluation-result-4398909-1568699293/solver-4398909-1568699293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 222532296 HOME/instance-4398909-1568699293.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB

solver pid=28459, runsolver pid=28456

[startup+0.100058 s]*
/proc/loadavg: 8.22 8.44 8.40 5/229 28475
/proc/meminfo: memFree=30277944/32770624 swapFree=66977068/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0
[pid=28461] ppid=28459 vsize=15144776 memory=29140 CPUtime=0.13 cores=0,2,4,6
/proc/28461/stat : 28461 (java) S 28459 28459 21506 0 -1 1077944320 5787 0 0 0 12 1 0 0 20 0 15 0 446191946 15508250624 7285 33554432000 4194304 4196468 140730008341600 140730008324144 139704183774967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
/proc/28461/statm: 3786194 7285 3120 1 0 3748377 0
[pid=28461/tid=28462] ppid=28459 vsize=15144776 memory=8514701219881124772 CPUtime=0.09 cores=0,2,4,6
/proc/28461/task/28462/stat : 28462 (java) S 28459 28459 21506 0 -1 1077944384 3663 0 0 0 9 0 0 0 20 0 15 0 446191946 15508250624 7285 33554432000 4194304 4196468 140730008341600 139704187997024 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28463] ppid=28459 vsize=15144776 memory=3472467933859857616 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28463/stat : 28463 (java) S 28459 28459 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703775844880 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15144776 memory=139804964705920 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703774792336 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703773739280 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703772686736 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) S 28459 28459 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191948 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703745112816 139704183786114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191949 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703676298912 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191949 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703675245808 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) R 28459 28459 21506 0 -1 4202560 323 0 0 0 0 0 0 0 20 0 15 0 446191951 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703673132992 139704167210705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) R 28459 28459 21506 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 446191951 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703672089040 139704183785173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15144776 memory=139804964705920 CPUtime=0.02 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) R 28459 28459 21506 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 15 0 446191951 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703671035888 139704183786902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15144776 memory=139804964705920 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191952 15508250624 7285 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30592 KiB

[startup+0.210732 s]*
/proc/loadavg: 8.22 8.44 8.40 4/229 28475
/proc/meminfo: memFree=30179792/32770624 swapFree=66977068/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0
[pid=28461] ppid=28459 vsize=15144776 memory=40364 CPUtime=0.35 cores=0,2,4,6
/proc/28461/stat : 28461 (java) S 28459 28459 21506 0 -1 1077944320 9307 0 0 0 32 3 0 0 20 0 15 0 446191946 15508250624 10091 33554432000 4194304 4196468 140730008341600 140730008324144 139704183774967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
/proc/28461/statm: 3786194 10091 3306 1 0 3748377 0
[pid=28461/tid=28462] ppid=28459 vsize=15144776 memory=5855082630903857826 CPUtime=0.2 cores=0,2,4,6
/proc/28461/task/28462/stat : 28462 (java) R 28459 28459 21506 0 -1 4202560 6596 0 0 0 18 2 0 0 20 0 15 0 446191946 15508250624 10091 33554432000 4194304 4196468 140730008341600 139704188009024 139703820884513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28463] ppid=28459 vsize=15144776 memory=3472467933859857616 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28463/stat : 28463 (java) S 28459 28459 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703775844880 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15144776 memory=139804964705920 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703774792336 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703773739280 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703772686736 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15144776 memory=139804964705920 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) S 28459 28459 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446191948 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703745112816 139704183786114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191949 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703676298912 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191949 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703675245808 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) S 28459 28459 21506 0 -1 1077944384 472 0 0 0 3 0 0 0 20 0 15 0 446191951 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703673141488 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) S 28459 28459 21506 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 15 0 446191951 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703672088944 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15144776 memory=139804964705920 CPUtime=0.08 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) R 28459 28459 21506 0 -1 4202560 790 0 0 0 8 0 0 0 20 0 15 0 446191951 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703671035888 139704183786902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15144776 memory=139804964705920 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191952 15508250624 10091 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41816 KiB

[startup+0.310586 s]*
/proc/loadavg: 8.22 8.44 8.40 4/229 28475
/proc/meminfo: memFree=30054976/32770624 swapFree=66977068/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0
[pid=28461] ppid=28459 vsize=15149032 memory=49952 CPUtime=0.53 cores=0,2,4,6
/proc/28461/stat : 28461 (java) S 28459 28459 21506 0 -1 1077944320 10782 0 0 0 50 3 0 0 20 0 15 0 446191946 15512608768 12488 33554432000 4194304 4196468 140730008341600 140730008324144 139704183774967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
/proc/28461/statm: 3787258 12488 3353 1 0 3748377 0
[pid=28461/tid=28462] ppid=28459 vsize=15149032 memory=-8540663193526752614 CPUtime=0.3 cores=0,2,4,6
/proc/28461/task/28462/stat : 28462 (java) R 28459 28459 21506 0 -1 4202560 7730 0 0 0 27 3 0 0 20 0 15 0 446191946 15512608768 12488 33554432000 4194304 4196468 140730008341600 139704188006080 139704167855454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28463] ppid=28459 vsize=15149032 memory=3472467933859857616 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28463/stat : 28463 (java) S 28459 28459 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191947 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703775844880 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15149032 memory=139804964727452 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703774792336 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15149032 memory=139804809496365 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703773739280 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15149032 memory=139804809477071 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703772686736 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15149032 memory=139804964727458 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) S 28459 28459 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446191948 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703745112816 139704183786114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15149032 memory=139804809486287 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191949 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703676298912 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15149032 memory=279609618970256 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191949 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703675245808 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15149032 memory=279609618977136 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) S 28459 28459 21506 0 -1 1077944384 481 0 0 0 5 0 0 0 20 0 15 0 446191951 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703673141488 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15149032 memory=2240 CPUtime=0.03 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) R 28459 28459 21506 0 -1 4202560 298 0 0 0 3 0 0 0 20 0 15 0 446191951 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703672088944 139704165297636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15149032 memory=139804964705920 CPUtime=0.12 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) S 28459 28459 21506 0 -1 1077944384 965 0 0 0 12 0 0 0 20 0 15 0 446191951 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703671035888 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15149032 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15149032 memory=139804964705920 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191952 15512608768 12488 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51404 KiB

[startup+0.706551 s]
/proc/loadavg: 8.22 8.44 8.40 6/229 28475
/proc/meminfo: memFree=29858628/32770624 swapFree=66977068/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0
[pid=28461] ppid=28459 vsize=15151156 memory=111568 CPUtime=1.8 cores=0,2,4,6
/proc/28461/stat : 28461 (java) S 28459 28459 21506 0 -1 1077944320 15923 0 0 0 174 6 0 0 20 0 15 0 446191946 15514783744 27892 33554432000 4194304 4196468 140730008341600 140730008324144 139704183774967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
/proc/28461/statm: 3787789 27892 3446 1 0 3748889 0
[pid=28461/tid=28462] ppid=28459 vsize=15151156 memory=2828 CPUtime=0.68 cores=0,2,4,6
/proc/28461/task/28462/stat : 28462 (java) R 28459 28459 21506 0 -1 4202560 9133 0 0 0 64 4 0 0 20 0 15 0 446191946 15514783744 27892 33554432000 4194304 4196468 140730008341600 139704188009744 139703821083782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28463] ppid=28459 vsize=15151156 memory=756 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28463/stat : 28463 (java) S 28459 28459 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446191947 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703775844880 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703774792336 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703773739280 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15151156 memory=279609619051840 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191947 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703772686736 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15151156 memory=11268 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) S 28459 28459 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446191948 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703745112816 139704183786114 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15151156 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446191949 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703676298912 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15151156 memory=2320955096612457129 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446191949 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703675245808 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15151156 memory=1425 CPUtime=0.37 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) R 28459 28459 21506 0 -1 4202560 1836 0 0 0 37 0 0 0 20 0 15 0 446191951 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703673127512 139704165292822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15151156 memory=11 CPUtime=0.37 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) R 28459 28459 21506 0 -1 4202560 1430 0 0 0 37 0 0 0 20 0 15 0 446191951 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703672075040 139704165299247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15151156 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) S 28459 28459 21506 0 -1 1077944384 2216 0 0 0 34 0 0 0 20 0 15 0 446191951 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703671035888 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15151156 memory=30746 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446191951 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15151156 memory=1477 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446191952 15514783744 27892 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 113020 KiB

[startup+1.50088 s]
/proc/loadavg: 8.22 8.44 8.40 6/229 28475
/proc/meminfo: memFree=29234804/32770624 swapFree=66977068/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0

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

/proc/28461/task/28463/stat : 28463 (java) R 28459 28459 21506 0 -1 4202560 37518 0 0 0 53615 208 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703775845000 139704168764563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15217720 memory=12611488 CPUtime=539.4 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) R 28459 28459 21506 0 -1 4202560 39257 0 0 0 53752 188 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703774792456 139704168474850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15217720 memory=15252640887999028 CPUtime=538.05 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) R 28459 28459 21506 0 -1 4202560 31816 0 0 0 53582 223 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703773739400 139704168474744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15217720 memory=3784 CPUtime=538.87 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) R 28459 28459 21506 0 -1 4202560 37189 0 0 0 53716 171 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703772686856 139704176403175 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15217720 memory=1440 CPUtime=95.82 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) S 28459 28459 21506 0 -1 1077944384 139569 0 0 0 9571 11 0 0 20 0 16 0 446191948 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703745111360 139704183785173 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15217720 memory=904 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703676298976 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15217720 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703675245824 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15217720 memory=2528 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15217720 memory=1764 CPUtime=1.87 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) S 28459 28459 21506 0 -1 1077944384 12324 0 0 0 186 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703673141488 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15217720 memory=111632 CPUtime=1.54 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) S 28459 28459 21506 0 -1 1077944384 10095 0 0 0 153 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703672088944 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15217720 memory=804 CPUtime=0.59 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) S 28459 28459 21506 0 -1 1077944384 6695 0 0 0 58 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703671035888 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15217720 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15217720 memory=1452 CPUtime=0.38 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 614 0 0 0 19 19 0 0 20 0 16 0 446191952 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28580] ppid=28459 vsize=15217720 memory=303430223234596890 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28580/stat : 28580 (java) S 28459 28459 21506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446273072 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703659954112 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 2430.3 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12612940 KiB

[startup+817.601 s]
/proc/loadavg: 7.88 7.07 7.14 6/233 28580
/proc/meminfo: memFree=6455964/32770624 swapFree=66977096/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0
[pid=28461] ppid=28459 vsize=15217720 memory=12611488 CPUtime=2434.59 cores=0,2,4,6
/proc/28461/stat : 28461 (java) S 28459 28459 21506 0 -1 1077944320 351906 0 0 0 242595 864 0 0 20 0 16 0 446191946 15582945280 3152872 33554432000 4194304 4196468 140730008341600 140730008324144 139704183774967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
/proc/28461/statm: 3804430 3152872 3520 1 0 3765530 0
[pid=28461/tid=28462] ppid=28459 vsize=15217720 memory=12611488 CPUtime=175.44 cores=0,2,4,6
/proc/28461/task/28462/stat : 28462 (java) S 28459 28459 21506 0 -1 1077944384 35353 0 0 0 17496 48 0 0 20 0 16 0 446191946 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139704188015648 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28463] ppid=28459 vsize=15217720 memory=30724 CPUtime=539.14 cores=0,2,4,6
/proc/28461/task/28463/stat : 28463 (java) S 28459 28459 21506 0 -1 1077944384 37518 0 0 0 53706 208 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703775844880 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15217720 memory=6791534058613427641 CPUtime=540.31 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) S 28459 28459 21506 0 -1 1077944384 39258 0 0 0 53842 189 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703774792336 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15217720 memory=984 CPUtime=538.96 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) S 28459 28459 21506 0 -1 1077944384 31817 0 0 0 53673 223 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703773739280 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15217720 memory=1324 CPUtime=539.76 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) S 28459 28459 21506 0 -1 1077944384 37190 0 0 0 53805 171 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703772686736 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15217720 memory=780 CPUtime=96.5 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) R 28459 28459 21506 0 -1 4202560 139677 0 0 0 9639 11 0 0 20 0 16 0 446191948 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703745111248 139704168232570 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15217720 memory=12611488 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703676298976 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703675245824 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15217720 memory=1452 CPUtime=1.87 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) S 28459 28459 21506 0 -1 1077944384 12325 0 0 0 186 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703673141248 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15217720 memory=12611488 CPUtime=1.54 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) S 28459 28459 21506 0 -1 1077944384 10095 0 0 0 153 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703672088992 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15217720 memory=6791534058613427641 CPUtime=0.59 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) S 28459 28459 21506 0 -1 1077944384 6695 0 0 0 58 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703671035936 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15217720 memory=804 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15217720 memory=1804 CPUtime=0.38 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 614 0 0 0 19 19 0 0 20 0 16 0 446191952 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28580] ppid=28459 vsize=15217720 memory=920 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28580/stat : 28580 (java) S 28459 28459 21506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446273072 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703659954112 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 2434.59 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12612940 KiB

[startup+818.401 s]
/proc/loadavg: 7.65 7.03 7.13 6/233 28580
/proc/meminfo: memFree=6456088/32770624 swapFree=66977096/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0
[pid=28461] ppid=28459 vsize=15217720 memory=12611488 CPUtime=2435.39 cores=0,2,4,6
/proc/28461/stat : 28461 (java) S 28459 28459 21506 0 -1 1077944320 351906 0 0 0 242675 864 0 0 20 0 16 0 446191946 15582945280 3152872 33554432000 4194304 4196468 140730008341600 140730008324144 139704183774967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
/proc/28461/statm: 3804430 3152872 3520 1 0 3765530 0
[pid=28461/tid=28462] ppid=28459 vsize=15217720 memory=6791534058613427641 CPUtime=175.44 cores=0,2,4,6
/proc/28461/task/28462/stat : 28462 (java) S 28459 28459 21506 0 -1 1077944384 35353 0 0 0 17496 48 0 0 20 0 16 0 446191946 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139704188015648 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28463] ppid=28459 vsize=15217720 memory=984 CPUtime=539.14 cores=0,2,4,6
/proc/28461/task/28463/stat : 28463 (java) S 28459 28459 21506 0 -1 1077944384 37518 0 0 0 53706 208 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703775844880 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15217720 memory=1324 CPUtime=540.31 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) S 28459 28459 21506 0 -1 1077944384 39258 0 0 0 53842 189 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703774792336 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15217720 memory=780 CPUtime=538.96 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) S 28459 28459 21506 0 -1 1077944384 31817 0 0 0 53673 223 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703773739280 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15217720 memory=4088 CPUtime=539.76 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) S 28459 28459 21506 0 -1 1077944384 37190 0 0 0 53805 171 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703772686736 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15217720 memory=1580 CPUtime=97.3 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) R 28459 28459 21506 0 -1 4202560 139677 0 0 0 9719 11 0 0 20 0 16 0 446191948 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703745111248 139704168232537 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15217720 memory=1028 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703676298976 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15217720 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703675245824 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15217720 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15217720 memory=756 CPUtime=1.87 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) S 28459 28459 21506 0 -1 1077944384 12325 0 0 0 186 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703673141248 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15217720 memory=1548 CPUtime=1.54 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) S 28459 28459 21506 0 -1 1077944384 10095 0 0 0 153 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703672088992 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15217720 memory=7872 CPUtime=0.59 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) S 28459 28459 21506 0 -1 1077944384 6695 0 0 0 58 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703671035936 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15217720 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15217720 memory=9448 CPUtime=0.38 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 614 0 0 0 19 19 0 0 20 0 16 0 446191952 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28580] ppid=28459 vsize=15217720 memory=12611488 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28580/stat : 28580 (java) S 28459 28459 21506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446273072 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703659954112 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 2435.39 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12612940 KiB

[startup+818.601 s]
/proc/loadavg: 7.65 7.03 7.13 6/233 28580
/proc/meminfo: memFree=6456088/32770624 swapFree=66977096/67108860
[pid=28459] ppid=28456 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28459/stat : 28459 (xcsp3-exec) S 28456 28459 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446191945 115843072 363 33554432000 4194304 5098028 140728500394048 140728500392152 139950828749436 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25341952 140728500396923 140728500397165 140728500397165 140728500400074 0
/proc/28459/statm: 28282 363 304 221 0 87 0
[pid=28461] ppid=28459 vsize=15217720 memory=12611488 CPUtime=2435.59 cores=0,2,4,6
/proc/28461/stat : 28461 (java) S 28459 28459 21506 0 -1 1077944320 351906 0 0 0 242695 864 0 0 20 0 16 0 446191946 15582945280 3152872 33554432000 4194304 4196468 140730008341600 140730008324144 139704183774967 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
/proc/28461/statm: 3804430 3152872 3520 1 0 3765530 0
[pid=28461/tid=28462] ppid=28459 vsize=15217720 memory=1412 CPUtime=175.44 cores=0,2,4,6
/proc/28461/task/28462/stat : 28462 (java) S 28459 28459 21506 0 -1 1077944384 35353 0 0 0 17496 48 0 0 20 0 16 0 446191946 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139704188015648 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28463] ppid=28459 vsize=15217720 memory=1452 CPUtime=539.14 cores=0,2,4,6
/proc/28461/task/28463/stat : 28463 (java) S 28459 28459 21506 0 -1 1077944384 37518 0 0 0 53706 208 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703775844880 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28464] ppid=28459 vsize=15217720 memory=12611488 CPUtime=540.31 cores=0,2,4,6
/proc/28461/task/28464/stat : 28464 (java) S 28459 28459 21506 0 -1 1077944384 39258 0 0 0 53842 189 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703774792336 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28465] ppid=28459 vsize=15217720 memory=12611476 CPUtime=538.96 cores=0,2,4,6
/proc/28461/task/28465/stat : 28465 (java) S 28459 28459 21506 0 -1 1077944384 31817 0 0 0 53673 223 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703773739280 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28466] ppid=28459 vsize=15217720 memory=1452 CPUtime=539.76 cores=0,2,4,6
/proc/28461/task/28466/stat : 28466 (java) S 28459 28459 21506 0 -1 1077944384 37190 0 0 0 53805 171 0 0 20 0 16 0 446191947 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703772686736 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28467] ppid=28459 vsize=15217720 memory=12611488 CPUtime=97.5 cores=0,2,4,6
/proc/28461/task/28467/stat : 28467 (java) R 28459 28459 21506 0 -1 4202560 139677 0 0 0 9739 11 0 0 20 0 16 0 446191948 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703745111248 139704162145147 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28468] ppid=28459 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28468/stat : 28468 (java) S 28459 28459 21506 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703676298976 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28469] ppid=28459 vsize=15217720 memory=12611488 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28469/stat : 28469 (java) S 28459 28459 21506 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 446191949 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703675245824 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28470] ppid=28459 vsize=15217720 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28470/stat : 28470 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703674194384 139704183793563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28471] ppid=28459 vsize=15217720 memory=291045367276110134 CPUtime=1.87 cores=0,2,4,6
/proc/28461/task/28471/stat : 28471 (java) S 28459 28459 21506 0 -1 1077944384 12325 0 0 0 186 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703673141248 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28472] ppid=28459 vsize=15217720 memory=15252640887999028 CPUtime=1.54 cores=0,2,4,6
/proc/28461/task/28472/stat : 28472 (java) S 28459 28459 21506 0 -1 1077944384 10095 0 0 0 153 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703672088992 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28473] ppid=28459 vsize=15217720 memory=7824336315716348491 CPUtime=0.59 cores=0,2,4,6
/proc/28461/task/28473/stat : 28473 (java) S 28459 28459 21506 0 -1 1077944384 6695 0 0 0 58 1 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703671035936 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28474] ppid=28459 vsize=15217720 memory=7378982411649967719 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28474/stat : 28474 (java) S 28459 28459 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446191951 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703669983584 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28475] ppid=28459 vsize=15217720 memory=6225775025382320234 CPUtime=0.38 cores=0,2,4,6
/proc/28461/task/28475/stat : 28475 (java) S 28459 28459 21506 0 -1 1077944384 614 0 0 0 19 19 0 0 20 0 16 0 446191952 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703668931632 139704183786114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
[pid=28461/tid=28580] ppid=28459 vsize=15217720 memory=7523376862376388968 CPUtime=0 cores=0,2,4,6
/proc/28461/task/28580/stat : 28580 (java) S 28459 28459 21506 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446273072 15582945280 3152872 33554432000 4194304 4196468 140730008341600 139703659954112 139704183785173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33374208 140730008343535 140730008343706 140730008343706 140730008346575 0
Current children cumulated CPU time: 2435.59 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12612940 KiB

Child status: 1
Real time (s): 818.672
CPU time (s): 2435.67
CPU user time (s): 2426.98
CPU system time (s): 8.69742
CPU usage (%): 297.515
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12612940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2426.98
system time used= 8.69742
maximum resident set size= 12611772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352511
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35628
involuntary context switches= 50944


# summary of solver processes directly reported to runsolver:
#   pid: 28459
#   total CPU time (s): 2435.67
#   total CPU user time (s): 2426.98
#   total CPU system time (s): 8.69742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.06764 second user time and 8.41626 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 07:47:31
IDJOB=4398909
IDBENCH=138449
IDSOLVER=2853
FILE ID=node121/4398909-1568699293
RUNJOBID= node121-1568693400-21537
PBS_JOBID= 21703800
Free space on /tmp= 61380 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.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-4398909-1568699293/watcher-4398909-1568699293 -o /tmp/evaluation-result-4398909-1568699293/solver-4398909-1568699293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 222532296 HOME/instance-4398909-1568699293.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=222532296

node121.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.75
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.75
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.75
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.75
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:        30298100 kB
MemAvailable:   30522540 kB
Buffers:           62392 kB
Cached:           459988 kB
SwapCached:        10764 kB
Active:          1616652 kB
Inactive:         319920 kB
Active(anon):    1404272 kB
Inactive(anon):    42280 kB
Active(file):     212380 kB
Inactive(file):   277640 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66977068 kB
Dirty:             25996 kB
Writeback:             0 kB
AnonPages:       1521012 kB
Mapped:            55108 kB
Shmem:             23872 kB
Slab:             130684 kB
SReclaimable:     100512 kB
SUnreclaim:        30172 kB
KernelStack:        4000 kB
PageTables:         8928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3641260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1427456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61356 MiB
End job on node121 at 2019-09-17 08:01:10