Trace number 4269860

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)? 1931.87 644.55298

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-11.xml
MD5SUM282e51d8db2be6465471e4014b41d3d5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark122.536
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size580
Maximum domain size675
Distribution of domain sizes[{"size":580,"count":6},{"size":581,"count":6},{"size":582,"count":4},{"size":583,"count":2},{"size":584,"count":4},{"size":585,"count":2},{"size":586,"count":2},{"size":587,"count":2},{"size":588,"count":2},{"size":590,"count":2},{"size":591,"count":8},{"size":592,"count":2},{"size":593,"count":2},{"size":594,"count":6},{"size":595,"count":2},{"size":597,"count":2},{"size":604,"count":2},{"size":605,"count":4},{"size":606,"count":2},{"size":607,"count":2},{"size":608,"count":4},{"size":609,"count":2},{"size":610,"count":8},{"size":611,"count":2},{"size":612,"count":2},"...",{"size":635,"count":2}, {"size":636,"count":2}, {"size":637,"count":2}, {"size":638,"count":2}, {"size":639,"count":6}, {"size":640,"count":4}, {"size":643,"count":4}, {"size":644,"count":2}, {"size":646,"count":4}, {"size":648,"count":6}, {"size":649,"count":2}, {"size":651,"count":2}, {"size":652,"count":2}, {"size":653,"count":2}, {"size":655,"count":2}, {"size":657,"count":2}, {"size":659,"count":4}, {"size":660,"count":2}, {"size":661,"count":2}, {"size":665,"count":6}, {"size":666,"count":2}, {"size":669,"count":2}, {"size":671,"count":4}, {"size":674,"count":2}, {"size":675,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269860-1502847706/watcher-4269860-1502847706 -o /tmp/evaluation-result-4269860-1502847706/solver-4269860-1502847706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1663217822 HOME/instance-4269860-1502847706.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=27852, runsolver pid=27849


[startup+0.100192 s]*
/proc/loadavg: 4.23 4.01 3.40 3/203 27855
/proc/meminfo: memFree=31391928/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=13358712 memory=13308 CPUtime=0 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 3121 0 0 0 0 0 0 0 20 0 6 0 132277177 13679321088 3327 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3339678 3327 1747 1 0 3329175 0
[pid=27854/tid=27855] ppid=27852 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) R 27852 27852 4674 0 -1 4202560 1961 0 0 0 0 0 0 0 20 0 6 0 132277178 13679321088 3393 18446744073709551615 4194304 4196468 140721098788384 139667783803472 139667765639456 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 132277178 13679321088 3459 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=13358712 memory=140491705857664 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 132277178 13679321088 3459 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 132277178 13679321088 3459 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 132277178 13679321088 3459 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 14684 KiB

[startup+0.210295 s]*
/proc/loadavg: 4.23 4.01 3.40 3/216 27868
/proc/meminfo: memFree=31382184/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=13974352 memory=25240 CPUtime=0.07 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 5207 0 0 0 7 0 0 0 20 0 15 0 132277177 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3493588 6310 2724 1 0 3482964 0
[pid=27854/tid=27855] ppid=27852 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) R 27852 27852 4674 0 -1 4202560 3369 0 0 0 6 0 0 0 20 0 15 0 132277178 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667783793040 139667779579286 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=13974352 memory=12630 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=13974352 memory=140491705883736 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=13974352 memory=140491705857664 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277180 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667257641584 139667779578498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132277180 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667256587552 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27862/stat : 27862 (java) S 27852 27852 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132277180 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667255535216 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27863] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27863/stat : 27863 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132277183 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667254483536 139667779585947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27864] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27864/stat : 27864 (java) S 27852 27852 4674 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 132277183 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667253430384 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27865] ppid=27852 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27865/stat : 27865 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132277183 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667252377584 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27866] ppid=27852 vsize=13974352 memory=140491705857664 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27866/stat : 27866 (java) R 27852 27852 4674 0 -1 4202560 236 0 0 0 0 0 0 0 20 0 15 0 132277183 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667251325296 139667758430656 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27867] ppid=27852 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27867/stat : 27867 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132277183 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667250272736 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27868] ppid=27852 vsize=13974352 memory=140491705857664 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27868/stat : 27868 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277188 14309736448 6310 18446744073709551615 4194304 4196468 140721098788384 139667249220528 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26616 KiB

[startup+0.310641 s]*
/proc/loadavg: 4.23 4.01 3.40 4/216 27868
/proc/meminfo: memFree=31366384/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=13974352 memory=36772 CPUtime=0.26 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 8820 0 0 0 24 2 0 0 20 0 15 0 132277177 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3493588 9193 2976 1 0 3482964 0
[pid=27854/tid=27855] ppid=27852 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) R 27852 27852 4674 0 -1 4202560 6079 0 0 0 14 1 0 0 20 0 15 0 132277178 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667783803680 139667779589277 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277178 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277180 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667257641584 139667779578498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132277180 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667256587552 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27862/stat : 27862 (java) S 27852 27852 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132277180 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667255535216 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27863] ppid=27852 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27863/stat : 27863 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132277183 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667254483536 139667779585947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27864] ppid=27852 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27854/task/27864/stat : 27864 (java) R 27852 27852 4674 0 -1 4202560 548 0 0 0 2 0 0 0 20 0 15 0 132277183 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667253430384 139667765601088 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27865] ppid=27852 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27854/task/27865/stat : 27865 (java) S 27852 27852 4674 0 -1 1077944384 188 0 0 0 1 0 0 0 20 0 15 0 132277183 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667252377584 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27866] ppid=27852 vsize=13974352 memory=140491705857664 CPUtime=0.05 cores=0,2,4,6
/proc/27854/task/27866/stat : 27866 (java) S 27852 27852 4674 0 -1 1077944384 701 0 0 0 5 0 0 0 20 0 15 0 132277183 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667251325296 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27867] ppid=27852 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27867/stat : 27867 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132277183 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667250272736 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27868] ppid=27852 vsize=13974352 memory=140491705857664 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27868/stat : 27868 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277188 14309736448 9193 18446744073709551615 4194304 4196468 140721098788384 139667249220528 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38148 KiB

[startup+0.701612 s]
/proc/loadavg: 4.23 4.01 3.40 5/216 27868
/proc/meminfo: memFree=31351712/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=13980732 memory=77316 CPUtime=1.36 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 13700 0 0 0 132 4 0 0 20 0 15 0 132277177 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3495183 19329 3166 1 0 3483476 0
[pid=27854/tid=27855] ppid=27852 vsize=13980732 memory=280983203095000 CPUtime=0.54 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) R 27852 27852 4674 0 -1 4202560 8139 0 0 0 51 3 0 0 20 0 15 0 132277178 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667783802800 139667762943806 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277178 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277178 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=13980732 memory=280983203211328 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277178 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132277178 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=13980732 memory=837 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) S 27852 27852 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 132277180 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667257641584 139667779578498 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=13980732 memory=42 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132277180 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667256587552 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=13980732 memory=477 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27862/stat : 27862 (java) S 27852 27852 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132277180 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667255535216 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27863] ppid=27852 vsize=13980732 memory=587 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27863/stat : 27863 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132277183 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667254483536 139667779585947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27864] ppid=27852 vsize=13980732 memory=110 CPUtime=0.26 cores=0,2,4,6
/proc/27854/task/27864/stat : 27864 (java) R 27852 27852 4674 0 -1 4202560 1517 0 0 0 26 0 0 0 20 0 15 0 132277183 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667253419984 139667757162128 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27865] ppid=27852 vsize=13980732 memory=7 CPUtime=0.26 cores=0,2,4,6
/proc/27854/task/27865/stat : 27865 (java) R 27852 27852 4674 0 -1 4202560 1104 0 0 0 26 0 0 0 20 0 15 0 132277183 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667252361216 139667765581660 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27866] ppid=27852 vsize=13980732 memory=54856 CPUtime=0.28 cores=0,2,4,6
/proc/27854/task/27866/stat : 27866 (java) R 27852 27852 4674 0 -1 4202560 1633 0 0 0 28 0 0 0 20 0 15 0 132277183 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667251325296 139667772667051 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27867] ppid=27852 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27867/stat : 27867 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132277183 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667250272736 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27868] ppid=27852 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27868/stat : 27868 (java) S 27852 27852 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132277188 14316269568 19329 18446744073709551615 4194304 4196468 140721098788384 139667249220528 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 78692 KiB

[startup+1.50089 s]
/proc/loadavg: 4.23 4.01 3.40 6/216 27868
/proc/meminfo: memFree=31213948/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=13980732 memory=354736 CPUtime=3 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 15550 0 0 0 287 13 0 0 20 0 15 0 132277177 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3495183 88684 3195 1 0 3483476 0
[pid=27854/tid=27855] ppid=27852 vsize=13980732 memory=280983203223776 CPUtime=1.28 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) R 27852 27852 4674 0 -1 4202560 8652 0 0 0 121 7 0 0 20 0 15 0 132277178 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 139667783805696 139667391468263 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=13980732 memory=140491601616608 CPUtime=0.03 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 15 0 132277178 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=13980732 memory=7959527634025729801 CPUtime=0.03 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 15 0 132277178 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=13980732 memory=140491601616672 CPUtime=0.05 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 15 0 132277178 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=13980732 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 42 0 0 0 3 1 0 0 20 0 15 0 132277178 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=13980732 memory=837 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) S 27852 27852 4674 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 132277180 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 139667257641584 139667779578498 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=13980732 memory=42 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 132277180 14316269568 88684 18446744073709551615 4194304 4196468 140721098788384 139667256587616 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=13980732 memory=477 CPUtime=0 cores=0,2,4,6

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

/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 57058 0 0 0 42745 172 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=14047296 memory=3152 CPUtime=429.55 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 88219 0 0 0 42763 192 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=14047296 memory=1376 CPUtime=429.4 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 59104 0 0 0 42785 155 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=14047296 memory=11470696 CPUtime=429.75 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 39727 0 0 0 42767 208 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=14047296 memory=-8774313645642428999 CPUtime=68.12 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) R 27852 27852 4674 0 -1 4202560 112983 0 0 0 6805 7 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667257640016 139667764563775 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=14047296 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667256587616 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=14047296 memory=844 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27862/stat : 27862 (java) S 27852 27852 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667255535232 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27863] ppid=27852 vsize=14047296 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27863/stat : 27863 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667254483536 139667779585947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27864] ppid=27852 vsize=14047296 memory=0 CPUtime=1.09 cores=0,2,4,6
/proc/27854/task/27864/stat : 27864 (java) S 27852 27852 4674 0 -1 1077944384 5346 0 0 0 109 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667253430432 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27865] ppid=27852 vsize=14047296 memory=-8172468297011507069 CPUtime=1.05 cores=0,2,4,6
/proc/27854/task/27865/stat : 27865 (java) S 27852 27852 4674 0 -1 1077944384 4154 0 0 0 104 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667252377344 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27866] ppid=27852 vsize=14047296 memory=667801064204156013 CPUtime=0.52 cores=0,2,4,6
/proc/27854/task/27866/stat : 27866 (java) S 27852 27852 4674 0 -1 1077944384 7756 0 0 0 51 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667251324864 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27867] ppid=27852 vsize=14047296 memory=5868640509670603635 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27867/stat : 27867 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667250272736 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27868] ppid=27852 vsize=14047296 memory=-8774313645642428999 CPUtime=0.49 cores=0,2,4,6
/proc/27854/task/27868/stat : 27868 (java) S 27852 27852 4674 0 -1 1077944384 523 0 0 0 24 25 0 0 20 0 16 0 132277188 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667249220528 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27983] ppid=27852 vsize=14047296 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27983/stat : 27983 (java) S 27852 27852 4674 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 132340957 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667241709120 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 1930.5 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11472096 KiB

[startup+644.001 s]*
/proc/loadavg: 4.43 4.13 3.64 3/216 27983
/proc/meminfo: memFree=17903864/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=14047296 memory=11470720 CPUtime=1931.31 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 408156 0 0 0 192342 789 0 0 20 0 16 0 132277177 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3511824 2867680 3230 1 0 3500117 0
[pid=27854/tid=27855] ppid=27852 vsize=14047296 memory=-8774313645642428999 CPUtime=141.28 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) S 27852 27852 4674 0 -1 1077944384 31843 0 0 0 14083 45 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667783808032 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=14047296 memory=1148 CPUtime=429.17 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 57058 0 0 0 42745 172 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=14047296 memory=3152 CPUtime=429.55 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 88219 0 0 0 42763 192 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=14047296 memory=1376 CPUtime=429.4 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 59104 0 0 0 42785 155 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=14047296 memory=4872558044660077418 CPUtime=429.75 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 39727 0 0 0 42767 208 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=14047296 memory=1728 CPUtime=68.92 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) R 27852 27852 4674 0 -1 4202560 113100 0 0 0 6885 7 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667257640016 139667764024942 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=14047296 memory=4572 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667256587616 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=14047296 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27862/stat : 27862 (java) S 27852 27852 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667255535232 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27863] ppid=27852 vsize=14047296 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27863/stat : 27863 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667254483536 139667779585947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27864] ppid=27852 vsize=14047296 memory=1204 CPUtime=1.09 cores=0,2,4,6
/proc/27854/task/27864/stat : 27864 (java) S 27852 27852 4674 0 -1 1077944384 5346 0 0 0 109 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667253430432 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27865] ppid=27852 vsize=14047296 memory=15880 CPUtime=1.05 cores=0,2,4,6
/proc/27854/task/27865/stat : 27865 (java) S 27852 27852 4674 0 -1 1077944384 4154 0 0 0 104 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667252377344 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27866] ppid=27852 vsize=14047296 memory=4048 CPUtime=0.52 cores=0,2,4,6
/proc/27854/task/27866/stat : 27866 (java) S 27852 27852 4674 0 -1 1077944384 7756 0 0 0 51 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667251324864 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27867] ppid=27852 vsize=14047296 memory=38532 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27867/stat : 27867 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667250272736 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27868] ppid=27852 vsize=14047296 memory=1232 CPUtime=0.49 cores=0,2,4,6
/proc/27854/task/27868/stat : 27868 (java) S 27852 27852 4674 0 -1 1077944384 523 0 0 0 24 25 0 0 20 0 16 0 132277188 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667249220528 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27983] ppid=27852 vsize=14047296 memory=644 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27983/stat : 27983 (java) S 27852 27852 4674 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 132340957 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667241709120 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 1931.31 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11472096 KiB

[startup+644.401 s]
/proc/loadavg: 4.43 4.13 3.64 3/216 27983
/proc/meminfo: memFree=17903864/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=14047296 memory=11470720 CPUtime=1931.7 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 408156 0 0 0 192381 789 0 0 20 0 16 0 132277177 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3511824 2867680 3230 1 0 3500117 0
[pid=27854/tid=27855] ppid=27852 vsize=14047296 memory=1232 CPUtime=141.28 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) S 27852 27852 4674 0 -1 1077944384 31843 0 0 0 14083 45 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667783808032 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=14047296 memory=-8774313645642428999 CPUtime=429.17 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 57058 0 0 0 42745 172 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=14047296 memory=11470720 CPUtime=429.55 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 88219 0 0 0 42763 192 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=14047296 memory=1724 CPUtime=429.4 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 59104 0 0 0 42785 155 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=14047296 memory=2012 CPUtime=429.75 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 39727 0 0 0 42767 208 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=14047296 memory=11056 CPUtime=69.32 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) R 27852 27852 4674 0 -1 4202560 113100 0 0 0 6925 7 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667257640016 139667764024954 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=14047296 memory=11470716 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667256587616 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=14047296 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27862/stat : 27862 (java) S 27852 27852 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667255535232 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27863] ppid=27852 vsize=14047296 memory=984 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27863/stat : 27863 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667254483536 139667779585947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27864] ppid=27852 vsize=14047296 memory=1728 CPUtime=1.09 cores=0,2,4,6
/proc/27854/task/27864/stat : 27864 (java) S 27852 27852 4674 0 -1 1077944384 5346 0 0 0 109 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667253430432 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27865] ppid=27852 vsize=14047296 memory=4572 CPUtime=1.05 cores=0,2,4,6
/proc/27854/task/27865/stat : 27865 (java) S 27852 27852 4674 0 -1 1077944384 4154 0 0 0 104 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667252377344 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27866] ppid=27852 vsize=14047296 memory=1444 CPUtime=0.52 cores=0,2,4,6
/proc/27854/task/27866/stat : 27866 (java) S 27852 27852 4674 0 -1 1077944384 7756 0 0 0 51 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667251324864 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27867] ppid=27852 vsize=14047296 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27867/stat : 27867 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667250272736 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27868] ppid=27852 vsize=14047296 memory=1204 CPUtime=0.5 cores=0,2,4,6
/proc/27854/task/27868/stat : 27868 (java) S 27852 27852 4674 0 -1 1077944384 523 0 0 0 24 26 0 0 20 0 16 0 132277188 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667249220528 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27983] ppid=27852 vsize=14047296 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27983/stat : 27983 (java) S 27852 27852 4674 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 132340957 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667241709120 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 1931.7 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11472096 KiB

[startup+644.501 s]
/proc/loadavg: 4.43 4.13 3.64 3/216 27983
/proc/meminfo: memFree=17903864/32770624 swapFree=67108764/67108860
[pid=27852] ppid=27849 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (xcsp3-exec) S 27849 27852 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 132277168 9740288 344 18446744073709551615 4194304 5098028 140724748233648 140724748231752 140345503208060 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 29155328 140724748235128 140724748235333 140724748235333 140724748238827 0
/proc/27852/statm: 2378 344 289 221 0 87 0
[pid=27854] ppid=27852 vsize=14047296 memory=11470720 CPUtime=1931.8 cores=0,2,4,6
/proc/27854/stat : 27854 (java) S 27852 27852 4674 0 -1 1077944320 408156 0 0 0 192391 789 0 0 20 0 16 0 132277177 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 140721098770928 139667779567351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
/proc/27854/statm: 3511824 2867680 3230 1 0 3500117 0
[pid=27854/tid=27855] ppid=27852 vsize=14047296 memory=1376 CPUtime=141.28 cores=0,2,4,6
/proc/27854/task/27855/stat : 27855 (java) S 27852 27852 4674 0 -1 1077944384 31843 0 0 0 14083 45 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667783808032 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27856] ppid=27852 vsize=14047296 memory=11470720 CPUtime=429.17 cores=0,2,4,6
/proc/27854/task/27856/stat : 27856 (java) S 27852 27852 4674 0 -1 1077944384 57058 0 0 0 42745 172 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667714001296 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27857] ppid=27852 vsize=14047296 memory=11470716 CPUtime=429.55 cores=0,2,4,6
/proc/27854/task/27857/stat : 27857 (java) S 27852 27852 4674 0 -1 1077944384 88219 0 0 0 42763 192 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667712948496 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27858] ppid=27852 vsize=14047296 memory=11470720 CPUtime=429.4 cores=0,2,4,6
/proc/27854/task/27858/stat : 27858 (java) S 27852 27852 4674 0 -1 1077944384 59104 0 0 0 42785 155 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667711896208 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27859] ppid=27852 vsize=14047296 memory=1376 CPUtime=429.75 cores=0,2,4,6
/proc/27854/task/27859/stat : 27859 (java) S 27852 27852 4674 0 -1 1077944384 39727 0 0 0 42767 208 0 0 20 0 16 0 132277178 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667710843408 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27860] ppid=27852 vsize=14047296 memory=2320 CPUtime=69.42 cores=0,2,4,6
/proc/27854/task/27860/stat : 27860 (java) R 27852 27852 4674 0 -1 4202560 113100 0 0 0 6935 7 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667257640016 139667758768403 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27861] ppid=27852 vsize=14047296 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27861/stat : 27861 (java) S 27852 27852 4674 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667256587616 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27862] ppid=27852 vsize=14047296 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27862/stat : 27862 (java) S 27852 27852 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 132277180 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667255535232 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27863] ppid=27852 vsize=14047296 memory=11470680 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27863/stat : 27863 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667254483536 139667779585947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27864] ppid=27852 vsize=14047296 memory=11470696 CPUtime=1.09 cores=0,2,4,6
/proc/27854/task/27864/stat : 27864 (java) S 27852 27852 4674 0 -1 1077944384 5346 0 0 0 109 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667253430432 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27865] ppid=27852 vsize=14047296 memory=1376 CPUtime=1.05 cores=0,2,4,6
/proc/27854/task/27865/stat : 27865 (java) S 27852 27852 4674 0 -1 1077944384 4154 0 0 0 104 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667252377344 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27866] ppid=27852 vsize=14047296 memory=796 CPUtime=0.52 cores=0,2,4,6
/proc/27854/task/27866/stat : 27866 (java) S 27852 27852 4674 0 -1 1077944384 7756 0 0 0 51 1 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667251324864 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27867] ppid=27852 vsize=14047296 memory=984 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27867/stat : 27867 (java) S 27852 27852 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 132277183 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667250272736 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27868] ppid=27852 vsize=14047296 memory=4572 CPUtime=0.5 cores=0,2,4,6
/proc/27854/task/27868/stat : 27868 (java) S 27852 27852 4674 0 -1 1077944384 523 0 0 0 24 26 0 0 20 0 16 0 132277188 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667249220528 139667779578498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
[pid=27854/tid=27983] ppid=27852 vsize=14047296 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/27854/task/27983/stat : 27983 (java) S 27852 27852 4674 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 132340957 14384431104 2867680 18446744073709551615 4194304 4196468 140721098788384 139667241709120 139667779577557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140721098789297 140721098789473 140721098789473 140721098792911 0
Current children cumulated CPU time: 1931.8 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11472096 KiB

Child status: 1
Real time (s): 644.553
CPU time (s): 1931.87
CPU user time (s): 1923.92
CPU system time (s): 7.9485
CPU usage (%): 299.723
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11472096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1923.92
system time used= 7.9485
maximum resident set size= 11470984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27063
involuntary context switches= 18957


# summary of solver processes directly reported to runsolver:
#   pid: 27852
#   total CPU time (s): 1931.87
#   total CPU user time (s): 1923.92
#   total CPU system time (s): 7.9485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.7824 second user time and 6.9124 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-16 03:27:53
IDJOB=4269860
IDBENCH=138457
IDSOLVER=2660
FILE ID=node134/4269860-1502847706
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.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-4269860-1502847706/watcher-4269860-1502847706 -o /tmp/evaluation-result-4269860-1502847706/solver-4269860-1502847706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1663217822 HOME/instance-4269860-1502847706.xml

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

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=1663217822

node134.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.43
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.43
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.43
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.43
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:        31392812 kB
MemAvailable:   31715144 kB
Buffers:          289604 kB
Cached:           335508 kB
SwapCached:            4 kB
Active:           663548 kB
Inactive:         265300 kB
Active(anon):     250556 kB
Inactive(anon):   102676 kB
Active(file):     412992 kB
Inactive(file):   162624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7976 kB
Writeback:             0 kB
AnonPages:        305284 kB
Mapped:            74272 kB
Shmem:             49756 kB
Slab:             152424 kB
SReclaimable:     125100 kB
SUnreclaim:        27324 kB
KernelStack:        3648 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1279164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-16 03:38:38