Trace number 4404755

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallel? 605.613 114.232

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-75.xml
MD5SUM9cdf82428becd6b5ad716031980a59d2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404755-1569006787.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco 3fb4b153
0.11/0.20	c [HOME/instance-4404755-1569006787.xml, -tl, 20160s, -p, 8]
0.33/0.25	c 8 solvers in parallel
0.51/0.32	c parse instance...
561.32/108.18	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
561.32/108.18		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
561.32/108.18		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
561.32/108.18		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
561.32/108.18		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
561.32/108.18		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:317)
561.32/108.18		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
561.32/108.18		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
561.32/108.18		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
605.38/114.03		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
605.38/114.03		at org.xcsp.parser.XCallbacks$$Lambda$109/1511785794.accept(Unknown Source)
605.38/114.03		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
605.38/114.03		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
605.38/114.03		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
605.38/114.03		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
605.38/114.03		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
605.38/114.03		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
605.38/114.03		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
605.38/114.03		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
605.38/114.03		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
605.38/114.03		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
605.38/114.03		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
605.38/114.03		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
605.38/114.04	s UNKNOWN
605.38/114.04	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: 16375 MiB (12303 MiB free)
  memory of node 1: 16384 MiB (12350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404755-1569006787/watcher-4404755-1569006787 -o /tmp/evaluation-result-4404755-1569006787/solver-4404755-1569006787 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324521208-27878 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 527624009 HOME/instance-4404755-1569006787.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27895, runsolver pid=27892

[startup+0.10011 s]*
/proc/loadavg: 7.47 8.05 8.12 3/213 27916
/proc/meminfo: memFree=25230092/32770688 swapFree=66927236/67108860
[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
[pid=27897] ppid=27895 vsize=28227396 memory=28376 CPUtime=0.11 cores=0-7
/proc/27897/stat : 27897 (java) S 27895 27895 27851 0 -1 1077944320 5497 0 0 0 10 1 0 0 20 0 20 0 476684971 28904853504 7094 33554432000 4194304 4196468 140726766891808 140726766874352 140512544485111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
/proc/27897/statm: 7056849 7094 3056 1 0 7019032 0
[pid=27897/tid=27898] ppid=27895 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/27897/task/27898/stat : 27898 (java) R 27895 27895 27851 0 -1 4202560 3549 0 0 0 8 0 0 0 20 0 20 0 476684972 28904853504 7094 33554432000 4194304 4196468 140726766891808 140512548713344 140512528565598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27899] ppid=27895 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27897/task/27899/stat : 27899 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 7094 33554432000 4194304 4196468 140726766891808 140512497105936 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27900] ppid=27895 vsize=28227396 memory=140412558976640 CPUtime=0 cores=0-7
/proc/27897/task/27900/stat : 27900 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 7094 33554432000 4194304 4196468 140726766891808 140512496053392 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27901] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27901/stat : 27901 (java) S 27895 27895 27851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 7094 33554432000 4194304 4196468 140726766891808 140512495000336 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27902] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27902/stat : 27902 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 7094 33554432000 4194304 4196468 140726766891808 140512493947792 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27903] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27903/stat : 27903 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 7094 33554432000 4194304 4196468 140726766891808 140512492894736 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27904] ppid=27895 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27897/task/27904/stat : 27904 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684973 28904853504 7159 33554432000 4194304 4196468 140726766891808 140512491842192 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27905] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27905/stat : 27905 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684973 28904853504 7159 33554432000 4194304 4196468 140726766891808 140512490789136 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27906] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27906/stat : 27906 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684973 28904853504 7159 33554432000 4194304 4196468 140726766891808 140512489736592 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27907] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27907/stat : 27907 (java) S 27895 27895 27851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476684974 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511593597680 140512544496258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27908] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27908/stat : 27908 (java) S 27895 27895 27851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476684975 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511592543904 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27909] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27909/stat : 27909 (java) S 27895 27895 27851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476684975 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511591490800 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27910] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27910/stat : 27910 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511590439376 140512544503707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27911] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27911/stat : 27911 (java) S 27895 27895 27851 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511589386480 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27912] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27912/stat : 27912 (java) S 27895 27895 27851 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511588333936 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27913] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27913/stat : 27913 (java) R 27895 27895 27851 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511587280880 140512522425376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27914] ppid=27895 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/27897/task/27914/stat : 27914 (java) S 27895 27895 27851 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 476684978 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511586228336 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27915] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27915/stat : 27915 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511585176544 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27916] ppid=27895 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27897/task/27916/stat : 27916 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 7159 33554432000 4194304 4196468 140726766891808 140511584124080 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29832 KiB

[startup+0.211504 s]*
/proc/loadavg: 7.47 8.05 8.12 3/213 27916
/proc/meminfo: memFree=25215944/32770688 swapFree=66927236/67108860
[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
[pid=27897] ppid=27895 vsize=28227396 memory=40752 CPUtime=0.33 cores=0-7
/proc/27897/stat : 27897 (java) S 27895 27895 27851 0 -1 1077944320 9424 0 0 0 30 3 0 0 20 0 20 0 476684971 28904853504 10188 33554432000 4194304 4196468 140726766891808 140726766874352 140512544485111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
/proc/27897/statm: 7056849 10188 3282 1 0 7019032 0
[pid=27897/tid=27898] ppid=27895 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/27897/task/27898/stat : 27898 (java) R 27895 27895 27851 0 -1 4202560 6559 0 0 0 17 2 0 0 20 0 20 0 476684972 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512548722672 140512544507037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27899] ppid=27895 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/27897/task/27899/stat : 27899 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512497105936 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27900] ppid=27895 vsize=28227396 memory=3473596816337348256 CPUtime=0 cores=0-7
/proc/27897/task/27900/stat : 27900 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512496053392 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27901] ppid=27895 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27897/task/27901/stat : 27901 (java) S 27895 27895 27851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512495000336 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27902] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27902/stat : 27902 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512493947792 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27903] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27903/stat : 27903 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512492894736 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27904] ppid=27895 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27897/task/27904/stat : 27904 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684973 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512491842192 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27905] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27905/stat : 27905 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684973 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512490789136 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27906] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27906/stat : 27906 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684973 28904853504 10188 33554432000 4194304 4196468 140726766891808 140512489736592 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27907] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27907/stat : 27907 (java) S 27895 27895 27851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476684974 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511593597680 140512544496258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27908] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27908/stat : 27908 (java) S 27895 27895 27851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476684975 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511592543904 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27909] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27909/stat : 27909 (java) S 27895 27895 27851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476684975 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511591490800 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27910] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27910/stat : 27910 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511590439376 140512544503707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27911] ppid=27895 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/27897/task/27911/stat : 27911 (java) S 27895 27895 27851 0 -1 1077944384 564 0 0 0 2 0 0 0 20 0 20 0 476684978 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511589386480 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27912] ppid=27895 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/27897/task/27912/stat : 27912 (java) S 27895 27895 27851 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 476684978 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511588333936 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27913] ppid=27895 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/27897/task/27913/stat : 27913 (java) S 27895 27895 27851 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 20 0 476684978 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511587280880 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27914] ppid=27895 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/27897/task/27914/stat : 27914 (java) S 27895 27895 27851 0 -1 1077944384 756 0 0 0 7 0 0 0 20 0 20 0 476684978 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511586228336 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27915] ppid=27895 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27915/stat : 27915 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511585176544 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27916] ppid=27895 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27897/task/27916/stat : 27916 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28904853504 10188 33554432000 4194304 4196468 140726766891808 140511584124080 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42208 KiB

[startup+0.311031 s]*
/proc/loadavg: 7.47 8.05 8.12 5/213 27916
/proc/meminfo: memFree=25211104/32770688 swapFree=66927236/67108860
[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
[pid=27897] ppid=27895 vsize=28231652 memory=46636 CPUtime=0.51 cores=0-7
/proc/27897/stat : 27897 (java) S 27895 27895 27851 0 -1 1077944320 10545 0 0 0 47 4 0 0 20 0 20 0 476684971 28909211648 11659 33554432000 4194304 4196468 140726766891808 140726766874352 140512544485111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
/proc/27897/statm: 7057913 11659 3306 1 0 7019032 0
[pid=27897/tid=27898] ppid=27895 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/27897/task/27898/stat : 27898 (java) R 27895 27895 27851 0 -1 4202560 7561 0 0 0 26 3 0 0 20 0 20 0 476684972 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512548713616 140512528565598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27899] ppid=27895 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27899/stat : 27899 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512497105936 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27900] ppid=27895 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27900/stat : 27900 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512496053392 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27901] ppid=27895 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27901/stat : 27901 (java) S 27895 27895 27851 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476684972 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512495000336 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27902] ppid=27895 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27902/stat : 27902 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512493947792 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27903] ppid=27895 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/27897/task/27903/stat : 27903 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684972 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512492894736 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27904] ppid=27895 vsize=28231652 memory=140412413113263 CPUtime=0 cores=0-7
/proc/27897/task/27904/stat : 27904 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684973 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512491842192 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27905] ppid=27895 vsize=28231652 memory=140412413115568 CPUtime=0 cores=0-7
/proc/27897/task/27905/stat : 27905 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684973 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512490789136 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27906] ppid=27895 vsize=28231652 memory=140412413117872 CPUtime=0 cores=0-7
/proc/27897/task/27906/stat : 27906 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684973 28909211648 11659 33554432000 4194304 4196468 140726766891808 140512489736592 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27907] ppid=27895 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27907/stat : 27907 (java) S 27895 27895 27851 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476684974 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511593597680 140512544496258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27908] ppid=27895 vsize=28231652 memory=280824826242704 CPUtime=0 cores=0-7
/proc/27897/task/27908/stat : 27908 (java) S 27895 27895 27851 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476684975 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511592543904 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27909] ppid=27895 vsize=28231652 memory=280824826249616 CPUtime=0 cores=0-7
/proc/27897/task/27909/stat : 27909 (java) S 27895 27895 27851 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476684975 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511591490800 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27910] ppid=27895 vsize=28231652 memory=280824826190896 CPUtime=0 cores=0-7
/proc/27897/task/27910/stat : 27910 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511590439376 140512544503707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27911] ppid=27895 vsize=28231652 memory=280824826263440 CPUtime=0.03 cores=0-7
/proc/27897/task/27911/stat : 27911 (java) S 27895 27895 27851 0 -1 1077944384 574 0 0 0 3 0 0 0 20 0 20 0 476684978 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511589386480 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27912] ppid=27895 vsize=28231652 memory=280824826270352 CPUtime=0.02 cores=0-7
/proc/27897/task/27912/stat : 27912 (java) S 27895 27895 27851 0 -1 1077944384 90 0 0 0 2 0 0 0 20 0 20 0 476684978 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511588333936 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27913] ppid=27895 vsize=28231652 memory=280824826268048 CPUtime=0.02 cores=0-7
/proc/27897/task/27913/stat : 27913 (java) S 27895 27895 27851 0 -1 1077944384 175 0 0 0 2 0 0 0 20 0 20 0 476684978 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511587280880 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27914] ppid=27895 vsize=28231652 memory=280824826284208 CPUtime=0.12 cores=0-7
/proc/27897/task/27914/stat : 27914 (java) R 27895 27895 27851 0 -1 4202560 834 0 0 0 12 0 0 0 20 0 20 0 476684978 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511586228336 140512528565598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27915] ppid=27895 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27897/task/27915/stat : 27915 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684978 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511585176544 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27916] ppid=27895 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/27897/task/27916/stat : 27916 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28909211648 11659 33554432000 4194304 4196468 140726766891808 140511584124080 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48092 KiB

[startup+0.701011 s]
/proc/loadavg: 7.47 8.05 8.12 2/213 27916
/proc/meminfo: memFree=25131796/32770688 swapFree=66927236/67108860
[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
[pid=27897] ppid=27895 vsize=28231728 memory=288332 CPUtime=1.21 cores=0-7
/proc/27897/stat : 27897 (java) S 27895 27895 27851 0 -1 1077944320 11970 0 0 0 96 25 0 0 20 0 20 0 476684971 28909289472 72083 33554432000 4194304 4196468 140726766891808 140726766874352 140512544485111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
/proc/27897/statm: 7057932 72083 3418 1 0 7019032 0
[pid=27897/tid=27898] ppid=27895 vsize=28231728 memory=4580 CPUtime=0.62 cores=0-7
/proc/27897/task/27898/stat : 27898 (java) R 27895 27895 27851 0 -1 4202560 8201 0 0 0 56 6 0 0 20 0 20 0 476684972 28909289472 72083 33554432000 4194304 4196468 140726766891808 140512548716976 140512528565598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27899] ppid=27895 vsize=28231728 memory=0 CPUtime=0.01 cores=0-7
/proc/27897/task/27899/stat : 27899 (java) S 27895 27895 27851 0 -1 1077944384 35 0 0 0 0 1 0 0 20 0 20 0 476684972 28909289472 72083 33554432000 4194304 4196468 140726766891808 140512497105936 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27900] ppid=27895 vsize=28231728 memory=0 CPUtime=0.03 cores=0-7
/proc/27897/task/27900/stat : 27900 (java) S 27895 27895 27851 0 -1 1077944384 48 0 0 0 0 3 0 0 20 0 20 0 476684972 28909289472 72083 33554432000 4194304 4196468 140726766891808 140512496053392 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27901] ppid=27895 vsize=28231728 memory=1176 CPUtime=0.01 cores=0-7
/proc/27897/task/27901/stat : 27901 (java) S 27895 27895 27851 0 -1 1077944384 46 0 0 0 0 1 0 0 20 0 20 0 476684972 28909289472 72083 33554432000 4194304 4196468 140726766891808 140512495000336 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0

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

[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
[pid=27897] ppid=27895 vsize=28233776 memory=19400520 CPUtime=590.92 cores=0-7
/proc/27897/stat : 27897 (java) S 27895 27895 27851 0 -1 1077944320 1982279 0 0 0 54432 4660 0 0 20 0 20 0 476684971 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140726766874352 140512544485111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
/proc/27897/statm: 7058444 4850130 3515 1 0 7019544 0
[pid=27897/tid=27898] ppid=27895 vsize=28233776 memory=1398722017469774279 CPUtime=26.48 cores=0-7
/proc/27897/task/27898/stat : 27898 (java) S 27895 27895 27851 0 -1 1077944384 126285 0 0 0 2590 58 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512548724016 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27899] ppid=27895 vsize=28233776 memory=4872558044660077418 CPUtime=68.24 cores=0-7
/proc/27897/task/27899/stat : 27899 (java) R 27895 27895 27851 0 -1 4202560 215308 0 0 0 6241 583 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512497105832 140512537113319 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27900] ppid=27895 vsize=28233776 memory=924 CPUtime=68.27 cores=0-7
/proc/27897/task/27900/stat : 27900 (java) R 27895 27895 27851 0 -1 4202560 270220 0 0 0 6277 550 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512496053592 140512529182750 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27901] ppid=27895 vsize=28233776 memory=3908 CPUtime=68.34 cores=0-7
/proc/27897/task/27901/stat : 27901 (java) R 27895 27895 27851 0 -1 4202560 242138 0 0 0 6290 544 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512494999920 140512537113319 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27902] ppid=27895 vsize=28233776 memory=1408 CPUtime=68.31 cores=0-7
/proc/27897/task/27902/stat : 27902 (java) R 27895 27895 27851 0 -1 4202560 209107 0 0 0 6287 544 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512493947376 140512537113319 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27903] ppid=27895 vsize=28233776 memory=3196 CPUtime=68.43 cores=0-7
/proc/27897/task/27903/stat : 27903 (java) R 27895 27895 27851 0 -1 4202560 139870 0 0 0 6222 621 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512492894632 140512537113319 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27904] ppid=27895 vsize=28233776 memory=19400520 CPUtime=68.42 cores=0-7
/proc/27897/task/27904/stat : 27904 (java) R 27895 27895 27851 0 -1 4202560 163759 0 0 0 6272 570 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512491842088 140512537113319 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27905] ppid=27895 vsize=28233776 memory=1456 CPUtime=68.56 cores=0-7
/proc/27897/task/27905/stat : 27905 (java) R 27895 27895 27851 0 -1 4202560 385256 0 0 0 6248 608 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512490789032 140512537113319 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27906] ppid=27895 vsize=28233776 memory=19400520 CPUtime=68.36 cores=0-7
/proc/27897/task/27906/stat : 27906 (java) R 27895 27895 27851 0 -1 4202560 116587 0 0 0 6285 551 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512489736488 140512537113319 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27907] ppid=27895 vsize=28233776 memory=14008 CPUtime=15.16 cores=0-7
/proc/27897/task/27907/stat : 27907 (java) S 27895 27895 27851 0 -1 1077944384 96834 0 0 0 1494 22 0 0 20 0 20 0 476684974 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511593596000 140512544495317 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 77 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27908] ppid=27895 vsize=28233776 memory=12028 CPUtime=0 cores=0-7
/proc/27897/task/27908/stat : 27908 (java) S 27895 27895 27851 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 476684975 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511592543968 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27909] ppid=27895 vsize=28233776 memory=33528 CPUtime=0 cores=0-7
/proc/27897/task/27909/stat : 27909 (java) S 27895 27895 27851 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 476684975 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511591490816 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27910] ppid=27895 vsize=28233776 memory=2120 CPUtime=0 cores=0-7
/proc/27897/task/27910/stat : 27910 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511590439376 140512544503707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27911] ppid=27895 vsize=28233776 memory=6791534058613427641 CPUtime=0.54 cores=0-7
/proc/27897/task/27911/stat : 27911 (java) S 27895 27895 27851 0 -1 1077944384 3411 0 0 0 53 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511589386480 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27912] ppid=27895 vsize=28233776 memory=1808 CPUtime=0.52 cores=0-7
/proc/27897/task/27912/stat : 27912 (java) S 27895 27895 27851 0 -1 1077944384 3136 0 0 0 51 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511588333936 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27913] ppid=27895 vsize=28233776 memory=924 CPUtime=0.73 cores=0-7
/proc/27897/task/27913/stat : 27913 (java) S 27895 27895 27851 0 -1 1077944384 4534 0 0 0 72 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511587280880 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27914] ppid=27895 vsize=28233776 memory=3908 CPUtime=0.4 cores=0-7
/proc/27897/task/27914/stat : 27914 (java) S 27895 27895 27851 0 -1 1077944384 3560 0 0 0 40 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511586227232 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27915] ppid=27895 vsize=28233776 memory=724 CPUtime=0 cores=0-7
/proc/27897/task/27915/stat : 27915 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511585176544 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27916] ppid=27895 vsize=28233776 memory=1808 CPUtime=0.04 cores=0-7
/proc/27897/task/27916/stat : 27916 (java) S 27895 27895 27851 0 -1 1077944384 874 0 0 0 1 3 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511584124080 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 90 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
Current children cumulated CPU time: 590.92 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 19401976 KiB

[startup+113.601 s]
/proc/loadavg: 6.14 7.35 7.86 10/213 27924
/proc/meminfo: memFree=5824892/32770688 swapFree=66927236/67108860
[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
[pid=27897] ppid=27895 vsize=28233776 memory=19400520 CPUtime=603.15 cores=0-7
/proc/27897/stat : 27897 (java) S 27895 27895 27851 0 -1 1077944320 2005919 0 0 0 55648 4667 0 0 20 0 20 0 476684971 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140726766874352 140512544485111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
/proc/27897/statm: 7058444 4850130 3515 1 0 7019544 0
[pid=27897/tid=27898] ppid=27895 vsize=28233776 memory=3668 CPUtime=26.48 cores=0-7
/proc/27897/task/27898/stat : 27898 (java) S 27895 27895 27851 0 -1 1077944384 126285 0 0 0 2590 58 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512548724016 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27899] ppid=27895 vsize=28233776 memory=1056 CPUtime=69.76 cores=0-7
/proc/27897/task/27899/stat : 27899 (java) R 27895 27895 27851 0 -1 4202560 215830 0 0 0 6393 583 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512497105936 140512529183984 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27900] ppid=27895 vsize=28233776 memory=2820 CPUtime=69.84 cores=0-7
/proc/27897/task/27900/stat : 27900 (java) R 27895 27895 27851 0 -1 4202560 274588 0 0 0 6433 551 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512496053392 140512529481685 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27901] ppid=27895 vsize=28233776 memory=6791534058613427641 CPUtime=69.87 cores=0-7
/proc/27897/task/27901/stat : 27901 (java) R 27895 27895 27851 0 -1 4202560 242650 0 0 0 6442 545 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512495000224 140512529481664 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27902] ppid=27895 vsize=28233776 memory=19400380 CPUtime=69.83 cores=0-7
/proc/27897/task/27902/stat : 27902 (java) R 27895 27895 27851 0 -1 4202560 209885 0 0 0 6438 545 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512493947792 140512529481731 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27903] ppid=27895 vsize=28233776 memory=1456 CPUtime=69.96 cores=0-7
/proc/27897/task/27903/stat : 27903 (java) R 27895 27895 27851 0 -1 4202560 140668 0 0 0 6374 622 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512492894936 140512529481680 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27904] ppid=27895 vsize=28233776 memory=19397960 CPUtime=69.93 cores=0-7
/proc/27897/task/27904/stat : 27904 (java) R 27895 27895 27851 0 -1 4202560 164609 0 0 0 6423 570 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512491842192 140512528942744 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27905] ppid=27895 vsize=28233776 memory=1456 CPUtime=70.06 cores=0-7
/proc/27897/task/27905/stat : 27905 (java) R 27895 27895 27851 0 -1 4202560 390794 0 0 0 6397 609 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512490789136 140512529481604 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27906] ppid=27895 vsize=28233776 memory=19400380 CPUtime=69.86 cores=0-7
/proc/27897/task/27906/stat : 27906 (java) R 27895 27895 27851 0 -1 4202560 117162 0 0 0 6435 551 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512489736792 140512529481790 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27907] ppid=27895 vsize=28233776 memory=1456 CPUtime=15.18 cores=0-7
/proc/27897/task/27907/stat : 27907 (java) S 27895 27895 27851 0 -1 1077944384 106515 0 0 0 1495 23 0 0 20 0 20 0 476684974 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511593596224 140512544495317 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 77 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27908] ppid=27895 vsize=28233776 memory=19400520 CPUtime=0 cores=0-7
/proc/27897/task/27908/stat : 27908 (java) S 27895 27895 27851 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 476684975 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511592543968 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27909] ppid=27895 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27897/task/27909/stat : 27909 (java) S 27895 27895 27851 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 476684975 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511591490816 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27910] ppid=27895 vsize=28233776 memory=1712 CPUtime=0 cores=0-7
/proc/27897/task/27910/stat : 27910 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511590439376 140512544503707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27911] ppid=27895 vsize=28233776 memory=6028 CPUtime=0.54 cores=0-7
/proc/27897/task/27911/stat : 27911 (java) S 27895 27895 27851 0 -1 1077944384 3423 0 0 0 53 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511589386240 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27912] ppid=27895 vsize=28233776 memory=3668 CPUtime=0.52 cores=0-7
/proc/27897/task/27912/stat : 27912 (java) S 27895 27895 27851 0 -1 1077944384 3139 0 0 0 51 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511588333984 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27913] ppid=27895 vsize=28233776 memory=1056 CPUtime=0.73 cores=0-7
/proc/27897/task/27913/stat : 27913 (java) S 27895 27895 27851 0 -1 1077944384 4537 0 0 0 72 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511587280928 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27914] ppid=27895 vsize=28233776 memory=2820 CPUtime=0.4 cores=0-7
/proc/27897/task/27914/stat : 27914 (java) S 27895 27895 27851 0 -1 1077944384 3560 0 0 0 40 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511586227232 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27915] ppid=27895 vsize=28233776 memory=1176 CPUtime=0 cores=0-7
/proc/27897/task/27915/stat : 27915 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511585176544 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27916] ppid=27895 vsize=28233776 memory=1456 CPUtime=0.04 cores=0-7
/proc/27897/task/27916/stat : 27916 (java) S 27895 27895 27851 0 -1 1077944384 874 0 0 0 1 3 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511584124080 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 90 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
Current children cumulated CPU time: 603.15 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 19401976 KiB

[startup+114.001 s]*
/proc/loadavg: 6.21 7.34 7.85 2/213 27924
/proc/meminfo: memFree=5825016/32770688 swapFree=66927236/67108860
[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
[pid=27897] ppid=27895 vsize=28233776 memory=19400520 CPUtime=605.38 cores=0-7
/proc/27897/stat : 27897 (java) S 27895 27895 27851 0 -1 1077944320 2012711 0 0 0 55870 4668 0 0 20 0 20 0 476684971 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140726766874352 140512544485111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
/proc/27897/statm: 7058444 4850130 3515 1 0 7019544 0
[pid=27897/tid=27898] ppid=27895 vsize=28233776 memory=1398722017469774279 CPUtime=26.48 cores=0-7
/proc/27897/task/27898/stat : 27898 (java) S 27895 27895 27851 0 -1 1077944384 126285 0 0 0 2590 58 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512548724016 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27899] ppid=27895 vsize=28233776 memory=4872558044660077418 CPUtime=70.02 cores=0-7
/proc/27897/task/27899/stat : 27899 (java) S 27895 27895 27851 0 -1 1077944384 215836 0 0 0 6419 583 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512497105936 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27900] ppid=27895 vsize=28233776 memory=12028 CPUtime=70.1 cores=0-7
/proc/27897/task/27900/stat : 27900 (java) S 27895 27895 27851 0 -1 1077944384 274600 0 0 0 6459 551 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512496053392 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27901] ppid=27895 vsize=28233776 memory=33528 CPUtime=70.13 cores=0-7
/proc/27897/task/27901/stat : 27901 (java) S 27895 27895 27851 0 -1 1077944384 242659 0 0 0 6468 545 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512495000336 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27902] ppid=27895 vsize=28233776 memory=2120 CPUtime=70.09 cores=0-7
/proc/27897/task/27902/stat : 27902 (java) S 27895 27895 27851 0 -1 1077944384 209895 0 0 0 6464 545 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512493947792 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27903] ppid=27895 vsize=28233776 memory=496 CPUtime=70.21 cores=0-7
/proc/27897/task/27903/stat : 27903 (java) S 27895 27895 27851 0 -1 1077944384 140729 0 0 0 6399 622 0 0 20 0 20 0 476684972 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512492894736 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27904] ppid=27895 vsize=28233776 memory=6791534058613427641 CPUtime=70.19 cores=0-7
/proc/27897/task/27904/stat : 27904 (java) S 27895 27895 27851 0 -1 1077944384 171036 0 0 0 6449 570 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512491842192 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27905] ppid=27895 vsize=28233776 memory=924 CPUtime=70.32 cores=0-7
/proc/27897/task/27905/stat : 27905 (java) S 27895 27895 27851 0 -1 1077944384 390804 0 0 0 6423 609 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512490789136 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27906] ppid=27895 vsize=28233776 memory=3908 CPUtime=70.12 cores=0-7
/proc/27897/task/27906/stat : 27906 (java) S 27895 27895 27851 0 -1 1077944384 117174 0 0 0 6461 551 0 0 20 0 20 0 476684973 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140512489736592 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27907] ppid=27895 vsize=28233776 memory=1408 CPUtime=15.33 cores=0-7
/proc/27897/task/27907/stat : 27907 (java) R 27895 27895 27851 0 -1 4202560 106760 0 0 0 1510 23 0 0 20 0 20 0 476684974 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511593596112 140512522855286 0 0 0 16800975 0 0 0 -1 0 0 0 77 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27908] ppid=27895 vsize=28233776 memory=3184 CPUtime=0 cores=0-7
/proc/27897/task/27908/stat : 27908 (java) S 27895 27895 27851 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 476684975 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511592543968 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27909] ppid=27895 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/27897/task/27909/stat : 27909 (java) S 27895 27895 27851 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 20 0 476684975 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511591490816 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27910] ppid=27895 vsize=28233776 memory=19400380 CPUtime=0 cores=0-7
/proc/27897/task/27910/stat : 27910 (java) S 27895 27895 27851 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511590439376 140512544503707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27911] ppid=27895 vsize=28233776 memory=1656 CPUtime=0.54 cores=0-7
/proc/27897/task/27911/stat : 27911 (java) S 27895 27895 27851 0 -1 1077944384 3423 0 0 0 53 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511589386240 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27912] ppid=27895 vsize=28233776 memory=1398722017469774279 CPUtime=0.52 cores=0-7
/proc/27897/task/27912/stat : 27912 (java) S 27895 27895 27851 0 -1 1077944384 3139 0 0 0 51 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511588333984 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27913] ppid=27895 vsize=28233776 memory=4872558044660077418 CPUtime=0.73 cores=0-7
/proc/27897/task/27913/stat : 27913 (java) S 27895 27895 27851 0 -1 1077944384 4537 0 0 0 72 1 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511587280928 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27914] ppid=27895 vsize=28233776 memory=3128 CPUtime=0.4 cores=0-7
/proc/27897/task/27914/stat : 27914 (java) S 27895 27895 27851 0 -1 1077944384 3560 0 0 0 40 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511586227232 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27915] ppid=27895 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/27897/task/27915/stat : 27915 (java) S 27895 27895 27851 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511585176544 140512544495317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
[pid=27897/tid=27916] ppid=27895 vsize=28233776 memory=19400380 CPUtime=0.04 cores=0-7
/proc/27897/task/27916/stat : 27916 (java) S 27895 27895 27851 0 -1 1077944384 874 0 0 0 1 3 0 0 20 0 20 0 476684978 28911386624 4850130 33554432000 4194304 4196468 140726766891808 140511584124080 140512544496258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 90 0 0 6293624 6294260 18128896 140726766896106 140726766896278 140726766896278 140726766899151 0
Current children cumulated CPU time: 605.38 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 19401976 KiB

[startup+114.2 s]
/proc/loadavg: 6.21 7.34 7.85 2/213 27924
/proc/meminfo: memFree=5825016/32770688 swapFree=66927236/67108860
[pid=27895] ppid=27892 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/27895/stat : 27895 (xcsp3-exec) S 27892 27895 27851 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476684971 115843072 364 33554432000 4194304 5098028 140731246016672 140731246014776 140201091613308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30633984 140731246019446 140731246019689 140731246019689 140731246022602 0
/proc/27895/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 114.232
CPU time (s): 605.613
CPU user time (s): 558.721
CPU system time (s): 46.8922
CPU usage (%): 530.161
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 19401976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 558.721
system time used= 46.8922
maximum resident set size= 19400852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2019474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30526
involuntary context switches= 15162


# summary of solver processes directly reported to runsolver:
#   pid: 27895
#   total CPU time (s): 605.613
#   total CPU user time (s): 558.721
#   total CPU system time (s): 46.8922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.947781 second user time and 1.33928 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-22 03:33:29
IDJOB=4404755
IDBENCH=138083
IDSOLVER=2865
FILE ID=node120/4404755-1569006787
RUNJOBID= node120-1324521208-27878
PBS_JOBID= 21704762
Free space on /tmp= 23328 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-75.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404755-1569006787/watcher-4404755-1569006787 -o /tmp/evaluation-result-4404755-1569006787/solver-4404755-1569006787 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324521208-27878 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 527624009 HOME/instance-4404755-1569006787.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=527624009

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25244492 kB
MemAvailable:   31792100 kB
Buffers:           57616 kB
Cached:          6764424 kB
SwapCached:        68652 kB
Active:          3405752 kB
Inactive:        3489568 kB
Active(anon):       3872 kB
Inactive(anon):   125208 kB
Active(file):    3401880 kB
Inactive(file):  3364360 kB
Unevictable:      108196 kB
Mlocked:          108196 kB
SwapTotal:      67108860 kB
SwapFree:       66927236 kB
Dirty:            108748 kB
Writeback:             0 kB
AnonPages:        113552 kB
Mapped:            57196 kB
Shmem:             47384 kB
Slab:             223000 kB
SReclaimable:     194408 kB
SUnreclaim:        28592 kB
KernelStack:        3312 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     523168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23304 MiB
End job on node120 at 2011-12-22 03:35:23