Trace number 4249926

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
R1: choco-solver 5a (2017-07-05)? 765.538 483.635

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249926-1500696015.xml"  -tl '2400s' -p 8 -x 3
0.00/0.22	c [HOME/instance-4249926-1500696015.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.28	c 8 solvers in parallel
0.00/0.35	c parse instance...
765.40/483.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
765.40/483.57		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
765.40/483.57		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
765.40/483.57		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
765.40/483.57		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
765.40/483.57		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
765.40/483.57		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
765.40/483.57		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
765.40/483.57		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
765.40/483.57		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
765.40/483.57		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
765.40/483.57		at org.xcsp.parser.XCallbacks$$Lambda$46/1468303011.accept(Unknown Source)
765.40/483.57		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
765.40/483.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
765.40/483.57		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
765.40/483.57		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
765.40/483.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
765.40/483.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
765.40/483.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
765.40/483.57		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
765.40/483.57		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
765.40/483.57		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
765.40/483.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
765.40/483.57	s UNKNOWN
765.40/483.57	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249926-1500696015/watcher-4249926-1500696015 -o /tmp/evaluation-result-4249926-1500696015/solver-4249926-1500696015 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2144475776 HOME/instance-4249926-1500696015.xml 

pid=16674
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 10.58 13.93 14.57 10/272 16677
/proc/meminfo: memFree=30714696/32770624 swapFree=5780/271504
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0

[startup+0.100164 s]
/proc/loadavg: 10.58 13.93 14.57 10/272 16677
/proc/meminfo: memFree=30714696/32770624 swapFree=5780/271504
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200275 s]
/proc/loadavg: 10.58 13.93 14.57 10/272 16677
/proc/meminfo: memFree=30714696/32770624 swapFree=5780/271504
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300288 s]
/proc/loadavg: 10.58 13.93 14.57 10/272 16677
/proc/meminfo: memFree=30714696/32770624 swapFree=5780/271504
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700179 s]
/proc/loadavg: 10.58 13.93 14.57 10/272 16677
/proc/meminfo: memFree=30714696/32770624 swapFree=5780/271504
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5008 s]
/proc/loadavg: 10.58 13.93 14.57 10/293 16698
/proc/meminfo: memFree=30508204/32770624 swapFree=5780/271532
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
[pid=16678] ppid=16677 vsize=13269256 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/16678/stat : 16678 (java) S 16677 16677 14782 0 -1 1077944320 13869 0 0 0 301 24 0 0 20 0 20 0 4867774 13587718144 54654 33554432000 4194304 4196468 140724945074912 140724945057456 140122794077943 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
/proc/16678/statm: 3317314 54654 3218 1 0 3304547 0
[pid=16678/tid=16679] ppid=16677 vsize=13269256 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16679/stat : 16679 (java) R 16677 16677 14782 0 -1 4202560 6260 0 0 0 138 4 0 0 20 0 20 0 4867774 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122798313480 140122389470631 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16681] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16681/stat : 16681 (java) S 16677 16677 14782 0 -1 1077944384 37 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122712557968 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16682] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16682/stat : 16682 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122711505168 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16683] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16683/stat : 16683 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122710452880 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16684] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16684/stat : 16684 (java) S 16677 16677 14782 0 -1 1077944384 36 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122709400080 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16685] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16685/stat : 16685 (java) S 16677 16677 14782 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122708347792 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16686] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16686/stat : 16686 (java) S 16677 16677 14782 0 -1 1077944384 35 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122707294992 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16687] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16687/stat : 16687 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122706242704 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16688] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16688/stat : 16688 (java) S 16677 16677 14782 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122705189904 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16689] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16689/stat : 16689 (java) S 16677 16677 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4867777 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122256296048 140122794089090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16690] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16690/stat : 16690 (java) S 16677 16677 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122255242080 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16691] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16691/stat : 16691 (java) S 16677 16677 14782 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122254189696 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16692] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16692/stat : 16692 (java) S 16677 16677 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122253138000 140122794096539 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16693] ppid=16677 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16693/stat : 16693 (java) S 16677 16677 14782 0 -1 1077944384 1744 0 0 0 38 0 0 0 20 0 20 0 4867782 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122252085872 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16694] ppid=16677 vsize=13269256 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16694/stat : 16694 (java) S 16677 16677 14782 0 -1 1077944384 1539 0 0 0 37 0 0 0 20 0 20 0 4867782 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122251033072 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16695] ppid=16677 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16695/stat : 16695 (java) S 16677 16677 14782 0 -1 1077944384 995 0 0 0 32 0 0 0 20 0 20 0 4867782 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122249980784 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16696] ppid=16677 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16696/stat : 16696 (java) S 16677 16677 14782 0 -1 1077944384 1698 0 0 0 40 0 0 0 20 0 20 0 4867782 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122248927984 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16697] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16697/stat : 16697 (java) S 16677 16677 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122247874912 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16698] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16698/stat : 16698 (java) S 16677 16677 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 54654 33554432000 4194304 4196468 140724945074912 140122246822192 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 13278768

[startup+3.10082 s]
/proc/loadavg: 10.38 13.83 14.54 10/293 16698
/proc/meminfo: memFree=30507576/32770624 swapFree=5780/271532
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
[pid=16678] ppid=16677 vsize=13269256 CPUtime=4.85 cores=0,2,4,6,8,10,12,14
/proc/16678/stat : 16678 (java) S 16677 16677 14782 0 -1 1077944320 13932 0 0 0 461 24 0 0 20 0 20 0 4867774 13587718144 54719 33554432000 4194304 4196468 140724945074912 140724945057456 140122794077943 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
/proc/16678/statm: 3317314 54719 3220 1 0 3304547 0
[pid=16678/tid=16679] ppid=16677 vsize=13269256 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16679/stat : 16679 (java) R 16677 16677 14782 0 -1 4202560 6287 0 0 0 298 4 0 0 20 0 20 0 4867774 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122798313056 140122389470650 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16681] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16681/stat : 16681 (java) S 16677 16677 14782 0 -1 1077944384 37 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122712557968 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16682] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16682/stat : 16682 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122711505168 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16683] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16683/stat : 16683 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122710452880 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16684] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16684/stat : 16684 (java) S 16677 16677 14782 0 -1 1077944384 36 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122709400080 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16685] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16685/stat : 16685 (java) S 16677 16677 14782 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122708347792 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16686] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16686/stat : 16686 (java) S 16677 16677 14782 0 -1 1077944384 35 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122707294992 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16687] ppid=16677 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16687/stat : 16687 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 1 2 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122706242704 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16688] ppid=16677 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16688/stat : 16688 (java) S 16677 16677 14782 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 4867775 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122705189904 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16689] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16689/stat : 16689 (java) S 16677 16677 14782 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 4867777 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122256296048 140122794089090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16690] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16690/stat : 16690 (java) S 16677 16677 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122255242080 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16691] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16691/stat : 16691 (java) S 16677 16677 14782 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122254189696 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16692] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16692/stat : 16692 (java) S 16677 16677 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122253138000 140122794096539 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16693] ppid=16677 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16693/stat : 16693 (java) S 16677 16677 14782 0 -1 1077944384 1744 0 0 0 38 0 0 0 20 0 20 0 4867782 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122252085872 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16694] ppid=16677 vsize=13269256 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16694/stat : 16694 (java) S 16677 16677 14782 0 -1 1077944384 1539 0 0 0 37 0 0 0 20 0 20 0 4867782 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122251033072 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16695] ppid=16677 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16695/stat : 16695 (java) S 16677 16677 14782 0 -1 1077944384 995 0 0 0 32 0 0 0 20 0 20 0 4867782 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122249980784 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16696] ppid=16677 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16696/stat : 16696 (java) S 16677 16677 14782 0 -1 1077944384 1698 0 0 0 40 0 0 0 20 0 20 0 4867782 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122248927984 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16697] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16697/stat : 16697 (java) S 16677 16677 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122247874912 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16698] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16698/stat : 16698 (java) S 16677 16677 14782 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 54719 33554432000 4194304 4196468 140724945074912 140122246822192 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 13278768

[startup+6.30083 s]
/proc/loadavg: 10.38 13.83 14.54 10/293 16698
/proc/meminfo: memFree=30317764/32770624 swapFree=5780/271544
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
[pid=16678] ppid=16677 vsize=13269256 CPUtime=8.71 cores=0,2,4,6,8,10,12,14
/proc/16678/stat : 16678 (java) S 16677 16677 14782 0 -1 1077944320 18413 0 0 0 802 69 0 0 20 0 20 0 4867774 13587718144 102182 33554432000 4194304 4196468 140724945074912 140724945057456 140122794077943 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
/proc/16678/statm: 3317314 102182 3232 1 0 3304547 0
[pid=16678/tid=16679] ppid=16677 vsize=13269256 CPUtime=6.14 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16679/stat : 16679 (java) R 16677 16677 14782 0 -1 4202560 7625 0 0 0 608 6 0 0 20 0 20 0 4867774 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122798313056 140122389470602 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16681] ppid=16677 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16681/stat : 16681 (java) S 16677 16677 14782 0 -1 1077944384 196 0 0 0 4 7 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122712557968 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16682] ppid=16677 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16682/stat : 16682 (java) S 16677 16677 14782 0 -1 1077944384 93 0 0 0 4 7 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122711505168 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16683] ppid=16677 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16683/stat : 16683 (java) S 16677 16677 14782 0 -1 1077944384 98 0 0 0 4 7 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122710452880 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16684] ppid=16677 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16684/stat : 16684 (java) S 16677 16677 14782 0 -1 1077944384 114 0 0 0 4 7 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122709400080 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16685] ppid=16677 vsize=13269256 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16685/stat : 16685 (java) S 16677 16677 14782 0 -1 1077944384 118 0 0 0 3 7 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122708347792 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16686] ppid=16677 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16686/stat : 16686 (java) S 16677 16677 14782 0 -1 1077944384 346 0 0 0 4 8 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122707294992 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16687] ppid=16677 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16687/stat : 16687 (java) S 16677 16677 14782 0 -1 1077944384 235 0 0 0 4 7 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122706242704 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16688] ppid=16677 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16688/stat : 16688 (java) S 16677 16677 14782 0 -1 1077944384 77 0 0 0 4 7 0 0 20 0 20 0 4867775 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122705189904 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16689] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16689/stat : 16689 (java) S 16677 16677 14782 0 -1 1077944384 388 0 0 0 0 0 0 0 20 0 20 0 4867777 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122256296048 140122794089090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16690] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16690/stat : 16690 (java) S 16677 16677 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122255242080 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16691] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16691/stat : 16691 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122254189696 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16692] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16692/stat : 16692 (java) S 16677 16677 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 102182 33554432000 4194304 4196468 140724945074912 140122253138000 140122794096539 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0

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

/proc/16678/task/16698/stat : 16698 (java) S 16677 16677 14782 0 -1 1077944384 859 0 0 0 14 14 0 0 20 0 20 0 4867782 13587718144 2654145 33554432000 4194304 4196468 140724945074912 140122246822192 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
Current children cumulated CPU time (s) 753.52
Current children cumulated vsize (KiB) 13278768

[startup+482.701 s]
/proc/loadavg: 3.30 5.34 10.07 10/283 17002
/proc/meminfo: memFree=12238636/32770624 swapFree=5780/272220
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
[pid=16678] ppid=16677 vsize=13269256 CPUtime=759.2 cores=0,2,4,6,8,10,12,14
/proc/16678/stat : 16678 (java) S 16677 16677 14782 0 -1 1077944320 522514 0 0 0 72160 3760 0 0 20 0 20 0 4867774 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140724945057456 140122794077943 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
/proc/16678/statm: 3317314 2654146 3250 1 0 3304547 0
[pid=16678/tid=16679] ppid=16677 vsize=13269256 CPUtime=433.97 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16679/stat : 16679 (java) S 16677 16677 14782 0 -1 1077944384 24447 0 0 0 43376 21 0 0 20 0 20 0 4867774 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122798316064 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16681] ppid=16677 vsize=13269256 CPUtime=39.31 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16681/stat : 16681 (java) R 16677 16677 14782 0 -1 4202560 39868 0 0 0 3447 484 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122712557968 140122779062954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16682] ppid=16677 vsize=13269256 CPUtime=39.35 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16682/stat : 16682 (java) R 16677 16677 14782 0 -1 4202560 36483 0 0 0 3525 410 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122711505368 140122778775704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16683] ppid=16677 vsize=13269256 CPUtime=39.27 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16683/stat : 16683 (java) R 16677 16677 14782 0 -1 4202560 34611 0 0 0 3428 499 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122710453080 140122778775503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16684] ppid=16677 vsize=13269256 CPUtime=39.42 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16684/stat : 16684 (java) R 16677 16677 14782 0 -1 4202560 22818 0 0 0 3452 490 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122709400280 140122778775718 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16685] ppid=16677 vsize=13269256 CPUtime=38.93 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16685/stat : 16685 (java) R 16677 16677 14782 0 -1 4202560 27294 0 0 0 3436 457 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122708347792 140122778775522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16686] ppid=16677 vsize=13269256 CPUtime=39.41 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16686/stat : 16686 (java) R 16677 16677 14782 0 -1 4202560 33131 0 0 0 3458 483 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122707295192 140122778775535 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16687] ppid=16677 vsize=13269256 CPUtime=39.6 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16687/stat : 16687 (java) R 16677 16677 14782 0 -1 4202560 143710 0 0 0 3500 460 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122706242904 140122779063239 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16688] ppid=16677 vsize=13269256 CPUtime=39.27 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16688/stat : 16688 (java) R 16677 16677 14782 0 -1 4202560 110362 0 0 0 3498 429 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122705190104 140122779029016 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16689] ppid=16677 vsize=13269256 CPUtime=8.44 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16689/stat : 16689 (java) S 16677 16677 14782 0 -1 1077944384 33443 0 0 0 840 4 0 0 20 0 20 0 4867777 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122256294384 140122794088149 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16690] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16690/stat : 16690 (java) S 16677 16677 14782 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122255241616 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16691] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16691/stat : 16691 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122254189696 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16692] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16692/stat : 16692 (java) S 16677 16677 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122253138000 140122794096539 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16693] ppid=16677 vsize=13269256 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16693/stat : 16693 (java) S 16677 16677 14782 0 -1 1077944384 2877 0 0 0 42 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122252085872 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16694] ppid=16677 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16694/stat : 16694 (java) S 16677 16677 14782 0 -1 1077944384 4480 0 0 0 53 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122251033072 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16695] ppid=16677 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16695/stat : 16695 (java) S 16677 16677 14782 0 -1 1077944384 1711 0 0 0 35 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122249980784 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16696] ppid=16677 vsize=13269256 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16696/stat : 16696 (java) S 16677 16677 14782 0 -1 1077944384 5112 0 0 0 48 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122248927984 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16697] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16697/stat : 16697 (java) S 16677 16677 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122247874912 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16698] ppid=16677 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16698/stat : 16698 (java) S 16677 16677 14782 0 -1 1077944384 859 0 0 0 14 14 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122246822192 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
Current children cumulated CPU time (s) 759.2
Current children cumulated vsize (KiB) 13278768

[startup+483.101 s]
/proc/loadavg: 3.30 5.34 10.07 10/283 17002
/proc/meminfo: memFree=12238636/32770624 swapFree=5780/272220
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
[pid=16678] ppid=16677 vsize=13269256 CPUtime=762.39 cores=0,2,4,6,8,10,12,14
/proc/16678/stat : 16678 (java) S 16677 16677 14782 0 -1 1077944320 522515 0 0 0 72479 3760 0 0 20 0 20 0 4867774 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140724945057456 140122794077943 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
/proc/16678/statm: 3317314 2654146 3250 1 0 3304547 0
[pid=16678/tid=16679] ppid=16677 vsize=13269256 CPUtime=433.97 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16679/stat : 16679 (java) S 16677 16677 14782 0 -1 1077944384 24447 0 0 0 43376 21 0 0 20 0 20 0 4867774 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122798316064 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16681] ppid=16677 vsize=13269256 CPUtime=39.71 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16681/stat : 16681 (java) R 16677 16677 14782 0 -1 4202560 39868 0 0 0 3487 484 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122712558168 140122779029168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16682] ppid=16677 vsize=13269256 CPUtime=39.75 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16682/stat : 16682 (java) R 16677 16677 14782 0 -1 4202560 36483 0 0 0 3565 410 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122711505368 140122774104438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16683] ppid=16677 vsize=13269256 CPUtime=39.67 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16683/stat : 16683 (java) R 16677 16677 14782 0 -1 4202560 34611 0 0 0 3468 499 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122710453080 140122779028658 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16684] ppid=16677 vsize=13269256 CPUtime=39.82 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16684/stat : 16684 (java) R 16677 16677 14782 0 -1 4202560 22818 0 0 0 3492 490 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122709400280 140122778775538 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16685] ppid=16677 vsize=13269256 CPUtime=39.33 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16685/stat : 16685 (java) R 16677 16677 14782 0 -1 4202560 27294 0 0 0 3476 457 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122708347680 140122779029163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16686] ppid=16677 vsize=13269256 CPUtime=39.81 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16686/stat : 16686 (java) R 16677 16677 14782 0 -1 4202560 33131 0 0 0 3498 483 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122707295192 140122779028548 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16687] ppid=16677 vsize=13269256 CPUtime=40 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16687/stat : 16687 (java) R 16677 16677 14782 0 -1 4202560 143711 0 0 0 3540 460 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122706242904 140122778775695 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16688] ppid=16677 vsize=13269256 CPUtime=39.66 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16688/stat : 16688 (java) R 16677 16677 14782 0 -1 4202560 110362 0 0 0 3537 429 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122705190104 140122774104315 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16689] ppid=16677 vsize=13269256 CPUtime=8.44 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16689/stat : 16689 (java) S 16677 16677 14782 0 -1 1077944384 33443 0 0 0 840 4 0 0 20 0 20 0 4867777 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122256294384 140122794088149 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16690] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16690/stat : 16690 (java) S 16677 16677 14782 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122255241616 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16691] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16691/stat : 16691 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122254189696 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16692] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16692/stat : 16692 (java) S 16677 16677 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122253138000 140122794096539 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16693] ppid=16677 vsize=13269256 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16693/stat : 16693 (java) S 16677 16677 14782 0 -1 1077944384 2877 0 0 0 42 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122252085872 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16694] ppid=16677 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16694/stat : 16694 (java) S 16677 16677 14782 0 -1 1077944384 4480 0 0 0 53 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122251033072 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16695] ppid=16677 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16695/stat : 16695 (java) S 16677 16677 14782 0 -1 1077944384 1711 0 0 0 35 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122249980784 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16696] ppid=16677 vsize=13269256 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16696/stat : 16696 (java) S 16677 16677 14782 0 -1 1077944384 5112 0 0 0 48 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122248927984 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16697] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16697/stat : 16697 (java) S 16677 16677 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122247874912 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16698] ppid=16677 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16698/stat : 16698 (java) S 16677 16677 14782 0 -1 1077944384 859 0 0 0 14 14 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122246822192 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 13278768

[startup+483.501 s]
/proc/loadavg: 3.30 5.34 10.07 10/283 17002
/proc/meminfo: memFree=12238636/32770624 swapFree=5780/272220
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
[pid=16678] ppid=16677 vsize=13269256 CPUtime=765.4 cores=0,2,4,6,8,10,12,14
/proc/16678/stat : 16678 (java) S 16677 16677 14782 0 -1 1077944320 522515 0 0 0 72780 3760 0 0 20 0 20 0 4867774 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140724945057456 140122794077943 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
/proc/16678/statm: 3317314 2654146 3250 1 0 3304547 0
[pid=16678/tid=16679] ppid=16677 vsize=13269256 CPUtime=433.97 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16679/stat : 16679 (java) S 16677 16677 14782 0 -1 1077944384 24447 0 0 0 43376 21 0 0 20 0 20 0 4867774 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122798316064 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16681] ppid=16677 vsize=13269256 CPUtime=40.07 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16681/stat : 16681 (java) S 16677 16677 14782 0 -1 1077944384 39868 0 0 0 3523 484 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122712557968 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16682] ppid=16677 vsize=13269256 CPUtime=40.12 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16682/stat : 16682 (java) S 16677 16677 14782 0 -1 1077944384 36483 0 0 0 3602 410 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122711505168 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16683] ppid=16677 vsize=13269256 CPUtime=40.04 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16683/stat : 16683 (java) S 16677 16677 14782 0 -1 1077944384 34611 0 0 0 3505 499 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122710452880 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16684] ppid=16677 vsize=13269256 CPUtime=40.2 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16684/stat : 16684 (java) S 16677 16677 14782 0 -1 1077944384 22818 0 0 0 3530 490 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122709400080 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16685] ppid=16677 vsize=13269256 CPUtime=39.7 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16685/stat : 16685 (java) S 16677 16677 14782 0 -1 1077944384 27294 0 0 0 3513 457 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122708347792 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16686] ppid=16677 vsize=13269256 CPUtime=40.19 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16686/stat : 16686 (java) S 16677 16677 14782 0 -1 1077944384 33131 0 0 0 3536 483 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122707294992 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16687] ppid=16677 vsize=13269256 CPUtime=40.38 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16687/stat : 16687 (java) S 16677 16677 14782 0 -1 1077944384 143711 0 0 0 3577 461 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122706242704 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16688] ppid=16677 vsize=13269256 CPUtime=40.02 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16688/stat : 16688 (java) S 16677 16677 14782 0 -1 1077944384 110362 0 0 0 3573 429 0 0 20 0 20 0 4867775 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122705189904 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16689] ppid=16677 vsize=13269256 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16689/stat : 16689 (java) R 16677 16677 14782 0 -1 4202560 33443 0 0 0 842 5 0 0 20 0 20 0 4867777 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122256294496 140122778535563 0 0 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16690] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16690/stat : 16690 (java) S 16677 16677 14782 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122255241616 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16691] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16691/stat : 16691 (java) S 16677 16677 14782 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 4867778 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122254189696 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16692] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16692/stat : 16692 (java) S 16677 16677 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122253138000 140122794096539 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16693] ppid=16677 vsize=13269256 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16693/stat : 16693 (java) S 16677 16677 14782 0 -1 1077944384 2877 0 0 0 42 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122252085872 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16694] ppid=16677 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16694/stat : 16694 (java) S 16677 16677 14782 0 -1 1077944384 4480 0 0 0 53 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122251033072 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16695] ppid=16677 vsize=13269256 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16695/stat : 16695 (java) S 16677 16677 14782 0 -1 1077944384 1711 0 0 0 35 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122249980784 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16696] ppid=16677 vsize=13269256 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16696/stat : 16696 (java) S 16677 16677 14782 0 -1 1077944384 5112 0 0 0 48 1 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122248927984 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16697] ppid=16677 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16697/stat : 16697 (java) S 16677 16677 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122247874912 140122794088149 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
[pid=16678/tid=16698] ppid=16677 vsize=13269256 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16698/stat : 16698 (java) S 16677 16677 14782 0 -1 1077944384 859 0 0 0 14 14 0 0 20 0 20 0 4867782 13587718144 2654146 33554432000 4194304 4196468 140724945074912 140122246822192 140122794089090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9277440 140724945081532 140724945081708 140724945081708 140724945084367 0
Current children cumulated CPU time (s) 765.4
Current children cumulated vsize (KiB) 13278768

[startup+483.602 s]
/proc/loadavg: 3.30 5.34 10.07 10/283 17002
/proc/meminfo: memFree=12238636/32770624 swapFree=5780/272220
[pid=16677] ppid=16674 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16677/stat : 16677 (xcsp3-exec) S 16674 16677 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4867773 9740288 346 33554432000 4194304 5098028 140725672766592 140725672764696 140621485310588 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 11264000 140725672772750 140725672772960 140725672772960 140725672775659 0
/proc/16677/statm: 2378 346 289 221 0 87 0
[pid=16678] ppid=16677 vsize=0 CPUtime=765.49 cores=0,2,4,6,8,10,12,14
/proc/16678/stat : 16678 (java) Z 16677 16677 14782 0 -1 4227084 522650 0 0 0 72786 3763 0 0 20 0 2 0 4867774 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/16678/statm: 0 0 0 0 0 0 0
[pid=16678/tid=16682] ppid=16677 vsize=0 CPUtime=40.14 cores=0,2,4,6,8,10,12,14
/proc/16678/task/16682/stat : 16682 (java) R 16677 16677 14782 0 -1 4203588 36483 0 0 0 3602 412 0 0 20 0 2 0 4867775 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 765.49
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 483.635
CPU time (s): 765.538
CPU user time (s): 727.869
CPU system time (s): 37.6689
CPU usage (%): 158.288
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 727.869
system time used= 37.6689
maximum resident set size= 10617116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22445
involuntary context switches= 45064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.35668 second user time and 4.61682 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 06:00:15
IDJOB=4249926
IDBENCH=138457
IDSOLVER=2626
FILE ID=node143/4249926-1500696015
RUNJOBID= node143-1500683785-15435
PBS_JOBID= 20623040
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249926-1500696015/watcher-4249926-1500696015 -o /tmp/evaluation-result-4249926-1500696015/solver-4249926-1500696015 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2144475776 HOME/instance-4249926-1500696015.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=2144475776

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

/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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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	: 8
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		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30715540 kB
MemAvailable:   30931436 kB
Buffers:          149180 kB
Cached:           338504 kB
SwapCached:            0 kB
Active:          1322396 kB
Inactive:         280388 kB
Active(anon):    1117884 kB
Inactive(anon):     8760 kB
Active(file):     204512 kB
Inactive(file):   271628 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8064 kB
Writeback:             0 kB
AnonPages:       1119060 kB
Mapped:            43224 kB
Shmem:              8852 kB
Slab:             145948 kB
SReclaimable:     111180 kB
SUnreclaim:        34768 kB
KernelStack:        4736 kB
PageTables:         7180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2529564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    999424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61976 MiB
End job on node143 at 2017-07-22 06:08:19