Trace number 4284082

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)? 1720.12 567.91803

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284082-1503222641.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4284082-1503222641.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.33	c simple solver
0.31/0.39	c parse instance...
1697.51/561.05	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1697.51/561.05		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$78/932285561.get$Lambda(Unknown Source)
1697.51/561.05		at java.lang.invoke.LambdaForm$DMH/1995265320.invokeStatic_L_L(LambdaForm$DMH)
1697.51/561.05		at java.lang.invoke.LambdaForm$MH/1867083167.linkToTargetMethod(LambdaForm$MH)
1697.51/561.05		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
1697.51/561.05		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1697.51/561.05		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:117)
1697.51/561.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
1697.51/561.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/592617454.valid(Unknown Source)
1697.51/561.05		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1697.51/561.05		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
1697.51/561.05		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1697.51/561.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1697.51/561.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1697.51/561.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1697.51/561.05		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1697.51/561.05		at org.xcsp.parser.XCallbacks$$Lambda$46/148912029.accept(Unknown Source)
1697.51/561.05		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1697.51/561.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1697.51/561.05		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1697.51/561.05		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1697.51/561.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1697.51/561.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1697.51/561.05		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1697.51/561.05		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1697.51/561.05		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
1697.51/561.05		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1697.51/561.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1719.99/567.86	s UNKNOWN
1719.99/567.86	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 (9890 MiB free)
  memory of node 1: 16384 MiB (15722 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284082-1503222641/watcher-4284082-1503222641 -o /tmp/evaluation-result-4284082-1503222641/solver-4284082-1503222641 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30420 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1131435072 HOME/instance-4284082-1503222641.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
Current StackSize limit: 8192 KiB

solver pid=7732, runsolver pid=7729

[startup+0.100139 s]*
/proc/loadavg: 1.54 1.36 1.37 3/202 7739
/proc/meminfo: memFree=26222296/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=13358712 memory=14632 CPUtime=0 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 3425 0 0 0 0 0 0 0 20 0 6 0 20672151 13679321088 3658 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3339678 3658 1905 1 0 3329175 0
[pid=7734/tid=7735] ppid=7732 vsize=13358712 memory=1404226546353086858 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 15523 0 -1 4202560 2209 0 0 0 0 0 0 0 20 0 6 0 20672151 13679321088 3658 18446744073709551615 4194304 4196468 140731081113536 139768627003984 139768606848350 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=13358712 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 20672152 13679321088 3658 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=13358712 memory=140561971971712 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 20672152 13679321088 3658 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 20672152 13679321088 3658 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 20672152 13679321088 3658 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16012 KiB

[startup+0.209987 s]*
/proc/loadavg: 1.54 1.36 1.37 3/211 7748
/proc/meminfo: memFree=26211732/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=13974352 memory=27184 CPUtime=0.1 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 5210 0 0 0 9 1 0 0 20 0 15 0 20672151 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3493588 6796 2754 1 0 3482964 0
[pid=7734/tid=7735] ppid=7732 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 15523 0 -1 4202560 3348 0 0 0 7 0 0 0 20 0 15 0 20672151 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139768626993552 139768606161200 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=13974352 memory=4294976238 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=13974352 memory=140561972196100 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7740] ppid=7732 vsize=13974352 memory=140561971971712 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672153 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767808014960 139768622779010 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7741] ppid=7732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20672153 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767806960928 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20672154 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767805908592 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7743] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20672156 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767804856912 139768622786459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7744] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 15523 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 20672156 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767803803760 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7745] ppid=7732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 15523 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 20672156 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767802750960 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7746] ppid=7732 vsize=13974352 memory=140561971971712 CPUtime=0.01 cores=1,3,5,7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 15523 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 20672156 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767801698672 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7747] ppid=7732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20672156 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767800646112 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7748] ppid=7732 vsize=13974352 memory=140561971971712 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20672160 14309736448 6796 18446744073709551615 4194304 4196468 140731081113536 139767799593904 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28564 KiB

[startup+0.315259 s]*
/proc/loadavg: 1.54 1.36 1.37 3/211 7748
/proc/meminfo: memFree=26200796/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=13974352 memory=39656 CPUtime=0.31 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 9115 0 0 0 28 3 0 0 20 0 15 0 20672151 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3493588 9914 3018 1 0 3482964 0
[pid=7734/tid=7735] ppid=7732 vsize=13974352 memory=6933928925625698159 CPUtime=0.18 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 15523 0 -1 4202560 6238 0 0 0 16 2 0 0 20 0 15 0 20672151 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139768626985952 139768606848350 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7740] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672153 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767808014960 139768622779010 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7741] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20672153 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767806960928 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20672154 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767805908592 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7743] ppid=7732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20672156 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767804856912 139768622786459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7744] ppid=7732 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7734/task/7744/stat : 7744 (java) R 7732 7732 15523 0 -1 1077944384 635 0 0 0 2 0 0 0 20 0 15 0 20672156 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767803803760 139768622779010 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7745] ppid=7732 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 15523 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 20672156 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767802750960 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7746] ppid=7732 vsize=13974352 memory=140561971971712 CPUtime=0.06 cores=1,3,5,7
/proc/7734/task/7746/stat : 7746 (java) R 7732 7732 15523 0 -1 4202560 718 0 0 0 6 0 0 0 20 0 15 0 20672156 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767801698672 139768622781741 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7747] ppid=7732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20672156 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767800646112 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7748] ppid=7732 vsize=13974352 memory=140561971971712 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20672160 14309736448 9914 18446744073709551615 4194304 4196468 140731081113536 139767799593904 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41036 KiB

[startup+0.700833 s]
/proc/loadavg: 1.54 1.36 1.37 5/211 7748
/proc/meminfo: memFree=26181788/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=13978684 memory=88432 CPUtime=1.37 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 13245 0 0 0 132 5 0 0 20 0 15 0 20672151 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3494671 22108 3162 1 0 3482964 0
[pid=7734/tid=7735] ppid=7732 vsize=13978684 memory=5931329040891793762 CPUtime=0.55 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 15523 0 -1 4202560 7795 0 0 0 52 3 0 0 20 0 15 0 20672151 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139768627004368 139768255146996 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=13978684 memory=281123729055208 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=13978684 memory=281123729162128 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=13978684 memory=4596 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20672152 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 20672152 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7740] ppid=7732 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 20672153 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767808014960 139768622779010 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7741] ppid=7732 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 20672153 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767806960928 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=13978684 memory=8708 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 20672154 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767805908592 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7743] ppid=7732 vsize=13978684 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20672156 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767804856912 139768622786459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7744] ppid=7732 vsize=13978684 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7734/task/7744/stat : 7744 (java) R 7732 7732 15523 0 -1 4202560 1666 0 0 0 25 0 0 0 20 0 15 0 20672156 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767803790208 139768602611457 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7745] ppid=7732 vsize=13978684 memory=2824 CPUtime=0.26 cores=1,3,5,7
/proc/7734/task/7745/stat : 7745 (java) R 7732 7732 15523 0 -1 4202560 1033 0 0 0 26 0 0 0 20 0 15 0 20672156 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767802739632 139768607649600 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7746] ppid=7732 vsize=13978684 memory=6933928925625698159 CPUtime=0.28 cores=1,3,5,7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 15523 0 -1 1077944384 1441 0 0 0 28 0 0 0 20 0 15 0 20672156 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767801698672 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7747] ppid=7732 vsize=13978684 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 20672156 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767800646112 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7748] ppid=7732 vsize=13978684 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 20672160 14314172416 22108 18446744073709551615 4194304 4196468 140731081113536 139767799593904 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 89812 KiB

[startup+1.50088 s]
/proc/loadavg: 1.54 1.36 1.37 5/211 7748
/proc/meminfo: memFree=26068412/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=13980732 memory=366236 CPUtime=3.32 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 15096 0 0 0 313 19 0 0 20 0 15 0 20672151 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3495183 91559 3208 1 0 3483476 0
[pid=7734/tid=7735] ppid=7732 vsize=13980732 memory=281123729037072 CPUtime=1.28 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 15523 0 -1 4202560 8132 0 0 0 121 7 0 0 20 0 15 0 20672151 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 139768627006144 139768256271212 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=13980732 memory=7680170660397595203 CPUtime=0.06 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 100 0 0 0 4 2 0 0 20 0 15 0 20672152 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=13980732 memory=-7737605734073691286 CPUtime=0.05 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 120 0 0 0 3 2 0 0 20 0 15 0 20672152 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=13980732 memory=-9181546050914066336 CPUtime=0.05 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 90 0 0 0 3 2 0 0 20 0 15 0 20672152 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=13980732 memory=281123729100160 CPUtime=0.06 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 146 0 0 0 4 2 0 0 20 0 15 0 20672152 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7740] ppid=7732 vsize=13980732 memory=281123728916720 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 15523 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 20672153 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 139767808014960 139768622779010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7741] ppid=7732 vsize=13980732 memory=3472328296227682961 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 20672153 14316269568 91559 18446744073709551615 4194304 4196468 140731081113536 139767806960928 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 20672153 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767806960992 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=14047296 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 20672154 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767805908608 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7743] ppid=7732 vsize=14047296 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767804856912 139768622786459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7744] ppid=7732 vsize=14047296 memory=14316 CPUtime=1.22 cores=1,3,5,7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 15523 0 -1 1077944384 4033 0 0 0 122 0 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767803803520 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7745] ppid=7732 vsize=14047296 memory=1296 CPUtime=1.28 cores=1,3,5,7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 15523 0 -1 1077944384 4018 0 0 0 127 1 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767802751008 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7746] ppid=7732 vsize=14047296 memory=2412 CPUtime=0.5 cores=1,3,5,7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 15523 0 -1 1077944384 6903 0 0 0 49 1 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767801694544 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7747] ppid=7732 vsize=14047296 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767800646112 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7748] ppid=7732 vsize=14047296 memory=1008 CPUtime=0.29 cores=1,3,5,7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 15523 0 -1 1077944384 477 0 0 0 14 15 0 0 20 0 16 0 20672160 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767799593904 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7782] ppid=7732 vsize=14047296 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7782/stat : 7782 (java) S 7732 7732 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 20728247 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767791586880 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 1718.59 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11549160 KiB

[startup+567.201 s]
/proc/loadavg: 7.57 6.14 3.69 6/212 7782
/proc/meminfo: memFree=8691144/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=14047296 memory=11547780 CPUtime=1719.39 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 517424 0 0 0 171276 663 0 0 20 0 16 0 20672151 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3511824 2886945 3228 1 0 3500117 0
[pid=7734/tid=7735] ppid=7732 vsize=14047296 memory=11494020 CPUtime=126.12 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) S 7732 7732 15523 0 -1 1077944384 33614 0 0 0 12564 48 0 0 20 0 16 0 20672151 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139768627008544 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=14047296 memory=1152 CPUtime=383.51 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 110487 0 0 0 38190 161 0 0 20 0 16 0 20672152 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=14047296 memory=3176 CPUtime=383.71 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 53579 0 0 0 38210 161 0 0 20 0 16 0 20672152 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=14047296 memory=7680170660397595203 CPUtime=383.68 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 112426 0 0 0 38234 134 0 0 20 0 16 0 20672152 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=14047296 memory=6943487855420614559 CPUtime=384.16 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 85620 0 0 0 38280 136 0 0 20 0 16 0 20672152 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7740] ppid=7732 vsize=14047296 memory=4195484160938777650 CPUtime=54.83 cores=1,3,5,7
/proc/7734/task/7740/stat : 7740 (java) R 7732 7732 15523 0 -1 4202560 104941 0 0 0 5470 13 0 0 20 0 16 0 20672153 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767808013392 139768607764244 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7741] ppid=7732 vsize=14047296 memory=-7385037822272573280 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 20672153 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767806960992 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=14047296 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 20672154 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767805908608 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7743] ppid=7732 vsize=14047296 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767804856912 139768622786459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7744] ppid=7732 vsize=14047296 memory=1724 CPUtime=1.22 cores=1,3,5,7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 15523 0 -1 1077944384 4033 0 0 0 122 0 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767803803520 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7745] ppid=7732 vsize=14047296 memory=1008 CPUtime=1.28 cores=1,3,5,7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 15523 0 -1 1077944384 4018 0 0 0 127 1 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767802751008 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7746] ppid=7732 vsize=14047296 memory=4300 CPUtime=0.5 cores=1,3,5,7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 15523 0 -1 1077944384 6903 0 0 0 49 1 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767801694544 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7747] ppid=7732 vsize=14047296 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767800646112 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7748] ppid=7732 vsize=14047296 memory=928 CPUtime=0.29 cores=1,3,5,7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 15523 0 -1 1077944384 477 0 0 0 14 15 0 0 20 0 16 0 20672160 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767799593904 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7782] ppid=7732 vsize=14047296 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7782/stat : 7782 (java) S 7732 7732 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 20728247 14384431104 2886945 18446744073709551615 4194304 4196468 140731081113536 139767791586880 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 1719.39 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11549160 KiB

[startup+567.601 s]
/proc/loadavg: 7.57 6.14 3.69 6/212 7782
/proc/meminfo: memFree=8691144/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=14047296 memory=11547840 CPUtime=1719.79 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 517545 0 0 0 171316 663 0 0 20 0 16 0 20672151 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3511824 2886960 3228 1 0 3500117 0
[pid=7734/tid=7735] ppid=7732 vsize=14047296 memory=1296 CPUtime=126.12 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) S 7732 7732 15523 0 -1 1077944384 33614 0 0 0 12564 48 0 0 20 0 16 0 20672151 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768627008544 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=14047296 memory=7680170660397595203 CPUtime=383.51 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 110487 0 0 0 38190 161 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=14047296 memory=1724 CPUtime=383.71 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 53579 0 0 0 38210 161 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=14047296 memory=1008 CPUtime=383.68 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 112426 0 0 0 38234 134 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=14047296 memory=1228 CPUtime=384.16 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 85620 0 0 0 38280 136 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7740] ppid=7732 vsize=14047296 memory=1704 CPUtime=55.23 cores=1,3,5,7
/proc/7734/task/7740/stat : 7740 (java) R 7732 7732 15523 0 -1 4202560 105062 0 0 0 5510 13 0 0 20 0 16 0 20672153 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767808013392 139768607764264 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7741] ppid=7732 vsize=14047296 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 20672153 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767806960992 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=14047296 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 20672154 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767805908608 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7743] ppid=7732 vsize=14047296 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767804856912 139768622786459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7744] ppid=7732 vsize=14047296 memory=18448 CPUtime=1.22 cores=1,3,5,7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 15523 0 -1 1077944384 4033 0 0 0 122 0 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767803803520 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7745] ppid=7732 vsize=14047296 memory=4012 CPUtime=1.28 cores=1,3,5,7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 15523 0 -1 1077944384 4018 0 0 0 127 1 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767802751008 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7746] ppid=7732 vsize=14047296 memory=9772 CPUtime=0.5 cores=1,3,5,7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 15523 0 -1 1077944384 6903 0 0 0 49 1 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767801694544 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7747] ppid=7732 vsize=14047296 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767800646112 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7748] ppid=7732 vsize=14047296 memory=644 CPUtime=0.29 cores=1,3,5,7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 15523 0 -1 1077944384 477 0 0 0 14 15 0 0 20 0 16 0 20672160 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767799593904 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7782] ppid=7732 vsize=14047296 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7782/stat : 7782 (java) S 7732 7732 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 20728247 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767791586880 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 1719.79 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11549220 KiB

[startup+567.801 s]
/proc/loadavg: 7.57 6.14 3.69 6/212 7782
/proc/meminfo: memFree=8691144/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=14047296 memory=11547840 CPUtime=1719.99 cores=1,3,5,7
/proc/7734/stat : 7734 (java) S 7732 7732 15523 0 -1 1077944320 517545 0 0 0 171336 663 0 0 20 0 16 0 20672151 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 140731081096080 139768622767863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
/proc/7734/statm: 3511824 2886960 3228 1 0 3500117 0
[pid=7734/tid=7735] ppid=7732 vsize=14047296 memory=4300 CPUtime=126.12 cores=1,3,5,7
/proc/7734/task/7735/stat : 7735 (java) S 7732 7732 15523 0 -1 1077944384 33614 0 0 0 12564 48 0 0 20 0 16 0 20672151 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768627008544 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7736] ppid=7732 vsize=14047296 memory=7680170660397595203 CPUtime=383.51 cores=1,3,5,7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 15523 0 -1 1077944384 110487 0 0 0 38190 161 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768579733904 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7737] ppid=7732 vsize=14047296 memory=1996 CPUtime=383.71 cores=1,3,5,7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 15523 0 -1 1077944384 53579 0 0 0 38210 161 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768578681104 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7738] ppid=7732 vsize=14047296 memory=1440 CPUtime=383.68 cores=1,3,5,7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 15523 0 -1 1077944384 112426 0 0 0 38234 134 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768577628816 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7739] ppid=7732 vsize=14047296 memory=8696 CPUtime=384.16 cores=1,3,5,7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 15523 0 -1 1077944384 85620 0 0 0 38280 136 0 0 20 0 16 0 20672152 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139768576576016 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7740] ppid=7732 vsize=14047296 memory=792 CPUtime=55.43 cores=1,3,5,7
/proc/7734/task/7740/stat : 7740 (java) R 7732 7732 15523 0 -1 4202560 105062 0 0 0 5530 13 0 0 20 0 16 0 20672153 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767808013392 139768607764267 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7741] ppid=7732 vsize=14047296 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 15523 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 20672153 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767806960992 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7742] ppid=7732 vsize=14047296 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 20672154 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767805908608 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7743] ppid=7732 vsize=14047296 memory=928 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767804856912 139768622786459 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7744] ppid=7732 vsize=14047296 memory=2160 CPUtime=1.22 cores=1,3,5,7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 15523 0 -1 1077944384 4033 0 0 0 122 0 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767803803520 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7745] ppid=7732 vsize=14047296 memory=840 CPUtime=1.28 cores=1,3,5,7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 15523 0 -1 1077944384 4018 0 0 0 127 1 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767802751008 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7746] ppid=7732 vsize=14047296 memory=4068 CPUtime=0.5 cores=1,3,5,7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 15523 0 -1 1077944384 6903 0 0 0 49 1 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767801694544 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7747] ppid=7732 vsize=14047296 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 20672156 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767800646112 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7748] ppid=7732 vsize=14047296 memory=3208 CPUtime=0.29 cores=1,3,5,7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 15523 0 -1 1077944384 477 0 0 0 14 15 0 0 20 0 16 0 20672160 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767799593904 139768622779010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
[pid=7734/tid=7782] ppid=7732 vsize=14047296 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7734/task/7782/stat : 7782 (java) S 7732 7732 15523 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 20728247 14384431104 2886960 18446744073709551615 4194304 4196468 140731081113536 139767791586880 139768622778069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25919488 140731081122226 140731081122402 140731081122402 140731081125839 0
Current children cumulated CPU time: 1719.99 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11549220 KiB

[startup+567.901 s]
/proc/loadavg: 7.57 6.14 3.69 6/212 7782
/proc/meminfo: memFree=8691144/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 20672142 9740288 345 18446744073709551615 4194304 5098028 140727536982208 140727536980312 140438522163836 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 11313152 140727536988537 140727536988742 140727536988742 140727536992235 0
/proc/7732/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 567.918
CPU time (s): 1720.12
CPU user time (s): 1713.43
CPU system time (s): 6.68733
CPU usage (%): 302.881
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11549220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1713.43
system time used= 6.68732
maximum resident set size= 11548172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518160
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20430
involuntary context switches= 26509


# summary of solver processes directly reported to runsolver:
#   pid: 7732
#   total CPU time (s): 1720.12
#   total CPU user time (s): 1713.43
#   total CPU system time (s): 6.68733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.51442 second user time and 5.83321 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-20 11:37:12
IDJOB=4284082
IDBENCH=138698
IDSOLVER=2679
FILE ID=node130/4284082-1503222641
RUNJOBID= node130-1503172050-30420
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.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-4284082-1503222641/watcher-4284082-1503222641 -o /tmp/evaluation-result-4284082-1503222641/solver-4284082-1503222641 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30420 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1131435072 HOME/instance-4284082-1503222641.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=1131435072

node130.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.77
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.77
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.77
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.77
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:        26227940 kB
MemAvailable:   26490232 kB
Buffers:          205504 kB
Cached:           346008 kB
SwapCached:            0 kB
Active:          5787696 kB
Inactive:         339808 kB
Active(anon):    5576684 kB
Inactive(anon):    16748 kB
Active(file):     211012 kB
Inactive(file):   323060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9136 kB
Writeback:             0 kB
AnonPages:       5576444 kB
Mapped:            46156 kB
Shmem:             17060 kB
Slab:             113192 kB
SReclaimable:      88112 kB
SUnreclaim:        25080 kB
KernelStack:        3456 kB
PageTables:        15688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6590228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5332992 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= 62012 MiB
End job on node130 at 2017-08-20 11:46:40