Trace number 4269861

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)? 1891.35 640.612

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
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 variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269861-1502848456/watcher-4269861-1502848456 -o /tmp/evaluation-result-4269861-1502848456/solver-4269861-1502848456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 409307167 HOME/instance-4269861-1502848456.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=15519, runsolver pid=15516

[startup+0.100202 s]*
/proc/loadavg: 2.04 2.04 2.05 3/196 15520
/proc/meminfo: memFree=28698860/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/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

[startup+0.209626 s]*
/proc/loadavg: 2.04 2.04 2.05 2/210 15534
/proc/meminfo: memFree=28688316/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/statm: 2378 345 289 221 0 87 0
[pid=15521] ppid=15519 vsize=13907304 memory=21736 CPUtime=0.05 cores=0,2,4,6
/proc/15521/stat : 15521 (java) S 15519 15519 11586 0 -1 1077944320 4885 0 0 0 4 1 0 0 20 0 14 0 73186238 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 140732173215776 139936663695095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
/proc/15521/statm: 3476826 5434 2559 1 0 3466323 0
[pid=15521/tid=15522] ppid=15519 vsize=13907304 memory=-6657841344208277854 CPUtime=0.04 cores=0,2,4,6
/proc/15521/task/15522/stat : 15522 (java) D 15519 15519 11586 0 -1 4202560 3057 0 0 0 4 0 0 0 20 0 14 0 73186239 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936667932576 139936663717117 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15523] ppid=15519 vsize=13907304 memory=4211973695418367370 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15523/stat : 15523 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 73186239 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936620661776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15524] ppid=15519 vsize=13907304 memory=139969213576832 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15524/stat : 15524 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 73186239 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936619609232 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15525] ppid=15519 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15525/stat : 15525 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 73186239 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936618556176 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15526] ppid=15519 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15526/stat : 15526 (java) S 15519 15519 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 73186239 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936617503632 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15527] ppid=15519 vsize=13907304 memory=139969213576832 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15527/stat : 15527 (java) S 15519 15519 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 73186241 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936141404400 139936663706242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15528] ppid=15519 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 73186241 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936140350624 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=13907304 memory=139969213576832 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 73186241 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936139297520 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 73186244 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) S 15519 15519 11586 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 14 0 73186244 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936137194224 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 73186244 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936136141680 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) S 15519 15519 11586 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 73186244 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936135088624 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 73186244 14241079296 5434 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23116 KiB

[startup+0.3099 s]*
/proc/loadavg: 2.04 2.04 2.05 6/211 15535
/proc/meminfo: memFree=28683396/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/statm: 2378 345 289 221 0 87 0
[pid=15521] ppid=15519 vsize=13974352 memory=28220 CPUtime=0.13 cores=0,2,4,6
/proc/15521/stat : 15521 (java) S 15519 15519 11586 0 -1 1077944320 5527 0 0 0 12 1 0 0 20 0 15 0 73186238 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 140732173215776 139936663695095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
/proc/15521/statm: 3493588 7055 2845 1 0 3482964 0
[pid=15521/tid=15522] ppid=15519 vsize=13974352 memory=288363917221298210 CPUtime=0.1 cores=0,2,4,6
/proc/15521/task/15522/stat : 15522 (java) R 15519 15519 11586 0 -1 4202560 3456 0 0 0 9 1 0 0 20 0 15 0 73186239 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936667917152 139936663717021 0 4 1 16800974 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15523] ppid=15519 vsize=13974352 memory=301 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15523/stat : 15523 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186239 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936620661776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15524] ppid=15519 vsize=13974352 memory=139969213588731 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15524/stat : 15524 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186239 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936619609232 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15525] ppid=15519 vsize=13974352 memory=-6804530833007812508 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15525/stat : 15525 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186239 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936618556176 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15526] ppid=15519 vsize=13974352 memory=8097827316026060847 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15526/stat : 15526 (java) S 15519 15519 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73186239 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936617503632 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15527] ppid=15519 vsize=13974352 memory=7311575000738338291 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15527/stat : 15527 (java) S 15519 15519 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73186241 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936141404400 139936663706242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15528] ppid=15519 vsize=13974352 memory=3472328296227679279 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73186241 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936140350624 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73186241 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936139297520 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=13974352 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73186244 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) S 15519 15519 11586 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 73186244 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936137194224 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) S 15519 15519 11586 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 73186244 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936136141680 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=13974352 memory=139969213576832 CPUtime=0.02 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) R 15519 15519 11586 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 73186244 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936135088624 139936648005932 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73186244 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15535] ppid=15519 vsize=13974352 memory=139969213576832 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15535/stat : 15535 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186255 14309736448 7055 18446744073709551615 4194304 4196468 140732173233232 139936132983344 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29600 KiB

[startup+0.701341 s]
/proc/loadavg: 2.04 2.04 2.05 3/211 15535
/proc/meminfo: memFree=28664396/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/statm: 2378 345 289 221 0 87 0
[pid=15521] ppid=15519 vsize=13978684 memory=69328 CPUtime=1.12 cores=0,2,4,6
/proc/15521/stat : 15521 (java) S 15519 15519 11586 0 -1 1077944320 12996 0 0 0 107 5 0 0 20 0 15 0 73186238 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 140732173215776 139936663695095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
/proc/15521/statm: 3494671 17332 3157 1 0 3482964 0
[pid=15521/tid=15522] ppid=15519 vsize=13978684 memory=939 CPUtime=0.47 cores=0,2,4,6
/proc/15521/task/15522/stat : 15522 (java) R 15519 15519 11586 0 -1 4202560 7811 0 0 0 44 3 0 0 20 0 15 0 73186239 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936667929200 139936295286784 0 4 1 16800974 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15523] ppid=15519 vsize=13978684 memory=120 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15523/stat : 15523 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186239 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936620661776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15524] ppid=15519 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15524/stat : 15524 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186239 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936619609232 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15525] ppid=15519 vsize=13978684 memory=6224889901039970153 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15525/stat : 15525 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186239 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936618556176 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15526] ppid=15519 vsize=13978684 memory=6935650355287975249 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15526/stat : 15526 (java) S 15519 15519 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73186239 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936617503632 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15527] ppid=15519 vsize=13978684 memory=4638778424102965584 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15527/stat : 15527 (java) S 15519 15519 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73186241 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936141404400 139936663706242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15528] ppid=15519 vsize=13978684 memory=7100839870071150693 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73186241 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936140350624 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=13978684 memory=8370611207638964880 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73186241 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936139297520 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=13978684 memory=-7737605734073691286 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73186244 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=13978684 memory=-7522837415797432223 CPUtime=0.18 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) R 15519 15519 11586 0 -1 4202560 1286 0 0 0 18 0 0 0 20 0 15 0 73186244 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936137180792 139936642946977 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=13978684 memory=4137292528961491315 CPUtime=0.19 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) R 15519 15519 11586 0 -1 4202560 1129 0 0 0 19 0 0 0 20 0 15 0 73186244 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936136130672 139936647191764 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=13978684 memory=8187704045996132563 CPUtime=0.25 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) R 15519 15519 11586 0 -1 4202560 1462 0 0 0 25 0 0 0 20 0 15 0 73186244 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936135088624 139936642830872 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=13978684 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73186244 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15535] ppid=15519 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15535/stat : 15535 (java) S 15519 15519 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73186255 14314172416 17332 18446744073709551615 4194304 4196468 140732173233232 139936132983344 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 70708 KiB

[startup+1.50731 s]
/proc/loadavg: 2.04 2.04 2.05 3/211 15535
/proc/meminfo: memFree=28547904/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/statm: 2378 345 289 221 0 87 0
[pid=15521] ppid=15519 vsize=13980732 memory=351312 CPUtime=2.95 cores=0,2,4,6
/proc/15521/stat : 15521 (java) S 15519 15519 11586 0 -1 1077944320 14746 0 0 0 279 16 0 0 20 0 15 0 73186238 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 140732173215776 139936663695095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
/proc/15521/statm: 3495183 87828 3201 1 0 3483476 0
[pid=15521/tid=15522] ppid=15519 vsize=13980732 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/15521/task/15522/stat : 15522 (java) S 15519 15519 11586 0 -1 1077944384 8629 0 0 0 115 7 0 0 20 0 15 0 73186239 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936667933312 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15523] ppid=15519 vsize=13980732 memory=279938184033712 CPUtime=0.03 cores=0,2,4,6
/proc/15521/task/15523/stat : 15523 (java) R 15519 15519 11586 0 -1 4202560 44 0 0 0 2 1 0 0 20 0 15 0 73186239 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936620661664 139936648722969 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15524] ppid=15519 vsize=13980732 memory=139969091919151 CPUtime=0.03 cores=0,2,4,6
/proc/15521/task/15524/stat : 15524 (java) R 15519 15519 11586 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 15 0 73186239 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936619609232 139936648722969 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15525] ppid=15519 vsize=13980732 memory=279938183826464 CPUtime=0.04 cores=0,2,4,6
/proc/15521/task/15525/stat : 15525 (java) R 15519 15519 11586 0 -1 4202560 42 0 0 0 3 1 0 0 20 0 15 0 73186239 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936618556176 139936648722969 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15526] ppid=15519 vsize=13980732 memory=279938183830912 CPUtime=0.04 cores=0,2,4,6
/proc/15521/task/15526/stat : 15526 (java) R 15519 15519 11586 0 -1 4202560 70 0 0 0 3 1 0 0 20 0 15 0 73186239 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936617503632 139936648722969 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15527] ppid=15519 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15527/stat : 15527 (java) S 15519 15519 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 73186241 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936141402912 139936663705301 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15528] ppid=15519 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 73186241 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936140350624 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 73186241 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936139297520 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73186244 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=13980732 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) S 15519 15519 11586 0 -1 1077944384 1700 0 0 0 56 0 0 0 20 0 15 0 73186244 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936137194224 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=13980732 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) S 15519 15519 11586 0 -1 1077944384 1217 0 0 0 61 0 0 0 20 0 15 0 73186244 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936136126672 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=13980732 memory=4120 CPUtime=0.34 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) S 15519 15519 11586 0 -1 1077944384 1623 0 0 0 33 1 0 0 20 0 15 0 73186244 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936135088624 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=13980732 memory=40604 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73186244 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15535] ppid=15519 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15535/stat : 15535 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73186255 14316269568 87828 18446744073709551615 4194304 4196468 140732173233232 139936132983344 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 13990244 KiB

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

/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936140350688 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=14047296 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936139297536 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=14047296 memory=8980 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=14047296 memory=4616 CPUtime=1.1 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) S 15519 15519 11586 0 -1 1077944384 5697 0 0 0 109 1 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936137194224 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=14047296 memory=-8774313645642428999 CPUtime=1.11 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) S 15519 15519 11586 0 -1 1077944384 4499 0 0 0 111 0 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936136141680 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=14047296 memory=11740528 CPUtime=0.5 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) S 15519 15519 11586 0 -1 1077944384 8643 0 0 0 49 1 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936135088624 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=14047296 memory=796 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15535] ppid=15519 vsize=14047296 memory=9992 CPUtime=0.52 cores=0,2,4,6
/proc/15521/task/15535/stat : 15535 (java) S 15519 15519 11586 0 -1 1077944384 763 0 0 0 27 25 0 0 20 0 16 0 73186255 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936132983344 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15586] ppid=15519 vsize=14047296 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15586/stat : 15586 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73249629 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936124423616 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 1881.03 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11741964 KiB

[startup+638.401 s]
/proc/loadavg: 4.58 3.94 2.98 6/216 15586
/proc/meminfo: memFree=16942740/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/statm: 2378 345 289 221 0 87 0
[pid=15521] ppid=15519 vsize=14047296 memory=11740584 CPUtime=1887.37 cores=0,2,4,6
/proc/15521/stat : 15521 (java) S 15519 15519 11586 0 -1 1077944320 463352 0 0 0 187995 742 0 0 20 0 16 0 73186238 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 140732173215776 139936663695095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
/proc/15521/statm: 3511824 2935146 3229 1 0 3500117 0
[pid=15521/tid=15522] ppid=15519 vsize=14047296 memory=1440 CPUtime=159.1 cores=0,2,4,6
/proc/15521/task/15522/stat : 15522 (java) S 15519 15519 11586 0 -1 1077944384 32233 0 0 0 15864 46 0 0 20 0 16 0 73186239 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936667935776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15523] ppid=15519 vsize=14047296 memory=1204 CPUtime=416.3 cores=0,2,4,6
/proc/15521/task/15523/stat : 15523 (java) R 15519 15519 11586 0 -1 4202560 83864 0 0 0 41459 171 0 0 20 0 16 0 73186239 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936620661896 139936656798074 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15524] ppid=15519 vsize=14047296 memory=15880 CPUtime=415.79 cores=0,2,4,6
/proc/15521/task/15524/stat : 15524 (java) R 15519 15519 11586 0 -1 4202560 80169 0 0 0 41412 167 0 0 20 0 16 0 73186239 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936619609352 139936648395043 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15525] ppid=15519 vsize=14047296 memory=-3622645143214314312 CPUtime=416.45 cores=0,2,4,6
/proc/15521/task/15525/stat : 15525 (java) R 15519 15519 11586 0 -1 4202560 85833 0 0 0 41475 170 0 0 20 0 16 0 73186239 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936618556296 139936648684573 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15526] ppid=15519 vsize=14047296 memory=1996 CPUtime=417.12 cores=0,2,4,6
/proc/15521/task/15526/stat : 15526 (java) R 15519 15519 11586 0 -1 4202560 61680 0 0 0 41541 171 0 0 20 0 16 0 73186239 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936617503752 139936648684573 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15527] ppid=15519 vsize=14047296 memory=796 CPUtime=59.29 cores=0,2,4,6
/proc/15521/task/15527/stat : 15527 (java) S 15519 15519 11586 0 -1 1077944384 98630 0 0 0 5922 7 0 0 20 0 16 0 73186241 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936141402944 139936663705301 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15528] ppid=15519 vsize=14047296 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936140350688 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=14047296 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936139297536 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=14047296 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=14047296 memory=1296 CPUtime=1.1 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) S 15519 15519 11586 0 -1 1077944384 5697 0 0 0 109 1 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936137194224 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=14047296 memory=1728 CPUtime=1.11 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) S 15519 15519 11586 0 -1 1077944384 4499 0 0 0 111 0 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936136141680 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=14047296 memory=5788 CPUtime=0.5 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) S 15519 15519 11586 0 -1 1077944384 8643 0 0 0 49 1 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936135088624 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=14047296 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15535] ppid=15519 vsize=14047296 memory=1380 CPUtime=0.52 cores=0,2,4,6
/proc/15521/task/15535/stat : 15535 (java) S 15519 15519 11586 0 -1 1077944384 765 0 0 0 27 25 0 0 20 0 16 0 73186255 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936132983344 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15586] ppid=15519 vsize=14047296 memory=11740584 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15586/stat : 15586 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73249629 14384431104 2935146 18446744073709551615 4194304 4196468 140732173233232 139936124423616 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 1887.37 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11741964 KiB

[startup+640.001 s]*
/proc/loadavg: 4.37 3.91 2.98 3/216 15586
/proc/meminfo: memFree=16942740/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/statm: 2378 345 289 221 0 87 0
[pid=15521] ppid=15519 vsize=14047296 memory=11740588 CPUtime=1890.74 cores=0,2,4,6
/proc/15521/stat : 15521 (java) S 15519 15519 11586 0 -1 1077944320 463693 0 0 0 188332 742 0 0 20 0 16 0 73186238 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 140732173215776 139936663695095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
/proc/15521/statm: 3511824 2935147 3229 1 0 3500117 0
[pid=15521/tid=15522] ppid=15519 vsize=14047296 memory=-8195925453750481479 CPUtime=159.1 cores=0,2,4,6
/proc/15521/task/15522/stat : 15522 (java) S 15519 15519 11586 0 -1 1077944384 32233 0 0 0 15864 46 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936667935776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15523] ppid=15519 vsize=14047296 memory=-7003737579269690708 CPUtime=416.89 cores=0,2,4,6
/proc/15521/task/15523/stat : 15523 (java) S 15519 15519 11586 0 -1 1077944384 83869 0 0 0 41518 171 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936620661776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15524] ppid=15519 vsize=14047296 memory=644 CPUtime=416.38 cores=0,2,4,6
/proc/15521/task/15524/stat : 15524 (java) S 15519 15519 11586 0 -1 1077944384 80250 0 0 0 41471 167 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936619609232 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15525] ppid=15519 vsize=14047296 memory=1788 CPUtime=417.04 cores=0,2,4,6
/proc/15521/task/15525/stat : 15525 (java) S 15519 15519 11586 0 -1 1077944384 85835 0 0 0 41534 170 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936618556176 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15526] ppid=15519 vsize=14047296 memory=956 CPUtime=417.71 cores=0,2,4,6
/proc/15521/task/15526/stat : 15526 (java) S 15519 15519 11586 0 -1 1077944384 61808 0 0 0 41600 171 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936617503632 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15527] ppid=15519 vsize=14047296 memory=1236 CPUtime=60.31 cores=0,2,4,6
/proc/15521/task/15527/stat : 15527 (java) R 15519 15519 11586 0 -1 4202560 98754 0 0 0 6024 7 0 0 20 0 16 0 73186241 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936141402944 139936648691604 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15528] ppid=15519 vsize=14047296 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936140350688 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=14047296 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936139297536 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=14047296 memory=4284 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=14047296 memory=928 CPUtime=1.1 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) S 15519 15519 11586 0 -1 1077944384 5698 0 0 0 109 1 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936137193984 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=14047296 memory=1580 CPUtime=1.11 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) S 15519 15519 11586 0 -1 1077944384 4499 0 0 0 111 0 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936136141728 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=14047296 memory=2168 CPUtime=0.5 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) S 15519 15519 11586 0 -1 1077944384 8643 0 0 0 49 1 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936135088672 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=14047296 memory=836 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15535] ppid=15519 vsize=14047296 memory=-8774313645642428999 CPUtime=0.52 cores=0,2,4,6
/proc/15521/task/15535/stat : 15535 (java) S 15519 15519 11586 0 -1 1077944384 765 0 0 0 27 25 0 0 20 0 16 0 73186255 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936132983344 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15586] ppid=15519 vsize=14047296 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15586/stat : 15586 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73249629 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936124423616 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 1890.74 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11741968 KiB

[startup+640.401 s]
/proc/loadavg: 4.37 3.91 2.98 3/216 15586
/proc/meminfo: memFree=16942740/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/statm: 2378 345 289 221 0 87 0
[pid=15521] ppid=15519 vsize=14047296 memory=11740588 CPUtime=1891.14 cores=0,2,4,6
/proc/15521/stat : 15521 (java) S 15519 15519 11586 0 -1 1077944320 463693 0 0 0 188371 743 0 0 20 0 16 0 73186238 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 140732173215776 139936663695095 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
/proc/15521/statm: 3511824 2935147 3229 1 0 3500117 0
[pid=15521/tid=15522] ppid=15519 vsize=14047296 memory=5788 CPUtime=159.1 cores=0,2,4,6
/proc/15521/task/15522/stat : 15522 (java) S 15519 15519 11586 0 -1 1077944384 32233 0 0 0 15864 46 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936667935776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15523] ppid=15519 vsize=14047296 memory=-8774313645642428999 CPUtime=416.89 cores=0,2,4,6
/proc/15521/task/15523/stat : 15523 (java) S 15519 15519 11586 0 -1 1077944384 83869 0 0 0 41518 171 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936620661776 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15524] ppid=15519 vsize=14047296 memory=1380 CPUtime=416.38 cores=0,2,4,6
/proc/15521/task/15524/stat : 15524 (java) S 15519 15519 11586 0 -1 1077944384 80250 0 0 0 41471 167 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936619609232 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15525] ppid=15519 vsize=14047296 memory=11740584 CPUtime=417.04 cores=0,2,4,6
/proc/15521/task/15525/stat : 15525 (java) S 15519 15519 11586 0 -1 1077944384 85835 0 0 0 41534 170 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936618556176 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15526] ppid=15519 vsize=14047296 memory=4120 CPUtime=417.71 cores=0,2,4,6
/proc/15521/task/15526/stat : 15526 (java) S 15519 15519 11586 0 -1 1077944384 61808 0 0 0 41600 171 0 0 20 0 16 0 73186239 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936617503632 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15527] ppid=15519 vsize=14047296 memory=2168 CPUtime=60.7 cores=0,2,4,6
/proc/15521/task/15527/stat : 15527 (java) R 15519 15519 11586 0 -1 4202560 98754 0 0 0 6063 7 0 0 20 0 16 0 73186241 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936141402944 139936648691476 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15528] ppid=15519 vsize=14047296 memory=836 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15528/stat : 15528 (java) S 15519 15519 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936140350688 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15529] ppid=15519 vsize=14047296 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15529/stat : 15529 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73186241 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936139297536 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15530] ppid=15519 vsize=14047296 memory=2788 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15530/stat : 15530 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936138246096 139936663713691 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15531] ppid=15519 vsize=14047296 memory=-8774313645642428999 CPUtime=1.1 cores=0,2,4,6
/proc/15521/task/15531/stat : 15531 (java) S 15519 15519 11586 0 -1 1077944384 5698 0 0 0 109 1 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936137193984 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15532] ppid=15519 vsize=14047296 memory=1380 CPUtime=1.11 cores=0,2,4,6
/proc/15521/task/15532/stat : 15532 (java) S 15519 15519 11586 0 -1 1077944384 4499 0 0 0 111 0 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936136141728 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15533] ppid=15519 vsize=14047296 memory=1380 CPUtime=0.5 cores=0,2,4,6
/proc/15521/task/15533/stat : 15533 (java) S 15519 15519 11586 0 -1 1077944384 8643 0 0 0 49 1 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936135088672 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15534] ppid=15519 vsize=14047296 memory=11740584 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15534/stat : 15534 (java) S 15519 15519 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73186244 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936134036320 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15535] ppid=15519 vsize=14047296 memory=1996 CPUtime=0.53 cores=0,2,4,6
/proc/15521/task/15535/stat : 15535 (java) S 15519 15519 11586 0 -1 1077944384 765 0 0 0 27 26 0 0 20 0 16 0 73186255 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936132983344 139936663706242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
[pid=15521/tid=15586] ppid=15519 vsize=14047296 memory=796 CPUtime=0 cores=0,2,4,6
/proc/15521/task/15586/stat : 15586 (java) S 15519 15519 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 73249629 14384431104 2935147 18446744073709551615 4194304 4196468 140732173233232 139936124423616 139936663705301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13135872 140732173234609 140732173234785 140732173234785 140732173238223 0
Current children cumulated CPU time: 1891.14 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11741968 KiB

[startup+640.601 s]
/proc/loadavg: 4.37 3.91 2.98 3/216 15586
/proc/meminfo: memFree=16942740/32770624 swapFree=67108860/67108860
[pid=15519] ppid=15516 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/15519/stat : 15519 (xcsp3-exec) S 15516 15519 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73186228 9740288 345 18446744073709551615 4194304 5098028 140736315557920 140736315556024 140067725845116 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 16936960 140736315560313 140736315560517 140736315560517 140736315564011 0
/proc/15519/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): 640.612
CPU time (s): 1891.35
CPU user time (s): 1883.86
CPU system time (s): 7.48454
CPU usage (%): 295.241
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11741968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1883.86
system time used= 7.48454
maximum resident set size= 11740852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464338
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24326
involuntary context switches= 17504


# summary of solver processes directly reported to runsolver:
#   pid: 15519
#   total CPU time (s): 1891.35
#   total CPU user time (s): 1883.86
#   total CPU system time (s): 7.48454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.99519 second user time and 6.61486 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 03:40:00
IDJOB=4269861
IDBENCH=138550
IDSOLVER=2660
FILE ID=node124/4269861-1502848456
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.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-4269861-1502848456/watcher-4269861-1502848456 -o /tmp/evaluation-result-4269861-1502848456/solver-4269861-1502848456 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 409307167 HOME/instance-4269861-1502848456.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=409307167

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28699828 kB
MemAvailable:   29152448 kB
Buffers:          252912 kB
Cached:           486480 kB
SwapCached:            0 kB
Active:          3311444 kB
Inactive:         305620 kB
Active(anon):    2829344 kB
Inactive(anon):    81944 kB
Active(file):     482100 kB
Inactive(file):   223676 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8100 kB
Writeback:             0 kB
AnonPages:       2877540 kB
Mapped:            61004 kB
Shmem:             33512 kB
Slab:             152240 kB
SReclaimable:     125356 kB
SUnreclaim:        26884 kB
KernelStack:        3424 kB
PageTables:        10620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5234884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2719744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-16 03:50:40