Trace number 4269702

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 4.0.5 seq (2017-08-09)? 308.478 147.38499

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-080-05-mul.xml
MD5SUMcc508950e1103ff719d16ca71225257a
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 benchmark243.529
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":5}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints0
Number of intensional constraints3570
Distribution of constraint types[{"type":"intension","count":3570}]
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-4269702-1502725935.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4269702-1502725935.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
308.38/147.33	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
308.38/147.33		at java.lang.reflect.Array.newInstance(Array.java:75)
308.38/147.33		at java.util.TimSort.ensureCapacity(TimSort.java:934)
308.38/147.33		at java.util.TimSort.mergeLo(TimSort.java:686)
308.38/147.33		at java.util.TimSort.mergeAt(TimSort.java:514)
308.38/147.33		at java.util.TimSort.mergeCollapse(TimSort.java:441)
308.38/147.33		at java.util.TimSort.sort(TimSort.java:245)
308.38/147.33		at java.util.Arrays.sort(Arrays.java:1438)
308.38/147.33		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:57)
308.38/147.33		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:62)
308.38/147.33		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:115)
308.38/147.33		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1869)
308.38/147.33		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
308.38/147.33		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
308.38/147.33		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
308.38/147.33		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
308.38/147.33		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
308.38/147.33		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
308.38/147.33		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
308.38/147.33		at org.xcsp.parser.XCallbacks$$Lambda$52/446073433.accept(Unknown Source)
308.38/147.33		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
308.38/147.33		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
308.38/147.33		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
308.38/147.33		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
308.38/147.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
308.38/147.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
308.38/147.33		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
308.38/147.33		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
308.38/147.33		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
308.38/147.33		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
308.38/147.33		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
308.38/147.33	s UNKNOWN
308.38/147.33	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 (15102 MiB free)
  memory of node 1: 16384 MiB (15609 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269702-1502725935/watcher-4269702-1502725935 -o /tmp/evaluation-result-4269702-1502725935/solver-4269702-1502725935 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1350836498 HOME/instance-4269702-1502725935.xml 

running on 4 cores: 1,3,5,7

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=23627, runsolver pid=23624
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.85 1.72 1.73 3/198 23630
/proc/meminfo: memFree=31447756/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13356504 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 2564 0 0 0 0 0 0 0 20 0 6 0 60934197 13677060096 2798 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3339126 2798 1284 1 0 3329096 0
[pid=23629/tid=23630] ppid=23627 vsize=13356504 memory=4206989191851631162 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) R 23627 23627 11586 0 -1 4202560 1372 0 0 0 0 0 0 0 20 0 6 0 60934198 13677060096 2837 18446744073709551615 4194304 4196468 140721131792272 140186493497936 140186481939908 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13358712 memory=3461491299777701513 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60934198 13679321088 2837 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13358712 memory=140695148017280 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60934198 13679321088 2837 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 60934198 13679321088 2837 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 60934198 13679321088 2837 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12572 KiB

[startup+0.209834 s]*
/proc/loadavg: 1.85 1.72 1.73 3/211 23643
/proc/meminfo: memFree=31435428/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13974352 memory=28148 CPUtime=0.08 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 4948 0 0 0 7 1 0 0 20 0 15 0 60934197 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3493588 7037 2726 1 0 3482964 0
[pid=23629/tid=23630] ppid=23627 vsize=13974352 memory=-6585504469921927520 CPUtime=0.06 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) R 23627 23627 11586 0 -1 4202560 3105 0 0 0 6 0 0 0 20 0 15 0 60934198 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140186493487504 140186129968940 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13974352 memory=3461491299777701513 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13974352 memory=140695148017280 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13974352 memory=140695148017280 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) S 23627 23627 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60934200 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185967737584 140186489272962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60934200 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185966683808 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23637/stat : 23637 (java) S 23627 23627 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60934200 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185965630704 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23638] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23638/stat : 23638 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185964579280 140186489280411 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23639] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23639/stat : 23639 (java) S 23627 23627 11586 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 60934203 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185963526384 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23640] ppid=23627 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23640/stat : 23640 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185962473840 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23641] ppid=23627 vsize=13974352 memory=140695148017280 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23641/stat : 23641 (java) R 23627 23627 11586 0 -1 4202560 247 0 0 0 0 0 0 0 20 0 15 0 60934203 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185961420784 140186473628256 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23642] ppid=23627 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23642/stat : 23642 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185960368480 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23643] ppid=23627 vsize=13974352 memory=140695148017280 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23643/stat : 23643 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934207 14309736448 7037 18446744073709551615 4194304 4196468 140721131792272 140185959316528 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29528 KiB

[startup+0.310416 s]*
/proc/loadavg: 1.85 1.72 1.73 4/211 23643
/proc/meminfo: memFree=31420772/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13974352 memory=37776 CPUtime=0.27 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 8501 0 0 0 24 3 0 0 20 0 15 0 60934197 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3493588 9444 2992 1 0 3482964 0
[pid=23629/tid=23630] ppid=23627 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) R 23627 23627 11586 0 -1 4202560 5737 0 0 0 14 2 0 0 20 0 15 0 60934198 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140186493494032 140186130015952 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13974352 memory=140695148024273 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13974352 memory=7445385247386661485 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) S 23627 23627 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60934200 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185967737584 140186489272962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60934200 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185966683808 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23637/stat : 23637 (java) S 23627 23627 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60934200 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185965630704 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23638] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23638/stat : 23638 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185964579280 140186489280411 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23639] ppid=23627 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23629/task/23639/stat : 23639 (java) R 23627 23627 11586 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 15 0 60934203 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185963526384 140186489272962 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23640] ppid=23627 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23629/task/23640/stat : 23640 (java) S 23627 23627 11586 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 60934203 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185962473968 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23641] ppid=23627 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23629/task/23641/stat : 23641 (java) R 23627 23627 11586 0 -1 4202560 714 0 0 0 6 0 0 0 20 0 15 0 60934203 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185961420784 140186481498942 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23642] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23642/stat : 23642 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185960368480 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23643] ppid=23627 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23643/stat : 23643 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934207 14309736448 9444 18446744073709551615 4194304 4196468 140721131792272 140185959316528 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 39156 KiB

[startup+0.700805 s]
/proc/loadavg: 1.85 1.72 1.73 6/211 23643
/proc/meminfo: memFree=31406088/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13978684 memory=83728 CPUtime=1.35 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 13063 0 0 0 131 4 0 0 20 0 15 0 60934197 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3494671 20932 3169 1 0 3482964 0
[pid=23629/tid=23630] ppid=23627 vsize=13978684 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) R 23627 23627 11586 0 -1 4202560 7458 0 0 0 51 3 0 0 20 0 15 0 60934198 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140186493500320 140186133394173 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13978684 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13978684 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60934198 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) S 23627 23627 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 60934200 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185967737584 140186489272962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60934200 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185966683808 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23637/stat : 23637 (java) S 23627 23627 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60934200 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185965630704 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23638] ppid=23627 vsize=13978684 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23638/stat : 23638 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185964579280 140186489280411 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23639] ppid=23627 vsize=13978684 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/23629/task/23639/stat : 23639 (java) R 23627 23627 11586 0 -1 4202560 1360 0 0 0 24 0 0 0 20 0 15 0 60934203 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185963514016 140186472758544 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23640] ppid=23627 vsize=13978684 memory=-9174445032661854264 CPUtime=0.25 cores=1,3,5,7
/proc/23629/task/23640/stat : 23640 (java) R 23627 23627 11586 0 -1 4202560 1413 0 0 0 25 0 0 0 20 0 15 0 60934203 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185962454856 140186470805994 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23641] ppid=23627 vsize=13978684 memory=6656426216303648864 CPUtime=0.28 cores=1,3,5,7
/proc/23629/task/23641/stat : 23641 (java) S 23627 23627 11586 0 -1 1077944384 1525 0 0 0 28 0 0 0 20 0 15 0 60934203 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185961420784 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23642] ppid=23627 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23642/stat : 23642 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185960368480 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23643] ppid=23627 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23643/stat : 23643 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934207 14314172416 20932 18446744073709551615 4194304 4196468 140721131792272 140185959316528 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 85108 KiB

[startup+1.50085 s]
/proc/loadavg: 1.85 1.72 1.73 3/211 23643
/proc/meminfo: memFree=31358060/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13980732 memory=168916 CPUtime=2.75 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 16972 0 0 0 269 6 0 0 20 0 15 0 60934197 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3495183 42229 3181 1 0 3483476 0
[pid=23629/tid=23630] ppid=23627 vsize=13980732 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) R 23627 23627 11586 0 -1 4202560 8805 0 0 0 129 4 0 0 20 0 15 0 60934198 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140186493497288 140186133914321 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13980732 memory=34564 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60934198 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60934198 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13980732 memory=142172 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) S 23627 23627 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140185967737584 140186489272962 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 42229 18446744073709551615 4194304 4196468 140721131792272 140185966683808 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7

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

/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13980732 memory=11393744 CPUtime=307.48 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 190061 0 0 0 29729 1019 0 0 20 0 15 0 60934197 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3495183 2848436 3251 1 0 3483476 0
[pid=23629/tid=23630] ppid=23627 vsize=13980732 memory=-8774313645642428999 CPUtime=65.36 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) S 23627 23627 11586 0 -1 1077944384 17780 0 0 0 6526 10 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186493497616 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13980732 memory=9992 CPUtime=52.82 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 28682 0 0 0 5035 247 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13980732 memory=1380 CPUtime=52.84 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 32809 0 0 0 5045 239 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13980732 memory=11393744 CPUtime=52.96 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 30743 0 0 0 5054 242 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13980732 memory=11393660 CPUtime=52.62 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 33850 0 0 0 4992 270 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13980732 memory=4116 CPUtime=27.58 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) R 23627 23627 11586 0 -1 4202560 28452 0 0 0 2756 2 0 0 20 0 15 0 60934200 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185967736032 140186473719418 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13980732 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185966683872 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13980732 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23637/stat : 23637 (java) S 23627 23627 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185965630720 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23638] ppid=23627 vsize=13980732 memory=-8195925453750481479 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23638/stat : 23638 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185964579280 140186489280411 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23639] ppid=23627 vsize=13980732 memory=-7003737579269690708 CPUtime=1.23 cores=1,3,5,7
/proc/23629/task/23639/stat : 23639 (java) S 23627 23627 11586 0 -1 1077944384 4821 0 0 0 122 1 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185963526144 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23640] ppid=23627 vsize=13980732 memory=4616 CPUtime=1.35 cores=1,3,5,7
/proc/23629/task/23640/stat : 23640 (java) S 23627 23627 11586 0 -1 1077944384 6457 0 0 0 134 1 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185962473888 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23641] ppid=23627 vsize=13980732 memory=-8774313645642428999 CPUtime=0.54 cores=1,3,5,7
/proc/23629/task/23641/stat : 23641 (java) S 23627 23627 11586 0 -1 1077944384 4688 0 0 0 54 0 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185961420832 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23642] ppid=23627 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23642/stat : 23642 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185960368480 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23643] ppid=23627 vsize=13980732 memory=8952 CPUtime=0.08 cores=1,3,5,7
/proc/23629/task/23643/stat : 23643 (java) S 23627 23627 11586 0 -1 1077944384 431 0 0 0 4 4 0 0 20 0 15 0 60934207 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185959316528 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 307.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11395124 KiB

[startup+146.801 s]
/proc/loadavg: 3.00 2.18 1.90 3/215 23662
/proc/meminfo: memFree=20045148/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13980732 memory=11393744 CPUtime=307.88 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 190061 0 0 0 29769 1019 0 0 20 0 15 0 60934197 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3495183 2848436 3251 1 0 3483476 0
[pid=23629/tid=23630] ppid=23627 vsize=13980732 memory=13568184779278711 CPUtime=65.36 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) S 23627 23627 11586 0 -1 1077944384 17780 0 0 0 6526 10 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186493497616 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13980732 memory=956 CPUtime=52.82 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 28682 0 0 0 5035 247 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13980732 memory=1236 CPUtime=52.84 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 32809 0 0 0 5045 239 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13980732 memory=2244 CPUtime=52.96 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 30743 0 0 0 5054 242 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13980732 memory=4284 CPUtime=52.62 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 33850 0 0 0 4992 270 0 0 20 0 15 0 60934198 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13980732 memory=928 CPUtime=27.98 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) R 23627 23627 11586 0 -1 4202560 28452 0 0 0 2796 2 0 0 20 0 15 0 60934200 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185967736032 140186474258219 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13980732 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185966683872 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13980732 memory=2168 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23637/stat : 23637 (java) S 23627 23627 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185965630720 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23638] ppid=23627 vsize=13980732 memory=836 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23638/stat : 23638 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185964579280 140186489280411 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23639] ppid=23627 vsize=13980732 memory=3908 CPUtime=1.23 cores=1,3,5,7
/proc/23629/task/23639/stat : 23639 (java) S 23627 23627 11586 0 -1 1077944384 4821 0 0 0 122 1 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185963526144 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23640] ppid=23627 vsize=13980732 memory=2756 CPUtime=1.35 cores=1,3,5,7
/proc/23629/task/23640/stat : 23640 (java) S 23627 23627 11586 0 -1 1077944384 6457 0 0 0 134 1 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185962473888 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23641] ppid=23627 vsize=13980732 memory=2756 CPUtime=0.54 cores=1,3,5,7
/proc/23629/task/23641/stat : 23641 (java) S 23627 23627 11586 0 -1 1077944384 4688 0 0 0 54 0 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185961420832 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23642] ppid=23627 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23642/stat : 23642 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185960368480 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23643] ppid=23627 vsize=13980732 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/23629/task/23643/stat : 23643 (java) S 23627 23627 11586 0 -1 1077944384 431 0 0 0 4 4 0 0 20 0 15 0 60934207 14316269568 2848436 18446744073709551615 4194304 4196468 140721131792272 140185959316528 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 307.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11395124 KiB

[startup+147.201 s]
/proc/loadavg: 3.00 2.18 1.90 3/215 23662
/proc/meminfo: memFree=20045148/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13980732 memory=11393760 CPUtime=308.28 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 190170 0 0 0 29809 1019 0 0 20 0 15 0 60934197 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3495183 2848440 3251 1 0 3483476 0
[pid=23629/tid=23630] ppid=23627 vsize=13980732 memory=11393608 CPUtime=65.36 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) S 23627 23627 11586 0 -1 1077944384 17780 0 0 0 6526 10 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186493497616 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13980732 memory=6441361776102756961 CPUtime=52.82 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 28682 0 0 0 5035 247 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13980732 memory=-8774313645642428999 CPUtime=52.84 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 32809 0 0 0 5045 239 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13980732 memory=1232 CPUtime=52.96 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 30743 0 0 0 5054 242 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13980732 memory=8952 CPUtime=52.62 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 33850 0 0 0 4992 270 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13980732 memory=4616 CPUtime=28.38 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) R 23627 23627 11586 0 -1 4202560 28561 0 0 0 2836 2 0 0 20 0 15 0 60934200 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185967736032 140186473719385 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185966683872 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13980732 memory=11393660 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23637/stat : 23637 (java) S 23627 23627 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185965630720 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23638] ppid=23627 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23638/stat : 23638 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185964579280 140186489280411 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23639] ppid=23627 vsize=13980732 memory=2996 CPUtime=1.23 cores=1,3,5,7
/proc/23629/task/23639/stat : 23639 (java) S 23627 23627 11586 0 -1 1077944384 4821 0 0 0 122 1 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185963526144 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23640] ppid=23627 vsize=13980732 memory=1380 CPUtime=1.35 cores=1,3,5,7
/proc/23629/task/23640/stat : 23640 (java) S 23627 23627 11586 0 -1 1077944384 6457 0 0 0 134 1 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185962473888 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23641] ppid=23627 vsize=13980732 memory=11393608 CPUtime=0.54 cores=1,3,5,7
/proc/23629/task/23641/stat : 23641 (java) S 23627 23627 11586 0 -1 1077944384 4688 0 0 0 54 0 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185961420832 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23642] ppid=23627 vsize=13980732 memory=11393608 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23642/stat : 23642 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185960368480 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23643] ppid=23627 vsize=13980732 memory=11393528 CPUtime=0.08 cores=1,3,5,7
/proc/23629/task/23643/stat : 23643 (java) S 23627 23627 11586 0 -1 1077944384 431 0 0 0 4 4 0 0 20 0 15 0 60934207 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185959316528 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 308.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11395140 KiB

[startup+147.301 s]
/proc/loadavg: 3.00 2.18 1.90 3/215 23662
/proc/meminfo: memFree=20045148/32770624 swapFree=67108860/67108860
[pid=23627] ppid=23624 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23627/stat : 23627 (xcsp3-exec) S 23624 23627 11586 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 60934188 9740288 345 18446744073709551615 4194304 5098028 140725019299648 140725019297752 139826185568892 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 16822272 140725019308408 140725019308613 140725019308613 140725019312107 0
/proc/23627/statm: 2378 345 289 221 0 87 0
[pid=23629] ppid=23627 vsize=13980732 memory=11393760 CPUtime=308.38 cores=1,3,5,7
/proc/23629/stat : 23629 (java) S 23627 23627 11586 0 -1 1077944320 190170 0 0 0 29819 1019 0 0 20 0 15 0 60934197 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140721131774816 140186489261815 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
/proc/23629/statm: 3495183 2848440 3251 1 0 3483476 0
[pid=23629/tid=23630] ppid=23627 vsize=13980732 memory=11393744 CPUtime=65.36 cores=1,3,5,7
/proc/23629/task/23630/stat : 23630 (java) S 23627 23627 11586 0 -1 1077944384 17780 0 0 0 6526 10 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186493497616 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23631] ppid=23627 vsize=13980732 memory=11393760 CPUtime=52.82 cores=1,3,5,7
/proc/23629/task/23631/stat : 23631 (java) S 23627 23627 11586 0 -1 1077944384 28682 0 0 0 5035 247 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186458974736 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23632] ppid=23627 vsize=13980732 memory=1380 CPUtime=52.84 cores=1,3,5,7
/proc/23629/task/23632/stat : 23632 (java) S 23627 23627 11586 0 -1 1077944384 32809 0 0 0 5045 239 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186088401552 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23633] ppid=23627 vsize=13980732 memory=1380 CPUtime=52.96 cores=1,3,5,7
/proc/23629/task/23633/stat : 23633 (java) S 23627 23627 11586 0 -1 1077944384 30743 0 0 0 5054 242 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186087348496 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23634] ppid=23627 vsize=13980732 memory=1380 CPUtime=52.62 cores=1,3,5,7
/proc/23629/task/23634/stat : 23634 (java) S 23627 23627 11586 0 -1 1077944384 33850 0 0 0 4992 270 0 0 20 0 15 0 60934198 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140186086295952 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23635] ppid=23627 vsize=13980732 memory=11393528 CPUtime=28.48 cores=1,3,5,7
/proc/23629/task/23635/stat : 23635 (java) R 23627 23627 11586 0 -1 4202560 28561 0 0 0 2846 2 0 0 20 0 15 0 60934200 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185967736032 140186467631995 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23636] ppid=23627 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23636/stat : 23636 (java) S 23627 23627 11586 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185966683872 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23637] ppid=23627 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23637/stat : 23637 (java) S 23627 23627 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60934200 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185965630720 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23638] ppid=23627 vsize=13980732 memory=11393660 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23638/stat : 23638 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185964579280 140186489280411 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23639] ppid=23627 vsize=13980732 memory=1380 CPUtime=1.23 cores=1,3,5,7
/proc/23629/task/23639/stat : 23639 (java) S 23627 23627 11586 0 -1 1077944384 4821 0 0 0 122 1 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185963526144 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23640] ppid=23627 vsize=13980732 memory=1380 CPUtime=1.35 cores=1,3,5,7
/proc/23629/task/23640/stat : 23640 (java) S 23627 23627 11586 0 -1 1077944384 6457 0 0 0 134 1 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185962473888 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23641] ppid=23627 vsize=13980732 memory=11393744 CPUtime=0.54 cores=1,3,5,7
/proc/23629/task/23641/stat : 23641 (java) S 23627 23627 11586 0 -1 1077944384 4688 0 0 0 54 0 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185961420832 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23642] ppid=23627 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23629/task/23642/stat : 23642 (java) S 23627 23627 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60934203 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185960368480 140186489272021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
[pid=23629/tid=23643] ppid=23627 vsize=13980732 memory=11393744 CPUtime=0.08 cores=1,3,5,7
/proc/23629/task/23643/stat : 23643 (java) S 23627 23627 11586 0 -1 1077944384 431 0 0 0 4 4 0 0 20 0 15 0 60934207 14316269568 2848440 18446744073709551615 4194304 4196468 140721131792272 140185959316528 140186489272962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32055296 140721131798961 140721131799137 140721131799137 140721131802575 0
Current children cumulated CPU time: 308.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11395140 KiB

Child status: 1
Real time (s): 147.385
CPU time (s): 308.478
CPU user time (s): 298.236
CPU system time (s): 10.2421
CPU usage (%): 209.301
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11395140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.236
system time used= 10.2421
maximum resident set size= 11394072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7187
involuntary context switches= 2218


# summary of solver processes directly reported to runsolver:
#   pid: 23627
#   total CPU time (s): 308.478
#   total CPU user time (s): 298.236
#   total CPU system time (s): 10.2421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.931041 second user time and 1.47441 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-14 17:37:59
IDJOB=4269702
IDBENCH=120895
IDSOLVER=2660
FILE ID=node124/4269702-1502725935
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-080-05-mul.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-4269702-1502725935/watcher-4269702-1502725935 -o /tmp/evaluation-result-4269702-1502725935/solver-4269702-1502725935 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1350836498 HOME/instance-4269702-1502725935.xml

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

MD5SUM BENCH= cc508950e1103ff719d16ca71225257a
RANDOM SEED=1350836498

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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.51
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.51
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.51
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:        31448840 kB
MemAvailable:   31812696 kB
Buffers:          215496 kB
Cached:           436236 kB
SwapCached:            0 kB
Active:           620036 kB
Inactive:         253788 kB
Active(anon):     173612 kB
Inactive(anon):    81952 kB
Active(file):     446424 kB
Inactive(file):   171836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             4 kB
AnonPages:        221668 kB
Mapped:            57636 kB
Shmem:             33512 kB
Slab:             149200 kB
SReclaimable:     122864 kB
SUnreclaim:        26336 kB
KernelStack:        3424 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1153364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-14 17:40:27