Trace number 4271429

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)UNSAT 377.03299 53.551201

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex03380.xml
MD5SUM4b7737b348ce8099143a34a20635223c
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.400709
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-4271429-1502873408.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271429-1502873408.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
68.61/14.65	c solve instance...
360.51/51.35	java.util.concurrent.ExecutionException: java.lang.NullPointerException
360.51/51.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
360.51/51.35		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
360.51/51.35		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
360.51/51.35		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
360.51/51.35		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
360.51/51.35	Caused by: java.lang.NullPointerException
360.51/51.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
360.51/51.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
360.51/51.35		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
360.51/51.35		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
360.51/51.35		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
360.51/51.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
360.51/51.35		... 4 more
360.51/51.35	Caused by: java.lang.NullPointerException
360.51/51.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
360.51/51.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
360.51/51.35		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
360.51/51.35		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
360.51/51.35		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
360.51/51.35		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
360.51/51.35		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
360.51/51.35		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
360.51/51.35		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
360.51/51.35		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
360.51/51.35		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
360.51/51.35		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
360.51/51.35		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
360.51/51.35		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
360.51/51.35		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
360.51/51.35		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
360.51/51.35		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
360.51/51.35		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
360.51/51.35	Caused by: java.lang.NullPointerException
360.51/51.35		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
360.51/51.35		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
360.51/51.35		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
360.51/51.35		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
360.51/51.35		at org.chocosolver.solver.Solver.solve(Solver.java:260)
360.51/51.35		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
360.51/51.35		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
360.51/51.35		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
360.51/51.35		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
360.51/51.35		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
360.51/51.35		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
360.51/51.35		... 4 more
360.51/51.36	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 (15006 MiB free)
  memory of node 1: 16384 MiB (15652 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271429-1502873408/watcher-4271429-1502873408 -o /tmp/evaluation-result-4271429-1502873408/solver-4271429-1502873408 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502864973-23335 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1298021823 HOME/instance-4271429-1502873408.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=23916, runsolver pid=23913

[startup+0.100143 s]*
/proc/loadavg: 8.19 8.63 8.66 2/199 23937
/proc/meminfo: memFree=31378916/32770624 swapFree=67108860/67108860
[pid=23916] ppid=23913 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23916/stat : 23916 (xcsp3-exec) S 23913 23916 23308 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120428495 9740288 346 33554432000 4194304 5098028 140733662511088 140733662509192 139799264367228 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10563584 140733662516324 140733662516535 140733662516535 140733662519275 0
/proc/23916/statm: 2378 346 289 221 0 87 0
[pid=23918] ppid=23916 vsize=25999808 memory=26308 CPUtime=0.12 cores=0-7
/proc/23918/stat : 23918 (java) S 23916 23916 23308 0 -1 1077944320 5486 0 0 0 10 2 0 0 20 0 20 0 120428495 26623803392 6577 33554432000 4194304 4196468 140732013420640 140732013403184 139665272106743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
/proc/23918/statm: 6499952 6577 2843 1 0 6488269 0
[pid=23918/tid=23919] ppid=23916 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/23918/task/23919/stat : 23919 (java) R 23916 23916 23308 0 -1 4202560 3487 0 0 0 7 1 0 0 20 0 20 0 120428495 26623803392 6577 33554432000 4194304 4196468 140732013420640 139665276327640 139665272128669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23920] ppid=23916 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23918/task/23920/stat : 23920 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139665224726928 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23921] ppid=23916 vsize=25999808 memory=139646273734272 CPUtime=0 cores=0-7
/proc/23918/task/23921/stat : 23921 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664829053200 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23922] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23922/stat : 23922 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664828000912 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23923] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23923/stat : 23923 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664826948112 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23924] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23924/stat : 23924 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664825895824 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23925] ppid=23916 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23918/task/23925/stat : 23925 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664824843024 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23926] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23926/stat : 23926 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664823790736 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23927] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23927/stat : 23927 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664822737936 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23928] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23928/stat : 23928 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428498 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664265230448 139665272117890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23929] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23929/stat : 23929 (java) S 23916 23916 23308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 120428498 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664264176416 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23930] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23930/stat : 23930 (java) S 23916 23916 23308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 120428498 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664263124080 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23931] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23931/stat : 23931 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428501 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664262072400 139665272125339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23932] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23932/stat : 23932 (java) S 23916 23916 23308 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 120428501 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664261020272 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23933] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23933/stat : 23933 (java) R 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428501 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664259967472 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23934] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23934/stat : 23934 (java) S 23916 23916 23308 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 120428501 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664258915184 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23935] ppid=23916 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/23918/task/23935/stat : 23935 (java) R 23916 23916 23308 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 120428501 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664257862384 139665272120630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23936] ppid=23916 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23936/stat : 23936 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 120428501 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664256809312 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23937] ppid=23916 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23918/task/23937/stat : 23937 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428501 26623803392 6577 33554432000 4194304 4196468 140732013420640 139664255756592 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27692 KiB

[startup+0.210248 s]*
/proc/loadavg: 8.19 8.63 8.66 2/199 23937
/proc/meminfo: memFree=31366528/32770624 swapFree=67108860/67108860
[pid=23916] ppid=23913 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23916/stat : 23916 (xcsp3-exec) S 23913 23916 23308 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120428495 9740288 346 33554432000 4194304 5098028 140733662511088 140733662509192 139799264367228 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10563584 140733662516324 140733662516535 140733662516535 140733662519275 0
/proc/23916/statm: 2378 346 289 221 0 87 0
[pid=23918] ppid=23916 vsize=26004064 memory=39092 CPUtime=0.32 cores=0-7
/proc/23918/stat : 23918 (java) S 23916 23916 23308 0 -1 1077944320 8336 0 0 0 29 3 0 0 20 0 20 0 120428495 26628161536 9773 33554432000 4194304 4196468 140732013420640 140732013403184 139665272106743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
/proc/23918/statm: 6501016 9773 3059 1 0 6488269 0
[pid=23918/tid=23919] ppid=23916 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23918/task/23919/stat : 23919 (java) R 23916 23916 23308 0 -1 4202560 5396 0 0 0 17 2 0 0 20 0 20 0 120428495 26628161536 9773 33554432000 4194304 4196468 140732013420640 139665276343584 139665272128669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23920] ppid=23916 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/23918/task/23920/stat : 23920 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139665224726928 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23921] ppid=23916 vsize=26004064 memory=139646274272850 CPUtime=0 cores=0-7
/proc/23918/task/23921/stat : 23921 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664829053200 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23922] ppid=23916 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23918/task/23922/stat : 23922 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664828000912 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23923] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23923/stat : 23923 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664826948112 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23924] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23924/stat : 23924 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664825895824 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23925] ppid=23916 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23918/task/23925/stat : 23925 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664824843024 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23926] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23926/stat : 23926 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664823790736 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23927] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23927/stat : 23927 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664822737936 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23928] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23928/stat : 23928 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428498 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664265230448 139665272117890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23929] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23929/stat : 23929 (java) S 23916 23916 23308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 120428498 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664264176416 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23930] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23930/stat : 23930 (java) S 23916 23916 23308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 120428498 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664263124080 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23931] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23931/stat : 23931 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428501 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664262072400 139665272125339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23932] ppid=23916 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/23918/task/23932/stat : 23932 (java) R 23916 23916 23308 0 -1 1077944384 517 0 0 0 1 0 0 0 20 0 20 0 120428501 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664261020272 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23933] ppid=23916 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/23918/task/23933/stat : 23933 (java) S 23916 23916 23308 0 -1 1077944384 164 0 0 0 1 0 0 0 20 0 20 0 120428501 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664259967472 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23934] ppid=23916 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/23918/task/23934/stat : 23934 (java) S 23916 23916 23308 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 120428501 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664258915184 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23935] ppid=23916 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/23918/task/23935/stat : 23935 (java) R 23916 23916 23308 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 20 0 120428501 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664257862384 139665256187230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23936] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23936/stat : 23936 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 120428501 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664256809312 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23937] ppid=23916 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23918/task/23937/stat : 23937 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428501 26628161536 9773 33554432000 4194304 4196468 140732013420640 139664255756592 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40476 KiB

[startup+0.309436 s]*
/proc/loadavg: 8.19 8.63 8.66 3/199 23937
/proc/meminfo: memFree=31362124/32770624 swapFree=67108860/67108860
[pid=23916] ppid=23913 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23916/stat : 23916 (xcsp3-exec) S 23913 23916 23308 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120428495 9740288 346 33554432000 4194304 5098028 140733662511088 140733662509192 139799264367228 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10563584 140733662516324 140733662516535 140733662516535 140733662519275 0
/proc/23916/statm: 2378 346 289 221 0 87 0
[pid=23918] ppid=23916 vsize=26004064 memory=46064 CPUtime=0.5 cores=0-7
/proc/23918/stat : 23918 (java) S 23916 23916 23308 0 -1 1077944320 9204 0 0 0 46 4 0 0 20 0 20 0 120428495 26628161536 11516 33554432000 4194304 4196468 140732013420640 140732013403184 139665272106743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
/proc/23918/statm: 6501016 11516 3107 1 0 6488269 0
[pid=23918/tid=23919] ppid=23916 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/23918/task/23919/stat : 23919 (java) R 23916 23916 23308 0 -1 4202560 6070 0 0 0 26 2 0 0 20 0 20 0 120428495 26628161536 11516 33554432000 4194304 4196468 140732013420640 139665276343552 139664904267888 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23920] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23920/stat : 23920 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139665224726928 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23921] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23921/stat : 23921 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664829053200 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23922] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23922/stat : 23922 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664828000912 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23923] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23923/stat : 23923 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664826948112 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23924] ppid=23916 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/23918/task/23924/stat : 23924 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664825895824 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23925] ppid=23916 vsize=26004064 memory=139646164104111 CPUtime=0 cores=0-7
/proc/23918/task/23925/stat : 23925 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664824843024 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23926] ppid=23916 vsize=26004064 memory=139646164106416 CPUtime=0 cores=0-7
/proc/23918/task/23926/stat : 23926 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664823790736 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23927] ppid=23916 vsize=26004064 memory=139646164108720 CPUtime=0 cores=0-7
/proc/23918/task/23927/stat : 23927 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664822737936 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23928] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23928/stat : 23928 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428498 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664265230448 139665272117890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23929] ppid=23916 vsize=26004064 memory=279292328224400 CPUtime=0 cores=0-7
/proc/23918/task/23929/stat : 23929 (java) S 23916 23916 23308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 120428498 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664264176416 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23930] ppid=23916 vsize=26004064 memory=279292328231312 CPUtime=0 cores=0-7
/proc/23918/task/23930/stat : 23930 (java) S 23916 23916 23308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 120428498 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664263124080 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23931] ppid=23916 vsize=26004064 memory=279292328172592 CPUtime=0 cores=0-7
/proc/23918/task/23931/stat : 23931 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428501 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664262072400 139665272125339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23932] ppid=23916 vsize=26004064 memory=279292328245136 CPUtime=0.01 cores=0-7
/proc/23918/task/23932/stat : 23932 (java) R 23916 23916 23308 0 -1 4202560 557 0 0 0 1 0 0 0 20 0 20 0 120428501 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664261020272 139665251440375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23933] ppid=23916 vsize=26004064 memory=279292328252048 CPUtime=0.02 cores=0-7
/proc/23918/task/23933/stat : 23933 (java) S 23916 23916 23308 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 20 0 120428501 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664259967472 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23934] ppid=23916 vsize=26004064 memory=279292328249744 CPUtime=0.02 cores=0-7
/proc/23918/task/23934/stat : 23934 (java) S 23916 23916 23308 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 20 0 120428501 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664258915184 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23935] ppid=23916 vsize=26004064 memory=279292328265904 CPUtime=0.12 cores=0-7
/proc/23918/task/23935/stat : 23935 (java) R 23916 23916 23308 0 -1 4202560 839 0 0 0 12 0 0 0 20 0 20 0 120428501 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664257858752 139665257272415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23936] ppid=23916 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23936/stat : 23936 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 120428501 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664256809312 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23937] ppid=23916 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23918/task/23937/stat : 23937 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428501 26628161536 11516 33554432000 4194304 4196468 140732013420640 139664255756592 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47448 KiB

[startup+0.701027 s]
/proc/loadavg: 8.19 8.63 8.66 6/199 23937
/proc/meminfo: memFree=31317764/32770624 swapFree=67108860/67108860
[pid=23916] ppid=23913 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23916/stat : 23916 (xcsp3-exec) S 23913 23916 23308 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120428495 9740288 346 33554432000 4194304 5098028 140733662511088 140733662509192 139799264367228 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10563584 140733662516324 140733662516535 140733662516535 140733662519275 0
/proc/23916/statm: 2378 346 289 221 0 87 0
[pid=23918] ppid=23916 vsize=26004140 memory=137364 CPUtime=1.66 cores=0-7
/proc/23918/stat : 23918 (java) S 23916 23916 23308 0 -1 1077944320 13621 0 0 0 159 7 0 0 20 0 20 0 120428495 26628239360 34341 33554432000 4194304 4196468 140732013420640 140732013403184 139665272106743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
/proc/23918/statm: 6501035 34341 3196 1 0 6488269 0
[pid=23918/tid=23919] ppid=23916 vsize=26004140 memory=279292328623792 CPUtime=0.67 cores=0-7
/proc/23918/task/23919/stat : 23919 (java) R 23916 23916 23308 0 -1 4202560 6447 0 0 0 63 4 0 0 20 0 20 0 120428495 26628239360 34341 33554432000 4194304 4196468 140732013420640 139665276345040 139665254569951 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23920] ppid=23916 vsize=26004140 memory=139646164312944 CPUtime=0 cores=0-7
/proc/23918/task/23920/stat : 23920 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628239360 34341 33554432000 4194304 4196468 140732013420640 139665224726928 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23921] ppid=23916 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/23918/task/23921/stat : 23921 (java) S 23916 23916 23308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 120428496 26628239360 34341 33554432000 4194304 4196468 140732013420640 139664829053200 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23922] ppid=23916 vsize=26004140 memory=4612 CPUtime=0 cores=0-7
/proc/23918/task/23922/stat : 23922 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 120428496 26628239360 34341 33554432000 4194304 4196468 140732013420640 139664828000912 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0

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

[pid=23918/tid=23934] ppid=23916 vsize=26538700 memory=2240 CPUtime=1.05 cores=0-7
/proc/23918/task/23934/stat : 23934 (java) S 23916 23916 23308 0 -1 1077944384 4811 0 0 0 104 1 0 0 20 0 26 0 120428501 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664258915184 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23935] ppid=23916 vsize=26538700 memory=4140 CPUtime=0.63 cores=0-7
/proc/23918/task/23935/stat : 23935 (java) S 23916 23916 23308 0 -1 1077944384 6087 0 0 0 61 2 0 0 20 0 26 0 120428501 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664257860176 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23936] ppid=23916 vsize=26538700 memory=33388 CPUtime=0 cores=0-7
/proc/23918/task/23936/stat : 23936 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 120428501 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664256809312 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23937] ppid=23916 vsize=26538700 memory=1296 CPUtime=0.01 cores=0-7
/proc/23918/task/23937/stat : 23937 (java) R 23916 23916 23308 0 -1 1077944384 871 0 0 0 1 0 0 0 20 0 26 0 120428501 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664255756592 139665272117890 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23939] ppid=23916 vsize=26538700 memory=6791534058613427641 CPUtime=35.94 cores=0-7
/proc/23918/task/23939/stat : 23939 (java) S 23916 23916 23308 0 -1 1077944384 1799 0 0 0 3584 10 0 0 20 0 26 0 120429961 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664246693440 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23940] ppid=23916 vsize=26538700 memory=8313332 CPUtime=36.42 cores=0-7
/proc/23918/task/23940/stat : 23940 (java) S 23916 23916 23308 0 -1 1077944384 897 0 0 0 3639 3 0 0 20 0 26 0 120429961 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664245641392 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23941] ppid=23916 vsize=26538700 memory=1716 CPUtime=36.57 cores=0-7
/proc/23918/task/23941/stat : 23941 (java) S 23916 23916 23308 0 -1 1077944384 2356 0 0 0 3646 11 0 0 20 0 26 0 120429961 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664244588592 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23943] ppid=23916 vsize=26538700 memory=1948 CPUtime=36.52 cores=0-7
/proc/23918/task/23943/stat : 23943 (java) S 23916 23916 23308 0 -1 1077944384 7753 0 0 0 3642 10 0 0 20 0 26 0 120429961 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664242483504 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23944] ppid=23916 vsize=26538700 memory=8572 CPUtime=36.52 cores=0-7
/proc/23918/task/23944/stat : 23944 (java) S 23916 23916 23308 0 -1 1077944384 10521 0 0 0 3645 7 0 0 20 0 26 0 120429961 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664241429952 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23945] ppid=23916 vsize=26538700 memory=0 CPUtime=36.64 cores=0-7
/proc/23918/task/23945/stat : 23945 (java) S 23916 23916 23308 0 -1 1077944384 5154 0 0 0 3659 5 0 0 20 0 26 0 120429961 27175628800 2464144 33554432000 4194304 4196468 140732013420640 139664240377152 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
Current children cumulated CPU time: 372.04 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 9857960 KiB

[startup+53.2019 s]
/proc/loadavg: 7.19 8.19 8.50 9/205 23945
/proc/meminfo: memFree=21530556/32770624 swapFree=67108860/67108860
[pid=23916] ppid=23913 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23916/stat : 23916 (xcsp3-exec) S 23913 23916 23308 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120428495 9740288 346 33554432000 4194304 5098028 140733662511088 140733662509192 139799264367228 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10563584 140733662516324 140733662516535 140733662516535 140733662519275 0
/proc/23916/statm: 2378 346 289 221 0 87 0
[pid=23918] ppid=23916 vsize=26538700 memory=9856848 CPUtime=375.16 cores=0-7
/proc/23918/stat : 23918 (java) S 23916 23916 23308 0 -1 1077944320 378199 0 0 0 35224 2292 0 0 20 0 26 0 120428495 27175628800 2464212 33554432000 4194304 4196468 140732013420640 140732013403184 139665272106743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
/proc/23918/statm: 6634675 2464212 3276 1 0 6621909 0
[pid=23918/tid=23919] ppid=23916 vsize=26538700 memory=912 CPUtime=6.71 cores=0-7
/proc/23918/task/23919/stat : 23919 (java) S 23916 23916 23308 0 -1 1077944384 10747 0 0 0 657 14 0 0 20 0 26 0 120428495 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139665276348336 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23920] ppid=23916 vsize=26538700 memory=4184 CPUtime=9.1 cores=0-7
/proc/23918/task/23920/stat : 23920 (java) R 23916 23916 23308 0 -1 4202560 32018 0 0 0 630 280 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139665224727048 139665253716360 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23921] ppid=23916 vsize=26538700 memory=288230574492221466 CPUtime=9.13 cores=0-7
/proc/23918/task/23921/stat : 23921 (java) R 23916 23916 23308 0 -1 4202560 29991 0 0 0 643 270 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664829053320 139665265203484 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23922] ppid=23916 vsize=26538700 memory=301741420686082359 CPUtime=9.11 cores=0-7
/proc/23918/task/23922/stat : 23922 (java) R 23916 23916 23308 0 -1 4202560 29485 0 0 0 631 280 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664828001032 139665253716368 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23923] ppid=23916 vsize=26538700 memory=14134428972616001 CPUtime=9.19 cores=0-7
/proc/23918/task/23923/stat : 23923 (java) R 23916 23916 23308 0 -1 4202560 29599 0 0 0 689 230 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664826948232 139665249331552 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23924] ppid=23916 vsize=26538700 memory=7666648712182261863 CPUtime=9.16 cores=0-7
/proc/23918/task/23924/stat : 23924 (java) R 23916 23916 23308 0 -1 4202560 27277 0 0 0 618 298 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664825895944 139665253716353 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23925] ppid=23916 vsize=26538700 memory=7230075560576838762 CPUtime=9.08 cores=0-7
/proc/23918/task/23925/stat : 23925 (java) R 23916 23916 23308 0 -1 4202560 33322 0 0 0 640 268 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664824843144 139665265206429 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23926] ppid=23916 vsize=26538700 memory=7518026630507423597 CPUtime=9.18 cores=0-7
/proc/23918/task/23926/stat : 23926 (java) R 23916 23916 23308 0 -1 4202560 30459 0 0 0 640 278 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664823790856 139665253716353 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23927] ppid=23916 vsize=26538700 memory=7157715489019749988 CPUtime=9.2 cores=0-7
/proc/23918/task/23927/stat : 23927 (java) R 23916 23916 23308 0 -1 4202560 28082 0 0 0 630 290 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664822738056 139665265206403 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23928] ppid=23916 vsize=26538700 memory=0 CPUtime=0.25 cores=0-7
/proc/23918/task/23928/stat : 23928 (java) S 23916 23916 23308 0 -1 1077944384 12495 0 0 0 22 3 0 0 20 0 26 0 120428498 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664265228992 139665272116949 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23929] ppid=23916 vsize=26538700 memory=225 CPUtime=0 cores=0-7
/proc/23918/task/23929/stat : 23929 (java) S 23916 23916 23308 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 26 0 120428498 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664264176480 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23930] ppid=23916 vsize=26538700 memory=18488 CPUtime=0 cores=0-7
/proc/23918/task/23930/stat : 23930 (java) S 23916 23916 23308 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 26 0 120428498 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664263124096 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23931] ppid=23916 vsize=26538700 memory=1796 CPUtime=0 cores=0-7
/proc/23918/task/23931/stat : 23931 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664262072400 139665272125339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23932] ppid=23916 vsize=26538700 memory=1236 CPUtime=1.02 cores=0-7
/proc/23918/task/23932/stat : 23932 (java) S 23916 23916 23308 0 -1 1077944384 4238 0 0 0 100 2 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664261020032 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23933] ppid=23916 vsize=26538700 memory=640 CPUtime=0.93 cores=0-7
/proc/23918/task/23933/stat : 23933 (java) S 23916 23916 23308 0 -1 1077944384 3554 0 0 0 92 1 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664259967472 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23934] ppid=23916 vsize=26538700 memory=956 CPUtime=1.05 cores=0-7
/proc/23918/task/23934/stat : 23934 (java) S 23916 23916 23308 0 -1 1077944384 4811 0 0 0 104 1 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664258915184 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23935] ppid=23916 vsize=26538700 memory=2340 CPUtime=0.63 cores=0-7
/proc/23918/task/23935/stat : 23935 (java) S 23916 23916 23308 0 -1 1077944384 6087 0 0 0 61 2 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664257860176 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23936] ppid=23916 vsize=26538700 memory=2240 CPUtime=0 cores=0-7
/proc/23918/task/23936/stat : 23936 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664256809312 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23937] ppid=23916 vsize=26538700 memory=4128 CPUtime=0.01 cores=0-7
/proc/23918/task/23937/stat : 23937 (java) S 23916 23916 23308 0 -1 1077944384 871 0 0 0 1 0 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664255756592 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23939] ppid=23916 vsize=26538700 memory=928 CPUtime=35.94 cores=0-7
/proc/23918/task/23939/stat : 23939 (java) S 23916 23916 23308 0 -1 1077944384 1799 0 0 0 3584 10 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664246693440 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23940] ppid=23916 vsize=26538700 memory=1576 CPUtime=36.42 cores=0-7
/proc/23918/task/23940/stat : 23940 (java) S 23916 23916 23308 0 -1 1077944384 897 0 0 0 3639 3 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664245641392 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23941] ppid=23916 vsize=26538700 memory=2196 CPUtime=36.57 cores=0-7
/proc/23918/task/23941/stat : 23941 (java) S 23916 23916 23308 0 -1 1077944384 2356 0 0 0 3646 11 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664244588592 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23943] ppid=23916 vsize=26538700 memory=6764 CPUtime=36.52 cores=0-7
/proc/23918/task/23943/stat : 23943 (java) S 23916 23916 23308 0 -1 1077944384 7753 0 0 0 3642 10 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664242483504 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23944] ppid=23916 vsize=26538700 memory=840 CPUtime=36.52 cores=0-7
/proc/23918/task/23944/stat : 23944 (java) S 23916 23916 23308 0 -1 1077944384 10521 0 0 0 3645 7 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664241429952 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23945] ppid=23916 vsize=26538700 memory=1692 CPUtime=36.64 cores=0-7
/proc/23918/task/23945/stat : 23945 (java) S 23916 23916 23308 0 -1 1077944384 5154 0 0 0 3659 5 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664240377152 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
Current children cumulated CPU time: 375.16 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 9858232 KiB

[startup+53.4019 s]
/proc/loadavg: 7.19 8.19 8.50 9/205 23945
/proc/meminfo: memFree=21530556/32770624 swapFree=67108860/67108860
[pid=23916] ppid=23913 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23916/stat : 23916 (xcsp3-exec) S 23913 23916 23308 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120428495 9740288 346 33554432000 4194304 5098028 140733662511088 140733662509192 139799264367228 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10563584 140733662516324 140733662516535 140733662516535 140733662519275 0
/proc/23916/statm: 2378 346 289 221 0 87 0
[pid=23918] ppid=23916 vsize=26538700 memory=9856848 CPUtime=376.75 cores=0-7
/proc/23918/stat : 23918 (java) S 23916 23916 23308 0 -1 1077944320 378200 0 0 0 35383 2292 0 0 20 0 26 0 120428495 27175628800 2464212 33554432000 4194304 4196468 140732013420640 140732013403184 139665272106743 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
/proc/23918/statm: 6634675 2464212 3276 1 0 6621909 0
[pid=23918/tid=23919] ppid=23916 vsize=26538700 memory=14134428972616001 CPUtime=6.71 cores=0-7
/proc/23918/task/23919/stat : 23919 (java) S 23916 23916 23308 0 -1 1077944384 10747 0 0 0 657 14 0 0 20 0 26 0 120428495 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139665276348336 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23920] ppid=23916 vsize=26538700 memory=443 CPUtime=9.3 cores=0-7
/proc/23918/task/23920/stat : 23920 (java) R 23916 23916 23308 0 -1 4202560 32018 0 0 0 650 280 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139665224727048 139665256807744 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23921] ppid=23916 vsize=26538700 memory=439 CPUtime=9.33 cores=0-7
/proc/23918/task/23921/stat : 23921 (java) R 23916 23916 23308 0 -1 4202560 29991 0 0 0 663 270 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664829053320 139665257103240 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23922] ppid=23916 vsize=26538700 memory=435 CPUtime=9.31 cores=0-7
/proc/23918/task/23922/stat : 23922 (java) R 23916 23916 23308 0 -1 4202560 29486 0 0 0 651 280 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664828001032 139665256806624 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23923] ppid=23916 vsize=26538700 memory=443 CPUtime=9.39 cores=0-7
/proc/23918/task/23923/stat : 23923 (java) R 23916 23916 23308 0 -1 4202560 29599 0 0 0 709 230 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664826948232 139665265203484 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23924] ppid=23916 vsize=26538700 memory=442 CPUtime=9.36 cores=0-7
/proc/23918/task/23924/stat : 23924 (java) R 23916 23916 23308 0 -1 4202560 27277 0 0 0 638 298 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664825895944 139665256807220 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23925] ppid=23916 vsize=26538700 memory=438 CPUtime=9.28 cores=0-7
/proc/23918/task/23925/stat : 23925 (java) R 23916 23916 23308 0 -1 4202560 33322 0 0 0 660 268 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664824843144 139665265203444 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23926] ppid=23916 vsize=26538700 memory=5668 CPUtime=9.38 cores=0-7
/proc/23918/task/23926/stat : 23926 (java) R 23916 23916 23308 0 -1 4202560 30459 0 0 0 660 278 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664823790856 139665265206424 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23927] ppid=23916 vsize=26538700 memory=1008 CPUtime=9.4 cores=0-7
/proc/23918/task/23927/stat : 23927 (java) R 23916 23916 23308 0 -1 4202560 28082 0 0 0 650 290 0 0 20 0 26 0 120428496 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664822738056 139665257105051 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23928] ppid=23916 vsize=26538700 memory=4612 CPUtime=0.25 cores=0-7
/proc/23918/task/23928/stat : 23928 (java) S 23916 23916 23308 0 -1 1077944384 12495 0 0 0 22 3 0 0 20 0 26 0 120428498 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664265228992 139665272116949 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23929] ppid=23916 vsize=26538700 memory=1428 CPUtime=0 cores=0-7
/proc/23918/task/23929/stat : 23929 (java) S 23916 23916 23308 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 26 0 120428498 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664264176480 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23930] ppid=23916 vsize=26538700 memory=1204 CPUtime=0 cores=0-7
/proc/23918/task/23930/stat : 23930 (java) S 23916 23916 23308 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 26 0 120428498 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664263124096 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23931] ppid=23916 vsize=26538700 memory=4279073118503658304 CPUtime=0 cores=0-7
/proc/23918/task/23931/stat : 23931 (java) S 23916 23916 23308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664262072400 139665272125339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23932] ppid=23916 vsize=26538700 memory=6944656592387989600 CPUtime=1.02 cores=0-7
/proc/23918/task/23932/stat : 23932 (java) S 23916 23916 23308 0 -1 1077944384 4238 0 0 0 100 2 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664261020032 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23933] ppid=23916 vsize=26538700 memory=6944656592387989600 CPUtime=0.93 cores=0-7
/proc/23918/task/23933/stat : 23933 (java) S 23916 23916 23308 0 -1 1077944384 3554 0 0 0 92 1 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664259967472 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23934] ppid=23916 vsize=26538700 memory=6221002049431033447 CPUtime=1.05 cores=0-7
/proc/23918/task/23934/stat : 23934 (java) S 23916 23916 23308 0 -1 1077944384 4811 0 0 0 104 1 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664258915184 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23935] ppid=23916 vsize=26538700 memory=4279073127177347648 CPUtime=0.63 cores=0-7
/proc/23918/task/23935/stat : 23935 (java) S 23916 23916 23308 0 -1 1077944384 6087 0 0 0 61 2 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664257860176 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23936] ppid=23916 vsize=26538700 memory=-7740096080597194087 CPUtime=0 cores=0-7
/proc/23918/task/23936/stat : 23936 (java) S 23916 23916 23308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664256809312 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23937] ppid=23916 vsize=26538700 memory=6944656592385698452 CPUtime=0.01 cores=0-7
/proc/23918/task/23937/stat : 23937 (java) S 23916 23916 23308 0 -1 1077944384 871 0 0 0 1 0 0 0 20 0 26 0 120428501 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664255756592 139665272117890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23939] ppid=23916 vsize=26538700 memory=6944652027076318631 CPUtime=35.94 cores=0-7
/proc/23918/task/23939/stat : 23939 (java) S 23916 23916 23308 0 -1 1077944384 1799 0 0 0 3584 10 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664246693440 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23940] ppid=23916 vsize=26538700 memory=-7751062316387021378 CPUtime=36.42 cores=0-7
/proc/23918/task/23940/stat : 23940 (java) S 23916 23916 23308 0 -1 1077944384 897 0 0 0 3639 3 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664245641392 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23941] ppid=23916 vsize=26538700 memory=-6948055166404804227 CPUtime=36.57 cores=0-7
/proc/23918/task/23941/stat : 23941 (java) S 23916 23916 23308 0 -1 1077944384 2356 0 0 0 3646 11 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664244588592 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23943] ppid=23916 vsize=26538700 memory=9051283677730746851 CPUtime=36.52 cores=0-7
/proc/23918/task/23943/stat : 23943 (java) S 23916 23916 23308 0 -1 1077944384 7753 0 0 0 3642 10 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664242483504 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23944] ppid=23916 vsize=26538700 memory=-2026666227646604569 CPUtime=36.52 cores=0-7
/proc/23918/task/23944/stat : 23944 (java) S 23916 23916 23308 0 -1 1077944384 10521 0 0 0 3645 7 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664241429952 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
[pid=23918/tid=23945] ppid=23916 vsize=26538700 memory=-3040564339105353098 CPUtime=36.64 cores=0-7
/proc/23918/task/23945/stat : 23945 (java) S 23916 23916 23308 0 -1 1077944384 5154 0 0 0 3659 5 0 0 20 0 26 0 120429961 27175628800 2464212 33554432000 4194304 4196468 140732013420640 139664240377152 139665272116949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140732013425810 140732013425987 140732013425987 140732013428687 0
Current children cumulated CPU time: 376.75 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 9858232 KiB

[startup+53.5014 s]
/proc/loadavg: 7.19 8.19 8.50 9/205 23945
/proc/meminfo: memFree=21530556/32770624 swapFree=67108860/67108860
[pid=23916] ppid=23913 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23916/stat : 23916 (xcsp3-exec) S 23913 23916 23308 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120428495 9740288 346 33554432000 4194304 5098028 140733662511088 140733662509192 139799264367228 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10563584 140733662516324 140733662516535 140733662516535 140733662519275 0
/proc/23916/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 0
Real time (s): 53.5512
CPU time (s): 377.033
CPU user time (s): 354.04
CPU system time (s): 22.9929
CPU usage (%): 704.061
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 9858232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.041
system time used= 22.9929
maximum resident set size= 9863652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14337
involuntary context switches= 4149


# summary of solver processes directly reported to runsolver:
#   pid: 23916
#   total CPU time (s): 377.033
#   total CPU user time (s): 354.04
#   total CPU system time (s): 22.9929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.489242 second user time and 0.580325 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-16 10:35:49
IDJOB=4271429
IDBENCH=140669
IDSOLVER=2662
FILE ID=node106/4271429-1502873408
RUNJOBID= node106-1502864973-23335
PBS_JOBID= 20629868
Free space on /tmp= 61776 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex03380.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-4271429-1502873408/watcher-4271429-1502873408 -o /tmp/evaluation-result-4271429-1502873408/solver-4271429-1502873408 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502864973-23335 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1298021823 HOME/instance-4271429-1502873408.xml

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

MD5SUM BENCH= 4b7737b348ce8099143a34a20635223c
RANDOM SEED=1298021823

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:        31394888 kB
MemAvailable:   31982308 kB
Buffers:          199592 kB
Cached:           673996 kB
SwapCached:            0 kB
Active:           472252 kB
Inactive:         456644 kB
Active(anon):      11172 kB
Inactive(anon):    72108 kB
Active(file):     461080 kB
Inactive(file):   384536 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8420 kB
Writeback:             4 kB
AnonPages:         62040 kB
Mapped:            46856 kB
Shmem:             25228 kB
Slab:             141580 kB
SReclaimable:     115280 kB
SUnreclaim:        26300 kB
KernelStack:        3136 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323860 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= 61768 MiB
End job on node106 at 2017-08-16 10:36:42