Trace number 4248834

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)UNSAT 99.1974 67.2278

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-14.xml
MD5SUM7d43106829e6532dfda12d24404dada5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.077803001
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":113}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":31},{"degree":1,"count":9},{"degree":2,"count":9},{"degree":3,"count":11},{"degree":4,"count":7},{"degree":5,"count":21},{"degree":6,"count":56}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":3},{"arity":4,"count":3},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":7},{"arity":8,"count":10},{"arity":9,"count":3},{"arity":10,"count":10},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":6},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64}]
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-4248834-1500693041.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4248834-1500693041.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.34	c parse instance...
98.92/67.16	c solve instance...
98.92/67.19	java.util.concurrent.ExecutionException: java.lang.NullPointerException
98.92/67.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
98.92/67.19		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
98.92/67.19		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:188)
98.92/67.19		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
98.92/67.19		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
98.92/67.19	Caused by: java.lang.NullPointerException
98.92/67.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
98.92/67.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
98.92/67.19		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
98.92/67.19		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
98.92/67.19		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
98.92/67.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
98.92/67.19		... 4 more
98.92/67.19	Caused by: java.lang.NullPointerException
98.92/67.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
98.92/67.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
98.92/67.19		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
98.92/67.19		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
98.92/67.19		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
98.92/67.19		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
98.92/67.19		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
98.92/67.19		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
98.92/67.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
98.92/67.19		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
98.92/67.19		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
98.92/67.19		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
98.92/67.19		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
98.92/67.19		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
98.92/67.19		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
98.92/67.19		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
98.92/67.19		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
98.92/67.19		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
98.92/67.19	Caused by: java.lang.NullPointerException
98.92/67.19		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
98.92/67.19		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
98.92/67.19		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
98.92/67.19		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
98.92/67.19		at org.chocosolver.solver.Solver.solve(Solver.java:260)
98.92/67.19		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
98.92/67.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
98.92/67.19		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
98.92/67.19		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
98.92/67.19		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
98.92/67.19		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
98.92/67.19		... 4 more
98.92/67.19	s UNSATISFIABLE

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-4248834-1500693041/watcher-4248834-1500693041 -o /tmp/evaluation-result-4248834-1500693041/solver-4248834-1500693041 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1690067307 HOME/instance-4248834-1500693041.xml 

pid=17141
running on 8 cores: 1,3,5,7,9,11,13,15

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: 16.17 15.91 14.88 10/278 17144
/proc/meminfo: memFree=28716868/32770624 swapFree=5900/307672
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0

[startup+0.100097 s]
/proc/loadavg: 16.17 15.91 14.88 10/278 17144
/proc/meminfo: memFree=28716868/32770624 swapFree=5900/307672
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200259 s]
/proc/loadavg: 16.17 15.91 14.88 10/278 17144
/proc/meminfo: memFree=28716868/32770624 swapFree=5900/307672
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300226 s]
/proc/loadavg: 16.17 15.91 14.88 10/278 17144
/proc/meminfo: memFree=28716868/32770624 swapFree=5900/307672
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700215 s]
/proc/loadavg: 16.17 15.91 14.88 10/278 17144
/proc/meminfo: memFree=28716868/32770624 swapFree=5900/307672
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50107 s]
/proc/loadavg: 16.17 15.91 14.88 10/299 17165
/proc/meminfo: memFree=28541396/32770624 swapFree=5900/307640
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
[pid=17145] ppid=17144 vsize=13269256 CPUtime=2.53 cores=1,3,5,7,9,11,13,15
/proc/17145/stat : 17145 (java) S 17144 17144 16913 0 -1 1077944320 12177 0 0 0 234 19 0 0 20 0 20 0 4571077 13587718144 56671 33554432000 4194304 4196468 140722321252704 140722321235248 140510063079159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
/proc/17145/statm: 3317314 56671 3213 1 0 3304547 0
[pid=17145/tid=17146] ppid=17144 vsize=13269256 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17146/stat : 17146 (java) R 17144 17144 16913 0 -1 4202560 6767 0 0 0 138 5 0 0 20 0 20 0 4571077 13587718144 56671 33554432000 4194304 4196468 140722321252704 140510067318008 140509673397211 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17148] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17148/stat : 17148 (java) S 17144 17144 16913 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509995215888 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17149] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17149/stat : 17149 (java) S 17144 17144 16913 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509994163344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17150] ppid=17144 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17150/stat : 17150 (java) S 17144 17144 16913 0 -1 1077944384 16 0 0 0 1 2 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509993110288 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17151] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17151/stat : 17151 (java) S 17144 17144 16913 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509992057744 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17152] ppid=17144 vsize=13269256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17152/stat : 17152 (java) S 17144 17144 16913 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509991004688 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17153] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17153/stat : 17153 (java) S 17144 17144 16913 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509656877712 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17154] ppid=17144 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17154/stat : 17154 (java) S 17144 17144 16913 0 -1 1077944384 20 0 0 0 2 1 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509655824656 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17155] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17155/stat : 17155 (java) S 17144 17144 16913 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 20 0 4571078 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509654772112 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17156] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17156/stat : 17156 (java) S 17144 17144 16913 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509592468208 140510063090306 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17157] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17157/stat : 17157 (java) S 17144 17144 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509591414496 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17158] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17158/stat : 17158 (java) S 17144 17144 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4571082 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509590361344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17159] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17159/stat : 17159 (java) S 17144 17144 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4571085 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509589309904 140510063097755 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17160] ppid=17144 vsize=13269256 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17160/stat : 17160 (java) S 17144 17144 16913 0 -1 1077944384 880 0 0 0 16 0 0 0 20 0 20 0 4571085 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509588257008 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17161] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17161/stat : 17161 (java) S 17144 17144 16913 0 -1 1077944384 828 0 0 0 19 0 0 0 20 0 20 0 4571085 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509385320816 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17162] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17162/stat : 17162 (java) S 17144 17144 16913 0 -1 1077944384 849 0 0 0 19 0 0 0 20 0 20 0 4571085 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509384267760 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17163] ppid=17144 vsize=13269256 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17163/stat : 17163 (java) S 17144 17144 16913 0 -1 1077944384 1325 0 0 0 25 0 0 0 20 0 20 0 4571085 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509383215216 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17164] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17164/stat : 17164 (java) S 17144 17144 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4571086 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509382163424 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17165] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17165/stat : 17165 (java) S 17144 17144 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4571086 13587718144 56671 33554432000 4194304 4196468 140722321252704 140509381110960 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 13278768

[startup+3.10121 s]
/proc/loadavg: 16.17 15.91 14.88 10/299 17165
/proc/meminfo: memFree=28386472/32770624 swapFree=5900/307640
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
[pid=17145] ppid=17144 vsize=13269256 CPUtime=4.57 cores=1,3,5,7,9,11,13,15
/proc/17145/stat : 17145 (java) S 17144 17144 16913 0 -1 1077944320 13050 0 0 0 410 47 0 0 20 0 20 0 4571077 13587718144 92687 33554432000 4194304 4196468 140722321252704 140722321235248 140510063079159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
/proc/17145/statm: 3317314 92687 3214 1 0 3304547 0
[pid=17145/tid=17146] ppid=17144 vsize=13269256 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17146/stat : 17146 (java) R 17144 17144 16913 0 -1 4202560 7264 0 0 0 291 6 0 0 20 0 20 0 4571077 13587718144 92687 33554432000 4194304 4196468 140722321252704 140510067317096 140509673355957 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17148] ppid=17144 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17148/stat : 17148 (java) S 17144 17144 16913 0 -1 1077944384 47 0 0 0 3 4 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509995215888 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17149] ppid=17144 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17149/stat : 17149 (java) S 17144 17144 16913 0 -1 1077944384 44 0 0 0 3 5 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509994163344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17150] ppid=17144 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17150/stat : 17150 (java) S 17144 17144 16913 0 -1 1077944384 41 0 0 0 2 5 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509993110288 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17151] ppid=17144 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17151/stat : 17151 (java) S 17144 17144 16913 0 -1 1077944384 43 0 0 0 2 4 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509992057744 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17152] ppid=17144 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17152/stat : 17152 (java) S 17144 17144 16913 0 -1 1077944384 39 0 0 0 3 4 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509991004688 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17153] ppid=17144 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17153/stat : 17153 (java) S 17144 17144 16913 0 -1 1077944384 47 0 0 0 4 4 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509656877712 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17154] ppid=17144 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17154/stat : 17154 (java) S 17144 17144 16913 0 -1 1077944384 51 0 0 0 3 4 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509655824656 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17155] ppid=17144 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17155/stat : 17155 (java) S 17144 17144 16913 0 -1 1077944384 46 0 0 0 3 4 0 0 20 0 20 0 4571078 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509654772112 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17156] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17156/stat : 17156 (java) S 17144 17144 16913 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509592468208 140510063090306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17157] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17157/stat : 17157 (java) S 17144 17144 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509591414496 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17158] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17158/stat : 17158 (java) S 17144 17144 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4571082 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509590361344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17159] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17159/stat : 17159 (java) S 17144 17144 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4571085 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509589309904 140510063097755 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17160] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17160/stat : 17160 (java) D 17144 17144 16913 0 -1 4202560 884 0 0 0 19 0 0 0 20 0 20 0 4571085 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509588257304 140510043003295 0 4 0 16800975 18446744072100961413 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17161] ppid=17144 vsize=13269256 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17161/stat : 17161 (java) S 17144 17144 16913 0 -1 1077944384 850 0 0 0 24 0 0 0 20 0 20 0 4571085 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509385320816 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17162] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17162/stat : 17162 (java) D 17144 17144 16913 0 -1 4202560 849 0 0 0 19 0 0 0 20 0 20 0 4571085 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509384268056 140510043003295 0 4 0 16800975 18446744072100961413 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17163] ppid=17144 vsize=13269256 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17163/stat : 17163 (java) D 17144 17144 16913 0 -1 4202560 1337 0 0 0 26 0 0 0 20 0 20 0 4571085 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509383215512 140510043003295 0 4 0 16800975 18446744072100961413 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17164] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17164/stat : 17164 (java) S 17144 17144 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4571086 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509382163424 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17165] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17165/stat : 17165 (java) D 17144 17144 16913 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4571086 13587718144 92687 33554432000 4194304 4196468 140722321252704 140509381110880 140510047935246 0 4 0 16800975 18446744072100961413 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 13278768

[startup+6.30106 s]
/proc/loadavg: 15.60 15.79 14.84 10/299 17165
/proc/meminfo: memFree=28050496/32770624 swapFree=5900/307652
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
[pid=17145] ppid=17144 vsize=13269256 CPUtime=8.68 cores=1,3,5,7,9,11,13,15
/proc/17145/stat : 17145 (java) S 17144 17144 16913 0 -1 1077944320 16465 0 0 0 764 104 0 0 20 0 20 0 4571077 13587718144 192711 33554432000 4194304 4196468 140722321252704 140722321235248 140510063079159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
/proc/17145/statm: 3317314 192711 3235 1 0 3304547 0
[pid=17145/tid=17146] ppid=17144 vsize=13269256 CPUtime=6.05 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17146/stat : 17146 (java) R 17144 17144 16913 0 -1 4202560 8530 0 0 0 594 11 0 0 20 0 20 0 4571077 13587718144 192711 33554432000 4194304 4196468 140722321252704 140510067317704 140509673629982 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17148] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17148/stat : 17148 (java) S 17144 17144 16913 0 -1 1077944384 113 0 0 0 9 10 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509995215888 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17149] ppid=17144 vsize=13269256 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17149/stat : 17149 (java) S 17144 17144 16913 0 -1 1077944384 107 0 0 0 9 12 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509994163344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17150] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17150/stat : 17150 (java) S 17144 17144 16913 0 -1 1077944384 104 0 0 0 8 11 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509993110288 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17151] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17151/stat : 17151 (java) S 17144 17144 16913 0 -1 1077944384 106 0 0 0 8 11 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509992057744 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17152] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17152/stat : 17152 (java) S 17144 17144 16913 0 -1 1077944384 96 0 0 0 9 10 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509991004688 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17153] ppid=17144 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17153/stat : 17153 (java) S 17144 17144 16913 0 -1 1077944384 115 0 0 0 10 10 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509656877712 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17154] ppid=17144 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17154/stat : 17154 (java) S 17144 17144 16913 0 -1 1077944384 112 0 0 0 9 11 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509655824656 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17155] ppid=17144 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17155/stat : 17155 (java) S 17144 17144 16913 0 -1 1077944384 104 0 0 0 8 11 0 0 20 0 20 0 4571078 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509654772112 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17156] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17156/stat : 17156 (java) S 17144 17144 16913 0 -1 1077944384 540 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509592468208 140510063090306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17157] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17157/stat : 17157 (java) S 17144 17144 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509591414496 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17158] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17158/stat : 17158 (java) S 17144 17144 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4571082 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509590361344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17159] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17159/stat : 17159 (java) S 17144 17144 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4571085 13587718144 192711 33554432000 4194304 4196468 140722321252704 140509589309904 140510063097755 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0

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

/proc/17145/task/17165/stat : 17165 (java) S 17144 17144 16913 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 20 0 4571086 13587718144 1168444 33554432000 4194304 4196468 140722321252704 140509381110960 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
Current children cumulated CPU time (s) 90.54
Current children cumulated vsize (KiB) 13278768

[startup+65.6008 s]
/proc/loadavg: 11.35 14.53 14.47 10/299 17166
/proc/meminfo: memFree=24172056/32770624 swapFree=5900/307720
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
[pid=17145] ppid=17144 vsize=13269256 CPUtime=97.41 cores=1,3,5,7,9,11,13,15
/proc/17145/stat : 17145 (java) S 17144 17144 16913 0 -1 1077944320 75366 0 0 0 8852 889 0 0 20 0 20 0 4571077 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140722321235248 140510063079159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
/proc/17145/statm: 3317314 1174437 3265 1 0 3304547 0
[pid=17145/tid=17146] ppid=17144 vsize=13269256 CPUtime=59.53 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17146/stat : 17146 (java) R 17144 17144 16913 0 -1 4202560 16113 0 0 0 5911 42 0 0 20 0 20 0 4571077 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140510067316216 140509673293484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17148] ppid=17144 vsize=13269256 CPUtime=4.27 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17148/stat : 17148 (java) S 17144 17144 16913 0 -1 1077944384 2989 0 0 0 327 100 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509995215888 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17149] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17149/stat : 17149 (java) S 17144 17144 16913 0 -1 1077944384 14705 0 0 0 324 106 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509994163344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17150] ppid=17144 vsize=13269256 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17150/stat : 17150 (java) S 17144 17144 16913 0 -1 1077944384 2770 0 0 0 311 113 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509993110288 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17151] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17151/stat : 17151 (java) S 17144 17144 16913 0 -1 1077944384 2374 0 0 0 321 109 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509992057744 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17152] ppid=17144 vsize=13269256 CPUtime=4.22 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17152/stat : 17152 (java) S 17144 17144 16913 0 -1 1077944384 2749 0 0 0 317 105 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509991004688 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17153] ppid=17144 vsize=13269256 CPUtime=4.28 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17153/stat : 17153 (java) S 17144 17144 16913 0 -1 1077944384 9755 0 0 0 323 105 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509656877712 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17154] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17154/stat : 17154 (java) S 17144 17144 16913 0 -1 1077944384 2307 0 0 0 340 90 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509655824656 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17155] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17155/stat : 17155 (java) S 17144 17144 16913 0 -1 1077944384 2838 0 0 0 321 109 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509654772112 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17156] ppid=17144 vsize=13269256 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17156/stat : 17156 (java) S 17144 17144 16913 0 -1 1077944384 5570 0 0 0 163 1 0 0 20 0 20 0 4571081 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509592468208 140510063090306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17157] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17157/stat : 17157 (java) S 17144 17144 16913 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509591414496 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17158] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17158/stat : 17158 (java) S 17144 17144 16913 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 4571082 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509590361344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17159] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17159/stat : 17159 (java) S 17144 17144 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509589309904 140510063097755 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17160] ppid=17144 vsize=13269256 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17160/stat : 17160 (java) S 17144 17144 16913 0 -1 1077944384 3409 0 0 0 56 1 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509588257008 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17161] ppid=17144 vsize=13269256 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17161/stat : 17161 (java) S 17144 17144 16913 0 -1 1077944384 1587 0 0 0 41 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509385320816 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17162] ppid=17144 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17162/stat : 17162 (java) S 17144 17144 16913 0 -1 1077944384 2808 0 0 0 39 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509384267760 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 6 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17163] ppid=17144 vsize=13269256 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17163/stat : 17163 (java) S 17144 17144 16913 0 -1 1077944384 3658 0 0 0 49 1 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509383215216 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17164] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17164/stat : 17164 (java) S 17144 17144 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4571086 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509382163424 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17165] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17165/stat : 17165 (java) S 17144 17144 16913 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 20 0 4571086 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509381110960 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
Current children cumulated CPU time (s) 97.41
Current children cumulated vsize (KiB) 13278768

[startup+66.4008 s]
/proc/loadavg: 11.35 14.53 14.47 10/299 17166
/proc/meminfo: memFree=24169376/32770624 swapFree=5900/307720
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
[pid=17145] ppid=17144 vsize=13269256 CPUtime=98.21 cores=1,3,5,7,9,11,13,15
/proc/17145/stat : 17145 (java) S 17144 17144 16913 0 -1 1077944320 75366 0 0 0 8932 889 0 0 20 0 20 0 4571077 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140722321235248 140510063079159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
/proc/17145/statm: 3317314 1174437 3265 1 0 3304547 0
[pid=17145/tid=17146] ppid=17144 vsize=13269256 CPUtime=60.33 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17146/stat : 17146 (java) R 17144 17144 16913 0 -1 4202560 16113 0 0 0 5991 42 0 0 20 0 20 0 4571077 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140510067316216 140509675230894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17148] ppid=17144 vsize=13269256 CPUtime=4.27 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17148/stat : 17148 (java) S 17144 17144 16913 0 -1 1077944384 2989 0 0 0 327 100 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509995215888 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17149] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17149/stat : 17149 (java) S 17144 17144 16913 0 -1 1077944384 14705 0 0 0 324 106 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509994163344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17150] ppid=17144 vsize=13269256 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17150/stat : 17150 (java) S 17144 17144 16913 0 -1 1077944384 2770 0 0 0 311 113 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509993110288 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17151] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17151/stat : 17151 (java) S 17144 17144 16913 0 -1 1077944384 2374 0 0 0 321 109 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509992057744 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17152] ppid=17144 vsize=13269256 CPUtime=4.22 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17152/stat : 17152 (java) S 17144 17144 16913 0 -1 1077944384 2749 0 0 0 317 105 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509991004688 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17153] ppid=17144 vsize=13269256 CPUtime=4.28 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17153/stat : 17153 (java) S 17144 17144 16913 0 -1 1077944384 9755 0 0 0 323 105 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509656877712 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17154] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17154/stat : 17154 (java) S 17144 17144 16913 0 -1 1077944384 2307 0 0 0 340 90 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509655824656 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17155] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17155/stat : 17155 (java) S 17144 17144 16913 0 -1 1077944384 2838 0 0 0 321 109 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509654772112 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17156] ppid=17144 vsize=13269256 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17156/stat : 17156 (java) S 17144 17144 16913 0 -1 1077944384 5570 0 0 0 163 1 0 0 20 0 20 0 4571081 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509592468208 140510063090306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17157] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17157/stat : 17157 (java) S 17144 17144 16913 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509591414496 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17158] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17158/stat : 17158 (java) S 17144 17144 16913 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 4571082 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509590361344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17159] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17159/stat : 17159 (java) S 17144 17144 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509589309904 140510063097755 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17160] ppid=17144 vsize=13269256 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17160/stat : 17160 (java) S 17144 17144 16913 0 -1 1077944384 3409 0 0 0 56 1 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509588257008 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17161] ppid=17144 vsize=13269256 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17161/stat : 17161 (java) S 17144 17144 16913 0 -1 1077944384 1587 0 0 0 41 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509385320816 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17162] ppid=17144 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17162/stat : 17162 (java) S 17144 17144 16913 0 -1 1077944384 2808 0 0 0 39 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509384267760 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 6 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17163] ppid=17144 vsize=13269256 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17163/stat : 17163 (java) S 17144 17144 16913 0 -1 1077944384 3658 0 0 0 49 1 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509383215216 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17164] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17164/stat : 17164 (java) S 17144 17144 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4571086 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509382163424 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17165] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17165/stat : 17165 (java) S 17144 17144 16913 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 20 0 4571086 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509381110960 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
Current children cumulated CPU time (s) 98.21
Current children cumulated vsize (KiB) 13278768

[startup+66.8008 s]
/proc/loadavg: 11.35 14.53 14.47 10/299 17166
/proc/meminfo: memFree=24169376/32770624 swapFree=5900/307720
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
[pid=17145] ppid=17144 vsize=13269256 CPUtime=98.61 cores=1,3,5,7,9,11,13,15
/proc/17145/stat : 17145 (java) S 17144 17144 16913 0 -1 1077944320 75366 0 0 0 8972 889 0 0 20 0 20 0 4571077 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140722321235248 140510063079159 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
/proc/17145/statm: 3317314 1174437 3265 1 0 3304547 0
[pid=17145/tid=17146] ppid=17144 vsize=13269256 CPUtime=60.73 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17146/stat : 17146 (java) R 17144 17144 16913 0 -1 4202560 16113 0 0 0 6031 42 0 0 20 0 20 0 4571077 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140510067316216 140509673360669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17148] ppid=17144 vsize=13269256 CPUtime=4.27 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17148/stat : 17148 (java) S 17144 17144 16913 0 -1 1077944384 2989 0 0 0 327 100 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509995215888 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17149] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17149/stat : 17149 (java) S 17144 17144 16913 0 -1 1077944384 14705 0 0 0 324 106 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509994163344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17150] ppid=17144 vsize=13269256 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17150/stat : 17150 (java) S 17144 17144 16913 0 -1 1077944384 2770 0 0 0 311 113 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509993110288 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17151] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17151/stat : 17151 (java) S 17144 17144 16913 0 -1 1077944384 2374 0 0 0 321 109 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509992057744 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17152] ppid=17144 vsize=13269256 CPUtime=4.22 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17152/stat : 17152 (java) S 17144 17144 16913 0 -1 1077944384 2749 0 0 0 317 105 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509991004688 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17153] ppid=17144 vsize=13269256 CPUtime=4.28 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17153/stat : 17153 (java) S 17144 17144 16913 0 -1 1077944384 9755 0 0 0 323 105 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509656877712 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17154] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17154/stat : 17154 (java) S 17144 17144 16913 0 -1 1077944384 2307 0 0 0 340 90 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509655824656 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17155] ppid=17144 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17155/stat : 17155 (java) S 17144 17144 16913 0 -1 1077944384 2838 0 0 0 321 109 0 0 20 0 20 0 4571078 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509654772112 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17156] ppid=17144 vsize=13269256 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17156/stat : 17156 (java) S 17144 17144 16913 0 -1 1077944384 5570 0 0 0 163 1 0 0 20 0 20 0 4571081 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509592468208 140510063090306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17157] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17157/stat : 17157 (java) S 17144 17144 16913 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 4571081 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509591414496 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17158] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17158/stat : 17158 (java) S 17144 17144 16913 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 4571082 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509590361344 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17159] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17159/stat : 17159 (java) S 17144 17144 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509589309904 140510063097755 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17160] ppid=17144 vsize=13269256 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17160/stat : 17160 (java) S 17144 17144 16913 0 -1 1077944384 3409 0 0 0 56 1 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509588257008 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17161] ppid=17144 vsize=13269256 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17161/stat : 17161 (java) S 17144 17144 16913 0 -1 1077944384 1587 0 0 0 41 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509385320816 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17162] ppid=17144 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17162/stat : 17162 (java) S 17144 17144 16913 0 -1 1077944384 2808 0 0 0 39 0 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509384267760 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 6 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17163] ppid=17144 vsize=13269256 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17163/stat : 17163 (java) S 17144 17144 16913 0 -1 1077944384 3658 0 0 0 49 1 0 0 20 0 20 0 4571085 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509383215216 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17164] ppid=17144 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17164/stat : 17164 (java) S 17144 17144 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4571086 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509382163424 140510063089365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
[pid=17145/tid=17165] ppid=17144 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17165/stat : 17165 (java) S 17144 17144 16913 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 20 0 4571086 13587718144 1174437 33554432000 4194304 4196468 140722321252704 140509381110960 140510063090306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15753216 140722321261756 140722321261932 140722321261932 140722321264591 0
Current children cumulated CPU time (s) 98.61
Current children cumulated vsize (KiB) 13278768

[startup+67.209 s]
/proc/loadavg: 11.35 14.53 14.47 12/299 17166
/proc/meminfo: memFree=24168444/32770624 swapFree=5900/307720
[pid=17144] ppid=17141 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17144/stat : 17144 (xcsp3-exec) S 17141 17144 16913 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4571077 9740288 346 33554432000 4194304 5098028 140721601345728 140721601343832 139669256475260 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 31133696 140721601352846 140721601353056 140721601353056 140721601355755 0
/proc/17144/statm: 2378 346 289 221 0 87 0
[pid=17145] ppid=17144 vsize=0 CPUtime=99.17 cores=1,3,5,7,9,11,13,15
/proc/17145/stat : 17145 (java) Z 17144 17144 16913 0 -1 4227084 76398 0 0 0 9025 892 0 0 20 0 2 0 4571077 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/17145/statm: 0 0 0 0 0 0 0
[pid=17145/tid=17151] ppid=17144 vsize=0 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/17145/task/17151/stat : 17151 (java) R 17144 17144 16913 0 -1 4203588 2374 0 0 0 321 109 0 0 20 0 2 0 4571078 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 99.17
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 67.2278
CPU time (s): 99.1974
CPU user time (s): 90.2533
CPU system time (s): 8.94405
CPU usage (%): 147.554
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.2533
system time used= 8.94405
maximum resident set size= 4699812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6277
involuntary context switches= 6306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.457788 second user time and 0.657983 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 05:10:41
IDJOB=4248834
IDBENCH=134361
IDSOLVER=2625
FILE ID=node133/4248834-1500693041
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/RadarSurveillance/RadarSurveillance-m1-s8-24/RadarSurveillance-8-24-3-2-14.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-4248834-1500693041/watcher-4248834-1500693041 -o /tmp/evaluation-result-4248834-1500693041/solver-4248834-1500693041 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1690067307 HOME/instance-4248834-1500693041.xml

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

MD5SUM BENCH= 7d43106829e6532dfda12d24404dada5
RANDOM SEED=1690067307

node133.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		: 2668.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	: 5334.13
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		: 1600.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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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	: 5334.13
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		: 1600.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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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	: 5334.13
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		: 1600.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	: 5229.85
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		: 2668.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	: 5334.13
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		: 2267.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	: 5229.85
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		: 2668.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	: 5334.13
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		: 2000.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	: 5229.85
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		: 2668.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	: 5334.13
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		: 1733.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	: 5229.85
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		: 2668.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	: 5334.13
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		: 1733.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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28716868 kB
MemAvailable:   28930876 kB
Buffers:          117640 kB
Cached:           376004 kB
SwapCached:            0 kB
Active:          3293752 kB
Inactive:         316428 kB
Active(anon):    3119376 kB
Inactive(anon):     8756 kB
Active(file):     174376 kB
Inactive(file):   307672 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7932 kB
Writeback:             0 kB
AnonPages:       3122596 kB
Mapped:            43204 kB
Shmem:              8872 kB
Slab:             129500 kB
SReclaimable:      95592 kB
SUnreclaim:        33908 kB
KernelStack:        4768 kB
PageTables:        11412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3913144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2996224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 05:11:49