Trace number 4280984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)UNSAT 80.141197 62.7929

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-20.xml
MD5SUMf214ebe96c5c3c8776c4f6e3a073efa7
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.12754899
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":132}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":13},{"degree":2,"count":9},{"degree":3,"count":16},{"degree":4,"count":4},{"degree":5,"count":17},{"degree":6,"count":73}]
Minimum constraint arity4
Maximum constraint arity18
Distribution of constraint arities[{"arity":4,"count":4},{"arity":5,"count":3},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":10},{"arity":9,"count":6},{"arity":10,"count":9},{"arity":11,"count":2},{"arity":12,"count":6},{"arity":13,"count":2},{"arity":14,"count":4},{"arity":15,"count":3},{"arity":16,"count":1},{"arity":18,"count":3}]
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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280984-1503155900.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280984-1503155900.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
79.54/62.66	c solve instance...
79.75/62.75	java.util.concurrent.ExecutionException: java.lang.NullPointerException
79.75/62.75		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
79.75/62.75		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
79.75/62.75		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
79.75/62.75		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
79.75/62.75		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
79.75/62.75	Caused by: java.lang.NullPointerException
79.75/62.75		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
79.75/62.75		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
79.75/62.75		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
79.75/62.75		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
79.75/62.75		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
79.75/62.75		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
79.75/62.75		... 4 more
79.75/62.75	Caused by: java.lang.NullPointerException
79.75/62.75		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
79.75/62.75		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
79.75/62.75		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
79.75/62.75		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
79.75/62.75		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
79.75/62.75		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
79.75/62.75		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
79.75/62.75		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
79.75/62.75		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
79.75/62.75		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
79.75/62.75		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
79.75/62.75		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
79.75/62.75		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
79.75/62.75		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
79.75/62.75		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
79.75/62.75		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
79.75/62.75		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
79.75/62.75		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
79.75/62.75	Caused by: java.lang.NullPointerException
79.75/62.75		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
79.75/62.75		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
79.75/62.75		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
79.75/62.75		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
79.75/62.75		at org.chocosolver.solver.Solver.solve(Solver.java:260)
79.75/62.75		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
79.75/62.75		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
79.75/62.75		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
79.75/62.75		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
79.75/62.75		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
79.75/62.75		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
79.75/62.75		... 4 more
79.75/62.75	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11932 MiB free)
  memory of node 1: 16384 MiB (12148 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280984-1503155900/watcher-4280984-1503155900 -o /tmp/evaluation-result-4280984-1503155900/solver-4280984-1503155900 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503152458-770 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 345223222 HOME/instance-4280984-1503155900.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100141 s]*
/proc/loadavg: 7.91 8.16 8.24 3/201 1068
/proc/meminfo: memFree=24643976/32770624 swapFree=67108860/67108860
[pid=1047] ppid=1044 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1047/stat : 1047 (xcsp3-exec) S 1044 1047 743 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148670802 9740288 346 33554432000 4194304 5098028 140736598481168 140736598479272 140701060440700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34394112 140736598484069 140736598484279 140736598484279 140736598487019 0
/proc/1047/statm: 2378 346 289 221 0 87 0
[pid=1049] ppid=1047 vsize=25999808 memory=26096 CPUtime=0.12 cores=0-7
/proc/1049/stat : 1049 (java) S 1047 1047 743 0 -1 1077944320 5477 0 0 0 10 2 0 0 20 0 20 0 148670802 26623803392 6524 33554432000 4194304 4196468 140727194867840 140727194850384 140662002122487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
/proc/1049/statm: 6499952 6524 2842 1 0 6488269 0
[pid=1049/tid=1050] ppid=1047 vsize=25999808 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/1049/task/1050/stat : 1050 (java) R 1047 1047 743 0 -1 4202560 3495 0 0 0 8 1 0 0 20 0 20 0 148670802 26623803392 6655 33554432000 4194304 4196468 140727194867840 140662006354752 140662002134422 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1051] ppid=1047 vsize=25999808 memory=288230600429797399 CPUtime=0 cores=0-7
/proc/1049/task/1051/stat : 1051 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661559942160 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1052] ppid=1047 vsize=25999808 memory=3906788614719973024 CPUtime=0 cores=0-7
/proc/1049/task/1052/stat : 1052 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661558889616 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1053] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1053/stat : 1053 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661557836560 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1054] ppid=1047 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1054/stat : 1054 (java) S 1047 1047 743 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661556784016 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1055] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1055/stat : 1055 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661555730960 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1056] ppid=1047 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1056/stat : 1056 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661554678416 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1057] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1057/stat : 1057 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661553625360 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1058] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1058/stat : 1058 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661552572816 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1059] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1059/stat : 1059 (java) S 1047 1047 743 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148670805 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661128936176 140662002133634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1060] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1060/stat : 1060 (java) S 1047 1047 743 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148670805 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661127882400 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1061] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1061/stat : 1061 (java) S 1047 1047 743 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148670805 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661126829296 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1062] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1062/stat : 1062 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661125777872 140662002141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1063] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1063/stat : 1063 (java) S 1047 1047 743 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 148670808 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661124724976 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1064] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1064/stat : 1064 (java) S 1047 1047 743 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 148670808 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661123672432 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1065] ppid=1047 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1065/stat : 1065 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670808 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661122619376 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1066] ppid=1047 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/1049/task/1066/stat : 1066 (java) R 1047 1047 743 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 20 0 148670808 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661121566832 140661980787793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1067] ppid=1047 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1067/stat : 1067 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670808 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661120515040 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1068] ppid=1047 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1068/stat : 1068 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26623803392 6655 33554432000 4194304 4196468 140727194867840 140661051354288 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27480 KiB

[startup+0.210075 s]*
/proc/loadavg: 7.91 8.16 8.24 2/201 1068
/proc/meminfo: memFree=24631244/32770624 swapFree=67108860/67108860
[pid=1047] ppid=1044 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1047/stat : 1047 (xcsp3-exec) S 1044 1047 743 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148670802 9740288 346 33554432000 4194304 5098028 140736598481168 140736598479272 140701060440700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34394112 140736598484069 140736598484279 140736598484279 140736598487019 0
/proc/1047/statm: 2378 346 289 221 0 87 0
[pid=1049] ppid=1047 vsize=26004064 memory=39124 CPUtime=0.33 cores=0-7
/proc/1049/stat : 1049 (java) S 1047 1047 743 0 -1 1077944320 8292 0 0 0 30 3 0 0 20 0 20 0 148670802 26628161536 9781 33554432000 4194304 4196468 140727194867840 140727194850384 140662002122487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
/proc/1049/statm: 6501016 9781 3067 1 0 6488269 0
[pid=1049/tid=1050] ppid=1047 vsize=26004064 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/1049/task/1050/stat : 1050 (java) R 1047 1047 743 0 -1 4202560 5410 0 0 0 18 2 0 0 20 0 20 0 148670802 26628161536 9781 33554432000 4194304 4196468 140727194867840 140662006333296 140661994801709 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1051] ppid=1047 vsize=26004096 memory=288230600429797399 CPUtime=0 cores=0-7
/proc/1049/task/1051/stat : 1051 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628194304 9781 33554432000 4194304 4196468 140727194867840 140661559942160 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1052] ppid=1047 vsize=26004096 memory=3906788614719973024 CPUtime=0 cores=0-7
/proc/1049/task/1052/stat : 1052 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628194304 9781 33554432000 4194304 4196468 140727194867840 140661558889616 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1053] ppid=1047 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1053/stat : 1053 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670803 26628194304 9781 33554432000 4194304 4196468 140727194867840 140661557836560 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1054] ppid=1047 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1054/stat : 1054 (java) S 1047 1047 743 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148670803 26628194304 9781 33554432000 4194304 4196468 140727194867840 140661556784016 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1055] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1055/stat : 1055 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661555730960 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1056] ppid=1047 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1056/stat : 1056 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661554678416 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1057] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1057/stat : 1057 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661553625360 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1058] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1058/stat : 1058 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661552572816 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1059] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1059/stat : 1059 (java) S 1047 1047 743 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148670805 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661128936176 140662002133634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1060] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1060/stat : 1060 (java) S 1047 1047 743 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148670805 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661127882400 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1061] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1061/stat : 1061 (java) S 1047 1047 743 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148670805 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661126829296 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1062] ppid=1047 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1062/stat : 1062 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26628194304 9802 33554432000 4194304 4196468 140727194867840 140661125777872 140662002141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1063] ppid=1047 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/1049/task/1063/stat : 1063 (java) S 1047 1047 743 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 20 0 148670808 26628194304 9802 33554432000 4194304 4196468 140727194867840 140661124724976 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1064] ppid=1047 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/1049/task/1064/stat : 1064 (java) S 1047 1047 743 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 20 0 148670808 26628194304 9802 33554432000 4194304 4196468 140727194867840 140661123672432 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1065] ppid=1047 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1065/stat : 1065 (java) S 1047 1047 743 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 148670808 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661122619376 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1066] ppid=1047 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/1049/task/1066/stat : 1066 (java) S 1047 1047 743 0 -1 1077944384 753 0 0 0 7 0 0 0 20 0 20 0 148670808 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661121566832 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1067] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1067/stat : 1067 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670808 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661120515040 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1068] ppid=1047 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1068/stat : 1068 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26628161536 9802 33554432000 4194304 4196468 140727194867840 140661051354288 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40508 KiB

[startup+0.309728 s]*
/proc/loadavg: 7.91 8.16 8.24 5/201 1068
/proc/meminfo: memFree=24624608/32770624 swapFree=67108860/67108860
[pid=1047] ppid=1044 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1047/stat : 1047 (xcsp3-exec) S 1044 1047 743 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148670802 9740288 346 33554432000 4194304 5098028 140736598481168 140736598479272 140701060440700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34394112 140736598484069 140736598484279 140736598484279 140736598487019 0
/proc/1047/statm: 2378 346 289 221 0 87 0
[pid=1049] ppid=1047 vsize=26004064 memory=46328 CPUtime=0.49 cores=0-7
/proc/1049/stat : 1049 (java) S 1047 1047 743 0 -1 1077944320 9294 0 0 0 45 4 0 0 20 0 20 0 148670802 26628161536 11582 33554432000 4194304 4196468 140727194867840 140727194850384 140662002122487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
/proc/1049/statm: 6501016 11582 3094 1 0 6488269 0
[pid=1049/tid=1050] ppid=1047 vsize=26004064 memory=48900 CPUtime=0.29 cores=0-7
/proc/1049/task/1050/stat : 1050 (java) R 1047 1047 743 0 -1 4202560 6137 0 0 0 26 3 0 0 20 0 20 0 148670802 26628161536 11645 33554432000 4194304 4196468 140727194867840 140662006361344 140661986166117 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1051] ppid=1047 vsize=26004064 memory=35 CPUtime=0 cores=0-7
/proc/1049/task/1051/stat : 1051 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661559942160 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1052] ppid=1047 vsize=26004064 memory=140022777476928 CPUtime=0 cores=0-7
/proc/1049/task/1052/stat : 1052 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661558889616 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1053] ppid=1047 vsize=26004064 memory=55812 CPUtime=0 cores=0-7
/proc/1049/task/1053/stat : 1053 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661557836560 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1054] ppid=1047 vsize=26004064 memory=67 CPUtime=0 cores=0-7
/proc/1049/task/1054/stat : 1054 (java) S 1047 1047 743 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661556784016 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1055] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1055/stat : 1055 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661555730960 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1056] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1056/stat : 1056 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661554678416 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1057] ppid=1047 vsize=26004064 memory=3761686779913306144 CPUtime=0 cores=0-7
/proc/1049/task/1057/stat : 1057 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661553625360 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1058] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1058/stat : 1058 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661552572816 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1059] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1059/stat : 1059 (java) S 1047 1047 743 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148670805 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661128936176 140662002133634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1060] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1060/stat : 1060 (java) S 1047 1047 743 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148670805 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661127882400 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1061] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1061/stat : 1061 (java) S 1047 1047 743 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148670805 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661126829296 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1062] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1062/stat : 1062 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661125777872 140662002141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1063] ppid=1047 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/1049/task/1063/stat : 1063 (java) S 1047 1047 743 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 20 0 148670808 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661124724976 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1064] ppid=1047 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/1049/task/1064/stat : 1064 (java) S 1047 1047 743 0 -1 1077944384 295 0 0 0 2 0 0 0 20 0 20 0 148670808 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661123672432 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1065] ppid=1047 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1049/task/1065/stat : 1065 (java) S 1047 1047 743 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 148670808 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661122619376 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1066] ppid=1047 vsize=26004064 memory=0 CPUtime=0.12 cores=0-7
/proc/1049/task/1066/stat : 1066 (java) R 1047 1047 743 0 -1 4202560 933 0 0 0 12 0 0 0 20 0 20 0 148670808 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661121562784 140661980925711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1067] ppid=1047 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1049/task/1067/stat : 1067 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670808 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661120515040 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1068] ppid=1047 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1049/task/1068/stat : 1068 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26628161536 11645 33554432000 4194304 4196468 140727194867840 140661051354288 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47712 KiB

[startup+0.700959 s]
/proc/loadavg: 7.91 8.16 8.24 2/201 1068
/proc/meminfo: memFree=24591864/32770624 swapFree=67108860/67108860
[pid=1047] ppid=1044 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1047/stat : 1047 (xcsp3-exec) S 1044 1047 743 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148670802 9740288 346 33554432000 4194304 5098028 140736598481168 140736598479272 140701060440700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34394112 140736598484069 140736598484279 140736598484279 140736598487019 0
/proc/1047/statm: 2378 346 289 221 0 87 0
[pid=1049] ppid=1047 vsize=26004140 memory=170772 CPUtime=1.34 cores=0-7
/proc/1049/stat : 1049 (java) S 1047 1047 743 0 -1 1077944320 11787 0 0 0 127 7 0 0 20 0 20 0 148670802 26628239360 42693 33554432000 4194304 4196468 140727194867840 140727194850384 140662002122487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
/proc/1049/statm: 6501035 42693 3186 1 0 6488269 0
[pid=1049/tid=1050] ppid=1047 vsize=26004140 memory=844 CPUtime=0.67 cores=0-7
/proc/1049/task/1050/stat : 1050 (java) R 1047 1047 743 0 -1 4202560 6547 0 0 0 63 4 0 0 20 0 20 0 148670802 26628239360 42693 33554432000 4194304 4196468 140727194867840 140662006359000 140661606145294 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1051] ppid=1047 vsize=26004140 memory=14297946131068 CPUtime=0 cores=0-7
/proc/1049/task/1051/stat : 1051 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628239360 42693 33554432000 4194304 4196468 140727194867840 140661559942160 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1052] ppid=1047 vsize=26004140 memory=792 CPUtime=0 cores=0-7
/proc/1049/task/1052/stat : 1052 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670803 26628239360 42693 33554432000 4194304 4196468 140727194867840 140661558889616 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1053] ppid=1047 vsize=26004140 memory=10096 CPUtime=0 cores=0-7
/proc/1049/task/1053/stat : 1053 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670803 26628239360 42693 33554432000 4194304 4196468 140727194867840 140661557836560 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0

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

/proc/1049/task/1067/stat : 1067 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661120515040 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1068] ppid=1047 vsize=26006188 memory=1384 CPUtime=0.02 cores=0-7
/proc/1049/task/1068/stat : 1068 (java) S 1047 1047 743 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661051354288 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
Current children cumulated CPU time: 78.54 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 6694040 KiB

[startup+62.4009 s]
/proc/loadavg: 3.80 6.96 7.82 2/200 1068
/proc/meminfo: memFree=17970680/32770624 swapFree=67108860/67108860
[pid=1047] ppid=1044 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1047/stat : 1047 (xcsp3-exec) S 1044 1047 743 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148670802 9740288 346 33554432000 4194304 5098028 140736598481168 140736598479272 140701060440700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34394112 140736598484069 140736598484279 140736598484279 140736598487019 0
/proc/1047/statm: 2378 346 289 221 0 87 0
[pid=1049] ppid=1047 vsize=26006188 memory=6692656 CPUtime=79.34 cores=0-7
/proc/1049/stat : 1049 (java) S 1047 1047 743 0 -1 1077944320 79203 0 0 0 7369 565 0 0 20 0 20 0 148670802 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140727194850384 140662002122487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
/proc/1049/statm: 6501547 1673164 3263 1 0 6488781 0
[pid=1049/tid=1050] ppid=1047 vsize=26006188 memory=41384 CPUtime=59.11 cores=0-7
/proc/1049/task/1050/stat : 1050 (java) R 1047 1047 743 0 -1 4202560 17292 0 0 0 5837 74 0 0 20 0 20 0 148670802 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140662006357456 140661607830869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1051] ppid=1047 vsize=26006188 memory=0 CPUtime=2.18 cores=0-7
/proc/1049/task/1051/stat : 1051 (java) S 1047 1047 743 0 -1 1077944384 8050 0 0 0 153 65 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661559942160 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1052] ppid=1047 vsize=26006188 memory=288230574492221466 CPUtime=2.15 cores=0-7
/proc/1049/task/1052/stat : 1052 (java) S 1047 1047 743 0 -1 1077944384 4228 0 0 0 158 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661558889616 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1053] ppid=1047 vsize=26006188 memory=288230596050944315 CPUtime=2.17 cores=0-7
/proc/1049/task/1053/stat : 1053 (java) S 1047 1047 743 0 -1 1077944384 3202 0 0 0 154 63 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661557836560 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1054] ppid=1047 vsize=26006188 memory=14694080374375728 CPUtime=2.15 cores=0-7
/proc/1049/task/1054/stat : 1054 (java) S 1047 1047 743 0 -1 1077944384 4383 0 0 0 158 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661556784016 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1055] ppid=1047 vsize=26006188 memory=10096 CPUtime=2.16 cores=0-7
/proc/1049/task/1055/stat : 1055 (java) S 1047 1047 743 0 -1 1077944384 10010 0 0 0 159 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661555730960 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1056] ppid=1047 vsize=26006188 memory=1224 CPUtime=2.18 cores=0-7
/proc/1049/task/1056/stat : 1056 (java) S 1047 1047 743 0 -1 1077944384 2686 0 0 0 154 64 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661554678416 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1057] ppid=1047 vsize=26006188 memory=5784 CPUtime=2.17 cores=0-7
/proc/1049/task/1057/stat : 1057 (java) S 1047 1047 743 0 -1 1077944384 3265 0 0 0 160 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661553625360 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1058] ppid=1047 vsize=26006188 memory=1720 CPUtime=2.19 cores=0-7
/proc/1049/task/1058/stat : 1058 (java) S 1047 1047 743 0 -1 1077944384 5216 0 0 0 160 59 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661552572816 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1059] ppid=1047 vsize=26006188 memory=4612 CPUtime=0.98 cores=0-7
/proc/1049/task/1059/stat : 1059 (java) S 1047 1047 743 0 -1 1077944384 5796 0 0 0 97 1 0 0 20 0 20 0 148670805 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661128936176 140662002133634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1060] ppid=1047 vsize=26006188 memory=1008 CPUtime=0 cores=0-7
/proc/1049/task/1060/stat : 1060 (java) S 1047 1047 743 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 148670805 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661127882464 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1061] ppid=1047 vsize=26006188 memory=1944 CPUtime=0 cores=0-7
/proc/1049/task/1061/stat : 1061 (java) S 1047 1047 743 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 148670805 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661126829312 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1062] ppid=1047 vsize=26006188 memory=1200 CPUtime=0 cores=0-7
/proc/1049/task/1062/stat : 1062 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661125777872 140662002141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1063] ppid=1047 vsize=26006188 memory=4144 CPUtime=0.36 cores=0-7
/proc/1049/task/1063/stat : 1063 (java) S 1047 1047 743 0 -1 1077944384 2762 0 0 0 35 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661124724976 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1064] ppid=1047 vsize=26006188 memory=41384 CPUtime=0.59 cores=0-7
/proc/1049/task/1064/stat : 1064 (java) S 1047 1047 743 0 -1 1077944384 3903 0 0 0 58 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661123672432 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1065] ppid=1047 vsize=26006188 memory=1292 CPUtime=0.36 cores=0-7
/proc/1049/task/1065/stat : 1065 (java) S 1047 1047 743 0 -1 1077944384 2131 0 0 0 35 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661122619376 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1066] ppid=1047 vsize=26006188 memory=2428 CPUtime=0.44 cores=0-7
/proc/1049/task/1066/stat : 1066 (java) S 1047 1047 743 0 -1 1077944384 4849 0 0 0 43 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661121566832 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1067] ppid=1047 vsize=26006188 memory=1728 CPUtime=0 cores=0-7
/proc/1049/task/1067/stat : 1067 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661120515040 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1068] ppid=1047 vsize=26006188 memory=792 CPUtime=0.02 cores=0-7
/proc/1049/task/1068/stat : 1068 (java) S 1047 1047 743 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661051354288 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
Current children cumulated CPU time: 79.34 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 6694040 KiB

[startup+62.6009 s]
/proc/loadavg: 3.80 6.96 7.82 2/200 1068
/proc/meminfo: memFree=17970680/32770624 swapFree=67108860/67108860
[pid=1047] ppid=1044 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1047/stat : 1047 (xcsp3-exec) S 1044 1047 743 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148670802 9740288 346 33554432000 4194304 5098028 140736598481168 140736598479272 140701060440700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34394112 140736598484069 140736598484279 140736598484279 140736598487019 0
/proc/1047/statm: 2378 346 289 221 0 87 0
[pid=1049] ppid=1047 vsize=26006188 memory=6692656 CPUtime=79.54 cores=0-7
/proc/1049/stat : 1049 (java) S 1047 1047 743 0 -1 1077944320 79216 0 0 0 7389 565 0 0 20 0 20 0 148670802 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140727194850384 140662002122487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
/proc/1049/statm: 6501547 1673164 3263 1 0 6488781 0
[pid=1049/tid=1050] ppid=1047 vsize=26006188 memory=6692656 CPUtime=59.31 cores=0-7
/proc/1049/task/1050/stat : 1050 (java) R 1047 1047 743 0 -1 4202560 17305 0 0 0 5857 74 0 0 20 0 20 0 148670802 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140662006357456 140661608887473 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1051] ppid=1047 vsize=26006188 memory=8112282956445269571 CPUtime=2.18 cores=0-7
/proc/1049/task/1051/stat : 1051 (java) S 1047 1047 743 0 -1 1077944384 8050 0 0 0 153 65 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661559942160 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1052] ppid=1047 vsize=26006188 memory=1580 CPUtime=2.15 cores=0-7
/proc/1049/task/1052/stat : 1052 (java) S 1047 1047 743 0 -1 1077944384 4228 0 0 0 158 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661558889616 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1053] ppid=1047 vsize=26006188 memory=2244 CPUtime=2.17 cores=0-7
/proc/1049/task/1053/stat : 1053 (java) S 1047 1047 743 0 -1 1077944384 3202 0 0 0 154 63 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661557836560 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1054] ppid=1047 vsize=26006188 memory=4132 CPUtime=2.15 cores=0-7
/proc/1049/task/1054/stat : 1054 (java) S 1047 1047 743 0 -1 1077944384 4383 0 0 0 158 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661556784016 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1055] ppid=1047 vsize=26006188 memory=2204 CPUtime=2.16 cores=0-7
/proc/1049/task/1055/stat : 1055 (java) S 1047 1047 743 0 -1 1077944384 10010 0 0 0 159 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661555730960 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1056] ppid=1047 vsize=26006188 memory=7792 CPUtime=2.18 cores=0-7
/proc/1049/task/1056/stat : 1056 (java) S 1047 1047 743 0 -1 1077944384 2686 0 0 0 154 64 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661554678416 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1057] ppid=1047 vsize=26006188 memory=844 CPUtime=2.17 cores=0-7
/proc/1049/task/1057/stat : 1057 (java) S 1047 1047 743 0 -1 1077944384 3265 0 0 0 160 57 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661553625360 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1058] ppid=1047 vsize=26006188 memory=23960 CPUtime=2.19 cores=0-7
/proc/1049/task/1058/stat : 1058 (java) S 1047 1047 743 0 -1 1077944384 5216 0 0 0 160 59 0 0 20 0 20 0 148670803 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661552572816 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1059] ppid=1047 vsize=26006188 memory=18472 CPUtime=0.98 cores=0-7
/proc/1049/task/1059/stat : 1059 (java) S 1047 1047 743 0 -1 1077944384 5796 0 0 0 97 1 0 0 20 0 20 0 148670805 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661128936176 140662002133634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1060] ppid=1047 vsize=26006188 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/1049/task/1060/stat : 1060 (java) S 1047 1047 743 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 148670805 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661127882464 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1061] ppid=1047 vsize=26006188 memory=1796 CPUtime=0 cores=0-7
/proc/1049/task/1061/stat : 1061 (java) S 1047 1047 743 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 148670805 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661126829312 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1062] ppid=1047 vsize=26006188 memory=960 CPUtime=0 cores=0-7
/proc/1049/task/1062/stat : 1062 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661125777872 140662002141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1063] ppid=1047 vsize=26006188 memory=1156 CPUtime=0.36 cores=0-7
/proc/1049/task/1063/stat : 1063 (java) S 1047 1047 743 0 -1 1077944384 2762 0 0 0 35 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661124724976 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1064] ppid=1047 vsize=26006188 memory=3064 CPUtime=0.59 cores=0-7
/proc/1049/task/1064/stat : 1064 (java) S 1047 1047 743 0 -1 1077944384 3903 0 0 0 58 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661123672432 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1065] ppid=1047 vsize=26006188 memory=1384 CPUtime=0.36 cores=0-7
/proc/1049/task/1065/stat : 1065 (java) S 1047 1047 743 0 -1 1077944384 2131 0 0 0 35 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661122619376 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1066] ppid=1047 vsize=26006188 memory=5669108 CPUtime=0.44 cores=0-7
/proc/1049/task/1066/stat : 1066 (java) S 1047 1047 743 0 -1 1077944384 4849 0 0 0 43 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661121566832 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1067] ppid=1047 vsize=26006188 memory=1232 CPUtime=0 cores=0-7
/proc/1049/task/1067/stat : 1067 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661120515040 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1068] ppid=1047 vsize=26006188 memory=2428 CPUtime=0.02 cores=0-7
/proc/1049/task/1068/stat : 1068 (java) S 1047 1047 743 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 20 0 148670808 26630336512 1673164 33554432000 4194304 4196468 140727194867840 140661051354288 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
Current children cumulated CPU time: 79.54 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 6694040 KiB

[startup+62.7007 s]
/proc/loadavg: 3.80 6.96 7.82 2/200 1068
/proc/meminfo: memFree=17970680/32770624 swapFree=67108860/67108860
[pid=1047] ppid=1044 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1047/stat : 1047 (xcsp3-exec) S 1044 1047 743 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148670802 9740288 346 33554432000 4194304 5098028 140736598481168 140736598479272 140701060440700 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34394112 140736598484069 140736598484279 140736598484279 140736598487019 0
/proc/1047/statm: 2378 346 289 221 0 87 0
[pid=1049] ppid=1047 vsize=26538700 memory=6693268 CPUtime=79.75 cores=0-7
/proc/1049/stat : 1049 (java) S 1047 1047 743 0 -1 1077944320 79777 0 0 0 7409 566 0 0 20 0 28 0 148670802 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140727194850384 140662002122487 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
/proc/1049/statm: 6634675 1673317 3263 1 0 6621909 0
[pid=1049/tid=1050] ppid=1047 vsize=26538700 memory=4144 CPUtime=59.39 cores=0-7
/proc/1049/task/1050/stat : 1050 (java) S 1047 1047 743 0 -1 1077944384 17466 0 0 0 5865 74 0 0 20 0 28 0 148670802 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140662006363264 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1051] ppid=1047 vsize=26538700 memory=41384 CPUtime=2.18 cores=0-7
/proc/1049/task/1051/stat : 1051 (java) S 1047 1047 743 0 -1 1077944384 8050 0 0 0 153 65 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661559942160 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1052] ppid=1047 vsize=26538700 memory=6692656 CPUtime=2.15 cores=0-7
/proc/1049/task/1052/stat : 1052 (java) S 1047 1047 743 0 -1 1077944384 4228 0 0 0 158 57 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661558889616 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1053] ppid=1047 vsize=26538700 memory=5866034619781899840 CPUtime=2.17 cores=0-7
/proc/1049/task/1053/stat : 1053 (java) S 1047 1047 743 0 -1 1077944384 3202 0 0 0 154 63 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661557836560 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1054] ppid=1047 vsize=26538700 memory=6692656 CPUtime=2.15 cores=0-7
/proc/1049/task/1054/stat : 1054 (java) S 1047 1047 743 0 -1 1077944384 4383 0 0 0 158 57 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661556784016 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1055] ppid=1047 vsize=26538700 memory=-7025452035942946156 CPUtime=2.16 cores=0-7
/proc/1049/task/1055/stat : 1055 (java) S 1047 1047 743 0 -1 1077944384 10010 0 0 0 159 57 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661555730960 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1056] ppid=1047 vsize=26538700 memory=1384 CPUtime=2.18 cores=0-7
/proc/1049/task/1056/stat : 1056 (java) S 1047 1047 743 0 -1 1077944384 2686 0 0 0 154 64 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661554678416 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1057] ppid=1047 vsize=26538700 memory=6692268 CPUtime=2.17 cores=0-7
/proc/1049/task/1057/stat : 1057 (java) S 1047 1047 743 0 -1 1077944384 3265 0 0 0 160 57 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661553625360 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1058] ppid=1047 vsize=26538700 memory=2244 CPUtime=2.19 cores=0-7
/proc/1049/task/1058/stat : 1058 (java) S 1047 1047 743 0 -1 1077944384 5216 0 0 0 160 59 0 0 20 0 28 0 148670803 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661552572816 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1059] ppid=1047 vsize=26538700 memory=1384 CPUtime=0.98 cores=0-7
/proc/1049/task/1059/stat : 1059 (java) S 1047 1047 743 0 -1 1077944384 5802 0 0 0 97 1 0 0 20 0 28 0 148670805 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661128936176 140662002133634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1060] ppid=1047 vsize=26538700 memory=6692268 CPUtime=0 cores=0-7
/proc/1049/task/1060/stat : 1060 (java) S 1047 1047 743 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 148670805 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661127882464 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1061] ppid=1047 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/1049/task/1061/stat : 1061 (java) S 1047 1047 743 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 148670805 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661126829312 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1062] ppid=1047 vsize=26538700 memory=6692656 CPUtime=0 cores=0-7
/proc/1049/task/1062/stat : 1062 (java) S 1047 1047 743 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148670808 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661125777872 140662002141083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1063] ppid=1047 vsize=26538700 memory=1232 CPUtime=0.37 cores=0-7
/proc/1049/task/1063/stat : 1063 (java) S 1047 1047 743 0 -1 1077944384 2771 0 0 0 36 1 0 0 20 0 28 0 148670808 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661124724976 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1064] ppid=1047 vsize=26538700 memory=2428 CPUtime=0.59 cores=0-7
/proc/1049/task/1064/stat : 1064 (java) S 1047 1047 743 0 -1 1077944384 3903 0 0 0 58 1 0 0 20 0 28 0 148670808 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661123672432 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1065] ppid=1047 vsize=26538700 memory=1384 CPUtime=0.36 cores=0-7
/proc/1049/task/1065/stat : 1065 (java) S 1047 1047 743 0 -1 1077944384 2135 0 0 0 35 1 0 0 20 0 28 0 148670808 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661122619376 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1066] ppid=1047 vsize=26538700 memory=1384 CPUtime=0.46 cores=0-7
/proc/1049/task/1066/stat : 1066 (java) R 1047 1047 743 0 -1 1077944384 4934 0 0 0 45 1 0 0 20 0 28 0 148670808 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661121566832 140662002133634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1067] ppid=1047 vsize=26538700 memory=6692656 CPUtime=0 cores=0-7
/proc/1049/task/1067/stat : 1067 (java) S 1047 1047 743 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148670808 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661120515040 140662002132693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
[pid=1049/tid=1068] ppid=1047 vsize=26538700 memory=6692268 CPUtime=0.02 cores=0-7
/proc/1049/task/1068/stat : 1068 (java) S 1047 1047 743 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 28 0 148670808 27175628800 1673317 33554432000 4194304 4196468 140727194867840 140661051354288 140662002133634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19517440 140727194875026 140727194875203 140727194875203 140727194877903 0
Current children cumulated CPU time: 79.75 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6694652 KiB

Child status: 0
Real time (s): 62.7929
CPU time (s): 80.1412
CPU user time (s): 74.4357
CPU system time (s): 5.70545
CPU usage (%): 127.628
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 6694652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.4357
system time used= 5.70545
maximum resident set size= 6694492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6857
involuntary context switches= 264


# summary of solver processes directly reported to runsolver:
#   pid: 1047
#   total CPU time (s): 80.1412
#   total CPU user time (s): 74.4357
#   total CPU system time (s): 5.70545

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.442923 second user time and 0.631987 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-19 17:04:00
IDJOB=4280984
IDBENCH=134346
IDSOLVER=2675
FILE ID=node151/4280984-1503155900
RUNJOBID= node151-1503152458-770
PBS_JOBID= 20630814
Free space on /tmp= 61804 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RadarSurveillance/RadarSurveillance-m1-s8-24/RadarSurveillance-8-24-3-2-20.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280984-1503155900/watcher-4280984-1503155900 -o /tmp/evaluation-result-4280984-1503155900/solver-4280984-1503155900 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503152458-770 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 345223222 HOME/instance-4280984-1503155900.xml

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

MD5SUM BENCH= f214ebe96c5c3c8776c4f6e3a073efa7
RANDOM SEED=345223222

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24659284 kB
MemAvailable:   31973472 kB
Buffers:          323932 kB
Cached:          7282296 kB
SwapCached:            0 kB
Active:          1795364 kB
Inactive:        5864296 kB
Active(anon):      45240 kB
Inactive(anon):    44332 kB
Active(file):    1750124 kB
Inactive(file):  5819964 kB
Unevictable:        7576 kB
Mlocked:            7576 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7988 kB
Writeback:            12 kB
AnonPages:         60512 kB
Mapped:            51144 kB
Shmem:             33416 kB
Slab:             146308 kB
SReclaimable:     119872 kB
SUnreclaim:        26436 kB
KernelStack:        3248 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61796 MiB
End job on node151 at 2017-08-19 17:05:03