Trace number 4270951

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-09)UNSAT 275.26501 224.164

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-46.xml
MD5SUMda30c9704654e0dc92087cfb273210f0
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 benchmark34.014801
Satisfiable
(Un)Satisfiability was proved
Number of variables2116
Number of constraints47655
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":2116}]
Minimum variable degree45
Maximum variable degree46
Distribution of variable degrees[{"degree":45,"count":2026},{"degree":46,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":47655}]
Number of extensional constraints0
Number of intensional constraints47655
Distribution of constraint types[{"type":"intension","count":47655}]
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-4270951-1502735333.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270951-1502735333.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
273.56/223.86	c solve instance...
274.58/224.10	java.util.concurrent.ExecutionException: java.lang.NullPointerException
274.58/224.10		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
274.58/224.10		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
274.58/224.10		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
274.58/224.10		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
274.58/224.10		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
274.58/224.10	Caused by: java.lang.NullPointerException
274.58/224.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
274.58/224.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
274.58/224.10		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
274.58/224.10		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
274.58/224.10		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
274.58/224.10		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
274.58/224.10		... 4 more
274.58/224.10	Caused by: java.lang.NullPointerException
274.58/224.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
274.58/224.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
274.58/224.10		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
274.58/224.10		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
274.58/224.10		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
274.58/224.10		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
274.58/224.10		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
274.58/224.10		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
274.58/224.10		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
274.58/224.10		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
274.58/224.10		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
274.58/224.10		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
274.58/224.10		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
274.58/224.10		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
274.58/224.10		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
274.58/224.10		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
274.58/224.10		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
274.58/224.10		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
274.58/224.10	Caused by: java.lang.NullPointerException
274.58/224.10		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
274.58/224.10		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
274.58/224.10		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
274.58/224.10		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
274.58/224.10		at org.chocosolver.solver.Solver.solve(Solver.java:260)
274.58/224.10		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
274.58/224.10		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
274.58/224.10		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
274.58/224.10		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
274.58/224.10		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
274.58/224.10		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
274.58/224.10		... 4 more
274.58/224.11	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 (14059 MiB free)
  memory of node 1: 16384 MiB (12259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270951-1502735333/watcher-4270951-1502735333 -o /tmp/evaluation-result-4270951-1502735333/solver-4270951-1502735333 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502730962-8261 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 798952781 HOME/instance-4270951-1502735333.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=9349, runsolver pid=9346

[startup+0.100112 s]*
/proc/loadavg: 7.12 7.43 7.27 2/200 9370
/proc/meminfo: memFree=26933616/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9349/stat : 9349 (xcsp3-exec) S 9346 9349 8234 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106621108 9740288 346 33554432000 4194304 5098028 140725219225184 140725219223288 140160699339388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9719808 140725219230821 140725219231031 140725219231031 140725219233771 0
/proc/9349/statm: 2378 346 289 221 0 87 0
[pid=9351] ppid=9349 vsize=25999808 memory=27124 CPUtime=0.11 cores=0-7
/proc/9351/stat : 9351 (java) S 9349 9349 8234 0 -1 1077944320 5700 0 0 0 10 1 0 0 20 0 20 0 106621108 26623803392 6781 33554432000 4194304 4196468 140728968599168 140728968581712 139908999741175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
/proc/9351/statm: 6499952 6781 2846 1 0 6488269 0
[pid=9351/tid=9352] ppid=9349 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/9351/task/9352/stat : 9352 (java) R 9349 9349 8234 0 -1 4202560 3718 0 0 0 8 0 0 0 20 0 20 0 106621109 26623803392 6781 33554432000 4194304 4196468 140728968599168 139909003961984 139908985809294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9353] ppid=9349 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9351/task/9353/stat : 9353 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908557961488 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9354] ppid=9349 vsize=25999808 memory=140077834090112 CPUtime=0 cores=0-7
/proc/9351/task/9354/stat : 9354 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908556908944 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9355] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9355/stat : 9355 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908555856400 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9356] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9356/stat : 9356 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908554803856 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9357] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9357/stat : 9357 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908553751312 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9358] ppid=9349 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9351/task/9358/stat : 9358 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908552698768 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9359] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9359/stat : 9359 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908551646224 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9360] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9360/stat : 9360 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621110 26623803392 6781 33554432000 4194304 4196468 140728968599168 139908550593680 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9361] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9361/stat : 9361 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621111 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907674613744 139908999752322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9362] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9362/stat : 9362 (java) S 9349 9349 8234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106621112 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907673559968 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9363] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9363/stat : 9363 (java) S 9349 9349 8234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106621112 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907672507376 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9364] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9364/stat : 9364 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621114 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907671455952 139908999759771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9365] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9365/stat : 9365 (java) R 9349 9349 8234 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 106621114 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907670403568 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9366] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9366/stat : 9366 (java) S 9349 9349 8234 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 106621114 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907669351024 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9367] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9367/stat : 9367 (java) R 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621114 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907668298480 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9368] ppid=9349 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/9351/task/9368/stat : 9368 (java) R 9349 9349 8234 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 20 0 106621114 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907667245936 139908985422970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9369] ppid=9349 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9369/stat : 9369 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621115 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907666192608 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9370] ppid=9349 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9351/task/9370/stat : 9370 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621115 26623803392 6781 33554432000 4194304 4196468 140728968599168 139907665140144 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28508 KiB

[startup+0.21011 s]*
/proc/loadavg: 7.12 7.43 7.27 2/200 9370
/proc/meminfo: memFree=26925104/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9349/stat : 9349 (xcsp3-exec) S 9346 9349 8234 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106621108 9740288 346 33554432000 4194304 5098028 140725219225184 140725219223288 140160699339388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9719808 140725219230821 140725219231031 140725219231031 140725219233771 0
/proc/9349/statm: 2378 346 289 221 0 87 0
[pid=9351] ppid=9349 vsize=26004064 memory=38612 CPUtime=0.33 cores=0-7
/proc/9351/stat : 9351 (java) S 9349 9349 8234 0 -1 1077944320 8260 0 0 0 31 2 0 0 20 0 20 0 106621108 26628161536 9653 33554432000 4194304 4196468 140728968599168 140728968581712 139908999741175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
/proc/9351/statm: 6501016 9653 3041 1 0 6488269 0
[pid=9351/tid=9352] ppid=9349 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9351/task/9352/stat : 9352 (java) R 9349 9349 8234 0 -1 4202560 5456 0 0 0 18 1 0 0 20 0 20 0 106621109 26628161536 9653 33554432000 4194304 4196468 140728968599168 139909003976944 139908999763101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9353] ppid=9349 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/9351/task/9353/stat : 9353 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908557961488 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9354] ppid=9349 vsize=26004064 memory=140077834099642 CPUtime=0 cores=0-7
/proc/9351/task/9354/stat : 9354 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908556908944 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9355] ppid=9349 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9351/task/9355/stat : 9355 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908555856400 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9356] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9356/stat : 9356 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908554803856 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9357] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9357/stat : 9357 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908553751312 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9358] ppid=9349 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9351/task/9358/stat : 9358 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908552698768 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9359] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9359/stat : 9359 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908551646224 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9360] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9360/stat : 9360 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 9653 33554432000 4194304 4196468 140728968599168 139908550593680 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9361] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9361/stat : 9361 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621111 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907674613744 139908999752322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9362] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9362/stat : 9362 (java) S 9349 9349 8234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106621112 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907673559968 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9363] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9363/stat : 9363 (java) S 9349 9349 8234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106621112 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907672507376 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9364] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9364/stat : 9364 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621114 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907671455952 139908999759771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9365] ppid=9349 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/9351/task/9365/stat : 9365 (java) S 9349 9349 8234 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 20 0 106621114 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907670403568 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9366] ppid=9349 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/9351/task/9366/stat : 9366 (java) S 9349 9349 8234 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 20 0 106621114 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907669351024 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9367] ppid=9349 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/9351/task/9367/stat : 9367 (java) S 9349 9349 8234 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 20 0 106621114 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907668298480 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9368] ppid=9349 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/9351/task/9368/stat : 9368 (java) S 9349 9349 8234 0 -1 1077944384 713 0 0 0 7 0 0 0 20 0 20 0 106621114 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907667245936 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9369] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9369/stat : 9369 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621115 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907666192608 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9370] ppid=9349 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9351/task/9370/stat : 9370 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621115 26628161536 9653 33554432000 4194304 4196468 140728968599168 139907665140144 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39996 KiB

[startup+0.309495 s]*
/proc/loadavg: 7.12 7.43 7.27 3/200 9370
/proc/meminfo: memFree=26918280/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9349/stat : 9349 (xcsp3-exec) S 9346 9349 8234 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106621108 9740288 346 33554432000 4194304 5098028 140725219225184 140725219223288 140160699339388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9719808 140725219230821 140725219231031 140725219231031 140725219233771 0
/proc/9349/statm: 2378 346 289 221 0 87 0
[pid=9351] ppid=9349 vsize=26004064 memory=43524 CPUtime=0.49 cores=0-7
/proc/9351/stat : 9351 (java) S 9349 9349 8234 0 -1 1077944320 9138 0 0 0 46 3 0 0 20 0 20 0 106621108 26628161536 10881 33554432000 4194304 4196468 140728968599168 140728968581712 139908999741175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
/proc/9351/statm: 6501016 10881 3067 1 0 6488269 0
[pid=9351/tid=9352] ppid=9349 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9351/task/9352/stat : 9352 (java) R 9349 9349 8234 0 -1 4202560 6142 0 0 0 27 2 0 0 20 0 20 0 106621109 26628161536 10881 33554432000 4194304 4196468 140728968599168 139909003978960 139908999753110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9353] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9353/stat : 9353 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908557961488 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9354] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9354/stat : 9354 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908556908944 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9355] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9355/stat : 9355 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908555856400 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9356] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9356/stat : 9356 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908554803856 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9357] ppid=9349 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/9351/task/9357/stat : 9357 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908553751312 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9358] ppid=9349 vsize=26004064 memory=140077674099631 CPUtime=0 cores=0-7
/proc/9351/task/9358/stat : 9358 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908552698768 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9359] ppid=9349 vsize=26004064 memory=140077674101936 CPUtime=0 cores=0-7
/proc/9351/task/9359/stat : 9359 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908551646224 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9360] ppid=9349 vsize=26004064 memory=140077674104240 CPUtime=0 cores=0-7
/proc/9351/task/9360/stat : 9360 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621110 26628161536 10881 33554432000 4194304 4196468 140728968599168 139908550593680 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9361] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9361/stat : 9361 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621111 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907674613744 139908999752322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9362] ppid=9349 vsize=26004064 memory=280155348215440 CPUtime=0 cores=0-7
/proc/9351/task/9362/stat : 9362 (java) S 9349 9349 8234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106621112 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907673559968 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9363] ppid=9349 vsize=26004064 memory=280155348222352 CPUtime=0 cores=0-7
/proc/9351/task/9363/stat : 9363 (java) S 9349 9349 8234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106621112 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907672507376 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9364] ppid=9349 vsize=26004064 memory=280155348163632 CPUtime=0 cores=0-7
/proc/9351/task/9364/stat : 9364 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621114 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907671455952 139908999759771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9365] ppid=9349 vsize=26004064 memory=280155348236176 CPUtime=0.01 cores=0-7
/proc/9351/task/9365/stat : 9365 (java) S 9349 9349 8234 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 20 0 106621114 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907670403568 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9366] ppid=9349 vsize=26004064 memory=280155348243088 CPUtime=0.03 cores=0-7
/proc/9351/task/9366/stat : 9366 (java) S 9349 9349 8234 0 -1 1077944384 194 0 0 0 3 0 0 0 20 0 20 0 106621114 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907669351024 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9367] ppid=9349 vsize=26004064 memory=280155348240784 CPUtime=0.01 cores=0-7
/proc/9351/task/9367/stat : 9367 (java) S 9349 9349 8234 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 20 0 106621114 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907668298480 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9368] ppid=9349 vsize=26004064 memory=280155348256944 CPUtime=0.12 cores=0-7
/proc/9351/task/9368/stat : 9368 (java) R 9349 9349 8234 0 -1 4202560 809 0 0 0 12 0 0 0 20 0 20 0 106621114 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907667242304 139908978687592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9369] ppid=9349 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9369/stat : 9369 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621115 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907666192608 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9370] ppid=9349 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9351/task/9370/stat : 9370 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621115 26628161536 10881 33554432000 4194304 4196468 140728968599168 139907665140144 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 44908 KiB

[startup+0.700884 s]
/proc/loadavg: 7.12 7.43 7.27 3/200 9370
/proc/meminfo: memFree=26885004/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9349/stat : 9349 (xcsp3-exec) S 9346 9349 8234 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106621108 9740288 346 33554432000 4194304 5098028 140725219225184 140725219223288 140160699339388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9719808 140725219230821 140725219231031 140725219231031 140725219233771 0
/proc/9349/statm: 2378 346 289 221 0 87 0
[pid=9351] ppid=9349 vsize=26004140 memory=132288 CPUtime=1.95 cores=0-7
/proc/9351/stat : 9351 (java) S 9349 9349 8234 0 -1 1077944320 12857 0 0 0 190 5 0 0 20 0 20 0 106621108 26628239360 33072 33554432000 4194304 4196468 140728968599168 140728968581712 139908999741175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
/proc/9351/statm: 6501035 33072 3193 1 0 6488269 0
[pid=9351/tid=9352] ppid=9349 vsize=26004140 memory=280155348614832 CPUtime=0.68 cores=0-7
/proc/9351/task/9352/stat : 9352 (java) R 9349 9349 8234 0 -1 4202560 6465 0 0 0 65 3 0 0 20 0 20 0 106621109 26628239360 33072 33554432000 4194304 4196468 140728968599168 139909003975896 139908640819561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9353] ppid=9349 vsize=26004140 memory=140077674308464 CPUtime=0 cores=0-7
/proc/9351/task/9353/stat : 9353 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26628239360 33072 33554432000 4194304 4196468 140728968599168 139908557961488 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9354] ppid=9349 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/9351/task/9354/stat : 9354 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621110 26628239360 33072 33554432000 4194304 4196468 140728968599168 139908556908944 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9355] ppid=9349 vsize=26004140 memory=1008 CPUtime=0 cores=0-7
/proc/9351/task/9355/stat : 9355 (java) S 9349 9349 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106621110 26628239360 33072 33554432000 4194304 4196468 140728968599168 139908555856400 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0

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

[pid=9351/tid=9352] ppid=9349 vsize=26006188 memory=8112282956445269571 CPUtime=216.96 cores=0-7
/proc/9351/task/9352/stat : 9352 (java) R 9349 9349 8234 0 -1 4202560 33635 0 0 0 21574 122 0 0 20 0 20 0 106621109 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139909003979968 139908639405470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9353] ppid=9349 vsize=26006188 memory=30288 CPUtime=6.16 cores=0-7
/proc/9351/task/9353/stat : 9353 (java) S 9349 9349 8234 0 -1 1077944384 4335 0 0 0 553 63 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908557961488 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9354] ppid=9349 vsize=26006188 memory=1292 CPUtime=6.19 cores=0-7
/proc/9351/task/9354/stat : 9354 (java) S 9349 9349 8234 0 -1 1077944384 4508 0 0 0 553 66 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908556908944 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9355] ppid=9349 vsize=26006188 memory=2428 CPUtime=6.2 cores=0-7
/proc/9351/task/9355/stat : 9355 (java) S 9349 9349 8234 0 -1 1077944384 4336 0 0 0 553 67 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908555856400 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9356] ppid=9349 vsize=26006188 memory=1732 CPUtime=6.19 cores=0-7
/proc/9351/task/9356/stat : 9356 (java) S 9349 9349 8234 0 -1 1077944384 3412 0 0 0 554 65 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908554803856 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9357] ppid=9349 vsize=26006188 memory=1944 CPUtime=6.15 cores=0-7
/proc/9351/task/9357/stat : 9357 (java) S 9349 9349 8234 0 -1 1077944384 3174 0 0 0 549 66 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908553751312 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9358] ppid=9349 vsize=26006188 memory=1700 CPUtime=6.17 cores=0-7
/proc/9351/task/9358/stat : 9358 (java) S 9349 9349 8234 0 -1 1077944384 3829 0 0 0 550 67 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908552698768 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9359] ppid=9349 vsize=26006188 memory=1228 CPUtime=6.15 cores=0-7
/proc/9351/task/9359/stat : 9359 (java) S 9349 9349 8234 0 -1 1077944384 3360 0 0 0 550 65 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908551646224 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9360] ppid=9349 vsize=26006188 memory=5428 CPUtime=6.18 cores=0-7
/proc/9351/task/9360/stat : 9360 (java) S 9349 9349 8234 0 -1 1077944384 3402 0 0 0 555 63 0 0 20 0 20 0 106621110 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139908550593680 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9361] ppid=9349 vsize=26006188 memory=4624 CPUtime=0.29 cores=0-7
/proc/9351/task/9361/stat : 9361 (java) S 9349 9349 8234 0 -1 1077944384 12651 0 0 0 27 2 0 0 20 0 20 0 106621111 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907674613744 139908999752322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9362] ppid=9349 vsize=26006188 memory=2344 CPUtime=0 cores=0-7
/proc/9351/task/9362/stat : 9362 (java) S 9349 9349 8234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 106621112 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907673560032 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9363] ppid=9349 vsize=26006188 memory=1576 CPUtime=0 cores=0-7
/proc/9351/task/9363/stat : 9363 (java) S 9349 9349 8234 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 20 0 106621112 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907672507392 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9364] ppid=9349 vsize=26006188 memory=932 CPUtime=0 cores=0-7
/proc/9351/task/9364/stat : 9364 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106621114 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907671455952 139908999759771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9365] ppid=9349 vsize=26006188 memory=2236 CPUtime=1.95 cores=0-7
/proc/9351/task/9365/stat : 9365 (java) S 9349 9349 8234 0 -1 1077944384 7562 0 0 0 193 2 0 0 20 0 20 0 106621114 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907670403568 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9366] ppid=9349 vsize=26006188 memory=4124 CPUtime=1.93 cores=0-7
/proc/9351/task/9366/stat : 9366 (java) S 9349 9349 8234 0 -1 1077944384 6183 0 0 0 192 1 0 0 20 0 20 0 106621114 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907669351024 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9367] ppid=9349 vsize=26006188 memory=2200 CPUtime=1.9 cores=0-7
/proc/9351/task/9367/stat : 9367 (java) S 9349 9349 8234 0 -1 1077944384 7801 0 0 0 187 3 0 0 20 0 20 0 106621114 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907668298480 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9368] ppid=9349 vsize=26006188 memory=6760 CPUtime=0.73 cores=0-7
/proc/9351/task/9368/stat : 9368 (java) S 9349 9349 8234 0 -1 1077944384 3372 0 0 0 70 3 0 0 20 0 20 0 106621114 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907667245936 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9369] ppid=9349 vsize=26006188 memory=840 CPUtime=0 cores=0-7
/proc/9351/task/9369/stat : 9369 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621115 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907666192608 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9370] ppid=9349 vsize=26006188 memory=1692 CPUtime=0.06 cores=0-7
/proc/9351/task/9370/stat : 9370 (java) S 9349 9349 8234 0 -1 1077944384 169 0 0 0 3 3 0 0 20 0 20 0 106621115 26630336512 2357100 33554432000 4194304 4196468 140728968599168 139907665140144 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
Current children cumulated CPU time: 273.36 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 9429784 KiB

[startup+224.006 s]*
/proc/loadavg: 1.14 4.08 5.95 11/207 9378
/proc/meminfo: memFree=17519884/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9349/stat : 9349 (xcsp3-exec) S 9346 9349 8234 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106621108 9740288 346 33554432000 4194304 5098028 140725219225184 140725219223288 140160699339388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9719808 140725219230821 140725219231031 140725219231031 140725219233771 0
/proc/9349/statm: 2378 346 289 221 0 87 0
[pid=9351] ppid=9349 vsize=26538700 memory=9429332 CPUtime=274.58 cores=0-7
/proc/9351/stat : 9351 (java) S 9349 9349 8234 0 -1 1077944320 107030 0 0 0 26795 663 0 0 20 0 28 0 106621108 27175628800 2357333 33554432000 4194304 4196468 140728968599168 140728968581712 139908999741175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
/proc/9351/statm: 6634675 2357333 3281 1 0 6621909 0
[pid=9351/tid=9352] ppid=9349 vsize=26538700 memory=792 CPUtime=217.26 cores=0-7
/proc/9351/task/9352/stat : 9352 (java) S 9349 9349 8234 0 -1 1077944384 34924 0 0 0 21604 122 0 0 20 0 28 0 106621109 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139909003981952 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9353] ppid=9349 vsize=26538700 memory=1008 CPUtime=6.16 cores=0-7
/proc/9351/task/9353/stat : 9353 (java) S 9349 9349 8234 0 -1 1077944384 4335 0 0 0 553 63 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908557961488 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9354] ppid=9349 vsize=26538700 memory=10592 CPUtime=6.19 cores=0-7
/proc/9351/task/9354/stat : 9354 (java) S 9349 9349 8234 0 -1 1077944384 4508 0 0 0 553 66 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908556908944 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9355] ppid=9349 vsize=26538700 memory=4126316290023845779 CPUtime=6.2 cores=0-7
/proc/9351/task/9355/stat : 9355 (java) S 9349 9349 8234 0 -1 1077944384 4336 0 0 0 553 67 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908555856400 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9356] ppid=9349 vsize=26538700 memory=9427844 CPUtime=6.19 cores=0-7
/proc/9351/task/9356/stat : 9356 (java) S 9349 9349 8234 0 -1 1077944384 3412 0 0 0 554 65 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908554803856 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9357] ppid=9349 vsize=26538700 memory=1384 CPUtime=6.15 cores=0-7
/proc/9351/task/9357/stat : 9357 (java) S 9349 9349 8234 0 -1 1077944384 3174 0 0 0 549 66 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908553751312 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9358] ppid=9349 vsize=26538700 memory=9193080 CPUtime=6.17 cores=0-7
/proc/9351/task/9358/stat : 9358 (java) S 9349 9349 8234 0 -1 1077944384 3829 0 0 0 550 67 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908552698768 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9359] ppid=9349 vsize=26538700 memory=1236 CPUtime=6.15 cores=0-7
/proc/9351/task/9359/stat : 9359 (java) S 9349 9349 8234 0 -1 1077944384 3360 0 0 0 550 65 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908551646224 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9360] ppid=9349 vsize=26538700 memory=1384 CPUtime=6.18 cores=0-7
/proc/9351/task/9360/stat : 9360 (java) S 9349 9349 8234 0 -1 1077944384 3402 0 0 0 555 63 0 0 20 0 28 0 106621110 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139908550593680 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9361] ppid=9349 vsize=26538700 memory=9188980 CPUtime=0.29 cores=0-7
/proc/9351/task/9361/stat : 9361 (java) S 9349 9349 8234 0 -1 1077944384 12983 0 0 0 27 2 0 0 20 0 28 0 106621111 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907674613744 139908999752322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9362] ppid=9349 vsize=26538700 memory=4124 CPUtime=0 cores=0-7
/proc/9351/task/9362/stat : 9362 (java) S 9349 9349 8234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 106621112 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907673560032 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9363] ppid=9349 vsize=26538700 memory=2200 CPUtime=0 cores=0-7
/proc/9351/task/9363/stat : 9363 (java) S 9349 9349 8234 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 28 0 106621112 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907672507392 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9364] ppid=9349 vsize=26538700 memory=6760 CPUtime=0 cores=0-7
/proc/9351/task/9364/stat : 9364 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 106621114 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907671455952 139908999759771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9365] ppid=9349 vsize=26538700 memory=840 CPUtime=1.99 cores=0-7
/proc/9351/task/9365/stat : 9365 (java) S 9349 9349 8234 0 -1 1077944384 7794 0 0 0 197 2 0 0 20 0 28 0 106621114 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907670403568 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9366] ppid=9349 vsize=26538700 memory=1692 CPUtime=1.94 cores=0-7
/proc/9351/task/9366/stat : 9366 (java) R 9349 9349 8234 0 -1 1077944384 6452 0 0 0 193 1 0 0 20 0 28 0 106621114 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907669338896 139908999751381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9367] ppid=9349 vsize=26538700 memory=916 CPUtime=1.92 cores=0-7
/proc/9351/task/9367/stat : 9367 (java) S 9349 9349 8234 0 -1 1077944384 8156 0 0 0 189 3 0 0 20 0 28 0 106621114 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907668298480 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9368] ppid=9349 vsize=26538700 memory=4760 CPUtime=0.77 cores=0-7
/proc/9351/task/9368/stat : 9368 (java) R 9349 9349 8234 0 -1 1077944384 4414 0 0 0 74 3 0 0 20 0 28 0 106621114 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907667245936 139908999752322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9369] ppid=9349 vsize=26538700 memory=4100 CPUtime=0 cores=0-7
/proc/9351/task/9369/stat : 9369 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106621115 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907666192608 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9370] ppid=9349 vsize=26538700 memory=1152 CPUtime=0.06 cores=0-7
/proc/9351/task/9370/stat : 9370 (java) S 9349 9349 8234 0 -1 1077944384 169 0 0 0 3 3 0 0 20 0 28 0 106621115 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907665140144 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9371] ppid=9349 vsize=26538700 memory=3344 CPUtime=0.11 cores=0-7
/proc/9351/task/9371/stat : 9371 (java) R 9349 9349 8234 0 -1 4202560 101 0 0 0 11 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907657128400 139908641419208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9372] ppid=9349 vsize=26538700 memory=1384 CPUtime=0.1 cores=0-7
/proc/9351/task/9372/stat : 9372 (java) R 9349 9349 8234 0 -1 4202560 85 0 0 0 10 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907656077384 139908641756135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9373] ppid=9349 vsize=26538700 memory=9428400 CPUtime=0.08 cores=0-7
/proc/9351/task/9373/stat : 9373 (java) R 9349 9349 8234 0 -1 1077944384 67 0 0 0 8 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907655005776 139908992420397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9374] ppid=9349 vsize=26538700 memory=1384 CPUtime=0.11 cores=0-7
/proc/9351/task/9374/stat : 9374 (java) R 9349 9349 8234 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907653972040 139908641419250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9375] ppid=9349 vsize=26538700 memory=9427900 CPUtime=0.11 cores=0-7
/proc/9351/task/9375/stat : 9375 (java) R 9349 9349 8234 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907652917776 139908641425313 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9376] ppid=9349 vsize=26538700 memory=1944 CPUtime=0.11 cores=0-7
/proc/9351/task/9376/stat : 9376 (java) R 9349 9349 8234 0 -1 4202560 27 0 0 0 11 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907651866784 139908637138824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9377] ppid=9349 vsize=26538700 memory=1700 CPUtime=0.09 cores=0-7
/proc/9351/task/9377/stat : 9377 (java) R 9349 9349 8234 0 -1 4202560 23 0 0 0 9 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907650814344 139908641756140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9378] ppid=9349 vsize=26538700 memory=1228 CPUtime=0.09 cores=0-7
/proc/9351/task/9378/stat : 9378 (java) R 9349 9349 8234 0 -1 4202560 24 0 0 0 9 0 0 0 20 0 28 0 106643498 27175628800 2357333 33554432000 4194304 4196468 140728968599168 139907649760816 139908641419396 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
Current children cumulated CPU time: 274.58 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 9430716 KiB

[startup+224.111 s]
/proc/loadavg: 1.14 4.08 5.95 11/207 9378
/proc/meminfo: memFree=17519884/32770624 swapFree=67108860/67108860
[pid=9349] ppid=9346 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9349/stat : 9349 (xcsp3-exec) S 9346 9349 8234 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 106621108 9740288 346 33554432000 4194304 5098028 140725219225184 140725219223288 140160699339388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9719808 140725219230821 140725219231031 140725219231031 140725219233771 0
/proc/9349/statm: 2378 346 289 221 0 87 0
[pid=9351] ppid=9349 vsize=26538700 memory=9429500 CPUtime=275.2 cores=0-7
/proc/9351/stat : 9351 (java) S 9349 9349 8234 0 -1 1077944320 107530 0 0 0 26857 663 0 0 20 0 25 0 106621108 27175628800 2357375 33554432000 4194304 4196468 140728968599168 140728968581712 139908999741175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
/proc/9351/statm: 6634675 2357375 3283 1 0 6621909 0
[pid=9351/tid=9352] ppid=9349 vsize=26538700 memory=1384 CPUtime=217.26 cores=0-7
/proc/9351/task/9352/stat : 9352 (java) R 9349 9349 8234 0 -1 4202560 34940 0 0 0 21604 122 0 0 20 0 24 0 106621109 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139909003981408 139908999751381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9353] ppid=9349 vsize=26538700 memory=9428400 CPUtime=6.16 cores=0-7
/proc/9351/task/9353/stat : 9353 (java) S 9349 9349 8234 0 -1 1077944384 4335 0 0 0 553 63 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908557961488 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9354] ppid=9349 vsize=26538700 memory=9427844 CPUtime=6.19 cores=0-7
/proc/9351/task/9354/stat : 9354 (java) S 9349 9349 8234 0 -1 1077944384 4508 0 0 0 553 66 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908556908944 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9355] ppid=9349 vsize=26538700 memory=9427844 CPUtime=6.2 cores=0-7
/proc/9351/task/9355/stat : 9355 (java) S 9349 9349 8234 0 -1 1077944384 4336 0 0 0 553 67 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908555856400 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9356] ppid=9349 vsize=26538700 memory=9429168 CPUtime=6.19 cores=0-7
/proc/9351/task/9356/stat : 9356 (java) S 9349 9349 8234 0 -1 1077944384 3412 0 0 0 554 65 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908554803856 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9357] ppid=9349 vsize=26538700 memory=1384 CPUtime=6.15 cores=0-7
/proc/9351/task/9357/stat : 9357 (java) S 9349 9349 8234 0 -1 1077944384 3174 0 0 0 549 66 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908553751312 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9358] ppid=9349 vsize=26538700 memory=9193080 CPUtime=6.17 cores=0-7
/proc/9351/task/9358/stat : 9358 (java) S 9349 9349 8234 0 -1 1077944384 3829 0 0 0 550 67 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908552698768 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9359] ppid=9349 vsize=26538700 memory=1384 CPUtime=6.15 cores=0-7
/proc/9351/task/9359/stat : 9359 (java) S 9349 9349 8234 0 -1 1077944384 3360 0 0 0 550 65 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908551646224 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9360] ppid=9349 vsize=26538700 memory=9188980 CPUtime=6.18 cores=0-7
/proc/9351/task/9360/stat : 9360 (java) S 9349 9349 8234 0 -1 1077944384 3402 0 0 0 555 63 0 0 20 0 24 0 106621110 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139908550593680 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9361] ppid=9349 vsize=26538700 memory=1424 CPUtime=0.29 cores=0-7
/proc/9351/task/9361/stat : 9361 (java) S 9349 9349 8234 0 -1 1077944384 12983 0 0 0 27 2 0 0 20 0 24 0 106621111 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139907674613744 139908999752322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9362] ppid=9349 vsize=26538700 memory=13056 CPUtime=0 cores=0-7
/proc/9351/task/9362/stat : 9362 (java) S 9349 9349 8234 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 24 0 106621112 27175628800 2357358 33554432000 4194304 4196468 140728968599168 139907673560032 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9363] ppid=9349 vsize=26538700 memory=640 CPUtime=0 cores=0-7
/proc/9351/task/9363/stat : 9363 (java) S 9349 9349 8234 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 24 0 106621112 27175628800 2357366 33554432000 4194304 4196468 140728968599168 139907672507392 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9364] ppid=9349 vsize=26538700 memory=956 CPUtime=0 cores=0-7
/proc/9351/task/9364/stat : 9364 (java) S 9349 9349 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 106621114 27175628800 2357397 33554432000 4194304 4196468 140728968599168 139907671455952 139908999759771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9365] ppid=9349 vsize=26538700 memory=16996 CPUtime=2.02 cores=0-7
/proc/9351/task/9365/stat : 9365 (java) R 9349 9349 8234 0 -1 4202560 7868 0 0 0 200 2 0 0 20 0 23 0 106621114 27175628800 2357378 33554432000 4194304 4196468 140728968599168 139907670391200 139908981264093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9366] ppid=9349 vsize=26538700 memory=1236 CPUtime=1.98 cores=0-7
/proc/9351/task/9366/stat : 9366 (java) S 9349 9349 8234 0 -1 1077944384 6675 0 0 0 197 1 0 0 20 0 22 0 106621114 27175628800 2357393 33554432000 4194304 4196468 140728968599168 139907669351024 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9367] ppid=9349 vsize=26538700 memory=1384 CPUtime=1.95 cores=0-7
/proc/9351/task/9367/stat : 9367 (java) S 9349 9349 8234 0 -1 1077944384 8232 0 0 0 192 3 0 0 20 0 22 0 106621114 27175628800 2357372 33554432000 4194304 4196468 140728968599168 139907668298480 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9368] ppid=9349 vsize=26538700 memory=8518076 CPUtime=0.78 cores=0-7
/proc/9351/task/9368/stat : 9368 (java) R 9349 9349 8234 0 -1 4202560 4433 0 0 0 75 3 0 0 20 0 21 0 106621114 27175628800 2357379 33554432000 4194304 4196468 140728968599168 139907667240992 139908978678933 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9369] ppid=9349 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/9351/task/9369/stat : 9369 (java) S 9349 9349 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106621115 27175628800 2357360 33554432000 4194304 4196468 140728968599168 139907666192608 139908999751381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
[pid=9351/tid=9370] ppid=9349 vsize=26538700 memory=9428064 CPUtime=0.06 cores=0-7
/proc/9351/task/9370/stat : 9370 (java) S 9349 9349 8234 0 -1 1077944384 169 0 0 0 3 3 0 0 20 0 20 0 106621115 27175628800 2357360 33554432000 4194304 4196468 140728968599168 139907665140144 139908999752322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 13021184 140728968602770 140728968602947 140728968602947 140728968605647 0
Current children cumulated CPU time: 275.2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 9430884 KiB

Child status: 0
Real time (s): 224.164
CPU time (s): 275.265
CPU user time (s): 268.582
CPU system time (s): 6.68346
CPU usage (%): 122.796
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 9430884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.582
system time used= 6.68346
maximum resident set size= 9429668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13183
involuntary context switches= 747


# summary of solver processes directly reported to runsolver:
#   pid: 9349
#   total CPU time (s): 275.265
#   total CPU user time (s): 268.582
#   total CPU system time (s): 6.68346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39314 second user time and 2.21017 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-14 20:14:34
IDJOB=4270951
IDBENCH=126964
IDSOLVER=2662
FILE ID=node114/4270951-1502735333
RUNJOBID= node114-1502730962-8261
PBS_JOBID= 20629049
Free space on /tmp= 61696 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-46.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-4270951-1502735333/watcher-4270951-1502735333 -o /tmp/evaluation-result-4270951-1502735333/solver-4270951-1502735333 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502730962-8261 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 798952781 HOME/instance-4270951-1502735333.xml

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

MD5SUM BENCH= da30c9704654e0dc92087cfb273210f0
RANDOM SEED=798952781

node114.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.98
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.98
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.98
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.98
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:        26950344 kB
MemAvailable:   31986768 kB
Buffers:          198416 kB
Cached:          5126044 kB
SwapCached:            0 kB
Active:           468872 kB
Inactive:        4910512 kB
Active(anon):      57836 kB
Inactive(anon):    25124 kB
Active(file):     411036 kB
Inactive(file):  4885388 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9788 kB
Writeback:             0 kB
AnonPages:         61116 kB
Mapped:            44940 kB
Shmem:             25224 kB
Slab:             137368 kB
SReclaimable:     111672 kB
SUnreclaim:        25696 kB
KernelStack:        3280 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61688 MiB
End job on node114 at 2017-08-14 20:18:19