Trace number 4280784

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 9.1242199 6.2420998

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-11-int.xml
MD5SUM909444204659572f342627c8b2f0e8e9
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.198709
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints123
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":119},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity121
Distribution of constraint arities[{"arity":2,"count":122},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
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-4280784-1503156744.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280784-1503156744.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
8.06/6.07	c solve instance...
9.07/6.22	java.util.concurrent.ExecutionException: java.lang.NullPointerException
9.07/6.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.07/6.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
9.07/6.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
9.07/6.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
9.07/6.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
9.07/6.22	Caused by: java.lang.NullPointerException
9.07/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.07/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.07/6.22		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.07/6.22		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.07/6.22		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.07/6.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.07/6.22		... 4 more
9.07/6.22	Caused by: java.lang.NullPointerException
9.07/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.07/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.07/6.22		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.07/6.22		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.07/6.22		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.07/6.22		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.07/6.22		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.07/6.22		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.07/6.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.07/6.22		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.07/6.22		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.07/6.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.07/6.22		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
9.07/6.22		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.07/6.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.07/6.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.07/6.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.07/6.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.07/6.22	Caused by: java.lang.NullPointerException
9.07/6.22		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
9.07/6.22		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
9.07/6.22		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
9.07/6.22		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
9.07/6.22		at org.chocosolver.solver.Solver.solve(Solver.java:260)
9.07/6.22		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
9.07/6.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.07/6.22		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.07/6.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.07/6.22		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.07/6.22		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.07/6.22		... 4 more
9.07/6.22	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 (12740 MiB free)
  memory of node 1: 16384 MiB (13963 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280784-1503156744/watcher-4280784-1503156744 -o /tmp/evaluation-result-4280784-1503156744/solver-4280784-1503156744 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503155882-15633 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 721911184 HOME/instance-4280784-1503156744.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
solver pid=15744, runsolver pid=15741
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 7.41 8.07 7.74 2/199 15765
/proc/meminfo: memFree=27329884/32770624 swapFree=67108860/67108860
[pid=15744] ppid=15741 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 15606 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148762031 9740288 346 33554432000 4194304 5098028 140735712140976 140735712139080 140020589683324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25546752 140735712146533 140735712146743 140735712146743 140735712149483 0
/proc/15744/statm: 2378 346 289 221 0 87 0
[pid=15746] ppid=15744 vsize=25999808 memory=26204 CPUtime=0.12 cores=0-7
/proc/15746/stat : 15746 (java) S 15744 15744 15606 0 -1 1077944320 5481 0 0 0 11 1 0 0 20 0 20 0 148762031 26623803392 6551 33554432000 4194304 4196468 140729132860912 140729132843456 140648828935927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
/proc/15746/statm: 6499952 6551 2849 1 0 6488269 0
[pid=15746/tid=15747] ppid=15744 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 15606 0 -1 4202560 3480 0 0 0 8 1 0 0 20 0 20 0 148762031 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648833170464 140648821156678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15748] ppid=15744 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648781556624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15749] ppid=15744 vsize=25999808 memory=139768690710144 CPUtime=0 cores=0-7
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648780503824 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15750] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648779451536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15751] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648778398736 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15752] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648777345424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15753] ppid=15744 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648776292624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15754] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648775240336 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15755] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26623803392 6551 33554432000 4194304 4196468 140729132860912 140648774187536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15756] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762034 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647571053168 140648828947074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15757] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762034 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647569999136 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15758] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762034 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647568946800 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15759] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647567895120 140648828954523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15760] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15760/stat : 15760 (java) R 15744 15744 15606 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 148762037 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647566841968 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15761] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15761/stat : 15761 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762037 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647565789168 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15762] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15762/stat : 15762 (java) S 15744 15744 15606 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 148762037 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647564736880 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15763] ppid=15744 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15746/task/15763/stat : 15763 (java) R 15744 15744 15606 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 20 0 148762037 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647563684080 140648813016414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15764] ppid=15744 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15764/stat : 15764 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762037 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647495363424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15765] ppid=15744 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15746/task/15765/stat : 15765 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26623803392 6551 33554432000 4194304 4196468 140729132860912 140647494310704 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27588 KiB

[startup+0.210447 s]*
/proc/loadavg: 7.41 8.07 7.74 2/199 15765
/proc/meminfo: memFree=27317928/32770624 swapFree=67108860/67108860
[pid=15744] ppid=15741 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 15606 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148762031 9740288 346 33554432000 4194304 5098028 140735712140976 140735712139080 140020589683324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25546752 140735712146533 140735712146743 140735712146743 140735712149483 0
/proc/15744/statm: 2378 346 289 221 0 87 0
[pid=15746] ppid=15744 vsize=26004064 memory=38960 CPUtime=0.33 cores=0-7
/proc/15746/stat : 15746 (java) S 15744 15744 15606 0 -1 1077944320 8287 0 0 0 31 2 0 0 20 0 20 0 148762031 26628161536 9740 33554432000 4194304 4196468 140729132860912 140729132843456 140648828935927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
/proc/15746/statm: 6501016 9740 3051 1 0 6488269 0
[pid=15746/tid=15747] ppid=15744 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 15606 0 -1 4202560 5429 0 0 0 18 1 0 0 20 0 20 0 148762031 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648833157856 140648828957853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15748] ppid=15744 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648781556624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15749] ppid=15744 vsize=26004064 memory=139768690726145 CPUtime=0 cores=0-7
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648780503824 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15750] ppid=15744 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648779451536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15751] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648778398736 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15752] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648777345424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15753] ppid=15744 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648776292624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15754] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648775240336 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15755] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26628161536 9740 33554432000 4194304 4196468 140729132860912 140648774187536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15756] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762034 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647571053168 140648828947074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15757] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762034 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647569999136 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15758] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762034 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647568946800 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15759] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647567895120 140648828954523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15760] ppid=15744 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 15606 0 -1 1077944384 403 0 0 0 1 0 0 0 20 0 20 0 148762037 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647566841968 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15761] ppid=15744 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15746/task/15761/stat : 15761 (java) S 15744 15744 15606 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 20 0 148762037 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647565789168 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15762] ppid=15744 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/15746/task/15762/stat : 15762 (java) S 15744 15744 15606 0 -1 1077944384 316 0 0 0 1 0 0 0 20 0 20 0 148762037 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647564736880 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15763] ppid=15744 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/15746/task/15763/stat : 15763 (java) S 15744 15744 15606 0 -1 1077944384 731 0 0 0 8 0 0 0 20 0 20 0 148762037 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647563684080 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15764] ppid=15744 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15764/stat : 15764 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762037 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647495363424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15765] ppid=15744 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15746/task/15765/stat : 15765 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26628161536 9740 33554432000 4194304 4196468 140729132860912 140647494310704 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40344 KiB

[startup+0.310574 s]*
/proc/loadavg: 7.41 8.07 7.74 3/199 15765
/proc/meminfo: memFree=27307368/32770624 swapFree=67108860/67108860
[pid=15744] ppid=15741 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 15606 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148762031 9740288 346 33554432000 4194304 5098028 140735712140976 140735712139080 140020589683324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25546752 140735712146533 140735712146743 140735712146743 140735712149483 0
/proc/15744/statm: 2378 346 289 221 0 87 0
[pid=15746] ppid=15744 vsize=26004140 memory=46000 CPUtime=0.49 cores=0-7
/proc/15746/stat : 15746 (java) S 15744 15744 15606 0 -1 1077944320 9278 0 0 0 47 2 0 0 20 0 20 0 148762031 26628239360 11500 33554432000 4194304 4196468 140729132860912 140729132843456 140648828935927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
/proc/15746/statm: 6501035 11500 3072 1 0 6488269 0
[pid=15746/tid=15747] ppid=15744 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 15606 0 -1 4202560 6233 0 0 0 27 2 0 0 20 0 20 0 148762031 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648833170336 140648813016414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15748] ppid=15744 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648781556624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15749] ppid=15744 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648780503824 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15750] ppid=15744 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648779451536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15751] ppid=15744 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648778398736 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15752] ppid=15744 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648777345424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15753] ppid=15744 vsize=26004140 memory=139768570672047 CPUtime=0 cores=0-7
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648776292624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15754] ppid=15744 vsize=26004140 memory=139768570674352 CPUtime=0 cores=0-7
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648775240336 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15755] ppid=15744 vsize=26004140 memory=139768570676656 CPUtime=0 cores=0-7
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26628239360 11500 33554432000 4194304 4196468 140729132860912 140648774187536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15756] ppid=15744 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762034 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647571053168 140648828947074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15757] ppid=15744 vsize=26004140 memory=279537141360272 CPUtime=0 cores=0-7
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762034 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647569999136 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15758] ppid=15744 vsize=26004140 memory=279537141367184 CPUtime=0 cores=0-7
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762034 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647568946800 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15759] ppid=15744 vsize=26004140 memory=279537141308464 CPUtime=0 cores=0-7
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647567895120 140648828954523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15760] ppid=15744 vsize=26004140 memory=279537141381008 CPUtime=0.02 cores=0-7
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 15606 0 -1 1077944384 496 0 0 0 2 0 0 0 20 0 20 0 148762037 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647566841968 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15761] ppid=15744 vsize=26004140 memory=279537141387920 CPUtime=0.03 cores=0-7
/proc/15746/task/15761/stat : 15761 (java) S 15744 15744 15606 0 -1 1077944384 120 0 0 0 3 0 0 0 20 0 20 0 148762037 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647565789168 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15762] ppid=15744 vsize=26004140 memory=279537141385616 CPUtime=0.02 cores=0-7
/proc/15746/task/15762/stat : 15762 (java) S 15744 15744 15606 0 -1 1077944384 318 0 0 0 2 0 0 0 20 0 20 0 148762037 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647564736880 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15763] ppid=15744 vsize=26004140 memory=279537141401776 CPUtime=0.11 cores=0-7
/proc/15746/task/15763/stat : 15763 (java) S 15744 15744 15606 0 -1 1077944384 811 0 0 0 11 0 0 0 20 0 20 0 148762037 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647563684080 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15764] ppid=15744 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15764/stat : 15764 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762037 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647495363424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15765] ppid=15744 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/15746/task/15765/stat : 15765 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26628239360 11500 33554432000 4194304 4196468 140729132860912 140647494310704 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47384 KiB

[startup+0.710187 s]
/proc/loadavg: 7.41 8.07 7.74 4/199 15765
/proc/meminfo: memFree=27272708/32770624 swapFree=67108860/67108860
[pid=15744] ppid=15741 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 15606 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148762031 9740288 346 33554432000 4194304 5098028 140735712140976 140735712139080 140020589683324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25546752 140735712146533 140735712146743 140735712146743 140735712149483 0
/proc/15744/statm: 2378 346 289 221 0 87 0
[pid=15746] ppid=15744 vsize=26008428 memory=99296 CPUtime=1.8 cores=0-7
/proc/15746/stat : 15746 (java) S 15744 15744 15606 0 -1 1077944320 20984 0 0 0 176 4 0 0 20 0 20 0 148762031 26632630272 24824 33554432000 4194304 4196468 140729132860912 140729132843456 140648828935927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
/proc/15746/statm: 6502107 24824 3198 1 0 6489341 0
[pid=15746/tid=15747] ppid=15744 vsize=26008428 memory=3545519508242579105 CPUtime=0.68 cores=0-7
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 15606 0 -1 4202560 6715 0 0 0 66 2 0 0 20 0 20 0 148762031 26632630272 24824 33554432000 4194304 4196468 140729132860912 140648833171040 140648454407260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15748] ppid=15744 vsize=26008428 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26632630272 24824 33554432000 4194304 4196468 140729132860912 140648781556624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15749] ppid=15744 vsize=26008428 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26632630272 24824 33554432000 4194304 4196468 140729132860912 140648780503824 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15750] ppid=15744 vsize=26008428 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26632630272 24824 33554432000 4194304 4196468 140729132860912 140648779451536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0

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

/proc/15746/task/15764/stat : 15764 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 46371 33554432000 4194304 4196468 140729132860912 140647495363424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15765] ppid=15744 vsize=26006188 memory=53 CPUtime=0 cores=0-7
/proc/15746/task/15765/stat : 15765 (java) S 15744 15744 15606 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 46371 33554432000 4194304 4196468 140729132860912 140647494310704 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
Current children cumulated CPU time: 6.87 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 186868 KiB

[startup+5.70079 s]
/proc/loadavg: 6.81 7.94 7.70 2/199 15765
/proc/meminfo: memFree=27173580/32770624 swapFree=67108860/67108860
[pid=15744] ppid=15741 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 15606 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148762031 9740288 346 33554432000 4194304 5098028 140735712140976 140735712139080 140020589683324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25546752 140735712146533 140735712146743 140735712146743 140735712149483 0
/proc/15744/statm: 2378 346 289 221 0 87 0
[pid=15746] ppid=15744 vsize=26006188 memory=195208 CPUtime=7.76 cores=0-7
/proc/15746/stat : 15746 (java) S 15744 15744 15606 0 -1 1077944320 31631 0 0 0 767 9 0 0 20 0 20 0 148762031 26630336512 48802 33554432000 4194304 4196468 140729132860912 140729132843456 140648828935927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
/proc/15746/statm: 6501547 48802 3220 1 0 6488781 0
[pid=15746/tid=15747] ppid=15744 vsize=26006188 memory=6791534058613427641 CPUtime=5.67 cores=0-7
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 15606 0 -1 4202560 9766 0 0 0 563 4 0 0 20 0 20 0 148762031 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648833172400 140648454407654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15748] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648781556624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15749] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648780503824 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15750] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648779451536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15751] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648778398736 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15752] ppid=15744 vsize=26006188 memory=3978207523235260005 CPUtime=0 cores=0-7
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648777345424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15753] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648776292624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15754] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648775240336 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15755] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762032 26630336512 48802 33554432000 4194304 4196468 140729132860912 140648774187536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15756] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 15606 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 148762034 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647571053168 140648828947074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15757] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762034 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647569999136 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15758] ppid=15744 vsize=26006188 memory=279537141154032 CPUtime=0 cores=0-7
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762034 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647568946800 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15759] ppid=15744 vsize=26006188 memory=279537141848544 CPUtime=0 cores=0-7
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647567895120 140648828954523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15760] ppid=15744 vsize=26006188 memory=26180 CPUtime=0.54 cores=0-7
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 15606 0 -1 1077944384 6464 0 0 0 53 1 0 0 20 0 20 0 148762037 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647566841968 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15761] ppid=15744 vsize=26006188 memory=0 CPUtime=0.7 cores=0-7
/proc/15746/task/15761/stat : 15761 (java) S 15744 15744 15606 0 -1 1077944384 5879 0 0 0 69 1 0 0 20 0 20 0 148762037 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647565789168 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15762] ppid=15744 vsize=26006188 memory=0 CPUtime=0.4 cores=0-7
/proc/15746/task/15762/stat : 15762 (java) S 15744 15744 15606 0 -1 1077944384 3858 0 0 0 39 1 0 0 20 0 20 0 148762037 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647564736880 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15763] ppid=15744 vsize=26006188 memory=0 CPUtime=0.4 cores=0-7
/proc/15746/task/15763/stat : 15763 (java) S 15744 15744 15606 0 -1 1077944384 3739 0 0 0 40 0 0 0 20 0 20 0 148762037 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647563684080 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15764] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15764/stat : 15764 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647495363424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15765] ppid=15744 vsize=26006188 memory=796 CPUtime=0 cores=0-7
/proc/15746/task/15765/stat : 15765 (java) S 15744 15744 15606 0 -1 1077944384 553 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 48802 33554432000 4194304 4196468 140729132860912 140647494310704 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
Current children cumulated CPU time: 7.76 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 196592 KiB

[startup+6.10564 s]*
/proc/loadavg: 6.81 7.94 7.70 9/199 15765
/proc/meminfo: memFree=27097860/32770624 swapFree=67108860/67108860
[pid=15744] ppid=15741 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 15606 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148762031 9740288 346 33554432000 4194304 5098028 140735712140976 140735712139080 140020589683324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25546752 140735712146533 140735712146743 140735712146743 140735712149483 0
/proc/15744/statm: 2378 346 289 221 0 87 0
[pid=15746] ppid=15744 vsize=26006188 memory=261048 CPUtime=8.39 cores=0-7
/proc/15746/stat : 15746 (java) S 15744 15744 15606 0 -1 1077944320 33098 0 0 0 819 20 0 0 20 0 20 0 148762031 26630336512 65262 33554432000 4194304 4196468 140729132860912 140729132843456 140648828935927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
/proc/15746/statm: 6501547 65262 3232 1 0 6488781 0
[pid=15746/tid=15747] ppid=15744 vsize=26006188 memory=8318255677412212789 CPUtime=6.05 cores=0-7
/proc/15746/task/15747/stat : 15747 (java) S 15744 15744 15606 0 -1 1077944384 10385 0 0 0 601 4 0 0 20 0 20 0 148762031 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648833174288 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15748] ppid=15744 vsize=26006188 memory=302585832831975792 CPUtime=0.02 cores=0-7
/proc/15746/task/15748/stat : 15748 (java) R 15744 15744 15606 0 -1 4202560 82 0 0 0 1 1 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648781556824 140648813958048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15749] ppid=15744 vsize=26006188 memory=139768690726147 CPUtime=0.02 cores=0-7
/proc/15746/task/15749/stat : 15749 (java) R 15744 15744 15606 0 -1 4202560 32 0 0 0 1 1 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648780504024 140648813963792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15750] ppid=15744 vsize=26006188 memory=3762247539435254320 CPUtime=0.01 cores=0-7
/proc/15746/task/15750/stat : 15750 (java) R 15744 15744 15606 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648779451424 140648813963792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15751] ppid=15744 vsize=26006188 memory=7523376918531162212 CPUtime=0.02 cores=0-7
/proc/15746/task/15751/stat : 15751 (java) R 15744 15744 15606 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648778398936 140648813961946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15752] ppid=15744 vsize=26006188 memory=7524220218161457518 CPUtime=0.01 cores=0-7
/proc/15746/task/15752/stat : 15752 (java) R 15744 15744 15606 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648777345624 140648822039519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15753] ppid=15744 vsize=26006188 memory=3618413826336110644 CPUtime=0.03 cores=0-7
/proc/15746/task/15753/stat : 15753 (java) R 15744 15744 15606 0 -1 4202560 70 0 0 0 2 1 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648776292824 140648822039519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15754] ppid=15744 vsize=26006188 memory=7668335406237312620 CPUtime=0.03 cores=0-7
/proc/15746/task/15754/stat : 15754 (java) R 15744 15744 15606 0 -1 4202560 183 0 0 0 2 1 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648775240536 140648813958045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15755] ppid=15744 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7
/proc/15746/task/15755/stat : 15755 (java) R 15744 15744 15606 0 -1 4202560 151 0 0 0 1 2 0 0 20 0 20 0 148762032 26630336512 65774 33554432000 4194304 4196468 140729132860912 140648774187736 140648822039519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15756] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 15606 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 20 0 148762034 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647571051680 140648828946133 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15757] ppid=15744 vsize=26006188 memory=-7749696028082845524 CPUtime=0 cores=0-7
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762034 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647569999136 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15758] ppid=15744 vsize=26006188 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762034 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647568946800 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15759] ppid=15744 vsize=26006188 memory=-2892745056948402235 CPUtime=0 cores=0-7
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647567895120 140648828954523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15760] ppid=15744 vsize=26006188 memory=7822038052226416701 CPUtime=0.55 cores=0-7
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 15606 0 -1 1077944384 6632 0 0 0 54 1 0 0 20 0 20 0 148762037 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647566821216 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15761] ppid=15744 vsize=26006188 memory=0 CPUtime=0.7 cores=0-7
/proc/15746/task/15761/stat : 15761 (java) S 15744 15744 15606 0 -1 1077944384 5879 0 0 0 69 1 0 0 20 0 20 0 148762037 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647565789168 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15762] ppid=15744 vsize=26006188 memory=-1 CPUtime=0.4 cores=0-7
/proc/15746/task/15762/stat : 15762 (java) S 15744 15744 15606 0 -1 1077944384 3858 0 0 0 39 1 0 0 20 0 20 0 148762037 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647564736880 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15763] ppid=15744 vsize=26006188 memory=0 CPUtime=0.4 cores=0-7
/proc/15746/task/15763/stat : 15763 (java) S 15744 15744 15606 0 -1 1077944384 3759 0 0 0 40 0 0 0 20 0 20 0 148762037 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647563679952 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15764] ppid=15744 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15764/stat : 15764 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647495363424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15765] ppid=15744 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/15746/task/15765/stat : 15765 (java) S 15744 15744 15606 0 -1 1077944384 553 0 0 0 0 0 0 0 20 0 20 0 148762037 26630336512 65774 33554432000 4194304 4196468 140729132860912 140647494310704 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
Current children cumulated CPU time: 8.39 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 262432 KiB

[startup+6.21656 s]
/proc/loadavg: 6.81 7.94 7.70 9/199 15765
/proc/meminfo: memFree=27097860/32770624 swapFree=67108860/67108860
[pid=15744] ppid=15741 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 15606 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 148762031 9740288 346 33554432000 4194304 5098028 140735712140976 140735712139080 140020589683324 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25546752 140735712146533 140735712146743 140735712146743 140735712149483 0
/proc/15744/statm: 2378 346 289 221 0 87 0
[pid=15746] ppid=15744 vsize=26538700 memory=273924 CPUtime=9.07 cores=0-7
/proc/15746/stat : 15746 (java) S 15744 15744 15606 0 -1 1077944320 35641 0 0 0 883 24 0 0 20 0 28 0 148762031 27175628800 68481 33554432000 4194304 4196468 140729132860912 140729132843456 140648828935927 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
/proc/15746/statm: 6634675 68481 3246 1 0 6621909 0
[pid=15746/tid=15747] ppid=15744 vsize=26538700 memory=139771120715797 CPUtime=6.05 cores=0-7
/proc/15746/task/15747/stat : 15747 (java) S 15744 15744 15606 0 -1 1077944384 10449 0 0 0 601 4 0 0 20 0 28 0 148762031 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648833176704 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15748] ppid=15744 vsize=26538700 memory=158560 CPUtime=0.04 cores=0-7
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 15606 0 -1 1077944384 86 0 0 0 2 2 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648781556624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15749] ppid=15744 vsize=26538700 memory=146044 CPUtime=0.02 cores=0-7
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 15606 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648780503824 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15750] ppid=15744 vsize=26538700 memory=4140 CPUtime=0.02 cores=0-7
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 15606 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648779451536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15751] ppid=15744 vsize=26538700 memory=41224 CPUtime=0.02 cores=0-7
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 15606 0 -1 1077944384 72 0 0 0 1 1 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648778398736 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15752] ppid=15744 vsize=26538700 memory=1296 CPUtime=0.02 cores=0-7
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 15606 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648777345424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15753] ppid=15744 vsize=26538700 memory=1384 CPUtime=0.04 cores=0-7
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 15606 0 -1 1077944384 74 0 0 0 2 2 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648776292624 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15754] ppid=15744 vsize=26538700 memory=135692 CPUtime=0.03 cores=0-7
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 15606 0 -1 1077944384 187 0 0 0 2 1 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648775240336 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15755] ppid=15744 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 15606 0 -1 1077944384 156 0 0 0 1 2 0 0 20 0 28 0 148762032 27175628800 68481 33554432000 4194304 4196468 140729132860912 140648774187536 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15756] ppid=15744 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 15606 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 28 0 148762034 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647571053168 140648828947074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15757] ppid=15744 vsize=26538700 memory=56 CPUtime=0 cores=0-7
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 15606 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 148762034 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647569999136 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15758] ppid=15744 vsize=26538700 memory=13821 CPUtime=0 cores=0-7
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 15606 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 148762034 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647568946800 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15759] ppid=15744 vsize=26538700 memory=24266 CPUtime=0 cores=0-7
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148762037 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647567895120 140648828954523 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15760] ppid=15744 vsize=26538700 memory=0 CPUtime=0.6 cores=0-7
/proc/15746/task/15760/stat : 15760 (java) R 15744 15744 15606 0 -1 4202560 7186 0 0 0 59 1 0 0 20 0 28 0 148762037 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647566829936 140648812346818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15761] ppid=15744 vsize=26538700 memory=796 CPUtime=0.74 cores=0-7
/proc/15746/task/15761/stat : 15761 (java) R 15744 15744 15606 0 -1 4202560 6389 0 0 0 73 1 0 0 20 0 28 0 148762037 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647565778048 140648821225260 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15762] ppid=15744 vsize=26538700 memory=1716 CPUtime=0.47 cores=0-7
/proc/15746/task/15762/stat : 15762 (java) R 15744 15744 15606 0 -1 4202560 4232 0 0 0 46 1 0 0 20 0 28 0 148762037 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647564729904 140648813334285 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15763] ppid=15744 vsize=26538700 memory=1384 CPUtime=0.44 cores=0-7
/proc/15746/task/15763/stat : 15763 (java) S 15744 15744 15606 0 -1 1077944384 4277 0 0 0 44 0 0 0 20 0 28 0 148762037 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647563684080 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15764] ppid=15744 vsize=26538700 memory=164704 CPUtime=0 cores=0-7
/proc/15746/task/15764/stat : 15764 (java) S 15744 15744 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148762037 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647495363424 140648828946133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
[pid=15746/tid=15765] ppid=15744 vsize=26538700 memory=1228 CPUtime=0 cores=0-7
/proc/15746/task/15765/stat : 15765 (java) S 15744 15744 15606 0 -1 1077944384 553 0 0 0 0 0 0 0 20 0 28 0 148762037 27175628800 68481 33554432000 4194304 4196468 140729132860912 140647494310704 140648828947074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25079808 140729132864658 140729132864835 140729132864835 140729132867535 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 275308 KiB

Child status: 0
Real time (s): 6.2421
CPU time (s): 9.12422
CPU user time (s): 8.87345
CPU system time (s): 0.250771
CPU usage (%): 146.172
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 275308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.87345
system time used= 0.250771
maximum resident set size= 275508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36852
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3572
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 15744
#   total CPU time (s): 9.12422
#   total CPU user time (s): 8.87345
#   total CPU system time (s): 0.250771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060542 second user time and 0.108277 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-19 17:18:04
IDJOB=4280784
IDBENCH=134601
IDSOLVER=2675
FILE ID=node106/4280784-1503156744
RUNJOBID= node106-1503155882-15633
PBS_JOBID= 20630818
Free space on /tmp= 61820 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-11-int.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-4280784-1503156744/watcher-4280784-1503156744 -o /tmp/evaluation-result-4280784-1503156744/solver-4280784-1503156744 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503155882-15633 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 721911184 HOME/instance-4280784-1503156744.xml

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

MD5SUM BENCH= 909444204659572f342627c8b2f0e8e9
RANDOM SEED=721911184

node106.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	: 5333.86
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	: 5333.86
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	: 5333.86
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	: 5333.86
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:        27345616 kB
MemAvailable:   31969700 kB
Buffers:          235836 kB
Cached:          4681024 kB
SwapCached:            0 kB
Active:          1064144 kB
Inactive:        3908360 kB
Active(anon):      12072 kB
Inactive(anon):    80012 kB
Active(file):    1052072 kB
Inactive(file):  3828348 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8380 kB
Writeback:             0 kB
AnonPages:         63084 kB
Mapped:            51360 kB
Shmem:             33420 kB
Slab:             145808 kB
SReclaimable:     119000 kB
SUnreclaim:        26808 kB
KernelStack:        3168 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61812 MiB
End job on node106 at 2017-08-19 17:18:10