Trace number 4392952

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-06-14? 1768.22 629.266

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-23.xml
MD5SUMea1f89da39181e5263a1c81884ecc603
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 benchmark40.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains67
Minimum domain size476
Maximum domain size574
Distribution of domain sizes[{"size":476,"count":4},{"size":478,"count":2},{"size":482,"count":2},{"size":483,"count":2},{"size":484,"count":6},{"size":485,"count":2},{"size":488,"count":2},{"size":489,"count":4},{"size":490,"count":2},{"size":492,"count":2},{"size":493,"count":2},{"size":494,"count":2},{"size":495,"count":4},{"size":496,"count":2},{"size":498,"count":4},{"size":499,"count":2},{"size":500,"count":4},{"size":501,"count":4},{"size":502,"count":4},{"size":503,"count":4},{"size":504,"count":4},{"size":505,"count":2},{"size":506,"count":2},{"size":507,"count":4},{"size":509,"count":2},"...",{"size":536,"count":6}, {"size":537,"count":2}, {"size":538,"count":2}, {"size":539,"count":4}, {"size":540,"count":2}, {"size":542,"count":2}, {"size":543,"count":4}, {"size":547,"count":2}, {"size":550,"count":8}, {"size":551,"count":2}, {"size":552,"count":4}, {"size":553,"count":2}, {"size":554,"count":2}, {"size":555,"count":2}, {"size":557,"count":2}, {"size":559,"count":6}, {"size":560,"count":4}, {"size":562,"count":2}, {"size":565,"count":2}, {"size":566,"count":2}, {"size":567,"count":2}, {"size":569,"count":2}, {"size":571,"count":6}, {"size":573,"count":2}, {"size":574,"count":2}]
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-4392952-1568348522.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4392952-1568348522.xml, -tl, 2520s, -p, 4]
0.12/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1744.73/622.05	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1744.73/622.05		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
1744.73/622.05		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1744.73/622.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1744.73/622.05		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1744.73/622.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1744.73/622.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1744.73/622.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1744.73/622.05		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1744.73/622.05		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
1744.73/622.05		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1744.73/622.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1744.73/622.05		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1744.73/622.05		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1744.73/622.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1744.73/622.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1744.73/622.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1744.73/622.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1744.73/622.05		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1744.73/622.05		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1744.73/622.05		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1744.73/622.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1768.15/629.21	s UNKNOWN
1768.15/629.21	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 (15022 MiB free)
  memory of node 1: 16384 MiB (11993 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392952-1568348522/watcher-4392952-1568348522 -o /tmp/evaluation-result-4392952-1568348522/solver-4392952-1568348522 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1754144939 HOME/instance-4392952-1568348522.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
solver pid=23128, runsolver pid=23125
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 8.58 8.33 6.95 7/234 23144
/proc/meminfo: memFree=27647092/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0
[pid=23130] ppid=23128 vsize=15144768 memory=30192 CPUtime=0.12 cores=0,2,4,6
/proc/23130/stat : 23130 (java) S 23128 23128 22042 0 -1 1077944320 5966 0 0 0 11 1 0 0 20 0 15 0 411090873 15508242432 7548 33554432000 4194304 4196468 140729409353824 140729409336368 140603410300663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
/proc/23130/statm: 3786192 7548 3184 1 0 3748377 0
[pid=23130/tid=23131] ppid=23128 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=0,2,4,6
/proc/23130/task/23131/stat : 23131 (java) R 23128 23128 22042 0 -1 4202560 3869 0 0 0 8 1 0 0 20 0 15 0 411090873 15508242432 7548 33554432000 4194304 4196468 140729409353824 140603414523664 140603394381150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23132] ppid=23128 vsize=15144768 memory=3472467997828179152 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23132/stat : 23132 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 7548 33554432000 4194304 4196468 140729409353824 140603002579856 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15144768 memory=139868933027456 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 7548 33554432000 4194304 4196468 140729409353824 140603001527056 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 7548 33554432000 4194304 4196468 140729409353824 140603000474768 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602999421968 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090875 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602946037872 140603410311810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411090876 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602944983840 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411090876 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602943931504 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090878 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) R 23128 23128 22042 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 411090878 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602941827696 140603410311810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) R 23128 23128 22042 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 15 0 411090878 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602940766400 140603393736957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15144768 memory=139868933027456 CPUtime=0.02 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) R 23128 23128 22042 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 411090878 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602939722608 140603389268274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090879 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15144768 memory=139868933027456 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090879 15508242432 7548 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31644 KiB

[startup+0.212884 s]*
/proc/loadavg: 8.58 8.33 6.95 6/234 23144
/proc/meminfo: memFree=27633868/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0
[pid=23130] ppid=23128 vsize=15144768 memory=41292 CPUtime=0.35 cores=0,2,4,6
/proc/23130/stat : 23130 (java) S 23128 23128 22042 0 -1 1077944320 9499 0 0 0 32 3 0 0 20 0 15 0 411090873 15508242432 10323 33554432000 4194304 4196468 140729409353824 140729409336368 140603410300663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
/proc/23130/statm: 3786192 10323 3298 1 0 3748377 0
[pid=23130/tid=23131] ppid=23128 vsize=15144768 memory=5852835216252043682 CPUtime=0.2 cores=0,2,4,6
/proc/23130/task/23131/stat : 23131 (java) R 23128 23128 22042 0 -1 4202560 6691 0 0 0 18 2 0 0 20 0 15 0 411090873 15508242432 10323 33554432000 4194304 4196468 140729409353824 140603414537888 140603410322589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23132] ppid=23128 vsize=15144768 memory=3472467997828179152 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23132/stat : 23132 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 10323 33554432000 4194304 4196468 140729409353824 140603002579856 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15144768 memory=139868933027456 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 10323 33554432000 4194304 4196468 140729409353824 140603001527056 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 10323 33554432000 4194304 4196468 140729409353824 140603000474768 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602999421968 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15144768 memory=139868933027456 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) S 23128 23128 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411090875 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602946037872 140603410311810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411090876 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602944983840 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411090876 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602943931504 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090878 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15144768 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) S 23128 23128 22042 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 15 0 411090878 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602941827696 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15144768 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) S 23128 23128 22042 0 -1 1077944384 421 0 0 0 3 0 0 0 20 0 15 0 411090878 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602940774896 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15144768 memory=139868933027456 CPUtime=0.08 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) S 23128 23128 22042 0 -1 1077944384 746 0 0 0 8 0 0 0 20 0 15 0 411090878 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602939722608 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090879 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15144768 memory=139868933027456 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090879 15508242432 10323 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42744 KiB

[startup+0.310932 s]*
/proc/loadavg: 8.58 8.33 6.95 7/234 23144
/proc/meminfo: memFree=27626596/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0
[pid=23130] ppid=23128 vsize=15149024 memory=50056 CPUtime=0.54 cores=0,2,4,6
/proc/23130/stat : 23130 (java) S 23128 23128 22042 0 -1 1077944320 10883 0 0 0 50 4 0 0 20 0 15 0 411090873 15512600576 12514 33554432000 4194304 4196468 140729409353824 140729409336368 140603410300663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
/proc/23130/statm: 3787256 12514 3363 1 0 3748377 0
[pid=23130/tid=23131] ppid=23128 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=0,2,4,6
/proc/23130/task/23131/stat : 23131 (java) R 23128 23128 22042 0 -1 4202560 7852 0 0 0 28 2 0 0 20 0 15 0 411090873 15512600576 12514 33554432000 4194304 4196468 140729409353824 140603414531776 140603394381150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23132] ppid=23128 vsize=15149024 memory=3472467997828179152 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23132/stat : 23132 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15512600576 12514 33554432000 4194304 4196468 140729409353824 140603002579856 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15149024 memory=139868933027456 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15512600576 12514 33554432000 4194304 4196468 140729409353824 140603001527056 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15512600576 12514 33554432000 4194304 4196468 140729409353824 140603000474768 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15149024 memory=139868831361055 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602999421968 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15149024 memory=279737662701344 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) S 23128 23128 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411090875 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602946037872 140603410311810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15149024 memory=139868831337999 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411090876 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602944983840 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15149024 memory=279737764374624 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411090876 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602943931504 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15149024 memory=139868831342607 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090878 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15149024 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) S 23128 23128 22042 0 -1 1077944384 360 0 0 0 3 0 0 0 20 0 15 0 411090878 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602941827696 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15149024 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) S 23128 23128 22042 0 -1 1077944384 521 0 0 0 6 0 0 0 20 0 15 0 411090878 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602940774896 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) S 23128 23128 22042 0 -1 1077944384 848 0 0 0 12 0 0 0 20 0 15 0 411090878 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602939722608 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090879 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15149024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090879 15512600576 12514 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51508 KiB

[startup+0.700819 s]
/proc/loadavg: 8.58 8.33 6.95 8/234 23144
/proc/meminfo: memFree=27601824/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0
[pid=23130] ppid=23128 vsize=15151148 memory=114732 CPUtime=1.82 cores=0,2,4,6
/proc/23130/stat : 23130 (java) S 23128 23128 22042 0 -1 1077944320 15695 0 0 0 176 6 0 0 20 0 15 0 411090873 15514775552 28683 33554432000 4194304 4196468 140729409353824 140729409336368 140603410300663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
/proc/23130/statm: 3787787 28683 3444 1 0 3748889 0
[pid=23130/tid=23131] ppid=23128 vsize=15151148 memory=5865469479800824941 CPUtime=0.67 cores=0,2,4,6
/proc/23130/task/23131/stat : 23131 (java) R 23128 23128 22042 0 -1 4202560 9131 0 0 0 64 3 0 0 20 0 15 0 411090873 15514775552 28683 33554432000 4194304 4196468 140729409353824 140603414536080 140603023025189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23132] ppid=23128 vsize=15151148 memory=5865465064658194540 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23132/stat : 23132 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15514775552 28683 33554432000 4194304 4196468 140729409353824 140603002579856 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15151148 memory=6935649255827793216 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15514775552 28683 33554432000 4194304 4196468 140729409353824 140603001527056 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15151148 memory=8514726395715351173 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) S 23128 23128 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411090874 15514775552 28683 33554432000 4194304 4196468 140729409353824 140603000474768 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15151148 memory=-7395679465411339351 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090874 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602999421968 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15151148 memory=-9181546051567709026 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) S 23128 23128 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411090875 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602946037872 140603410311810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15151148 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411090876 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602944983840 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15151148 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411090876 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602943931504 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15151148 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090878 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15151148 memory=38208 CPUtime=0.38 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) R 23128 23128 22042 0 -1 4202560 1393 0 0 0 38 0 0 0 20 0 15 0 411090878 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602941827824 140603394286653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15151148 memory=1988 CPUtime=0.39 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) R 23128 23128 22042 0 -1 4202560 1751 0 0 0 39 0 0 0 20 0 15 0 411090878 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602940744672 140603393797451 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15151148 memory=988 CPUtime=0.34 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) S 23128 23128 22042 0 -1 1077944384 2112 0 0 0 33 1 0 0 20 0 15 0 411090878 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602939722608 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15151148 memory=7090143983960547920 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411090879 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15151148 memory=7589801671532310637 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411090879 15514775552 28683 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 116184 KiB

[startup+1.50081 s]
/proc/loadavg: 8.58 8.33 6.95 8/234 23144
/proc/meminfo: memFree=27478084/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0

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

/proc/23130/task/23132/stat : 23132 (java) R 23128 23128 22042 0 -1 4202560 85297 0 0 0 37752 173 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140603002579664 140603402928871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15217712 memory=1988 CPUtime=379.45 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) R 23128 23128 22042 0 -1 4202560 110848 0 0 0 37780 165 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140603001527176 140603395290259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15217712 memory=988 CPUtime=378.92 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) R 23128 23128 22042 0 -1 4202560 92678 0 0 0 37732 160 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140603000474888 140603403403635 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15217712 memory=1556 CPUtime=378.13 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) R 23128 23128 22042 0 -1 4202560 119991 0 0 0 37626 187 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602999421776 140603402928871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15217712 memory=11340 CPUtime=67.29 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) S 23128 23128 22042 0 -1 1077944384 104471 0 0 0 6721 8 0 0 20 0 16 0 411090875 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602946036416 140603410310869 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15217712 memory=1532 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602944983904 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15217712 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602943931520 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15217712 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15217712 memory=1452 CPUtime=1.89 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) S 23128 23128 22042 0 -1 1077944384 12071 0 0 0 187 2 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602941827456 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15217712 memory=1428 CPUtime=1.48 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) S 23128 23128 22042 0 -1 1077944384 7444 0 0 0 146 2 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602940774944 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15217712 memory=1772 CPUtime=0.59 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) S 23128 23128 22042 0 -1 1077944384 6751 0 0 0 58 1 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602939720112 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15217712 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090879 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15217712 memory=-3622645143214314312 CPUtime=0.36 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 668 0 0 0 20 16 0 0 20 0 16 0 411090879 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23280] ppid=23128 vsize=15217712 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23280/stat : 23280 (java) S 23128 23128 22042 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 411153078 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602861272128 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 1765.23 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12670588 KiB

[startup+628.001 s]*
/proc/loadavg: 6.01 6.06 6.33 3/231 23280
/proc/meminfo: memFree=5897976/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0
[pid=23130] ppid=23128 vsize=15217712 memory=12669136 CPUtime=1766.96 cores=0,2,4,6
/proc/23130/stat : 23130 (java) S 23128 23128 22042 0 -1 1077944320 572629 0 0 0 175944 752 0 0 20 0 16 0 411090873 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140729409336368 140603410300663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
/proc/23130/statm: 3804428 3167284 3518 1 0 3765530 0
[pid=23130/tid=23131] ppid=23128 vsize=15217712 memory=6791534058613427641 CPUtime=177.77 cores=0,2,4,6
/proc/23130/task/23131/stat : 23131 (java) S 23128 23128 22042 0 -1 1077944384 31053 0 0 0 17733 44 0 0 20 0 16 0 411090873 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140603414541344 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23132] ppid=23128 vsize=15217712 memory=800 CPUtime=379.55 cores=0,2,4,6
/proc/23130/task/23132/stat : 23132 (java) S 23128 23128 22042 0 -1 1077944384 85297 0 0 0 37782 173 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140603002579856 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15217712 memory=4104 CPUtime=379.76 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) S 23128 23128 22042 0 -1 1077944384 110848 0 0 0 37811 165 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140603001527056 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15217712 memory=1804 CPUtime=379.23 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) S 23128 23128 22042 0 -1 1077944384 92678 0 0 0 37763 160 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140603000474768 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15217712 memory=-7003737579269690708 CPUtime=378.43 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) S 23128 23128 22042 0 -1 1077944384 119991 0 0 0 37656 187 0 0 20 0 16 0 411090874 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602999421968 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15217712 memory=1988 CPUtime=67.78 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) R 23128 23128 22042 0 -1 4202560 104471 0 0 0 6770 8 0 0 20 0 16 0 411090875 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602946036304 140603395297073 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15217712 memory=988 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602944983904 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15217712 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602943931520 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15217712 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15217712 memory=1056 CPUtime=1.89 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) S 23128 23128 22042 0 -1 1077944384 12071 0 0 0 187 2 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602941827456 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15217712 memory=1556 CPUtime=1.48 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) S 23128 23128 22042 0 -1 1077944384 7444 0 0 0 146 2 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602940774944 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15217712 memory=11340 CPUtime=0.59 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) S 23128 23128 22042 0 -1 1077944384 6751 0 0 0 58 1 0 0 20 0 16 0 411090878 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602939720112 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15217712 memory=2432 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090879 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15217712 memory=1436 CPUtime=0.36 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 668 0 0 0 20 16 0 0 20 0 16 0 411090879 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23280] ppid=23128 vsize=15217712 memory=800 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23280/stat : 23280 (java) S 23128 23128 22042 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 411153078 15582937088 3167284 33554432000 4194304 4196468 140729409353824 140602861272128 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 1766.96 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12670588 KiB

[startup+628.801 s]
/proc/loadavg: 6.01 6.06 6.33 3/231 23280
/proc/meminfo: memFree=5897976/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0
[pid=23130] ppid=23128 vsize=15217712 memory=12669200 CPUtime=1767.75 cores=0,2,4,6
/proc/23130/stat : 23130 (java) S 23128 23128 22042 0 -1 1077944320 572737 0 0 0 176023 752 0 0 20 0 16 0 411090873 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140729409336368 140603410300663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
/proc/23130/statm: 3804428 3167300 3518 1 0 3765530 0
[pid=23130/tid=23131] ppid=23128 vsize=15217712 memory=6791534058613427641 CPUtime=177.77 cores=0,2,4,6
/proc/23130/task/23131/stat : 23131 (java) S 23128 23128 22042 0 -1 1077944384 31053 0 0 0 17733 44 0 0 20 0 16 0 411090873 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603414541344 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23132] ppid=23128 vsize=15217712 memory=1452 CPUtime=379.55 cores=0,2,4,6
/proc/23130/task/23132/stat : 23132 (java) S 23128 23128 22042 0 -1 1077944384 85297 0 0 0 37782 173 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603002579856 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15217712 memory=1452 CPUtime=379.76 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) S 23128 23128 22042 0 -1 1077944384 110848 0 0 0 37811 165 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603001527056 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15217712 memory=12669128 CPUtime=379.23 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) S 23128 23128 22042 0 -1 1077944384 92678 0 0 0 37763 160 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603000474768 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15217712 memory=1452 CPUtime=378.43 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) S 23128 23128 22042 0 -1 1077944384 119991 0 0 0 37656 187 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602999421968 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15217712 memory=12669072 CPUtime=68.57 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) R 23128 23128 22042 0 -1 4202560 104579 0 0 0 6849 8 0 0 20 0 16 0 411090875 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602946036304 140603394758266 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15217712 memory=38224 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602944983904 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15217712 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602943931520 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15217712 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15217712 memory=2112 CPUtime=1.89 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) S 23128 23128 22042 0 -1 1077944384 12071 0 0 0 187 2 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602941827456 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15217712 memory=12040 CPUtime=1.48 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) S 23128 23128 22042 0 -1 1077944384 7444 0 0 0 146 2 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602940774944 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15217712 memory=22884 CPUtime=0.59 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) S 23128 23128 22042 0 -1 1077944384 6751 0 0 0 58 1 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602939720112 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15217712 memory=12669136 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090879 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15217712 memory=-3622645143214314312 CPUtime=0.36 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 668 0 0 0 20 16 0 0 20 0 16 0 411090879 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23280] ppid=23128 vsize=15217712 memory=3200 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23280/stat : 23280 (java) S 23128 23128 22042 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 411153078 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602861272128 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 1767.75 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12670652 KiB

[startup+629.201 s]
/proc/loadavg: 5.69 5.99 6.31 3/231 23280
/proc/meminfo: memFree=5897976/32770624 swapFree=66940748/67108860
[pid=23128] ppid=23125 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23128/stat : 23128 (xcsp3-exec) S 23125 23128 22042 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411090873 115843072 363 33554432000 4194304 5098028 140725866964640 140725866962744 139647693513340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18100224 140725866967930 140725866968173 140725866968173 140725866971082 0
/proc/23128/statm: 28282 363 304 221 0 87 0
[pid=23130] ppid=23128 vsize=15217712 memory=12669200 CPUtime=1768.15 cores=0,2,4,6
/proc/23130/stat : 23130 (java) S 23128 23128 22042 0 -1 1077944320 572737 0 0 0 176063 752 0 0 20 0 16 0 411090873 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140729409336368 140603410300663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
/proc/23130/statm: 3804428 3167300 3518 1 0 3765530 0
[pid=23130/tid=23131] ppid=23128 vsize=15217712 memory=11340 CPUtime=177.77 cores=0,2,4,6
/proc/23130/task/23131/stat : 23131 (java) S 23128 23128 22042 0 -1 1077944384 31053 0 0 0 17733 44 0 0 20 0 16 0 411090873 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603414541344 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23132] ppid=23128 vsize=15217712 memory=1532 CPUtime=379.55 cores=0,2,4,6
/proc/23130/task/23132/stat : 23132 (java) S 23128 23128 22042 0 -1 1077944384 85297 0 0 0 37782 173 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603002579856 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23133] ppid=23128 vsize=15217712 memory=1088 CPUtime=379.76 cores=0,2,4,6
/proc/23130/task/23133/stat : 23133 (java) S 23128 23128 22042 0 -1 1077944384 110848 0 0 0 37811 165 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603001527056 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23134] ppid=23128 vsize=15217712 memory=2112 CPUtime=379.23 cores=0,2,4,6
/proc/23130/task/23134/stat : 23134 (java) S 23128 23128 22042 0 -1 1077944384 92678 0 0 0 37763 160 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140603000474768 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23135] ppid=23128 vsize=15217712 memory=12040 CPUtime=378.43 cores=0,2,4,6
/proc/23130/task/23135/stat : 23135 (java) S 23128 23128 22042 0 -1 1077944384 119991 0 0 0 37656 187 0 0 20 0 16 0 411090874 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602999421968 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23136] ppid=23128 vsize=15217712 memory=22884 CPUtime=68.97 cores=0,2,4,6
/proc/23130/task/23136/stat : 23136 (java) R 23128 23128 22042 0 -1 4202560 104579 0 0 0 6889 8 0 0 20 0 16 0 411090875 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602946036304 140603388670843 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23137] ppid=23128 vsize=15217712 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23137/stat : 23137 (java) S 23128 23128 22042 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602944983904 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23138] ppid=23128 vsize=15217712 memory=12669136 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23138/stat : 23138 (java) S 23128 23128 22042 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 411090876 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602943931520 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23139] ppid=23128 vsize=15217712 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23139/stat : 23139 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602942879824 140603410319259 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23140] ppid=23128 vsize=15217712 memory=12669076 CPUtime=1.89 cores=0,2,4,6
/proc/23130/task/23140/stat : 23140 (java) S 23128 23128 22042 0 -1 1077944384 12071 0 0 0 187 2 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602941827456 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23141] ppid=23128 vsize=15217712 memory=1452 CPUtime=1.48 cores=0,2,4,6
/proc/23130/task/23141/stat : 23141 (java) S 23128 23128 22042 0 -1 1077944384 7444 0 0 0 146 2 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602940774944 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23142] ppid=23128 vsize=15217712 memory=3108 CPUtime=0.59 cores=0,2,4,6
/proc/23130/task/23142/stat : 23142 (java) S 23128 23128 22042 0 -1 1077944384 6751 0 0 0 58 1 0 0 20 0 16 0 411090878 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602939720112 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23143] ppid=23128 vsize=15217712 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23143/stat : 23143 (java) S 23128 23128 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411090879 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602938670048 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23144] ppid=23128 vsize=15217712 memory=11806532 CPUtime=0.36 cores=0,2,4,6
/proc/23130/task/23144/stat : 23144 (java) S 23128 23128 22042 0 -1 1077944384 668 0 0 0 20 16 0 0 20 0 16 0 411090879 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602937616816 140603410311810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
[pid=23130/tid=23280] ppid=23128 vsize=15217712 memory=2112 CPUtime=0 cores=0,2,4,6
/proc/23130/task/23280/stat : 23280 (java) S 23128 23128 22042 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 411153078 15582937088 3167300 33554432000 4194304 4196468 140729409353824 140602861272128 140603410310869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21827584 140729409356783 140729409356954 140729409356954 140729409359823 0
Current children cumulated CPU time: 1768.15 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12670652 KiB

Child status: 1
Real time (s): 629.266
CPU time (s): 1768.22
CPU user time (s): 1760.65
CPU system time (s): 7.57641
CPU usage (%): 280.998
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12670652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.65
system time used= 7.57641
maximum resident set size= 12669472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23671
involuntary context switches= 27199


# summary of solver processes directly reported to runsolver:
#   pid: 23128
#   total CPU time (s): 1768.22
#   total CPU user time (s): 1760.65
#   total CPU system time (s): 7.57641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.15477 second user time and 6.53548 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 06:21:24
IDJOB=4392952
IDBENCH=138447
IDSOLVER=2840
FILE ID=node149/4392952-1568348522
RUNJOBID= node149-1568346919-22073
PBS_JOBID= 21701170
Free space on /tmp= 57044 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-23.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-4392952-1568348522/watcher-4392952-1568348522 -o /tmp/evaluation-result-4392952-1568348522/solver-4392952-1568348522 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22073 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1754144939 HOME/instance-4392952-1568348522.xml

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

MD5SUM BENCH= ea1f89da39181e5263a1c81884ecc603
RANDOM SEED=1754144939

node149.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.81
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.81
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.81
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.81
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:        27664184 kB
MemAvailable:   28419356 kB
Buffers:          134992 kB
Cached:           916680 kB
SwapCached:        61400 kB
Active:          3891592 kB
Inactive:         653572 kB
Active(anon):    3460944 kB
Inactive(anon):    72352 kB
Active(file):     430648 kB
Inactive(file):   581220 kB
Unevictable:      111276 kB
Mlocked:          111276 kB
SwapTotal:      67108860 kB
SwapFree:       66940748 kB
Dirty:             26000 kB
Writeback:             0 kB
AnonPages:       3538716 kB
Mapped:            56660 kB
Shmem:             31184 kB
Slab:             147680 kB
SReclaimable:     118276 kB
SUnreclaim:        29404 kB
KernelStack:        4000 kB
PageTables:        12452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4938224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3422208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57020 MiB
End job on node149 at 2019-09-13 06:31:53