Trace number 4281238

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 366.39801 52.9725

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex02280.xml
MD5SUM266034c566073a7f5804da8fab792568
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.31001899
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
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-4281238-1503184262.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281238-1503184262.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
69.44/14.66	c solve instance...
366.31/52.90	java.util.concurrent.ExecutionException: java.lang.NullPointerException
366.31/52.90		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
366.31/52.90		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
366.31/52.90		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
366.31/52.90		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
366.31/52.90		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
366.31/52.90	Caused by: java.lang.NullPointerException
366.31/52.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
366.31/52.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
366.31/52.90		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
366.31/52.90		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
366.31/52.90		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
366.31/52.90		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
366.31/52.90		... 4 more
366.31/52.90	Caused by: java.lang.NullPointerException
366.31/52.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
366.31/52.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
366.31/52.90		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
366.31/52.90		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
366.31/52.90		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
366.31/52.90		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
366.31/52.90		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
366.31/52.90		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
366.31/52.90		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
366.31/52.90		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
366.31/52.90		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
366.31/52.90		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
366.31/52.90		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
366.31/52.90		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
366.31/52.90		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
366.31/52.90		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
366.31/52.90		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
366.31/52.90		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
366.31/52.90	Caused by: java.lang.NullPointerException
366.31/52.90		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
366.31/52.90		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
366.31/52.90		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
366.31/52.90		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
366.31/52.90		at org.chocosolver.solver.Solver.solve(Solver.java:260)
366.31/52.90		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
366.31/52.90		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
366.31/52.90		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
366.31/52.90		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
366.31/52.90		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
366.31/52.90		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
366.31/52.90		... 4 more
366.31/52.90	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 (11410 MiB free)
  memory of node 1: 16384 MiB (9832 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281238-1503184262/watcher-4281238-1503184262 -o /tmp/evaluation-result-4281238-1503184262/solver-4281238-1503184262 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503180880-13488 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1922640360 HOME/instance-4281238-1503184262.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=13692, runsolver pid=13689

[startup+0.100156 s]*
/proc/loadavg: 7.38 8.05 8.22 2/199 13713
/proc/meminfo: memFree=21738188/32770624 swapFree=67108860/67108860
[pid=13692] ppid=13689 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/13692/stat : 13692 (xcsp3-exec) S 13689 13692 13461 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151513832 9740288 345 33554432000 4194304 5098028 140725133168208 140725133166312 139707757687420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9703424 140725133169764 140725133169975 140725133169975 140725133172715 0
/proc/13692/statm: 2378 345 289 221 0 87 0
[pid=13694] ppid=13692 vsize=25999808 memory=26112 CPUtime=0.12 cores=0-7
/proc/13694/stat : 13694 (java) S 13692 13692 13461 0 -1 1077944320 5473 0 0 0 11 1 0 0 20 0 20 0 151513832 26623803392 6528 33554432000 4194304 4196468 140732502360032 140732502342576 140565647843063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
/proc/13694/statm: 6499952 6528 2842 1 0 6488269 0
[pid=13694/tid=13695] ppid=13692 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/13694/task/13695/stat : 13695 (java) R 13692 13692 13461 0 -1 4202560 3485 0 0 0 8 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565652075056 140565631886693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13696] ppid=13692 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/13694/task/13696/stat : 13696 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565570423184 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13697] ppid=13692 vsize=25999808 memory=139730232948352 CPUtime=0 cores=0-7
/proc/13694/task/13697/stat : 13697 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565569370384 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13698] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13698/stat : 13698 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565568318096 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13699] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13699/stat : 13699 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565567265296 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13700] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13700/stat : 13700 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565566213008 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13701] ppid=13692 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13694/task/13701/stat : 13701 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565565160208 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13702] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13702/stat : 13702 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565564107920 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13703] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13703/stat : 13703 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565563055120 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13704] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13704/stat : 13704 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513835 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565155960944 140565647854210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13705] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13705/stat : 13705 (java) S 13692 13692 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151513835 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565154906912 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13706] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13706/stat : 13706 (java) S 13692 13692 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151513836 26623803392 6528 33554432000 4194304 4196468 140732502360032 140565153854576 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13707] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13707/stat : 13707 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513838 26623803392 6528 33554432000 4194304 4196468 140732502360032 140564772186192 140565647861659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13708] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13708/stat : 13708 (java) S 13692 13692 13461 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 151513838 26623803392 6528 33554432000 4194304 4196468 140732502360032 140564771134064 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13709] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13709/stat : 13709 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513838 26623803392 6528 33554432000 4194304 4196468 140732502360032 140564770081264 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13710] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13710/stat : 13710 (java) S 13692 13692 13461 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 151513838 26623803392 6528 33554432000 4194304 4196468 140732502360032 140564769028976 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13711] ppid=13692 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/13694/task/13711/stat : 13711 (java) S 13692 13692 13461 0 -1 1077944384 259 0 0 0 1 0 0 0 20 0 20 0 151513838 26623803392 6528 33554432000 4194304 4196468 140732502360032 140564767976176 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13712] ppid=13692 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13712/stat : 13712 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151513838 26623803392 6528 33554432000 4194304 4196468 140732502360032 140564766923104 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13713] ppid=13692 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13694/task/13713/stat : 13713 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513838 26623803392 6528 33554432000 4194304 4196468 140732502360032 140564765870384 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27492 KiB

[startup+0.209871 s]*
/proc/loadavg: 7.38 8.05 8.22 3/199 13713
/proc/meminfo: memFree=21726544/32770624 swapFree=67108860/67108860
[pid=13692] ppid=13689 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/13692/stat : 13692 (xcsp3-exec) S 13689 13692 13461 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151513832 9740288 345 33554432000 4194304 5098028 140725133168208 140725133166312 139707757687420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9703424 140725133169764 140725133169975 140725133169975 140725133172715 0
/proc/13692/statm: 2378 345 289 221 0 87 0
[pid=13694] ppid=13692 vsize=26004064 memory=38832 CPUtime=0.33 cores=0-7
/proc/13694/stat : 13694 (java) S 13692 13692 13461 0 -1 1077944320 8338 0 0 0 31 2 0 0 20 0 20 0 151513832 26628161536 9708 33554432000 4194304 4196468 140732502360032 140732502342576 140565647843063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
/proc/13694/statm: 6501016 9708 3034 1 0 6488269 0
[pid=13694/tid=13695] ppid=13692 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/13694/task/13695/stat : 13695 (java) R 13692 13692 13461 0 -1 4202560 5399 0 0 0 18 1 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565652064056 140565647864989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13696] ppid=13692 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/13694/task/13696/stat : 13696 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565570423184 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13697] ppid=13692 vsize=26004064 memory=139730232971335 CPUtime=0 cores=0-7
/proc/13694/task/13697/stat : 13697 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565569370384 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13698] ppid=13692 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13694/task/13698/stat : 13698 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565568318096 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13699] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13699/stat : 13699 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565567265296 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13700] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13700/stat : 13700 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565566213008 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13701] ppid=13692 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13694/task/13701/stat : 13701 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565565160208 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13702] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13702/stat : 13702 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565564107920 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13703] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13703/stat : 13703 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565563055120 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13704] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13704/stat : 13704 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513835 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565155960944 140565647854210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13705] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13705/stat : 13705 (java) S 13692 13692 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151513835 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565154906912 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13706] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13706/stat : 13706 (java) S 13692 13692 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151513836 26628161536 9708 33554432000 4194304 4196468 140732502360032 140565153854576 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13707] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13707/stat : 13707 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513838 26628161536 9708 33554432000 4194304 4196468 140732502360032 140564772186192 140565647861659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13708] ppid=13692 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/13694/task/13708/stat : 13708 (java) S 13692 13692 13461 0 -1 1077944384 392 0 0 0 1 0 0 0 20 0 20 0 151513838 26628161536 9708 33554432000 4194304 4196468 140732502360032 140564771134064 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13709] ppid=13692 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/13694/task/13709/stat : 13709 (java) S 13692 13692 13461 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 20 0 151513838 26628161536 9708 33554432000 4194304 4196468 140732502360032 140564770081264 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13710] ppid=13692 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/13694/task/13710/stat : 13710 (java) S 13692 13692 13461 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 20 0 151513838 26628161536 9708 33554432000 4194304 4196468 140732502360032 140564769028976 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13711] ppid=13692 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/13694/task/13711/stat : 13711 (java) R 13692 13692 13461 0 -1 4202560 760 0 0 0 7 0 0 0 20 0 20 0 151513838 26628161536 9708 33554432000 4194304 4196468 140732502360032 140564767976176 140565631923550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13712] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13712/stat : 13712 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151513838 26628161536 9708 33554432000 4194304 4196468 140732502360032 140564766923104 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13713] ppid=13692 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13694/task/13713/stat : 13713 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513838 26628161536 9708 33554432000 4194304 4196468 140732502360032 140564765870384 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40212 KiB

[startup+0.309594 s]*
/proc/loadavg: 7.38 8.05 8.22 3/199 13713
/proc/meminfo: memFree=21722512/32770624 swapFree=67108860/67108860
[pid=13692] ppid=13689 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/13692/stat : 13692 (xcsp3-exec) S 13689 13692 13461 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151513832 9740288 345 33554432000 4194304 5098028 140725133168208 140725133166312 139707757687420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9703424 140725133169764 140725133169975 140725133169975 140725133172715 0
/proc/13692/statm: 2378 345 289 221 0 87 0
[pid=13694] ppid=13692 vsize=26004064 memory=43972 CPUtime=0.5 cores=0-7
/proc/13694/stat : 13694 (java) S 13692 13692 13461 0 -1 1077944320 9169 0 0 0 47 3 0 0 20 0 20 0 151513832 26628161536 10993 33554432000 4194304 4196468 140732502360032 140732502342576 140565647843063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
/proc/13694/statm: 6501016 10993 3111 1 0 6488269 0
[pid=13694/tid=13695] ppid=13692 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/13694/task/13695/stat : 13695 (java) R 13692 13692 13461 0 -1 4202560 6065 0 0 0 27 2 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565652079232 140565647864989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13696] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13696/stat : 13696 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565570423184 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13697] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13697/stat : 13697 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565569370384 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13698] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13698/stat : 13698 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565568318096 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13699] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13699/stat : 13699 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565567265296 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13700] ppid=13692 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/13694/task/13700/stat : 13700 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565566213008 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13701] ppid=13692 vsize=26004064 memory=139730117292975 CPUtime=0 cores=0-7
/proc/13694/task/13701/stat : 13701 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565565160208 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13702] ppid=13692 vsize=26004064 memory=139730117295280 CPUtime=0 cores=0-7
/proc/13694/task/13702/stat : 13702 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565564107920 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13703] ppid=13692 vsize=26004064 memory=139730117297584 CPUtime=0 cores=0-7
/proc/13694/task/13703/stat : 13703 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565563055120 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13704] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13704/stat : 13704 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513835 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565155960944 140565647854210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13705] ppid=13692 vsize=26004064 memory=279460234602128 CPUtime=0 cores=0-7
/proc/13694/task/13705/stat : 13705 (java) S 13692 13692 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151513835 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565154906912 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13706] ppid=13692 vsize=26004064 memory=279460234609040 CPUtime=0 cores=0-7
/proc/13694/task/13706/stat : 13706 (java) S 13692 13692 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151513836 26628161536 11505 33554432000 4194304 4196468 140732502360032 140565153854576 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13707] ppid=13692 vsize=26004064 memory=279460234550320 CPUtime=0 cores=0-7
/proc/13694/task/13707/stat : 13707 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513838 26628161536 11505 33554432000 4194304 4196468 140732502360032 140564772186192 140565647861659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13708] ppid=13692 vsize=26004064 memory=279460234622864 CPUtime=0.01 cores=0-7
/proc/13694/task/13708/stat : 13708 (java) S 13692 13692 13461 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 20 0 151513838 26628161536 11505 33554432000 4194304 4196468 140732502360032 140564771134064 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13709] ppid=13692 vsize=26004064 memory=279460234629776 CPUtime=0.02 cores=0-7
/proc/13694/task/13709/stat : 13709 (java) S 13692 13692 13461 0 -1 1077944384 73 0 0 0 2 0 0 0 20 0 20 0 151513838 26628161536 11505 33554432000 4194304 4196468 140732502360032 140564770081264 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13710] ppid=13692 vsize=26004064 memory=279460234627472 CPUtime=0.02 cores=0-7
/proc/13694/task/13710/stat : 13710 (java) R 13692 13692 13461 0 -1 4202560 460 0 0 0 2 0 0 0 20 0 20 0 151513838 26628161536 11505 33554432000 4194304 4196468 140732502360032 140564769028160 140565632239757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13711] ppid=13692 vsize=26004064 memory=279460234643632 CPUtime=0.12 cores=0-7
/proc/13694/task/13711/stat : 13711 (java) R 13692 13692 13461 0 -1 4202560 874 0 0 0 12 0 0 0 20 0 20 0 151513838 26628161536 11505 33554432000 4194304 4196468 140732502360032 140564767972544 140565626352999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13712] ppid=13692 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13712/stat : 13712 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151513838 26628161536 11505 33554432000 4194304 4196468 140732502360032 140564766923104 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13713] ppid=13692 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13694/task/13713/stat : 13713 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513838 26628161536 11505 33554432000 4194304 4196468 140732502360032 140564765870384 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45352 KiB

[startup+0.700983 s]
/proc/loadavg: 7.38 8.05 8.22 5/199 13713
/proc/meminfo: memFree=21680380/32770624 swapFree=67108860/67108860
[pid=13692] ppid=13689 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/13692/stat : 13692 (xcsp3-exec) S 13689 13692 13461 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151513832 9740288 345 33554432000 4194304 5098028 140725133168208 140725133166312 139707757687420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9703424 140725133169764 140725133169975 140725133169975 140725133172715 0
/proc/13692/statm: 2378 345 289 221 0 87 0
[pid=13694] ppid=13692 vsize=26004140 memory=137836 CPUtime=1.68 cores=0-7
/proc/13694/stat : 13694 (java) S 13692 13692 13461 0 -1 1077944320 13733 0 0 0 163 5 0 0 20 0 20 0 151513832 26628239360 34459 33554432000 4194304 4196468 140732502360032 140732502342576 140565647843063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
/proc/13694/statm: 6501035 34459 3195 1 0 6488269 0
[pid=13694/tid=13695] ppid=13692 vsize=26004140 memory=279460235001520 CPUtime=0.67 cores=0-7
/proc/13694/task/13695/stat : 13695 (java) R 13692 13692 13461 0 -1 4202560 6438 0 0 0 64 3 0 0 20 0 20 0 151513833 26628239360 34459 33554432000 4194304 4196468 140732502360032 140565652080640 140565630830615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13696] ppid=13692 vsize=26004140 memory=139730117501808 CPUtime=0 cores=0-7
/proc/13694/task/13696/stat : 13696 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628239360 34459 33554432000 4194304 4196468 140732502360032 140565570423184 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13697] ppid=13692 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13697/stat : 13697 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151513833 26628239360 34459 33554432000 4194304 4196468 140732502360032 140565569370384 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13698] ppid=13692 vsize=26004140 memory=1008 CPUtime=0 cores=0-7
/proc/13694/task/13698/stat : 13698 (java) S 13692 13692 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151513833 26628239360 34459 33554432000 4194304 4196468 140732502360032 140565568318096 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0

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

[pid=13694/tid=13711] ppid=13692 vsize=26538700 memory=7085939369958532448 CPUtime=0.65 cores=0-7
/proc/13694/task/13711/stat : 13711 (java) S 13692 13692 13461 0 -1 1077944384 6185 0 0 0 64 1 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564767976176 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13712] ppid=13692 vsize=26538700 memory=7445945865171461729 CPUtime=0 cores=0-7
/proc/13694/task/13712/stat : 13712 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564766923104 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13713] ppid=13692 vsize=26538700 memory=7301830677095606881 CPUtime=0 cores=0-7
/proc/13694/task/13713/stat : 13713 (java) S 13692 13692 13461 0 -1 1077944384 681 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564765870384 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13714] ppid=13692 vsize=26538700 memory=6082203026149044055 CPUtime=37.54 cores=0-7
/proc/13694/task/13714/stat : 13714 (java) R 13692 13692 13461 0 -1 4202560 78102 0 0 0 3723 31 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564757861272 140565244010969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13715] ppid=13692 vsize=26538700 memory=6082202987141950551 CPUtime=36.81 cores=0-7
/proc/13694/task/13715/stat : 13715 (java) S 13692 13692 13461 0 -1 1077944384 1996 0 0 0 3661 20 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564756812752 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13716] ppid=13692 vsize=26538700 memory=6082202987142212695 CPUtime=37.47 cores=0-7
/proc/13694/task/13716/stat : 13716 (java) S 13692 13692 13461 0 -1 1077944384 984 0 0 0 3741 6 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564755760464 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13717] ppid=13692 vsize=26538700 memory=7230638415855315031 CPUtime=37.08 cores=0-7
/proc/13694/task/13717/stat : 13717 (java) S 13692 13692 13461 0 -1 1077944384 3197 0 0 0 3698 10 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564754707664 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13718] ppid=13692 vsize=26538700 memory=6082203008952461655 CPUtime=35.72 cores=0-7
/proc/13694/task/13718/stat : 13718 (java) S 13692 13692 13461 0 -1 1077944384 14427 0 0 0 3559 13 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564753655376 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13719] ppid=13692 vsize=26538700 memory=6082203013264533591 CPUtime=36.84 cores=0-7
/proc/13694/task/13719/stat : 13719 (java) S 13692 13692 13461 0 -1 1077944384 6556 0 0 0 3681 3 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564752602576 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13720] ppid=13692 vsize=26538700 memory=1380 CPUtime=37.64 cores=0-7
/proc/13694/task/13720/stat : 13720 (java) R 13692 13692 13461 0 -1 4202560 13128 0 0 0 3753 11 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564751545704 140565244010986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13721] ppid=13692 vsize=26538700 memory=1380 CPUtime=35.72 cores=0-7
/proc/13694/task/13721/stat : 13721 (java) S 13692 13692 13461 0 -1 1077944384 11354 0 0 0 3568 4 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140563827909328 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
Current children cumulated CPU time: 365.32 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8454348 KiB

[startup+52.801 s]
/proc/loadavg: 6.98 7.78 8.11 4/207 13721
/proc/meminfo: memFree=13298052/32770624 swapFree=67108860/67108860
[pid=13692] ppid=13689 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/13692/stat : 13692 (xcsp3-exec) S 13689 13692 13461 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151513832 9740288 345 33554432000 4194304 5098028 140725133168208 140725133166312 139707757687420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9703424 140725133169764 140725133169975 140725133169975 140725133172715 0
/proc/13692/statm: 2378 345 289 221 0 87 0
[pid=13694] ppid=13692 vsize=26538700 memory=8452968 CPUtime=366.12 cores=0-7
/proc/13694/stat : 13694 (java) S 13692 13692 13461 0 -1 1077944320 366427 0 0 0 34567 2045 0 0 20 0 28 0 151513832 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140732502342576 140565647843063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
/proc/13694/statm: 6634675 2113242 3272 1 0 6621909 0
[pid=13694/tid=13695] ppid=13692 vsize=26538700 memory=5428 CPUtime=6.74 cores=0-7
/proc/13694/task/13695/stat : 13695 (java) S 13692 13692 13461 0 -1 1077944384 10457 0 0 0 661 13 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565652083840 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13696] ppid=13692 vsize=26538700 memory=4624 CPUtime=7.48 cores=0-7
/proc/13694/task/13696/stat : 13696 (java) S 13692 13692 13461 0 -1 1077944384 26658 0 0 0 500 248 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565570423184 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13697] ppid=13692 vsize=26538700 memory=1424 CPUtime=7.41 cores=0-7
/proc/13694/task/13697/stat : 13697 (java) S 13692 13692 13461 0 -1 1077944384 20281 0 0 0 505 236 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565569370384 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13698] ppid=13692 vsize=26538700 memory=6791534058613427641 CPUtime=7.49 cores=0-7
/proc/13694/task/13698/stat : 13698 (java) S 13692 13692 13461 0 -1 1077944384 22335 0 0 0 504 245 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565568318096 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13699] ppid=13692 vsize=26538700 memory=2428 CPUtime=7.45 cores=0-7
/proc/13694/task/13699/stat : 13699 (java) S 13692 13692 13461 0 -1 1077944384 23627 0 0 0 535 210 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565567265296 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13700] ppid=13692 vsize=26538700 memory=1732 CPUtime=7.48 cores=0-7
/proc/13694/task/13700/stat : 13700 (java) S 13692 13692 13461 0 -1 1077944384 25609 0 0 0 499 249 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565566213008 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13701] ppid=13692 vsize=26538700 memory=1944 CPUtime=7.42 cores=0-7
/proc/13694/task/13701/stat : 13701 (java) S 13692 13692 13461 0 -1 1077944384 26327 0 0 0 495 247 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565565160208 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13702] ppid=13692 vsize=26538700 memory=1700 CPUtime=7.42 cores=0-7
/proc/13694/task/13702/stat : 13702 (java) S 13692 13692 13461 0 -1 1077944384 21812 0 0 0 501 241 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565564107920 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13703] ppid=13692 vsize=26538700 memory=1228 CPUtime=7.45 cores=0-7
/proc/13694/task/13703/stat : 13703 (java) S 13692 13692 13461 0 -1 1077944384 27316 0 0 0 502 243 0 0 20 0 28 0 151513833 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565563055120 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13704] ppid=13692 vsize=26538700 memory=5428 CPUtime=0.24 cores=0-7
/proc/13694/task/13704/stat : 13704 (java) S 13692 13692 13461 0 -1 1077944384 10226 0 0 0 22 2 0 0 20 0 28 0 151513835 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565155960944 140565647854210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13705] ppid=13692 vsize=26538700 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/13694/task/13705/stat : 13705 (java) S 13692 13692 13461 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 151513835 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565154906976 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13706] ppid=13692 vsize=26538700 memory=4124 CPUtime=0 cores=0-7
/proc/13694/task/13706/stat : 13706 (java) S 13692 13692 13461 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 151513836 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140565153854592 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13707] ppid=13692 vsize=26538700 memory=2200 CPUtime=0 cores=0-7
/proc/13694/task/13707/stat : 13707 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564772186192 140565647861659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13708] ppid=13692 vsize=26538700 memory=7528 CPUtime=0.94 cores=0-7
/proc/13694/task/13708/stat : 13708 (java) S 13692 13692 13461 0 -1 1077944384 3580 0 0 0 93 1 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564771134064 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13709] ppid=13692 vsize=26538700 memory=840 CPUtime=1.15 cores=0-7
/proc/13694/task/13709/stat : 13709 (java) S 13692 13692 13461 0 -1 1077944384 4018 0 0 0 114 1 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564770081264 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13710] ppid=13692 vsize=26538700 memory=1696 CPUtime=0.97 cores=0-7
/proc/13694/task/13710/stat : 13710 (java) S 13692 13692 13461 0 -1 1077944384 3483 0 0 0 96 1 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564769028976 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13711] ppid=13692 vsize=26538700 memory=916 CPUtime=0.65 cores=0-7
/proc/13694/task/13711/stat : 13711 (java) S 13692 13692 13461 0 -1 1077944384 6185 0 0 0 64 1 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564767976176 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13712] ppid=13692 vsize=26538700 memory=4120 CPUtime=0 cores=0-7
/proc/13694/task/13712/stat : 13712 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564766923104 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13713] ppid=13692 vsize=26538700 memory=4104 CPUtime=0 cores=0-7
/proc/13694/task/13713/stat : 13713 (java) S 13692 13692 13461 0 -1 1077944384 681 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564765870384 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13714] ppid=13692 vsize=26538700 memory=1380 CPUtime=37.93 cores=0-7
/proc/13694/task/13714/stat : 13714 (java) R 13692 13692 13461 0 -1 4202560 80172 0 0 0 3762 31 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564757859264 140565244010836 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13715] ppid=13692 vsize=26538700 memory=8452356 CPUtime=36.81 cores=0-7
/proc/13694/task/13715/stat : 13715 (java) S 13692 13692 13461 0 -1 1077944384 1996 0 0 0 3661 20 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564756812752 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13716] ppid=13692 vsize=26538700 memory=1792 CPUtime=37.47 cores=0-7
/proc/13694/task/13716/stat : 13716 (java) S 13692 13692 13461 0 -1 1077944384 984 0 0 0 3741 6 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564755760464 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13717] ppid=13692 vsize=26538700 memory=640 CPUtime=37.08 cores=0-7
/proc/13694/task/13717/stat : 13717 (java) S 13692 13692 13461 0 -1 1077944384 3197 0 0 0 3698 10 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564754707664 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13718] ppid=13692 vsize=26538700 memory=956 CPUtime=35.72 cores=0-7
/proc/13694/task/13718/stat : 13718 (java) S 13692 13692 13461 0 -1 1077944384 14427 0 0 0 3559 13 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564753655376 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13719] ppid=13692 vsize=26538700 memory=2468 CPUtime=36.84 cores=0-7
/proc/13694/task/13719/stat : 13719 (java) S 13692 13692 13461 0 -1 1077944384 6556 0 0 0 3681 3 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564752602576 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13720] ppid=13692 vsize=26538700 memory=1576 CPUtime=38.04 cores=0-7
/proc/13694/task/13720/stat : 13720 (java) R 13692 13692 13461 0 -1 4202560 13798 0 0 0 3793 11 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140564751543984 140565244010836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13721] ppid=13692 vsize=26538700 memory=932 CPUtime=35.72 cores=0-7
/proc/13694/task/13721/stat : 13721 (java) S 13692 13692 13461 0 -1 1077944384 11354 0 0 0 3568 4 0 0 20 0 28 0 151515300 27175628800 2113242 33554432000 4194304 4196468 140732502360032 140563827909328 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
Current children cumulated CPU time: 366.12 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8454348 KiB

[startup+52.9015 s]
/proc/loadavg: 6.98 7.78 8.11 4/207 13721
/proc/meminfo: memFree=13298052/32770624 swapFree=67108860/67108860
[pid=13692] ppid=13689 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/13692/stat : 13692 (xcsp3-exec) S 13689 13692 13461 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151513832 9740288 345 33554432000 4194304 5098028 140725133168208 140725133166312 139707757687420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9703424 140725133169764 140725133169975 140725133169975 140725133172715 0
/proc/13692/statm: 2378 345 289 221 0 87 0
[pid=13694] ppid=13692 vsize=26538700 memory=8453056 CPUtime=366.31 cores=0-7
/proc/13694/stat : 13694 (java) S 13692 13692 13461 0 -1 1077944320 368607 0 0 0 34586 2045 0 0 20 0 28 0 151513832 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140732502342576 140565647843063 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
/proc/13694/statm: 6634675 2113264 3272 1 0 6621909 0
[pid=13694/tid=13695] ppid=13692 vsize=26538700 memory=1292 CPUtime=6.74 cores=0-7
/proc/13694/task/13695/stat : 13695 (java) S 13692 13692 13461 0 -1 1077944384 10457 0 0 0 661 13 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565652083840 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13696] ppid=13692 vsize=26538700 memory=2428 CPUtime=7.48 cores=0-7
/proc/13694/task/13696/stat : 13696 (java) S 13692 13692 13461 0 -1 1077944384 26658 0 0 0 500 248 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565570423184 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13697] ppid=13692 vsize=26538700 memory=1204 CPUtime=7.41 cores=0-7
/proc/13694/task/13697/stat : 13697 (java) S 13692 13692 13461 0 -1 1077944384 20281 0 0 0 505 236 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565569370384 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13698] ppid=13692 vsize=26538700 memory=11204 CPUtime=7.49 cores=0-7
/proc/13694/task/13698/stat : 13698 (java) S 13692 13692 13461 0 -1 1077944384 22335 0 0 0 504 245 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565568318096 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13699] ppid=13692 vsize=26538700 memory=4140 CPUtime=7.45 cores=0-7
/proc/13694/task/13699/stat : 13699 (java) S 13692 13692 13461 0 -1 1077944384 23627 0 0 0 535 210 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565567265296 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13700] ppid=13692 vsize=26538700 memory=42132 CPUtime=7.48 cores=0-7
/proc/13694/task/13700/stat : 13700 (java) S 13692 13692 13461 0 -1 1077944384 25609 0 0 0 499 249 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565566213008 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13701] ppid=13692 vsize=26538700 memory=2236 CPUtime=7.42 cores=0-7
/proc/13694/task/13701/stat : 13701 (java) S 13692 13692 13461 0 -1 1077944384 26327 0 0 0 495 247 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565565160208 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13702] ppid=13692 vsize=26538700 memory=4124 CPUtime=7.42 cores=0-7
/proc/13694/task/13702/stat : 13702 (java) S 13692 13692 13461 0 -1 1077944384 21812 0 0 0 501 241 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565564107920 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13703] ppid=13692 vsize=26538700 memory=279458288308540 CPUtime=7.45 cores=0-7
/proc/13694/task/13703/stat : 13703 (java) S 13692 13692 13461 0 -1 1077944384 27316 0 0 0 502 243 0 0 20 0 28 0 151513833 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565563055120 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13704] ppid=13692 vsize=26538700 memory=279460235507424 CPUtime=0.24 cores=0-7
/proc/13694/task/13704/stat : 13704 (java) S 13692 13692 13461 0 -1 1077944384 10226 0 0 0 22 2 0 0 20 0 28 0 151513835 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565155960944 140565647854210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13705] ppid=13692 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13705/stat : 13705 (java) S 13692 13692 13461 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 151513835 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565154906976 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13706] ppid=13692 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13694/task/13706/stat : 13706 (java) S 13692 13692 13461 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 151513836 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140565153854592 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13707] ppid=13692 vsize=26538700 memory=139734527915647 CPUtime=0 cores=0-7
/proc/13694/task/13707/stat : 13707 (java) S 13692 13692 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140564772186192 140565647861659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13708] ppid=13692 vsize=26538700 memory=7451020184366241898 CPUtime=0.94 cores=0-7
/proc/13694/task/13708/stat : 13708 (java) S 13692 13692 13461 0 -1 1077944384 3583 0 0 0 93 1 0 0 20 0 28 0 151513838 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140564771134064 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13709] ppid=13692 vsize=26538700 memory=10728 CPUtime=1.15 cores=0-7
/proc/13694/task/13709/stat : 13709 (java) S 13692 13692 13461 0 -1 1077944384 4022 0 0 0 114 1 0 0 20 0 28 0 151513838 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140564770081264 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13710] ppid=13692 vsize=26538700 memory=1204 CPUtime=0.97 cores=0-7
/proc/13694/task/13710/stat : 13710 (java) S 13692 13692 13461 0 -1 1077944384 3486 0 0 0 96 1 0 0 20 0 28 0 151513838 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140564769028976 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13711] ppid=13692 vsize=26538700 memory=15876 CPUtime=0.65 cores=0-7
/proc/13694/task/13711/stat : 13711 (java) S 13692 13692 13461 0 -1 1077944384 6393 0 0 0 64 1 0 0 20 0 28 0 151513838 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140564767976176 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13712] ppid=13692 vsize=26538700 memory=56 CPUtime=0 cores=0-7
/proc/13694/task/13712/stat : 13712 (java) S 13692 13692 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113264 33554432000 4194304 4196468 140732502360032 140564766923104 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13713] ppid=13692 vsize=26538700 memory=705 CPUtime=0 cores=0-7
/proc/13694/task/13713/stat : 13713 (java) S 13692 13692 13461 0 -1 1077944384 681 0 0 0 0 0 0 0 20 0 28 0 151513838 27175628800 2113268 33554432000 4194304 4196468 140732502360032 140564765870384 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13714] ppid=13692 vsize=26538700 memory=6944656592455359580 CPUtime=38.03 cores=0-7
/proc/13694/task/13714/stat : 13714 (java) S 13692 13692 13461 0 -1 1077944384 81955 0 0 0 3772 31 0 0 20 0 28 0 151515300 27175628800 2113268 33554432000 4194304 4196468 140732502360032 140564757865520 140565647854210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13715] ppid=13692 vsize=26538700 memory=164 CPUtime=36.81 cores=0-7
/proc/13694/task/13715/stat : 13715 (java) S 13692 13692 13461 0 -1 1077944384 1996 0 0 0 3661 20 0 0 20 0 28 0 151515300 27175628800 2113268 33554432000 4194304 4196468 140732502360032 140564756812752 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13716] ppid=13692 vsize=26538700 memory=0 CPUtime=37.47 cores=0-7
/proc/13694/task/13716/stat : 13716 (java) S 13692 13692 13461 0 -1 1077944384 984 0 0 0 3741 6 0 0 20 0 28 0 151515300 27175628800 2113268 33554432000 4194304 4196468 140732502360032 140564755760464 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13717] ppid=13692 vsize=26538700 memory=0 CPUtime=37.08 cores=0-7
/proc/13694/task/13717/stat : 13717 (java) S 13692 13692 13461 0 -1 1077944384 3197 0 0 0 3698 10 0 0 20 0 28 0 151515300 27175628800 2113268 33554432000 4194304 4196468 140732502360032 140564754707664 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13718] ppid=13692 vsize=26538700 memory=1700 CPUtime=35.72 cores=0-7
/proc/13694/task/13718/stat : 13718 (java) S 13692 13692 13461 0 -1 1077944384 14427 0 0 0 3559 13 0 0 20 0 28 0 151515300 27175628800 2113269 33554432000 4194304 4196468 140732502360032 140564753655376 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13719] ppid=13692 vsize=26538700 memory=1228 CPUtime=36.84 cores=0-7
/proc/13694/task/13719/stat : 13719 (java) S 13692 13692 13461 0 -1 1077944384 6556 0 0 0 3681 3 0 0 20 0 28 0 151515300 27175628800 2113269 33554432000 4194304 4196468 140732502360032 140564752602576 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13720] ppid=13692 vsize=26538700 memory=5428 CPUtime=38.13 cores=0-7
/proc/13694/task/13720/stat : 13720 (java) S 13692 13692 13461 0 -1 1077944384 14092 0 0 0 3802 11 0 0 20 0 28 0 151515300 27175628800 2113269 33554432000 4194304 4196468 140732502360032 140564751549264 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
[pid=13694/tid=13721] ppid=13692 vsize=26538700 memory=1380 CPUtime=35.72 cores=0-7
/proc/13694/task/13721/stat : 13721 (java) S 13692 13692 13461 0 -1 1077944384 11354 0 0 0 3568 4 0 0 20 0 28 0 151515300 27175628800 2113269 33554432000 4194304 4196468 140732502360032 140563827909328 140565647853269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34820096 140732502361234 140732502361411 140732502361411 140732502364111 0
Current children cumulated CPU time: 366.31 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8454436 KiB

Child status: 0
Real time (s): 52.9725
CPU time (s): 366.398
CPU user time (s): 345.873
CPU system time (s): 20.5253
CPU usage (%): 691.675
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 8454436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 345.873
system time used= 20.5253
maximum resident set size= 8453088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14230
involuntary context switches= 5472


# summary of solver processes directly reported to runsolver:
#   pid: 13692
#   total CPU time (s): 366.398
#   total CPU user time (s): 345.873
#   total CPU system time (s): 20.5253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.502404 second user time and 0.555156 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 00:56:42
IDJOB=4281238
IDBENCH=140614
IDSOLVER=2675
FILE ID=node114/4281238-1503184262
RUNJOBID= node114-1503180880-13488
PBS_JOBID= 20630851
Free space on /tmp= 61848 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex02280.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-4281238-1503184262/watcher-4281238-1503184262 -o /tmp/evaluation-result-4281238-1503184262/solver-4281238-1503184262 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503180880-13488 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1922640360 HOME/instance-4281238-1503184262.xml

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

MD5SUM BENCH= 266034c566073a7f5804da8fab792568
RANDOM SEED=1922640360

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:        21753992 kB
MemAvailable:   31970272 kB
Buffers:          258904 kB
Cached:         10246772 kB
SwapCached:            0 kB
Active:          1768040 kB
Inactive:        8792328 kB
Active(anon):      46752 kB
Inactive(anon):    44268 kB
Active(file):    1721288 kB
Inactive(file):  8748060 kB
Unevictable:        7236 kB
Mlocked:            7236 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8300 kB
Writeback:            28 kB
AnonPages:         61640 kB
Mapped:            51420 kB
Shmem:             33416 kB
Slab:             151724 kB
SReclaimable:     125532 kB
SUnreclaim:        26192 kB
KernelStack:        3184 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332300 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= 61840 MiB
End job on node114 at 2017-08-20 00:57:35