Trace number 4284010

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 5a (2017-08-18)? 2112.46 700.88898

General information on the benchmark

NameScheduling/Scheduling-xcsp2-os-gp/
gp10-05-1070_X2.xml
MD5SUM23007d5514affe077dd6f6cf857721a4
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 benchmark31.226101
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Number of domains2
Minimum domain size1
Maximum domain size1071
Distribution of domain sizes[{"size":1,"count":1},{"size":1071,"count":100}]
Minimum variable degree19
Maximum variable degree100
Distribution of variable degrees[{"degree":19,"count":100},{"degree":100,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1000}]
Number of extensional constraints0
Number of intensional constraints1000
Distribution of constraint types[{"type":"intension","count":1000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284010-1503172122.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4284010-1503172122.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.34	c simple solver
0.28/0.40	c parse instance...
2082.70/692.20	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2082.70/692.20		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
2082.70/692.20		at java.util.Arrays.stream(Arrays.java:5023)
2082.70/692.20		at java.util.Arrays.stream(Arrays.java:5004)
2082.70/692.20		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:122)
2082.70/692.20		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2082.70/692.20		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:119)
2082.70/692.20		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
2082.70/692.20		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$90/662822946.valid(Unknown Source)
2082.70/692.20		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2082.70/692.20		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
2082.70/692.20		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2082.70/692.20		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
2082.70/692.20		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
2082.70/692.20		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2082.70/692.20		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
2082.70/692.20		at org.xcsp.parser.XCallbacks$$Lambda$52/1076496284.accept(Unknown Source)
2082.70/692.20		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2082.70/692.20		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2082.70/692.20		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2082.70/692.20		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
2082.70/692.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2082.70/692.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2082.70/692.20		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
2082.70/692.20		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2082.70/692.20		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
2082.70/692.20		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2082.70/692.20		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
2112.36/700.84	s UNKNOWN
2112.36/700.84	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 (14821 MiB free)
  memory of node 1: 16384 MiB (14936 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284010-1503172122/watcher-4284010-1503172122 -o /tmp/evaluation-result-4284010-1503172122/solver-4284010-1503172122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1878599616 HOME/instance-4284010-1503172122.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=26002, runsolver pid=25999

[startup+0.100124 s]*
/proc/loadavg: 1.26 1.35 1.63 2/199 26005
/proc/meminfo: memFree=30460164/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=13358712 memory=14104 CPUtime=0 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 3304 0 0 0 0 0 0 0 20 0 6 0 119432668 13679321088 3526 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3339678 3526 1892 1 0 3329175 0
[pid=26004/tid=26005] ppid=26002 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) R 26002 26002 8563 0 -1 4202560 2069 0 0 0 0 0 0 0 20 0 6 0 119432669 13679321088 3526 18446744073709551615 4194304 4196468 140732202686928 139815293698640 139815273543006 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 119432669 13679321088 3526 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=13358712 memory=140032994633344 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 119432669 13679321088 3526 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 119432669 13679321088 3526 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 119432669 13679321088 3526 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15480 KiB

[startup+0.210042 s]*
/proc/loadavg: 1.26 1.35 1.63 5/212 26018
/proc/meminfo: memFree=30448700/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=13974352 memory=28108 CPUtime=0.09 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 5423 0 0 0 8 1 0 0 20 0 15 0 119432668 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3493588 7027 2754 1 0 3482964 0
[pid=26004/tid=26005] ppid=26002 vsize=13974352 memory=-6871798056524144002 CPUtime=0.07 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) R 26002 26002 8563 0 -1 4202560 3570 0 0 0 7 0 0 0 20 0 15 0 119432669 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139815293675552 139815289484445 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=13974352 memory=140032994633344 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=13974352 memory=140032994633344 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432671 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814768053104 139815289473666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119432671 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814766999072 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26012/stat : 26012 (java) S 26002 26002 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119432672 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814765946224 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26013] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26013/stat : 26013 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119432674 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814764894544 139815289481115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26014] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26014/stat : 26014 (java) S 26002 26002 8563 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 119432674 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814763841904 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26015] ppid=26002 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26015/stat : 26015 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119432674 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814762789104 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26016] ppid=26002 vsize=13974352 memory=140032994633344 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26016/stat : 26016 (java) R 26002 26002 8563 0 -1 4202560 243 0 0 0 0 0 0 0 20 0 15 0 119432674 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814761736304 139815289483866 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26017] ppid=26002 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119432674 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814760683744 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26018] ppid=26002 vsize=13974352 memory=140032994633344 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26018/stat : 26018 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432678 14309736448 7027 18446744073709551615 4194304 4196468 140732202686928 139814759632048 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29484 KiB

[startup+0.314589 s]*
/proc/loadavg: 1.26 1.35 1.63 4/212 26018
/proc/meminfo: memFree=30435176/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=13974352 memory=37480 CPUtime=0.28 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 8980 0 0 0 25 3 0 0 20 0 15 0 119432668 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3493588 9370 2980 1 0 3482964 0
[pid=26004/tid=26005] ppid=26002 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) R 26002 26002 8563 0 -1 4202560 6188 0 0 0 15 2 0 0 20 0 15 0 119432669 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139815293699680 139815273543006 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=13974352 memory=140032994640337 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=13974352 memory=7738399491374213999 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432669 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432671 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814768053104 139815289473666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119432671 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814766999072 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26012/stat : 26012 (java) S 26002 26002 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119432672 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814765946224 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26013] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26013/stat : 26013 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119432674 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814764894544 139815289481115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26014] ppid=26002 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26004/task/26014/stat : 26014 (java) R 26002 26002 8563 0 -1 4202560 515 0 0 0 1 0 0 0 20 0 15 0 119432674 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814763832016 139815268700758 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26015] ppid=26002 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26004/task/26015/stat : 26015 (java) R 26002 26002 8563 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 15 0 119432674 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814762789200 139815289472725 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26016] ppid=26002 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26004/task/26016/stat : 26016 (java) S 26002 26002 8563 0 -1 1077944384 694 0 0 0 6 0 0 0 20 0 15 0 119432674 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814761736304 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26017] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119432674 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814760683744 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26018] ppid=26002 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26018/stat : 26018 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432678 14309736448 9370 18446744073709551615 4194304 4196468 140732202686928 139814759632048 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38856 KiB

[startup+0.708249 s]
/proc/loadavg: 1.26 1.35 1.63 5/212 26018
/proc/meminfo: memFree=30423140/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=13980732 memory=74644 CPUtime=1.31 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 13737 0 0 0 126 5 0 0 20 0 15 0 119432668 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3495183 18661 3168 1 0 3483476 0
[pid=26004/tid=26005] ppid=26002 vsize=13980732 memory=7886766292050720565 CPUtime=0.55 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) R 26002 26002 8563 0 -1 4202560 8485 0 0 0 52 3 0 0 20 0 15 0 119432669 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139815293700096 139815271026088 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=13980732 memory=6003668156883685970 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432669 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432669 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432669 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119432669 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) S 26002 26002 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119432671 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814768053104 139815289473666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119432671 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814766999072 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26012/stat : 26012 (java) S 26002 26002 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119432672 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814765946224 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26013] ppid=26002 vsize=13980732 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26013/stat : 26013 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119432674 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814764894544 139815289481115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26014] ppid=26002 vsize=13980732 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26004/task/26014/stat : 26014 (java) R 26002 26002 8563 0 -1 4202560 1348 0 0 0 20 0 0 0 20 0 15 0 119432674 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814763829536 139815270983701 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26015] ppid=26002 vsize=13980732 memory=-2893623298589923098 CPUtime=0.2 cores=0,2,4,6
/proc/26004/task/26015/stat : 26015 (java) R 26002 26002 8563 0 -1 4202560 923 0 0 0 20 0 0 0 20 0 15 0 119432674 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814762770496 139815273862063 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26016] ppid=26002 vsize=13980732 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/26004/task/26016/stat : 26016 (java) R 26002 26002 8563 0 -1 4202560 1673 0 0 0 32 0 0 0 20 0 15 0 119432674 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814761733240 139815282559355 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26017] ppid=26002 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119432674 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814760683744 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26018] ppid=26002 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26018/stat : 26018 (java) S 26002 26002 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119432678 14316269568 18661 18446744073709551615 4194304 4196468 140732202686928 139814759632048 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 76020 KiB

[startup+1.5013 s]
/proc/loadavg: 1.26 1.35 1.63 3/212 26018
/proc/meminfo: memFree=30273028/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=13980732 memory=348772 CPUtime=2.56 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 14552 0 0 0 240 16 0 0 20 0 15 0 119432668 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3495183 87193 3195 1 0 3483476 0
[pid=26004/tid=26005] ppid=26002 vsize=13980732 memory=6442797708509669175 CPUtime=1.17 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) R 26002 26002 8563 0 -1 4202560 8613 0 0 0 110 7 0 0 20 0 15 0 119432669 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 139815293682800 139814892567001 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=13980732 memory=7090750961893467168 CPUtime=0.04 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 56 0 0 0 3 1 0 0 20 0 15 0 119432669 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=13980732 memory=4116 CPUtime=0.04 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 50 0 0 0 3 1 0 0 20 0 15 0 119432669 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=13980732 memory=2273 CPUtime=0.04 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 58 0 0 0 3 1 0 0 20 0 15 0 119432669 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=13980732 memory=2244 CPUtime=0.04 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 58 0 0 0 3 1 0 0 20 0 15 0 119432669 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) S 26002 26002 8563 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 119432671 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 139814768053104 139815289473666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 119432671 14316269568 87193 18446744073709551615 4194304 4196468 140732202686928 139814766999072 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6

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

/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 34889 0 0 0 46997 164 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815223896528 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=14047296 memory=1200 CPUtime=471.02 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) R 26002 26002 8563 0 -1 4202560 40215 0 0 0 46942 160 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815222844040 139815282090727 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=14047296 memory=15884 CPUtime=470.2 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) R 26002 26002 8563 0 -1 4202560 42616 0 0 0 46867 153 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815221790928 139815282090727 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=14047296 memory=1376 CPUtime=470.49 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) R 26002 26002 8563 0 -1 4202560 40266 0 0 0 46879 170 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815220738440 139815274162312 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=14047296 memory=11497304 CPUtime=66.82 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) S 26002 26002 8563 0 -1 1077944384 121043 0 0 0 6671 11 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814768051648 139815289472725 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=14047296 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814766999136 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=14047296 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26012/stat : 26012 (java) S 26002 26002 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 119432672 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814765946240 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26013] ppid=26002 vsize=14047296 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26013/stat : 26013 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814764894544 139815289481115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26014] ppid=26002 vsize=14047296 memory=1228 CPUtime=0.99 cores=0,2,4,6
/proc/26004/task/26014/stat : 26014 (java) S 26002 26002 8563 0 -1 1077944384 3859 0 0 0 99 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814763841664 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26015] ppid=26002 vsize=14047296 memory=796 CPUtime=1.05 cores=0,2,4,6
/proc/26004/task/26015/stat : 26015 (java) S 26002 26002 8563 0 -1 1077944384 4771 0 0 0 105 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814762789152 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26016] ppid=26002 vsize=14047296 memory=5788 CPUtime=0.49 cores=0,2,4,6
/proc/26004/task/26016/stat : 26016 (java) S 26002 26002 8563 0 -1 1077944384 7462 0 0 0 49 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814761736352 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26017] ppid=26002 vsize=14047296 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814760683744 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26018] ppid=26002 vsize=14047296 memory=2316 CPUtime=0.55 cores=0,2,4,6
/proc/26004/task/26018/stat : 26018 (java) S 26002 26002 8563 0 -1 1077944384 831 0 0 0 24 31 0 0 20 0 16 0 119432678 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814759632048 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26055] ppid=26002 vsize=14047296 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26055/stat : 26055 (java) S 26002 26002 8563 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 119501880 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814751625024 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 2110.51 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11498680 KiB

[startup+700.001 s]*
/proc/loadavg: 4.39 3.61 2.62 3/212 26055
/proc/meminfo: memFree=18791248/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=14047296 memory=11497304 CPUtime=2111.57 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 333756 0 0 0 210440 717 0 0 20 0 16 0 119432668 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3511824 2874326 3221 1 0 3500117 0
[pid=26004/tid=26005] ppid=26002 vsize=14047296 memory=-8774313645642428999 CPUtime=157.18 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) S 26002 26002 8563 0 -1 1077944384 36312 0 0 0 15671 47 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815293703200 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=14047296 memory=2164 CPUtime=471.7 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 34889 0 0 0 47006 164 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=14047296 memory=840 CPUtime=471.1 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 40215 0 0 0 46950 160 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=14047296 memory=16436 CPUtime=470.29 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 42616 0 0 0 46876 153 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=14047296 memory=4872558044660077418 CPUtime=470.58 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 40271 0 0 0 46888 170 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=14047296 memory=14695179886003566 CPUtime=67.54 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) R 26002 26002 8563 0 -1 4202560 121202 0 0 0 6743 11 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814768051648 139815274458943 0 0 1 16800974 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=14047296 memory=288230591722422566 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814766999136 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=14047296 memory=14695179886003566 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26012/stat : 26012 (java) S 26002 26002 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 119432672 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814765946240 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26013] ppid=26002 vsize=14047296 memory=14695179886003566 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26013/stat : 26013 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814764894544 139815289481115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26014] ppid=26002 vsize=14047296 memory=4116 CPUtime=0.99 cores=0,2,4,6
/proc/26004/task/26014/stat : 26014 (java) S 26002 26002 8563 0 -1 1077944384 3859 0 0 0 99 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814763841664 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26015] ppid=26002 vsize=14047296 memory=0 CPUtime=1.05 cores=0,2,4,6
/proc/26004/task/26015/stat : 26015 (java) S 26002 26002 8563 0 -1 1077944384 4771 0 0 0 105 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814762789152 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26016] ppid=26002 vsize=14047296 memory=-7595761213635136096 CPUtime=0.49 cores=0,2,4,6
/proc/26004/task/26016/stat : 26016 (java) S 26002 26002 8563 0 -1 1077944384 7462 0 0 0 49 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814761736352 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26017] ppid=26002 vsize=14047296 memory=612 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814760683744 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26018] ppid=26002 vsize=14047296 memory=6944613755495348631 CPUtime=0.55 cores=0,2,4,6
/proc/26004/task/26018/stat : 26018 (java) S 26002 26002 8563 0 -1 1077944384 831 0 0 0 24 31 0 0 20 0 16 0 119432678 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814759632048 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26055] ppid=26002 vsize=14047296 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26055/stat : 26055 (java) S 26002 26002 8563 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 119501880 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814751625024 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 2111.57 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11498680 KiB

[startup+700.401 s]
/proc/loadavg: 4.39 3.61 2.62 3/212 26055
/proc/meminfo: memFree=18791248/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=14047296 memory=11497304 CPUtime=2111.96 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 333756 0 0 0 210479 717 0 0 20 0 16 0 119432668 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3511824 2874326 3221 1 0 3500117 0
[pid=26004/tid=26005] ppid=26002 vsize=14047296 memory=11497296 CPUtime=157.18 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) S 26002 26002 8563 0 -1 1077944384 36312 0 0 0 15671 47 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815293703200 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=14047296 memory=1376 CPUtime=471.7 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 34889 0 0 0 47006 164 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=14047296 memory=11497296 CPUtime=471.1 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 40215 0 0 0 46950 160 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=14047296 memory=1200 CPUtime=470.29 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 42616 0 0 0 46876 153 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=14047296 memory=15884 CPUtime=470.58 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 40271 0 0 0 46888 170 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=14047296 memory=36204 CPUtime=67.93 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) R 26002 26002 8563 0 -1 4202560 121202 0 0 0 6782 11 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814768051648 139815273920152 0 0 1 16800974 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=14047296 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814766999136 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=14047296 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26012/stat : 26012 (java) S 26002 26002 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 119432672 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814765946240 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26013] ppid=26002 vsize=14047296 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26013/stat : 26013 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814764894544 139815289481115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26014] ppid=26002 vsize=14047296 memory=1624 CPUtime=0.99 cores=0,2,4,6
/proc/26004/task/26014/stat : 26014 (java) S 26002 26002 8563 0 -1 1077944384 3859 0 0 0 99 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814763841664 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26015] ppid=26002 vsize=14047296 memory=928 CPUtime=1.05 cores=0,2,4,6
/proc/26004/task/26015/stat : 26015 (java) S 26002 26002 8563 0 -1 1077944384 4771 0 0 0 105 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814762789152 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26016] ppid=26002 vsize=14047296 memory=2164 CPUtime=0.49 cores=0,2,4,6
/proc/26004/task/26016/stat : 26016 (java) S 26002 26002 8563 0 -1 1077944384 7462 0 0 0 49 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814761736352 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26017] ppid=26002 vsize=14047296 memory=840 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814760683744 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26018] ppid=26002 vsize=14047296 memory=16436 CPUtime=0.55 cores=0,2,4,6
/proc/26004/task/26018/stat : 26018 (java) S 26002 26002 8563 0 -1 1077944384 831 0 0 0 24 31 0 0 20 0 16 0 119432678 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814759632048 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26055] ppid=26002 vsize=14047296 memory=-3622645143214314312 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26055/stat : 26055 (java) S 26002 26002 8563 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 119501880 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814751625024 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 2111.96 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11498680 KiB

[startup+700.801 s]
/proc/loadavg: 4.39 3.61 2.62 3/212 26055
/proc/meminfo: memFree=18791248/32770624 swapFree=67108860/67108860
[pid=26002] ppid=25999 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/26002/stat : 26002 (xcsp3-exec) S 25999 26002 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 119432659 9740288 344 18446744073709551615 4194304 5098028 140724235062288 140724235060392 140176349766268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 9 0 0 7196144 7232144 17092608 140724235063672 140724235063877 140724235063877 140724235067371 0
/proc/26002/statm: 2378 344 289 221 0 87 0
[pid=26004] ppid=26002 vsize=14047296 memory=11497304 CPUtime=2112.36 cores=0,2,4,6
/proc/26004/stat : 26004 (java) S 26002 26002 8563 0 -1 1077944320 333758 0 0 0 210519 717 0 0 20 0 16 0 119432668 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 140732202669472 139815289462519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
/proc/26004/statm: 3511824 2874326 3221 1 0 3500117 0
[pid=26004/tid=26005] ppid=26002 vsize=14047296 memory=288230617509003574 CPUtime=157.18 cores=0,2,4,6
/proc/26004/task/26005/stat : 26005 (java) S 26002 26002 8563 0 -1 1077944384 36312 0 0 0 15671 47 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815293703200 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26006] ppid=26002 vsize=14047296 memory=15536310592997909 CPUtime=471.7 cores=0,2,4,6
/proc/26004/task/26006/stat : 26006 (java) S 26002 26002 8563 0 -1 1077944384 34889 0 0 0 47006 164 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815223896720 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26007] ppid=26002 vsize=14047296 memory=3196 CPUtime=471.1 cores=0,2,4,6
/proc/26004/task/26007/stat : 26007 (java) S 26002 26002 8563 0 -1 1077944384 40215 0 0 0 46950 160 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815222843920 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26008] ppid=26002 vsize=14047296 memory=4116 CPUtime=470.29 cores=0,2,4,6
/proc/26004/task/26008/stat : 26008 (java) S 26002 26002 8563 0 -1 1077944384 42616 0 0 0 46876 153 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815221791120 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26009] ppid=26002 vsize=14047296 memory=64440 CPUtime=470.58 cores=0,2,4,6
/proc/26004/task/26009/stat : 26009 (java) S 26002 26002 8563 0 -1 1077944384 40271 0 0 0 46888 170 0 0 20 0 16 0 119432669 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139815220738320 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26010] ppid=26002 vsize=14047296 memory=1292 CPUtime=68.33 cores=0,2,4,6
/proc/26004/task/26010/stat : 26010 (java) R 26002 26002 8563 0 -1 4202560 121202 0 0 0 6822 11 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814768051648 139815267832699 0 0 1 16800974 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26011] ppid=26002 vsize=14047296 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26011/stat : 26011 (java) S 26002 26002 8563 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 119432671 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814766999136 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26012] ppid=26002 vsize=14047296 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26012/stat : 26012 (java) S 26002 26002 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 119432672 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814765946240 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26013] ppid=26002 vsize=14047296 memory=10180 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26013/stat : 26013 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814764894544 139815289481115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26014] ppid=26002 vsize=14047296 memory=1440 CPUtime=0.99 cores=0,2,4,6
/proc/26004/task/26014/stat : 26014 (java) S 26002 26002 8563 0 -1 1077944384 3859 0 0 0 99 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814763841664 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26015] ppid=26002 vsize=14047296 memory=64440 CPUtime=1.05 cores=0,2,4,6
/proc/26004/task/26015/stat : 26015 (java) S 26002 26002 8563 0 -1 1077944384 4771 0 0 0 105 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814762789152 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26016] ppid=26002 vsize=14047296 memory=1292 CPUtime=0.49 cores=0,2,4,6
/proc/26004/task/26016/stat : 26016 (java) S 26002 26002 8563 0 -1 1077944384 7462 0 0 0 49 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814761736352 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26017] ppid=26002 vsize=14047296 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26017/stat : 26017 (java) S 26002 26002 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 119432674 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814760683744 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26018] ppid=26002 vsize=14047296 memory=1728 CPUtime=0.55 cores=0,2,4,6
/proc/26004/task/26018/stat : 26018 (java) S 26002 26002 8563 0 -1 1077944384 833 0 0 0 24 31 0 0 20 0 16 0 119432678 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814759632048 139815289473666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
[pid=26004/tid=26055] ppid=26002 vsize=14047296 memory=36204 CPUtime=0 cores=0,2,4,6
/proc/26004/task/26055/stat : 26055 (java) S 26002 26002 8563 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 119501880 14384431104 2874326 18446744073709551615 4194304 4196468 140732202686928 139814751625024 139815289472725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9244672 140732202693041 140732202693217 140732202693217 140732202696655 0
Current children cumulated CPU time: 2112.36 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11498680 KiB

Child status: 1
Real time (s): 700.889
CPU time (s): 2112.46
CPU user time (s): 2105.24
CPU system time (s): 7.22379
CPU usage (%): 301.397
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11498680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2105.24
system time used= 7.22379
maximum resident set size= 11497724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28520
involuntary context switches= 18164


# summary of solver processes directly reported to runsolver:
#   pid: 26002
#   total CPU time (s): 2112.46
#   total CPU user time (s): 2105.24
#   total CPU system time (s): 7.22379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.36696 second user time and 6.9049 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 21:34:34
IDJOB=4284010
IDBENCH=115551
IDSOLVER=2679
FILE ID=node125/4284010-1503172122
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-os-gp/gp10-05-1070_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284010-1503172122/watcher-4284010-1503172122 -o /tmp/evaluation-result-4284010-1503172122/solver-4284010-1503172122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1878599616 HOME/instance-4284010-1503172122.xml

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

MD5SUM BENCH= 23007d5514affe077dd6f6cf857721a4
RANDOM SEED=1878599616

node125.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.07
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.07
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.07
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.07
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:        30471380 kB
MemAvailable:   31642868 kB
Buffers:          327152 kB
Cached:          1151072 kB
SwapCached:            0 kB
Active:          1179260 kB
Inactive:         681132 kB
Active(anon):     382504 kB
Inactive(anon):    49484 kB
Active(file):     796756 kB
Inactive(file):   631648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8244 kB
Writeback:             0 kB
AnonPages:        394308 kB
Mapped:            74328 kB
Shmem:             49828 kB
Slab:             144184 kB
SReclaimable:     117840 kB
SUnreclaim:        26344 kB
KernelStack:        3728 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1283372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-19 21:46:15