Trace number 4284065

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)? 1135.7 353.18399

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-02.xml
MD5SUM80353dd8c937a5bb459a24b290639269
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 variables200
Number of constraints14950
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":200}]
Minimum variable degree100
Maximum variable degree199
Distribution of variable degrees[{"degree":100,"count":100},{"degree":199,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":14950}]
Number of extensional constraints0
Number of intensional constraints14950
Distribution of constraint types[{"type":"intension","count":14950}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284065-1503221705.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4284065-1503221705.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.36	c simple solver
0.42/0.43	c parse instance...
1102.47/344.54	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1102.47/344.54		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
1102.47/344.54		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
1102.47/344.54		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
1102.47/344.54		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
1102.47/344.54		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1102.47/344.54		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1102.47/344.54		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1102.47/344.54		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1102.47/344.54		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1102.47/344.54		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1102.47/344.54		at org.xcsp.parser.XCallbacks$$Lambda$52/1668627309.accept(Unknown Source)
1102.47/344.54		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1102.47/344.54		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1102.47/344.54		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1102.47/344.54		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1102.47/344.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1102.47/344.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1102.47/344.54		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1102.47/344.54		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1102.47/344.54		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
1102.47/344.54		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1102.47/344.54		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1135.62/353.13	s UNKNOWN
1135.62/353.13	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 (15279 MiB free)
  memory of node 1: 16384 MiB (14516 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284065-1503221705/watcher-4284065-1503221705 -o /tmp/evaluation-result-4284065-1503221705/solver-4284065-1503221705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1383534292 HOME/instance-4284065-1503221705.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=31683, runsolver pid=31680

[startup+0.100153 s]*
/proc/loadavg: 2.03 1.83 1.69 3/200 31684
/proc/meminfo: memFree=30510604/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=33976 memory=452 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (runsolver) D 31680 31683 8557 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 124365516 34791424 113 18446744073709551615 4194304 4346622 140735338338304 140735338334936 140493891785431 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 11571200 140735338340406 140735338340900 140735338340900 140735338344394 0
/proc/31683/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209372 s]*
/proc/loadavg: 2.03 1.83 1.69 3/214 31698
/proc/meminfo: memFree=30500196/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (xcsp3-exec) S 31680 31683 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124365516 9740288 345 18446744073709551615 4194304 5098028 140729817059408 140729817057512 139833473483388 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 38895616 140729817067896 140729817068101 140729817068101 140729817071595 0
/proc/31683/statm: 2378 345 289 221 0 87 0
[pid=31685] ppid=31683 vsize=13907304 memory=21660 CPUtime=0.05 cores=0,2,4,6
/proc/31685/stat : 31685 (java) S 31683 31683 8557 0 -1 1077944320 4801 0 0 0 4 1 0 0 20 0 14 0 124365528 14241079296 5415 18446744073709551615 4194304 4196468 140720358888608 140720358871152 140566355992311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
/proc/31685/statm: 3477083 5415 2573 1 0 3466580 0
[pid=31685/tid=31686] ppid=31683 vsize=13973868 memory=8390339637985935414 CPUtime=0.04 cores=0,2,4,6
/proc/31685/task/31686/stat : 31686 (java) R 31683 31683 8557 0 -1 4202560 2982 0 0 0 3 1 0 0 20 0 15 0 124365528 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140566360234592 140566356014237 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31687] ppid=31683 vsize=13973868 memory=288230596118061782 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31687/stat : 31687 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140566297938448 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=13973868 memory=3761834996176017056 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140566296885904 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140566295832848 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) S 31683 31683 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124365529 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140566294780304 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=13973868 memory=140493894735488 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) S 31683 31683 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124365530 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565901675248 140566356003458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124365530 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565900621472 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124365531 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565899568368 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) S 31683 31683 8557 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 124365533 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565897464048 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365533 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565896411504 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=13973868 memory=140493894735488 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) R 31683 31683 8557 0 -1 4202560 224 0 0 0 0 0 0 0 20 0 15 0 124365533 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566335127852 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=13973868 memory=140493894735488 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365538 14309240832 5415 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23040 KiB

[startup+0.310511 s]*
/proc/loadavg: 2.03 1.83 1.69 3/215 31699
/proc/meminfo: memFree=30487268/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (xcsp3-exec) S 31680 31683 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124365516 9740288 345 18446744073709551615 4194304 5098028 140729817059408 140729817057512 139833473483388 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 38895616 140729817067896 140729817068101 140729817068101 140729817071595 0
/proc/31683/statm: 2378 345 289 221 0 87 0
[pid=31685] ppid=31683 vsize=13974352 memory=34504 CPUtime=0.23 cores=0,2,4,6
/proc/31685/stat : 31685 (java) S 31683 31683 8557 0 -1 1077944320 8725 0 0 0 20 3 0 0 20 0 15 0 124365528 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140720358871152 140566355992311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
/proc/31685/statm: 3493588 8626 2979 1 0 3482964 0
[pid=31685/tid=31686] ppid=31683 vsize=13974352 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/31685/task/31686/stat : 31686 (java) R 31683 31683 8557 0 -1 4202560 5914 0 0 0 12 2 0 0 20 0 15 0 124365528 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140566360214688 140566356014237 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31687] ppid=31683 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31687/stat : 31687 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140566297938448 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=13974352 memory=140493894735488 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140566296885904 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140566295832848 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) S 31683 31683 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124365529 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140566294780304 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=13974352 memory=140493894735488 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) S 31683 31683 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124365530 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565901675248 140566356003458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124365530 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565900621472 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124365531 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565899568368 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) S 31683 31683 8557 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 15 0 124365533 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565897464048 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) S 31683 31683 8557 0 -1 1077944384 391 0 0 0 1 0 0 0 20 0 15 0 124365533 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565896411504 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=13974352 memory=140493894735488 CPUtime=0.05 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) S 31683 31683 8557 0 -1 1077944384 737 0 0 0 5 0 0 0 20 0 15 0 124365533 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=13974352 memory=140493894735488 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365538 14309736448 8626 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 35884 KiB

[startup+0.705244 s]
/proc/loadavg: 2.03 1.83 1.69 5/215 31699
/proc/meminfo: memFree=30467592/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (xcsp3-exec) S 31680 31683 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124365516 9740288 345 18446744073709551615 4194304 5098028 140729817059408 140729817057512 139833473483388 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 38895616 140729817067896 140729817068101 140729817068101 140729817071595 0
/proc/31683/statm: 2378 345 289 221 0 87 0
[pid=31685] ppid=31683 vsize=13978684 memory=78288 CPUtime=1.3 cores=0,2,4,6
/proc/31685/stat : 31685 (java) S 31683 31683 8557 0 -1 1077944320 13231 0 0 0 124 6 0 0 20 0 15 0 124365528 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140720358871152 140566355992311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
/proc/31685/statm: 3494671 19572 3157 1 0 3482964 0
[pid=31685/tid=31686] ppid=31683 vsize=13978684 memory=4044 CPUtime=0.52 cores=0,2,4,6
/proc/31685/task/31686/stat : 31686 (java) R 31683 31683 8557 0 -1 4202560 7807 0 0 0 48 4 0 0 20 0 15 0 124365528 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140566360226184 140565977993448 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31687] ppid=31683 vsize=13978684 memory=644 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31687/stat : 31687 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140566297938448 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=13978684 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140566296885904 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=13978684 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140566295832848 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=13978684 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) S 31683 31683 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124365529 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140566294780304 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=13978684 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) S 31683 31683 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124365530 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565901675248 140566356003458 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=13978684 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124365530 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565900621472 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=13978684 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124365531 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565899568368 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=13978684 memory=920 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=13978684 memory=2032 CPUtime=0.24 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) R 31683 31683 8557 0 -1 4202560 1258 0 0 0 24 0 0 0 20 0 15 0 124365533 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565897451296 140566335216777 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=13978684 memory=832 CPUtime=0.22 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) R 31683 31683 8557 0 -1 4202560 1272 0 0 0 22 0 0 0 20 0 15 0 124365533 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565896401424 140566342014574 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=13978684 memory=56940 CPUtime=0.27 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) S 31683 31683 8557 0 -1 1077944384 1587 0 0 0 27 0 0 0 20 0 15 0 124365533 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365538 14314172416 19572 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 79668 KiB

[startup+1.50082 s]
/proc/loadavg: 2.03 1.83 1.69 5/215 31699
/proc/meminfo: memFree=30331440/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (xcsp3-exec) S 31680 31683 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124365516 9740288 345 18446744073709551615 4194304 5098028 140729817059408 140729817057512 139833473483388 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 38895616 140729817067896 140729817068101 140729817068101 140729817071595 0
/proc/31683/statm: 2378 345 289 221 0 87 0
[pid=31685] ppid=31683 vsize=13980732 memory=193892 CPUtime=3.16 cores=0,2,4,6
/proc/31685/stat : 31685 (java) S 31683 31683 8557 0 -1 1077944320 15043 0 0 0 307 9 0 0 20 0 15 0 124365528 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140720358871152 140566355992311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
/proc/31685/statm: 3495183 48473 3201 1 0 3483476 0
[pid=31685/tid=31686] ppid=31683 vsize=13980732 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/31685/task/31686/stat : 31686 (java) R 31683 31683 8557 0 -1 4202560 8432 0 0 0 124 6 0 0 20 0 15 0 124365528 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140566360218640 140566356004246 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31687] ppid=31683 vsize=13980732 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31687/stat : 31687 (java) S 31683 31683 8557 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 124365529 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140566297938448 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=13980732 memory=67000 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) S 31683 31683 8557 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 124365529 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140566296885904 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365529 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140566295832848 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) S 31683 31683 8557 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 124365529 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140566294780304 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=13980732 memory=1672 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) S 31683 31683 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 124365530 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565901675248 140566356003458 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=13980732 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124365530 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565900621472 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124365531 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565899568368 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=13980732 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) S 31683 31683 8557 0 -1 1077944384 1712 0 0 0 71 0 0 0 20 0 15 0 124365533 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565897464048 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=13980732 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) S 31683 31683 8557 0 -1 1077944384 1706 0 0 0 72 0 0 0 20 0 15 0 124365533 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565896411504 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=13980732 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) R 31683 31683 8557 0 -1 1077944384 1732 0 0 0 36 0 0 0 20 0 15 0 124365533 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566356003458 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=13980732 memory=43772361331 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124365533 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124365538 14316269568 48473 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0

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

/proc/31685/task/31687/stat : 31687 (java) R 31683 31683 8557 0 -1 4202560 20617 0 0 0 25619 236 0 0 20 0 16 0 124365529 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140566297938336 140566340977607 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=14047296 memory=1380 CPUtime=259.08 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) R 31683 31683 8557 0 -1 4202560 23170 0 0 0 25660 248 0 0 20 0 16 0 124365529 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140566296886104 140566340689958 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=14047296 memory=11336204 CPUtime=258.91 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) R 31683 31683 8557 0 -1 4202560 22671 0 0 0 25635 256 0 0 20 0 16 0 124365529 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140566295833048 140566340689950 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=14047296 memory=872 CPUtime=258.87 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) R 31683 31683 8557 0 -1 4202560 22655 0 0 0 25620 267 0 0 20 0 16 0 124365529 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140566294780504 140566340689950 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=14047296 memory=1992 CPUtime=8.41 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) S 31683 31683 8557 0 -1 1077944384 65889 0 0 0 837 4 0 0 20 0 16 0 124365530 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565901673568 140566356002517 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=14047296 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 124365530 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565900621536 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=14047296 memory=7356 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 124365531 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565899568384 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=14047296 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=14047296 memory=14340 CPUtime=1.82 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) S 31683 31683 8557 0 -1 1077944384 5469 0 0 0 181 1 0 0 20 0 16 0 124365533 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565897464048 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=14047296 memory=796 CPUtime=1.84 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) S 31683 31683 8557 0 -1 1077944384 8601 0 0 0 183 1 0 0 20 0 16 0 124365533 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565896411504 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=14047296 memory=1228 CPUtime=0.52 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) S 31683 31683 8557 0 -1 1077944384 3286 0 0 0 51 1 0 0 20 0 16 0 124365533 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=14047296 memory=1400 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=14047296 memory=15348 CPUtime=0.3 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 360 0 0 0 13 17 0 0 20 0 16 0 124365538 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31733] ppid=31683 vsize=14047296 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31733/stat : 31733 (java) S 31683 31683 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124400549 14384431104 2834064 18446744073709551615 4194304 4196468 140720358888608 140565817417664 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
Current children cumulated CPU time: 1131.38 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11337636 KiB

[startup+352.801 s]
/proc/loadavg: 4.67 3.56 2.47 7/212 31733
/proc/meminfo: memFree=19295060/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (xcsp3-exec) S 31680 31683 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124365516 9740288 345 18446744073709551615 4194304 5098028 140729817059408 140729817057512 139833473483388 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 38895616 140729817067896 140729817068101 140729817068101 140729817071595 0
/proc/31683/statm: 2378 345 289 221 0 87 0
[pid=31685] ppid=31683 vsize=14047296 memory=11336260 CPUtime=1134.51 cores=0,2,4,6
/proc/31685/stat : 31685 (java) S 31683 31683 8557 0 -1 1077944320 190928 0 0 0 112420 1031 0 0 20 0 16 0 124365528 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140720358871152 140566355992311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
/proc/31685/statm: 3511824 2834065 3246 1 0 3500117 0
[pid=31685/tid=31686] ppid=31683 vsize=14047296 memory=288230617509003574 CPUtime=82.98 cores=0,2,4,6
/proc/31685/task/31686/stat : 31686 (java) S 31683 31683 8557 0 -1 1077944384 14678 0 0 0 8287 11 0 0 20 0 16 0 124365528 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566360232992 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31687] ppid=31683 vsize=14047296 memory=15540738687502695 CPUtime=259.33 cores=0,2,4,6
/proc/31685/task/31687/stat : 31687 (java) R 31683 31683 8557 0 -1 4202560 21054 0 0 0 25697 236 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566297938648 140566340988903 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=14047296 memory=1240 CPUtime=259.87 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) R 31683 31683 8557 0 -1 4202560 23677 0 0 0 25739 248 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566296885904 140566337601920 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=14047296 memory=40104 CPUtime=259.69 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) R 31683 31683 8557 0 -1 4202560 22942 0 0 0 25713 256 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566295832736 140566340691127 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=14047296 memory=4044 CPUtime=259.65 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) R 31683 31683 8557 0 -1 4202560 23102 0 0 0 25698 267 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566294780504 140566340691181 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=14047296 memory=644 CPUtime=8.42 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) S 31683 31683 8557 0 -1 1077944384 66413 0 0 0 838 4 0 0 20 0 16 0 124365530 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565901673792 140566356002517 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=14047296 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 124365530 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565900621536 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=14047296 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 124365531 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565899568384 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=14047296 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=14047296 memory=-8774313645642428999 CPUtime=1.82 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) S 31683 31683 8557 0 -1 1077944384 5469 0 0 0 181 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565897464048 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=14047296 memory=11336024 CPUtime=1.84 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) S 31683 31683 8557 0 -1 1077944384 8601 0 0 0 183 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565896411504 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=14047296 memory=67028 CPUtime=0.52 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) S 31683 31683 8557 0 -1 1077944384 3286 0 0 0 51 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=14047296 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=14047296 memory=1240 CPUtime=0.3 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 380 0 0 0 13 17 0 0 20 0 16 0 124365538 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31733] ppid=31683 vsize=14047296 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31733/stat : 31733 (java) S 31683 31683 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124400549 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565817417664 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
Current children cumulated CPU time: 1134.51 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11337640 KiB

[startup+353.005 s]*
/proc/loadavg: 4.67 3.56 2.47 6/212 31733
/proc/meminfo: memFree=19295060/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (xcsp3-exec) S 31680 31683 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124365516 9740288 345 18446744073709551615 4194304 5098028 140729817059408 140729817057512 139833473483388 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 38895616 140729817067896 140729817068101 140729817068101 140729817071595 0
/proc/31683/statm: 2378 345 289 221 0 87 0
[pid=31685] ppid=31683 vsize=14047296 memory=11336260 CPUtime=1135.36 cores=0,2,4,6
/proc/31685/stat : 31685 (java) S 31683 31683 8557 0 -1 1077944320 191416 0 0 0 112504 1032 0 0 20 0 16 0 124365528 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140720358871152 140566355992311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
/proc/31685/statm: 3511824 2834065 3246 1 0 3500117 0
[pid=31685/tid=31686] ppid=31683 vsize=14047296 memory=-8774313645642428999 CPUtime=82.98 cores=0,2,4,6
/proc/31685/task/31686/stat : 31686 (java) S 31683 31683 8557 0 -1 1077944384 14678 0 0 0 8287 11 0 0 20 0 16 0 124365528 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566360232992 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31687] ppid=31683 vsize=14047296 memory=3024 CPUtime=259.53 cores=0,2,4,6
/proc/31685/task/31687/stat : 31687 (java) R 31683 31683 8557 0 -1 4202560 21186 0 0 0 25717 236 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566297938648 140566340988715 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=14047296 memory=2760 CPUtime=260.08 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) R 31683 31683 8557 0 -1 4202560 23921 0 0 0 25760 248 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566296886104 140566340988929 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=14047296 memory=4072 CPUtime=259.91 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) R 31683 31683 8557 0 -1 4202560 22946 0 0 0 25735 256 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566295832736 140566340988718 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=14047296 memory=1156 CPUtime=259.86 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) R 31683 31683 8557 0 -1 4202560 23210 0 0 0 25719 267 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566294780504 140566340988945 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=14047296 memory=3120 CPUtime=8.42 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) S 31683 31683 8557 0 -1 1077944384 66413 0 0 0 838 4 0 0 20 0 16 0 124365530 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565901673792 140566356002517 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=14047296 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 124365530 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565900621536 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=14047296 memory=705200 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 124365531 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565899568384 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=14047296 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=14047296 memory=1380 CPUtime=1.82 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) S 31683 31683 8557 0 -1 1077944384 5469 0 0 0 181 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565897464048 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=14047296 memory=11336244 CPUtime=1.84 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) S 31683 31683 8557 0 -1 1077944384 8601 0 0 0 183 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565896411504 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=14047296 memory=-8774313645642428999 CPUtime=0.52 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) S 31683 31683 8557 0 -1 1077944384 3286 0 0 0 51 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=14047296 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=14047296 memory=-7023579799431922829 CPUtime=0.3 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 380 0 0 0 13 17 0 0 20 0 16 0 124365538 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31733] ppid=31683 vsize=14047296 memory=4426639978525455914 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31733/stat : 31733 (java) S 31683 31683 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124400549 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565817417664 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
Current children cumulated CPU time: 1135.36 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11337640 KiB

[startup+353.11 s]
/proc/loadavg: 4.67 3.56 2.47 6/212 31733
/proc/meminfo: memFree=19295060/32770624 swapFree=67105588/67108860
[pid=31683] ppid=31680 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31683/stat : 31683 (xcsp3-exec) S 31680 31683 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124365516 9740288 345 18446744073709551615 4194304 5098028 140729817059408 140729817057512 139833473483388 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 11 0 0 7196144 7232144 38895616 140729817067896 140729817068101 140729817068101 140729817071595 0
/proc/31683/statm: 2378 345 289 221 0 87 0
[pid=31685] ppid=31683 vsize=14047296 memory=11336260 CPUtime=1135.62 cores=0,2,4,6
/proc/31685/stat : 31685 (java) S 31683 31683 8557 0 -1 1077944320 191515 0 0 0 112530 1032 0 0 20 0 16 0 124365528 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140720358871152 140566355992311 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
/proc/31685/statm: 3511824 2834065 3246 1 0 3500117 0
[pid=31685/tid=31686] ppid=31683 vsize=14047296 memory=11336256 CPUtime=82.98 cores=0,2,4,6
/proc/31685/task/31686/stat : 31686 (java) S 31683 31683 8557 0 -1 1077944384 14678 0 0 0 8287 11 0 0 20 0 16 0 124365528 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566360232992 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31687] ppid=31683 vsize=14047296 memory=11336204 CPUtime=259.58 cores=0,2,4,6
/proc/31685/task/31687/stat : 31687 (java) S 31683 31683 8557 0 -1 1077944384 21257 0 0 0 25722 236 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566297938448 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31688] ppid=31683 vsize=14047296 memory=11336156 CPUtime=260.13 cores=0,2,4,6
/proc/31685/task/31688/stat : 31688 (java) S 31683 31683 8557 0 -1 1077944384 23943 0 0 0 25765 248 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566296885904 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31689] ppid=31683 vsize=14047296 memory=11336256 CPUtime=259.96 cores=0,2,4,6
/proc/31685/task/31689/stat : 31689 (java) S 31683 31683 8557 0 -1 1077944384 22947 0 0 0 25740 256 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566295832848 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31690] ppid=31683 vsize=14047296 memory=11336260 CPUtime=259.92 cores=0,2,4,6
/proc/31685/task/31690/stat : 31690 (java) S 31683 31683 8557 0 -1 1077944384 23214 0 0 0 25725 267 0 0 20 0 16 0 124365529 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140566294780304 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31691] ppid=31683 vsize=14047296 memory=1380 CPUtime=8.46 cores=0,2,4,6
/proc/31685/task/31691/stat : 31691 (java) R 31683 31683 8557 0 -1 4202560 66414 0 0 0 842 4 0 0 20 0 16 0 124365530 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565901673792 140566334362491 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31692] ppid=31683 vsize=14047296 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31692/stat : 31692 (java) S 31683 31683 8557 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 124365530 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565900621536 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31693] ppid=31683 vsize=14047296 memory=11336256 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31693/stat : 31693 (java) S 31683 31683 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 124365531 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565899568384 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31694] ppid=31683 vsize=14047296 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31694/stat : 31694 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565898516944 140566356010907 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31695] ppid=31683 vsize=14047296 memory=11336256 CPUtime=1.82 cores=0,2,4,6
/proc/31685/task/31695/stat : 31695 (java) S 31683 31683 8557 0 -1 1077944384 5469 0 0 0 181 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565897464048 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31696] ppid=31683 vsize=14047296 memory=1380 CPUtime=1.84 cores=0,2,4,6
/proc/31685/task/31696/stat : 31696 (java) S 31683 31683 8557 0 -1 1077944384 8601 0 0 0 183 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565896411504 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31697] ppid=31683 vsize=14047296 memory=1380 CPUtime=0.52 cores=0,2,4,6
/proc/31685/task/31697/stat : 31697 (java) S 31683 31683 8557 0 -1 1077944384 3286 0 0 0 51 1 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565895358448 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31698] ppid=31683 vsize=14047296 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31698/stat : 31698 (java) S 31683 31683 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 124365533 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565894306144 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31699] ppid=31683 vsize=14047296 memory=1380 CPUtime=0.3 cores=0,2,4,6
/proc/31685/task/31699/stat : 31699 (java) S 31683 31683 8557 0 -1 1077944384 380 0 0 0 13 17 0 0 20 0 16 0 124365538 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565893254192 140566356003458 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
[pid=31685/tid=31733] ppid=31683 vsize=14047296 memory=11336244 CPUtime=0 cores=0,2,4,6
/proc/31685/task/31733/stat : 31733 (java) S 31683 31683 8557 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 124400549 14384431104 2834065 18446744073709551615 4194304 4196468 140720358888608 140565817417664 140566356002517 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29216768 140720358891953 140720358892129 140720358892129 140720358895567 0
Current children cumulated CPU time: 1135.62 s
Current children cumulated vsize: 14056808 KiB
Current children cumulated memory: 11337640 KiB

Child status: 1
Real time (s): 353.184
CPU time (s): 1135.7
CPU user time (s): 1125.33
CPU system time (s): 10.3694
CPU usage (%): 321.56
Max. virtual memory (cumulated for all children) (KiB): 14056808
Max. memory (cumulated for all children) (KiB): 11337640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1125.33
system time used= 10.3694
maximum resident set size= 11336528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195353
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13589
involuntary context switches= 9460


# summary of solver processes directly reported to runsolver:
#   pid: 31683
#   total CPU time (s): 1135.7
#   total CPU user time (s): 1125.33
#   total CPU system time (s): 10.3694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.15768 second user time and 3.69198 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 11:20:59
IDJOB=4284065
IDBENCH=138396
IDSOLVER=2679
FILE ID=node126/4284065-1503221705
RUNJOBID= node126-1503172173-21712
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-02.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-4284065-1503221705/watcher-4284065-1503221705 -o /tmp/evaluation-result-4284065-1503221705/solver-4284065-1503221705 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1383534292 HOME/instance-4284065-1503221705.xml

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

MD5SUM BENCH= 80353dd8c937a5bb459a24b290639269
RANDOM SEED=1383534292

node126.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.81
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.81
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.81
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.81
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:        30510676 kB
MemAvailable:   31132148 kB
Buffers:          321044 kB
Cached:           590752 kB
SwapCached:          524 kB
Active:          1402388 kB
Inactive:         383904 kB
Active(anon):     830416 kB
Inactive(anon):    93904 kB
Active(file):     571972 kB
Inactive(file):   290000 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              8688 kB
Writeback:             0 kB
AnonPages:        874032 kB
Mapped:            73996 kB
Shmem:             49824 kB
Slab:             177808 kB
SReclaimable:     150672 kB
SUnreclaim:        27136 kB
KernelStack:        3504 kB
PageTables:         7824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1860160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 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 node126 at 2017-08-20 11:26:53