Trace number 4249960

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 4.0.5 (2017-07-05)? 921.691 539.281

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249960-1500695927.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4249960-1500695927.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
901.29/536.41	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
901.29/536.41		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
901.29/536.41		at java.util.Arrays.stream(Arrays.java:5023)
901.29/536.41		at java.util.Arrays.stream(Arrays.java:5004)
901.29/536.41		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:122)
901.29/536.41		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
901.29/536.41		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:119)
901.29/536.41		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$6(ReExpression.java:148)
901.29/536.41		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/1089504328.valid(Unknown Source)
901.29/536.41		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
901.29/536.41		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
901.29/536.41		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
901.29/536.41		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
901.29/536.41		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
901.29/536.41		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
901.29/536.41		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
901.29/536.41		at org.xcsp.parser.XCallbacks$$Lambda$46/415186196.accept(Unknown Source)
901.29/536.41		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
901.29/536.41		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
901.29/536.41		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
901.29/536.41		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
901.29/536.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
901.29/536.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
901.29/536.41		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
901.29/536.41		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
901.29/536.41		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
901.29/536.41		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
901.29/536.41		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
921.61/539.23	s UNKNOWN
921.61/539.23	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-4249960-1500695927/watcher-4249960-1500695927 -o /tmp/evaluation-result-4249960-1500695927/solver-4249960-1500695927 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1137496839 HOME/instance-4249960-1500695927.xml 

pid=14574
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: 9.52 11.42 13.51 10/270 14577
/proc/meminfo: memFree=26098328/32770624 swapFree=5800/288596
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0

[startup+0.100181 s]
/proc/loadavg: 9.52 11.42 13.51 10/270 14577
/proc/meminfo: memFree=26098328/32770624 swapFree=5800/288596
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200365 s]
/proc/loadavg: 9.52 11.42 13.51 10/270 14577
/proc/meminfo: memFree=26098328/32770624 swapFree=5800/288596
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30029 s]
/proc/loadavg: 9.52 11.42 13.51 10/270 14577
/proc/meminfo: memFree=26098328/32770624 swapFree=5800/288596
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700173 s]
/proc/loadavg: 9.52 11.42 13.51 10/270 14577
/proc/meminfo: memFree=26098328/32770624 swapFree=5800/288596
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50104 s]
/proc/loadavg: 9.56 11.39 13.49 10/291 14598
/proc/meminfo: memFree=25788776/32770624 swapFree=5800/288968
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
[pid=14578] ppid=14577 vsize=13269256 CPUtime=3.79 cores=0,2,4,6,8,10,12,14
/proc/14578/stat : 14578 (java) S 14577 14577 7621 0 -1 1077944320 15298 0 0 0 332 47 0 0 20 0 20 0 4860435 13587718144 93850 33554432000 4194304 4196468 140729233726640 140729233709184 139724281315063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
/proc/14578/statm: 3317314 93850 3232 1 0 3304547 0
[pid=14578/tid=14579] ppid=14577 vsize=13269256 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14579/stat : 14579 (java) R 14577 14577 7621 0 -1 4202560 6825 0 0 0 131 7 0 0 20 0 20 0 4860435 13587718144 93850 33554432000 4194304 4196468 140729233726640 139724285550584 139723896974994 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14581] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14581/stat : 14581 (java) S 14577 14577 7621 0 -1 1077944384 68 0 0 0 4 3 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139724213451664 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14582] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14582/stat : 14582 (java) S 14577 14577 7621 0 -1 1077944384 75 0 0 0 4 4 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723879189264 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14583] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14583/stat : 14583 (java) S 14577 14577 7621 0 -1 1077944384 71 0 0 0 3 5 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723878136976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14584] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14584/stat : 14584 (java) S 14577 14577 7621 0 -1 1077944384 67 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723877084176 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14585] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14585/stat : 14585 (java) S 14577 14577 7621 0 -1 1077944384 76 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723876030864 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14586] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14586/stat : 14586 (java) S 14577 14577 7621 0 -1 1077944384 65 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723874978064 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14587] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14587/stat : 14587 (java) S 14577 14577 7621 0 -1 1077944384 71 0 0 0 3 5 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723873925776 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14588] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14588/stat : 14588 (java) S 14577 14577 7621 0 -1 1077944384 74 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723872872976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14589] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14589/stat : 14589 (java) S 14577 14577 7621 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4860438 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723810703984 139724281326210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14590] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14590/stat : 14590 (java) S 14577 14577 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4860439 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723741848928 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14591] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14591/stat : 14591 (java) S 14577 14577 7621 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4860439 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723740796544 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14592] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14592/stat : 14592 (java) S 14577 14577 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4860443 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723739744848 139724281333659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14593] ppid=14577 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14593/stat : 14593 (java) S 14577 14577 7621 0 -1 1077944384 1930 0 0 0 43 0 0 0 20 0 20 0 4860443 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723738691696 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14594] ppid=14577 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14594/stat : 14594 (java) S 14577 14577 7621 0 -1 1077944384 1352 0 0 0 45 0 0 0 20 0 20 0 4860443 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723737638896 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14595] ppid=14577 vsize=13269256 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14595/stat : 14595 (java) S 14577 14577 7621 0 -1 1077944384 1613 0 0 0 42 0 0 0 20 0 20 0 4860443 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723736586608 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14596] ppid=14577 vsize=13269256 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14596/stat : 14596 (java) S 14577 14577 7621 0 -1 1077944384 1504 0 0 0 37 0 0 0 20 0 20 0 4860443 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723735533808 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14597] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14597/stat : 14597 (java) S 14577 14577 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4860443 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723734481760 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14598] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14598/stat : 14598 (java) S 14577 14577 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4860444 13587718144 93850 33554432000 4194304 4196468 140729233726640 139723733429040 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 13278768

[startup+3.10093 s]
/proc/loadavg: 9.56 11.39 13.49 10/291 14598
/proc/meminfo: memFree=25735956/32770624 swapFree=5800/288968
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
[pid=14578] ppid=14577 vsize=13269256 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/14578/stat : 14578 (java) S 14577 14577 7621 0 -1 1077944320 15601 0 0 0 492 47 0 0 20 0 20 0 4860435 13587718144 93858 33554432000 4194304 4196468 140729233726640 140729233709184 139724281315063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
/proc/14578/statm: 3317314 93858 3232 1 0 3304547 0
[pid=14578/tid=14579] ppid=14577 vsize=13269256 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14579/stat : 14579 (java) R 14577 14577 7621 0 -1 4202560 7095 0 0 0 290 7 0 0 20 0 20 0 4860435 13587718144 93858 33554432000 4194304 4196468 140729233726640 139724285550160 139723896974957 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14581] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14581/stat : 14581 (java) S 14577 14577 7621 0 -1 1077944384 68 0 0 0 4 3 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139724213451664 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14582] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14582/stat : 14582 (java) S 14577 14577 7621 0 -1 1077944384 75 0 0 0 4 4 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723879189264 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14583] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14583/stat : 14583 (java) S 14577 14577 7621 0 -1 1077944384 71 0 0 0 3 5 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723878136976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14584] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14584/stat : 14584 (java) S 14577 14577 7621 0 -1 1077944384 67 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723877084176 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14585] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14585/stat : 14585 (java) S 14577 14577 7621 0 -1 1077944384 76 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723876030864 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14586] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14586/stat : 14586 (java) S 14577 14577 7621 0 -1 1077944384 65 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723874978064 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14587] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14587/stat : 14587 (java) S 14577 14577 7621 0 -1 1077944384 71 0 0 0 3 5 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723873925776 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14588] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14588/stat : 14588 (java) S 14577 14577 7621 0 -1 1077944384 74 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723872872976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14589] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14589/stat : 14589 (java) S 14577 14577 7621 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4860438 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723810703984 139724281326210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14590] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14590/stat : 14590 (java) S 14577 14577 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4860439 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723741848928 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14591] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14591/stat : 14591 (java) S 14577 14577 7621 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4860439 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723740796544 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14592] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14592/stat : 14592 (java) S 14577 14577 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4860443 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723739744848 139724281333659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14593] ppid=14577 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14593/stat : 14593 (java) S 14577 14577 7621 0 -1 1077944384 1930 0 0 0 43 0 0 0 20 0 20 0 4860443 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723738691696 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14594] ppid=14577 vsize=13269256 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14594/stat : 14594 (java) S 14577 14577 7621 0 -1 1077944384 1352 0 0 0 45 0 0 0 20 0 20 0 4860443 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723737638896 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14595] ppid=14577 vsize=13269256 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14595/stat : 14595 (java) S 14577 14577 7621 0 -1 1077944384 1613 0 0 0 42 0 0 0 20 0 20 0 4860443 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723736586608 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14596] ppid=14577 vsize=13269256 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14596/stat : 14596 (java) S 14577 14577 7621 0 -1 1077944384 1504 0 0 0 37 0 0 0 20 0 20 0 4860443 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723735533808 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14597] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14597/stat : 14597 (java) S 14577 14577 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4860443 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723734481760 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14598] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14598/stat : 14598 (java) S 14577 14577 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4860444 13587718144 93858 33554432000 4194304 4196468 140729233726640 139723733429040 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 13278768

[startup+6.30096 s]
/proc/loadavg: 9.51 11.35 13.47 10/291 14598
/proc/meminfo: memFree=25735112/32770624 swapFree=5800/288968
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
[pid=14578] ppid=14577 vsize=13269256 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/14578/stat : 14578 (java) S 14577 14577 7621 0 -1 1077944320 16594 0 0 0 812 47 0 0 20 0 20 0 4860435 13587718144 93920 33554432000 4194304 4196468 140729233726640 140729233709184 139724281315063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
/proc/14578/statm: 3317314 93920 3232 1 0 3304547 0
[pid=14578/tid=14579] ppid=14577 vsize=13269256 CPUtime=6.17 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14579/stat : 14579 (java) R 14577 14577 7621 0 -1 4202560 7201 0 0 0 610 7 0 0 20 0 20 0 4860435 13587718144 93920 33554432000 4194304 4196468 140729233726640 139724285550160 139723896974945 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14581] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14581/stat : 14581 (java) S 14577 14577 7621 0 -1 1077944384 68 0 0 0 4 3 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139724213451664 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14582] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14582/stat : 14582 (java) S 14577 14577 7621 0 -1 1077944384 75 0 0 0 4 4 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723879189264 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14583] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14583/stat : 14583 (java) S 14577 14577 7621 0 -1 1077944384 71 0 0 0 3 5 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723878136976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14584] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14584/stat : 14584 (java) S 14577 14577 7621 0 -1 1077944384 67 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723877084176 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14585] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14585/stat : 14585 (java) S 14577 14577 7621 0 -1 1077944384 76 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723876030864 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14586] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14586/stat : 14586 (java) S 14577 14577 7621 0 -1 1077944384 65 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723874978064 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14587] ppid=14577 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14587/stat : 14587 (java) S 14577 14577 7621 0 -1 1077944384 71 0 0 0 3 5 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723873925776 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14588] ppid=14577 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14588/stat : 14588 (java) S 14577 14577 7621 0 -1 1077944384 74 0 0 0 3 4 0 0 20 0 20 0 4860436 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723872872976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14589] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14589/stat : 14589 (java) S 14577 14577 7621 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 20 0 4860438 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723810703984 139724281326210 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14590] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14590/stat : 14590 (java) S 14577 14577 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4860439 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723741848928 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14591] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14591/stat : 14591 (java) S 14577 14577 7621 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4860439 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723740796544 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14592] ppid=14577 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14592/stat : 14592 (java) S 14577 14577 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4860443 13587718144 93920 33554432000 4194304 4196468 140729233726640 139723739744848 139724281333659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0

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

/proc/14578/task/14595/stat : 14595 (java) S 14577 14577 7621 0 -1 1077944384 2776 0 0 0 45 1 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723736586608 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14596] ppid=14577 vsize=13335820 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14596/stat : 14596 (java) S 14577 14577 7621 0 -1 1077944384 5431 0 0 0 42 1 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723735533376 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14597] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14597/stat : 14597 (java) S 14577 14577 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723734481760 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14598] ppid=14577 vsize=13335820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14598/stat : 14598 (java) S 14577 14577 7621 0 -1 1077944384 1036 0 0 0 18 13 0 0 20 0 21 0 4860444 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723733429040 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 10 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14933] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14933/stat : 14933 (java) S 14577 14577 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 4914076 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723725918144 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
Current children cumulated CPU time (s) 910.67
Current children cumulated vsize (KiB) 13345332

[startup+538.403 s]
/proc/loadavg: 11.50 10.10 11.77 17/293 14933
/proc/meminfo: memFree=17484956/32770624 swapFree=5800/289800
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
[pid=14578] ppid=14577 vsize=13335820 CPUtime=917.04 cores=0,2,4,6,8,10,12,14
/proc/14578/stat : 14578 (java) S 14577 14577 7621 0 -1 1077944320 221720 0 0 0 88414 3290 0 0 20 0 21 0 4860435 13655879680 2676738 33554432000 4194304 4196468 140729233726640 140729233709184 139724281315063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
/proc/14578/statm: 3333955 2676738 3258 1 0 3321188 0
[pid=14578/tid=14579] ppid=14577 vsize=13335820 CPUtime=474.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14579/stat : 14579 (java) S 14577 14577 7621 0 -1 1077944384 26584 0 0 0 47420 23 0 0 20 0 21 0 4860435 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139724285555744 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14581] ppid=14577 vsize=13335820 CPUtime=53.6 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14581/stat : 14581 (java) R 14577 14577 7621 0 -1 4202560 17294 0 0 0 4963 397 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139724213451784 139724274418042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14582] ppid=14577 vsize=13335820 CPUtime=53.98 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14582/stat : 14582 (java) R 14577 14577 7621 0 -1 4202560 16737 0 0 0 4964 434 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723879189384 139724266304708 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14583] ppid=14577 vsize=13335820 CPUtime=53.93 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14583/stat : 14583 (java) R 14577 14577 7621 0 -1 4202560 12510 0 0 0 5023 370 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723878137096 139724274418705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14584] ppid=14577 vsize=13335820 CPUtime=54.07 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14584/stat : 14584 (java) R 14577 14577 7621 0 -1 4202560 17536 0 0 0 5009 398 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723877084296 139724266304528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14585] ppid=14577 vsize=13335820 CPUtime=53.98 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14585/stat : 14585 (java) R 14577 14577 7621 0 -1 4202560 12433 0 0 0 4964 434 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723876030984 139724274418705 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14586] ppid=14577 vsize=13335820 CPUtime=53.76 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14586/stat : 14586 (java) R 14577 14577 7621 0 -1 4202560 16672 0 0 0 4961 415 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723874978184 139724266313008 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14587] ppid=14577 vsize=13335820 CPUtime=53.73 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14587/stat : 14587 (java) R 14577 14577 7621 0 -1 4202560 15872 0 0 0 4947 426 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723873925896 139724274411456 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14588] ppid=14577 vsize=13335820 CPUtime=54.12 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14588/stat : 14588 (java) R 14577 14577 7621 0 -1 4202560 17463 0 0 0 5046 366 0 0 20 0 21 0 4860436 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723872873096 139724274418049 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14589] ppid=14577 vsize=13335820 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14589/stat : 14589 (java) S 14577 14577 7621 0 -1 1077944384 51199 0 0 0 897 5 0 0 20 0 21 0 4860438 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723810702528 139724281325269 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14590] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14590/stat : 14590 (java) S 14577 14577 7621 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 4860439 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723741848928 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14591] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14591/stat : 14591 (java) S 14577 14577 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 4860439 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723740796544 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14592] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14592/stat : 14592 (java) S 14577 14577 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723739744848 139724281333659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14593] ppid=14577 vsize=13335820 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14593/stat : 14593 (java) S 14577 14577 7621 0 -1 1077944384 3266 0 0 0 49 1 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723738691696 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14594] ppid=14577 vsize=13335820 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14594/stat : 14594 (java) S 14577 14577 7621 0 -1 1077944384 3571 0 0 0 55 1 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723737638896 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14595] ppid=14577 vsize=13335820 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14595/stat : 14595 (java) S 14577 14577 7621 0 -1 1077944384 2776 0 0 0 45 1 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723736586608 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14596] ppid=14577 vsize=13335820 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14596/stat : 14596 (java) S 14577 14577 7621 0 -1 1077944384 5431 0 0 0 42 1 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723735533376 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14597] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14597/stat : 14597 (java) S 14577 14577 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4860443 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723734481760 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14598] ppid=14577 vsize=13335820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14598/stat : 14598 (java) S 14577 14577 7621 0 -1 1077944384 1036 0 0 0 18 13 0 0 20 0 21 0 4860444 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723733429040 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 10 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14933] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14933/stat : 14933 (java) S 14577 14577 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 4914076 13655879680 2676738 33554432000 4194304 4196468 140729233726640 139723725918144 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
Current children cumulated CPU time (s) 917.04
Current children cumulated vsize (KiB) 13345332

[startup+538.805 s]
/proc/loadavg: 11.50 10.10 11.77 17/293 14933
/proc/meminfo: memFree=17484956/32770624 swapFree=5800/289800
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
[pid=14578] ppid=14577 vsize=13335820 CPUtime=920.25 cores=0,2,4,6,8,10,12,14
/proc/14578/stat : 14578 (java) S 14577 14577 7621 0 -1 1077944320 221760 0 0 0 88734 3291 0 0 20 0 21 0 4860435 13655879680 2676764 33554432000 4194304 4196468 140729233726640 140729233709184 139724281315063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
/proc/14578/statm: 3333955 2676764 3258 1 0 3321188 0
[pid=14578/tid=14579] ppid=14577 vsize=13335820 CPUtime=474.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14579/stat : 14579 (java) S 14577 14577 7621 0 -1 1077944384 26584 0 0 0 47420 23 0 0 20 0 21 0 4860435 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139724285555744 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14581] ppid=14577 vsize=13335820 CPUtime=54.01 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14581/stat : 14581 (java) R 14577 14577 7621 0 -1 4202560 17294 0 0 0 5003 398 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139724213451784 139724274418042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14582] ppid=14577 vsize=13335820 CPUtime=54.38 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14582/stat : 14582 (java) R 14577 14577 7621 0 -1 4202560 16737 0 0 0 5004 434 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723879189384 139724274418042 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14583] ppid=14577 vsize=13335820 CPUtime=54.33 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14583/stat : 14583 (java) R 14577 14577 7621 0 -1 4202560 12510 0 0 0 5063 370 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723878137096 139724266015107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14584] ppid=14577 vsize=13335820 CPUtime=54.48 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14584/stat : 14584 (java) R 14577 14577 7621 0 -1 4202560 17536 0 0 0 5049 399 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723877084296 139724274418049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14585] ppid=14577 vsize=13335820 CPUtime=54.38 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14585/stat : 14585 (java) R 14577 14577 7621 0 -1 4202560 12433 0 0 0 5004 434 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723876030984 139724274418049 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14586] ppid=14577 vsize=13335820 CPUtime=54.16 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14586/stat : 14586 (java) R 14577 14577 7621 0 -1 4202560 16672 0 0 0 5001 415 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723874978184 139724274418035 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14587] ppid=14577 vsize=13335820 CPUtime=54.13 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14587/stat : 14587 (java) R 14577 14577 7621 0 -1 4202560 15872 0 0 0 4987 426 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723873925896 139724273943271 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14588] ppid=14577 vsize=13335820 CPUtime=54.52 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14588/stat : 14588 (java) R 14577 14577 7621 0 -1 4202560 17503 0 0 0 5086 366 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723872873096 139724274418049 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14589] ppid=14577 vsize=13335820 CPUtime=9.02 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14589/stat : 14589 (java) S 14577 14577 7621 0 -1 1077944384 51199 0 0 0 897 5 0 0 20 0 21 0 4860438 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723810702528 139724281325269 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14590] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14590/stat : 14590 (java) S 14577 14577 7621 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 4860439 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723741848928 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14591] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14591/stat : 14591 (java) S 14577 14577 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 4860439 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723740796544 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14592] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14592/stat : 14592 (java) S 14577 14577 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723739744848 139724281333659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14593] ppid=14577 vsize=13335820 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14593/stat : 14593 (java) S 14577 14577 7621 0 -1 1077944384 3266 0 0 0 49 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723738691696 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14594] ppid=14577 vsize=13335820 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14594/stat : 14594 (java) S 14577 14577 7621 0 -1 1077944384 3571 0 0 0 55 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723737638896 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14595] ppid=14577 vsize=13335820 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14595/stat : 14595 (java) S 14577 14577 7621 0 -1 1077944384 2776 0 0 0 45 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723736586608 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14596] ppid=14577 vsize=13335820 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14596/stat : 14596 (java) S 14577 14577 7621 0 -1 1077944384 5431 0 0 0 42 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723735533376 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14597] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14597/stat : 14597 (java) S 14577 14577 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723734481760 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14598] ppid=14577 vsize=13335820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14598/stat : 14598 (java) S 14577 14577 7621 0 -1 1077944384 1036 0 0 0 18 13 0 0 20 0 21 0 4860444 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723733429040 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 10 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14933] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14933/stat : 14933 (java) S 14577 14577 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 4914076 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723725918144 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
Current children cumulated CPU time (s) 920.25
Current children cumulated vsize (KiB) 13345332

[startup+539.201 s]
/proc/loadavg: 11.50 10.10 11.77 10/293 14933
/proc/meminfo: memFree=17484832/32770624 swapFree=5800/289800
[pid=14577] ppid=14574 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14577/stat : 14577 (xcsp3-exec) S 14574 14577 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4860434 9740288 346 33554432000 4194304 5098028 140736881790624 140736881788728 140110620091004 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 13815808 140736881796238 140736881796448 140736881796448 140736881799147 0
/proc/14577/statm: 2378 346 289 221 0 87 0
[pid=14578] ppid=14577 vsize=13335820 CPUtime=921.61 cores=0,2,4,6,8,10,12,14
/proc/14578/stat : 14578 (java) S 14577 14577 7621 0 -1 1077944320 221888 0 0 0 88870 3291 0 0 20 0 21 0 4860435 13655879680 2676764 33554432000 4194304 4196468 140729233726640 140729233709184 139724281315063 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
/proc/14578/statm: 3333955 2676764 3258 1 0 3321188 0
[pid=14578/tid=14579] ppid=14577 vsize=13335820 CPUtime=474.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14579/stat : 14579 (java) S 14577 14577 7621 0 -1 1077944384 26584 0 0 0 47420 23 0 0 20 0 21 0 4860435 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139724285555744 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14581] ppid=14577 vsize=13335820 CPUtime=54.15 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14581/stat : 14581 (java) S 14577 14577 7621 0 -1 1077944384 17294 0 0 0 5017 398 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139724213451664 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14582] ppid=14577 vsize=13335820 CPUtime=54.52 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14582/stat : 14582 (java) S 14577 14577 7621 0 -1 1077944384 16737 0 0 0 5018 434 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723879189264 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14583] ppid=14577 vsize=13335820 CPUtime=54.47 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14583/stat : 14583 (java) S 14577 14577 7621 0 -1 1077944384 12510 0 0 0 5077 370 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723878136976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14584] ppid=14577 vsize=13335820 CPUtime=54.62 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14584/stat : 14584 (java) S 14577 14577 7621 0 -1 1077944384 17536 0 0 0 5063 399 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723877084176 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14585] ppid=14577 vsize=13335820 CPUtime=54.52 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14585/stat : 14585 (java) S 14577 14577 7621 0 -1 1077944384 12433 0 0 0 5018 434 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723876030864 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14586] ppid=14577 vsize=13335820 CPUtime=54.3 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14586/stat : 14586 (java) S 14577 14577 7621 0 -1 1077944384 16672 0 0 0 5015 415 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723874978064 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14587] ppid=14577 vsize=13335820 CPUtime=54.27 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14587/stat : 14587 (java) S 14577 14577 7621 0 -1 1077944384 15872 0 0 0 5001 426 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723873925776 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14588] ppid=14577 vsize=13335820 CPUtime=54.66 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14588/stat : 14588 (java) S 14577 14577 7621 0 -1 1077944384 17503 0 0 0 5100 366 0 0 20 0 21 0 4860436 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723872872976 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14589] ppid=14577 vsize=13335820 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14589/stat : 14589 (java) R 14577 14577 7621 0 -1 4202560 51327 0 0 0 923 5 0 0 20 0 21 0 4860438 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723810702416 139724259685243 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14590] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14590/stat : 14590 (java) S 14577 14577 7621 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 4860439 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723741848928 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14591] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14591/stat : 14591 (java) S 14577 14577 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 4860439 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723740796544 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14592] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14592/stat : 14592 (java) S 14577 14577 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723739744848 139724281333659 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14593] ppid=14577 vsize=13335820 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14593/stat : 14593 (java) S 14577 14577 7621 0 -1 1077944384 3266 0 0 0 49 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723738691696 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14594] ppid=14577 vsize=13335820 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14594/stat : 14594 (java) S 14577 14577 7621 0 -1 1077944384 3571 0 0 0 55 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723737638896 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14595] ppid=14577 vsize=13335820 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14595/stat : 14595 (java) S 14577 14577 7621 0 -1 1077944384 2776 0 0 0 45 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723736586608 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14596] ppid=14577 vsize=13335820 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14596/stat : 14596 (java) S 14577 14577 7621 0 -1 1077944384 5431 0 0 0 42 1 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723735533376 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14597] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14597/stat : 14597 (java) S 14577 14577 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4860443 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723734481760 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14598] ppid=14577 vsize=13335820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14598/stat : 14598 (java) S 14577 14577 7621 0 -1 1077944384 1036 0 0 0 18 13 0 0 20 0 21 0 4860444 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723733429040 139724281326210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 10 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
[pid=14578/tid=14933] ppid=14577 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14578/task/14933/stat : 14933 (java) S 14577 14577 7621 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 4914076 13655879680 2676764 33554432000 4194304 4196468 140729233726640 139723725918144 139724281325269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30748672 140729233728700 140729233728876 140729233728876 140729233731535 0
Current children cumulated CPU time (s) 921.61
Current children cumulated vsize (KiB) 13345332

Child status: 1
Real time (s): 539.281
CPU time (s): 921.691
CPU user time (s): 888.727
CPU system time (s): 32.9639
CPU usage (%): 170.911
Max. virtual memory (cumulated for all children) (KiB): 13345332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 888.727
system time used= 32.9639
maximum resident set size= 10707420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22732
involuntary context switches= 58452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.20119 second user time and 5.6143 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 05:58:47
IDJOB=4249960
IDBENCH=138550
IDSOLVER=2625
FILE ID=node124/4249960-1500695927
RUNJOBID= node124-1500683887-7652
PBS_JOBID= 20623343
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.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-4249960-1500695927/watcher-4249960-1500695927 -o /tmp/evaluation-result-4249960-1500695927/solver-4249960-1500695927 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1137496839 HOME/instance-4249960-1500695927.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=1137496839

node124.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.16
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		: 2000.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.16
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		: 1867.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.16
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		: 1600.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.16
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		: 2000.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.16
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		: 1867.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.16
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		: 1733.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.16
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		: 1867.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.16
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:        26099220 kB
MemAvailable:   26266816 kB
Buffers:          118156 kB
Cached:           331584 kB
SwapCached:            0 kB
Active:          5934956 kB
Inactive:         297340 kB
Active(anon):    5785260 kB
Inactive(anon):     8744 kB
Active(file):     149696 kB
Inactive(file):   288596 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8136 kB
Writeback:             0 kB
AnonPages:       5794920 kB
Mapped:            42800 kB
Shmem:              8840 kB
Slab:             124352 kB
SReclaimable:      90276 kB
SUnreclaim:        34076 kB
KernelStack:        4992 kB
PageTables:        17800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7849432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5619712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61992 MiB
End job on node124 at 2017-07-22 06:07:46