Trace number 4245946

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
R1: choco-solver 4.0.5 (2017-07-05)UNSAT 29.8787 9.4597

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-16_X2.xml
MD5SUM8fc892d8cd45aeefd26f51f7c42b85f4
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 benchmark8.0211802
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245946-1500686448.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4245946-1500686448.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.34	c parse instance...
27.50/9.11	c solve instance...
29.59/9.43	java.util.concurrent.ExecutionException: java.lang.NullPointerException
29.59/9.43		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.59/9.43		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
29.59/9.43		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:188)
29.59/9.43		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
29.59/9.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
29.59/9.43	Caused by: java.lang.NullPointerException
29.59/9.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.59/9.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.59/9.43		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.59/9.43		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.59/9.43		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.59/9.43		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
29.59/9.43		... 4 more
29.59/9.43	Caused by: java.lang.NullPointerException
29.59/9.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.59/9.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.59/9.43		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.59/9.43		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.59/9.43		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.59/9.43		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
29.59/9.43		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
29.59/9.43		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
29.59/9.43		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
29.59/9.43		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
29.59/9.43		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
29.59/9.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
29.59/9.43		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
29.59/9.43		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
29.59/9.43		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.59/9.43		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.59/9.43		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.59/9.43		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.59/9.43	Caused by: java.lang.NullPointerException
29.59/9.43		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
29.59/9.43		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
29.59/9.43		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
29.59/9.43		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
29.59/9.43		at org.chocosolver.solver.Solver.solve(Solver.java:260)
29.59/9.43		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
29.59/9.43		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.59/9.43		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.59/9.43		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.59/9.43		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.59/9.43		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.59/9.43		... 4 more
29.59/9.43	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245946-1500686448/watcher-4245946-1500686448 -o /tmp/evaluation-result-4245946-1500686448/solver-4245946-1500686448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7653 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 710881571 HOME/instance-4245946-1500686448.xml 

pid=31163
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 15.13 15.44 14.41 10/271 31166
/proc/meminfo: memFree=27890180/32770624 swapFree=5800/240828
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0

[startup+0.100062 s]
/proc/loadavg: 15.13 15.44 14.41 10/271 31166
/proc/meminfo: memFree=27890180/32770624 swapFree=5800/240828
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20027 s]
/proc/loadavg: 15.13 15.44 14.41 10/271 31166
/proc/meminfo: memFree=27890180/32770624 swapFree=5800/240828
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300306 s]
/proc/loadavg: 15.13 15.44 14.41 10/271 31166
/proc/meminfo: memFree=27890180/32770624 swapFree=5800/240828
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700191 s]
/proc/loadavg: 15.13 15.44 14.41 10/271 31166
/proc/meminfo: memFree=27890180/32770624 swapFree=5800/240828
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50112 s]
/proc/loadavg: 15.13 15.44 14.41 20/292 31187
/proc/meminfo: memFree=27686968/32770624 swapFree=5800/240700
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
[pid=31167] ppid=31166 vsize=13267208 CPUtime=5.39 cores=1,3,5,7,9,11,13,15
/proc/31167/stat : 31167 (java) S 31166 31166 7621 0 -1 1077944320 25847 0 0 0 508 31 0 0 20 0 20 0 3912585 13585620992 70928 33554432000 4194304 4196468 140732895549440 140732895531984 139879706550007 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
/proc/31167/statm: 3316802 70928 3233 1 0 3304035 0
[pid=31167/tid=31168] ppid=31166 vsize=13267208 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31168/stat : 31168 (java) R 31166 31166 7621 0 -1 4202560 6867 0 0 0 131 4 0 0 20 0 20 0 3912586 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879710787912 139879321679027 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31170] ppid=31166 vsize=13267208 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31170/stat : 31170 (java) S 31166 31166 7621 0 -1 1077944384 153 0 0 0 5 3 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879638685968 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31171] ppid=31166 vsize=13267208 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31171/stat : 31171 (java) S 31166 31166 7621 0 -1 1077944384 23 0 0 0 1 2 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879637633424 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31172] ppid=31166 vsize=13267208 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31172/stat : 31172 (java) S 31166 31166 7621 0 -1 1077944384 206 0 0 0 5 3 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879303318032 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31173] ppid=31166 vsize=13267208 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31173/stat : 31173 (java) S 31166 31166 7621 0 -1 1077944384 41 0 0 0 4 4 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879302265488 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31174] ppid=31166 vsize=13267208 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31174/stat : 31174 (java) S 31166 31166 7621 0 -1 1077944384 134 0 0 0 6 3 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879301212944 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31175] ppid=31166 vsize=13267208 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31175/stat : 31175 (java) S 31166 31166 7621 0 -1 1077944384 79 0 0 0 9 2 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879300160400 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31176] ppid=31166 vsize=13267208 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31176/stat : 31176 (java) S 31166 31166 7621 0 -1 1077944384 29 0 0 0 5 2 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879299107856 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31177] ppid=31166 vsize=13267208 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31177/stat : 31177 (java) S 31166 31166 7621 0 -1 1077944384 51 0 0 0 3 2 0 0 20 0 20 0 3912587 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879298055312 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31178] ppid=31166 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31178/stat : 31178 (java) S 31166 31166 7621 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 20 0 3912589 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879236020208 139879706561154 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31179] ppid=31166 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31179/stat : 31179 (java) S 31166 31166 7621 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 3912590 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879234966432 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31180] ppid=31166 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31180/stat : 31180 (java) S 31166 31166 7621 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3912590 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879165977584 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31181] ppid=31166 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31181/stat : 31181 (java) S 31166 31166 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3912594 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879164926160 139879706568603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31182] ppid=31166 vsize=13267208 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31182/stat : 31182 (java) R 31166 31166 7621 0 -1 4202560 4959 0 0 0 93 1 0 0 20 0 20 0 3912594 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879163860320 139879690050424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31183] ppid=31166 vsize=13267208 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31183/stat : 31183 (java) R 31166 31166 7621 0 -1 4202560 4930 0 0 0 96 0 0 0 20 0 20 0 3912594 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879162814424 139879688071213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31184] ppid=31166 vsize=13267208 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31184/stat : 31184 (java) R 31166 31166 7621 0 -1 4202560 4069 0 0 0 92 0 0 0 20 0 20 0 3912594 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879161755104 139879691479420 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31185] ppid=31166 vsize=13267208 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31185/stat : 31185 (java) S 31166 31166 7621 0 -1 1077944384 2745 0 0 0 51 0 0 0 20 0 20 0 3912594 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879160716144 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31186] ppid=31166 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31186/stat : 31186 (java) S 31166 31166 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3912594 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879159662816 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31187] ppid=31166 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31187/stat : 31187 (java) S 31166 31166 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3912594 13585620992 70928 33554432000 4194304 4196468 140732895549440 139879158610352 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 13276720

[startup+3.10086 s]
/proc/loadavg: 14.88 15.38 14.39 13/292 31187
/proc/meminfo: memFree=27455764/32770624 swapFree=5800/240700
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
[pid=31167] ppid=31166 vsize=13269256 CPUtime=11.88 cores=1,3,5,7,9,11,13,15
/proc/31167/stat : 31167 (java) S 31166 31166 7621 0 -1 1077944320 32643 0 0 0 1087 101 0 0 20 0 20 0 3912585 13587718144 132572 33554432000 4194304 4196468 140732895549440 140732895531984 139879706550007 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
/proc/31167/statm: 3317314 132572 3260 1 0 3304547 0
[pid=31167/tid=31168] ppid=31166 vsize=13269256 CPUtime=2.77 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31168/stat : 31168 (java) R 31166 31166 7621 0 -1 4202560 8316 0 0 0 271 6 0 0 20 0 20 0 3912586 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879710786280 139879325252282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31170] ppid=31166 vsize=13269256 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31170/stat : 31170 (java) S 31166 31166 7621 0 -1 1077944384 782 0 0 0 14 12 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879638685968 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31171] ppid=31166 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31171/stat : 31171 (java) S 31166 31166 7621 0 -1 1077944384 158 0 0 0 9 11 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879637633424 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31172] ppid=31166 vsize=13269256 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31172/stat : 31172 (java) S 31166 31166 7621 0 -1 1077944384 298 0 0 0 12 11 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879303318032 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31173] ppid=31166 vsize=13269256 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31173/stat : 31173 (java) S 31166 31166 7621 0 -1 1077944384 190 0 0 0 12 12 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879302265488 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31174] ppid=31166 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31174/stat : 31174 (java) S 31166 31166 7621 0 -1 1077944384 199 0 0 0 12 10 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879301212944 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31175] ppid=31166 vsize=13269256 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31175/stat : 31175 (java) S 31166 31166 7621 0 -1 1077944384 163 0 0 0 18 9 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879300160400 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31176] ppid=31166 vsize=13269256 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31176/stat : 31176 (java) S 31166 31166 7621 0 -1 1077944384 133 0 0 0 13 10 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879299107856 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31177] ppid=31166 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31177/stat : 31177 (java) S 31166 31166 7621 0 -1 1077944384 159 0 0 0 11 11 0 0 20 0 20 0 3912587 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879298055312 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31178] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31178/stat : 31178 (java) S 31166 31166 7621 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 20 0 3912589 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879236020208 139879706561154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31179] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31179/stat : 31179 (java) S 31166 31166 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3912590 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879234966496 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31180] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31180/stat : 31180 (java) S 31166 31166 7621 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3912590 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879165977600 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31181] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31181/stat : 31181 (java) S 31166 31166 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879164926160 139879706568603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31182] ppid=31166 vsize=13269256 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31182/stat : 31182 (java) S 31166 31166 7621 0 -1 1077944384 5427 0 0 0 201 1 0 0 20 0 20 0 3912594 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879163873776 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31183] ppid=31166 vsize=13269256 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31183/stat : 31183 (java) S 31166 31166 7621 0 -1 1077944384 5989 0 0 0 206 1 0 0 20 0 20 0 3912594 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879162821232 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31184] ppid=31166 vsize=13269256 CPUtime=2.08 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31184/stat : 31184 (java) S 31166 31166 7621 0 -1 1077944384 5377 0 0 0 208 0 0 0 20 0 20 0 3912594 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879161768688 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31185] ppid=31166 vsize=13269256 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31185/stat : 31185 (java) S 31166 31166 7621 0 -1 1077944384 3647 0 0 0 93 0 0 0 20 0 20 0 3912594 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879160716144 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31186] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31186/stat : 31186 (java) S 31166 31166 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879159662816 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31187] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31187/stat : 31187 (java) S 31166 31166 7621 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 132572 33554432000 4194304 4196468 140732895549440 139879158610352 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 13278768

[startup+6.30112 s]
/proc/loadavg: 14.88 15.38 14.39 10/292 31187
/proc/meminfo: memFree=26715004/32770624 swapFree=5800/240700
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
[pid=31167] ppid=31166 vsize=13269256 CPUtime=21.81 cores=1,3,5,7,9,11,13,15
/proc/31167/stat : 31167 (java) S 31166 31166 7621 0 -1 1077944320 37277 0 0 0 1880 301 0 0 20 0 20 0 3912585 13587718144 404997 33554432000 4194304 4196468 140732895549440 140732895531984 139879706550007 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
/proc/31167/statm: 3317314 404997 3273 1 0 3304547 0
[pid=31167/tid=31168] ppid=31166 vsize=13269256 CPUtime=5.15 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31168/stat : 31168 (java) S 31166 31166 7621 0 -1 1077944384 8832 0 0 0 499 16 0 0 20 0 20 0 3912586 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879710788496 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31170] ppid=31166 vsize=13269256 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31170/stat : 31170 (java) R 31166 31166 7621 0 -1 4202560 1077 0 0 0 68 35 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879638685856 139879688159783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31171] ppid=31166 vsize=13269256 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31171/stat : 31171 (java) R 31166 31166 7621 0 -1 4202560 519 0 0 0 63 34 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879637633624 139879691250695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31172] ppid=31166 vsize=13269256 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31172/stat : 31172 (java) R 31166 31166 7621 0 -1 4202560 565 0 0 0 68 35 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879303318232 139879691250664 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31173] ppid=31166 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31173/stat : 31173 (java) R 31166 31166 7621 0 -1 4202560 502 0 0 0 66 35 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879302265688 139879691546130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31174] ppid=31166 vsize=13269256 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31174/stat : 31174 (java) R 31166 31166 7621 0 -1 4202560 539 0 0 0 67 33 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879301213144 139879691539526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31175] ppid=31166 vsize=13269256 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31175/stat : 31175 (java) R 31166 31166 7621 0 -1 4202560 441 0 0 0 72 34 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879300160600 139879691539652 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31176] ppid=31166 vsize=13269256 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31176/stat : 31176 (java) R 31166 31166 7621 0 -1 4202560 688 0 0 0 67 35 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879299108056 139879691250606 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31177] ppid=31166 vsize=13269256 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31177/stat : 31177 (java) R 31166 31166 7621 0 -1 4202560 382 0 0 0 64 34 0 0 20 0 20 0 3912587 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879298055512 139879691250592 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31178] ppid=31166 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31178/stat : 31178 (java) S 31166 31166 7621 0 -1 1077944384 1534 0 0 0 2 0 0 0 20 0 20 0 3912589 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879236018752 139879706560213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31179] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31179/stat : 31179 (java) S 31166 31166 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3912590 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879234966496 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31180] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31180/stat : 31180 (java) S 31166 31166 7621 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3912590 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879165977600 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31181] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31181/stat : 31181 (java) S 31166 31166 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 404997 33554432000 4194304 4196468 140732895549440 139879164926160 139879706568603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0

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

/proc/31167/task/31180/stat : 31180 (java) S 31166 31166 7621 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 3912590 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879165977600 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31181] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31181/stat : 31181 (java) S 31166 31166 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879164926160 139879706568603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31182] ppid=31166 vsize=13269256 CPUtime=2.55 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31182/stat : 31182 (java) S 31166 31166 7621 0 -1 1077944384 5498 0 0 0 254 1 0 0 20 0 20 0 3912594 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879163873776 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31183] ppid=31166 vsize=13269256 CPUtime=2.54 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31183/stat : 31183 (java) S 31166 31166 7621 0 -1 1077944384 6053 0 0 0 253 1 0 0 20 0 20 0 3912594 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879162821232 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31184] ppid=31166 vsize=13269256 CPUtime=2.63 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31184/stat : 31184 (java) S 31166 31166 7621 0 -1 1077944384 5490 0 0 0 263 0 0 0 20 0 20 0 3912594 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879161768688 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31185] ppid=31166 vsize=13269256 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31185/stat : 31185 (java) S 31166 31166 7621 0 -1 1077944384 3868 0 0 0 103 0 0 0 20 0 20 0 3912594 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879160716144 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31186] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31186/stat : 31186 (java) S 31166 31166 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879159662816 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31187] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31187/stat : 31187 (java) S 31166 31166 7621 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 432462 33554432000 4194304 4196468 140732895549440 139879158610352 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
Current children cumulated CPU time (s) 26.25
Current children cumulated vsize (KiB) 13278768

[startup+8.80117 s]
/proc/loadavg: 14.41 15.28 14.37 10/292 31187
/proc/meminfo: memFree=26166456/32770624 swapFree=5800/240708
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
[pid=31167] ppid=31166 vsize=13269256 CPUtime=27.11 cores=1,3,5,7,9,11,13,15
/proc/31167/stat : 31167 (java) S 31166 31166 7621 0 -1 1077944320 38398 0 0 0 2353 358 0 0 20 0 20 0 3912585 13587718144 432506 33554432000 4194304 4196468 140732895549440 140732895531984 139879706550007 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
/proc/31167/statm: 3317314 432506 3278 1 0 3304547 0
[pid=31167/tid=31168] ppid=31166 vsize=13269256 CPUtime=7.29 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31168/stat : 31168 (java) R 31166 31166 7621 0 -1 4202560 8962 0 0 0 712 17 0 0 20 0 20 0 3912586 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879710788856 139879325880177 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31170] ppid=31166 vsize=13269256 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31170/stat : 31170 (java) S 31166 31166 7621 0 -1 1077944384 1213 0 0 0 95 42 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879638685968 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31171] ppid=31166 vsize=13269256 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31171/stat : 31171 (java) S 31166 31166 7621 0 -1 1077944384 568 0 0 0 89 41 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879637633424 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31172] ppid=31166 vsize=13269256 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31172/stat : 31172 (java) S 31166 31166 7621 0 -1 1077944384 640 0 0 0 95 42 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879303318032 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31173] ppid=31166 vsize=13269256 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31173/stat : 31173 (java) S 31166 31166 7621 0 -1 1077944384 555 0 0 0 93 42 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879302265488 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31174] ppid=31166 vsize=13269256 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31174/stat : 31174 (java) S 31166 31166 7621 0 -1 1077944384 592 0 0 0 94 40 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879301212944 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31175] ppid=31166 vsize=13269256 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31175/stat : 31175 (java) S 31166 31166 7621 0 -1 1077944384 562 0 0 0 99 41 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879300160400 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31176] ppid=31166 vsize=13269256 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31176/stat : 31176 (java) S 31166 31166 7621 0 -1 1077944384 741 0 0 0 94 42 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879299107856 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31177] ppid=31166 vsize=13269256 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31177/stat : 31177 (java) S 31166 31166 7621 0 -1 1077944384 449 0 0 0 91 42 0 0 20 0 20 0 3912587 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879298055312 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31178] ppid=31166 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31178/stat : 31178 (java) S 31166 31166 7621 0 -1 1077944384 1816 0 0 0 6 0 0 0 20 0 20 0 3912589 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879236020208 139879706561154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31179] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31179/stat : 31179 (java) S 31166 31166 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3912590 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879234966496 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31180] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31180/stat : 31180 (java) S 31166 31166 7621 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 3912590 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879165977600 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31181] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31181/stat : 31181 (java) S 31166 31166 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879164926160 139879706568603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31182] ppid=31166 vsize=13269256 CPUtime=2.55 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31182/stat : 31182 (java) S 31166 31166 7621 0 -1 1077944384 5498 0 0 0 254 1 0 0 20 0 20 0 3912594 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879163873776 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31183] ppid=31166 vsize=13269256 CPUtime=2.58 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31183/stat : 31183 (java) S 31166 31166 7621 0 -1 1077944384 6058 0 0 0 257 1 0 0 20 0 20 0 3912594 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879162821232 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31184] ppid=31166 vsize=13269256 CPUtime=2.64 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31184/stat : 31184 (java) S 31166 31166 7621 0 -1 1077944384 5491 0 0 0 264 0 0 0 20 0 20 0 3912594 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879161768688 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31185] ppid=31166 vsize=13269256 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31185/stat : 31185 (java) S 31166 31166 7621 0 -1 1077944384 3888 0 0 0 104 0 0 0 20 0 20 0 3912594 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879160716144 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31186] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31186/stat : 31186 (java) S 31166 31166 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879159662816 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31187] ppid=31166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31187/stat : 31187 (java) S 31166 31166 7621 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 3912594 13587718144 432506 33554432000 4194304 4196468 140732895549440 139879158610352 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
Current children cumulated CPU time (s) 27.11
Current children cumulated vsize (KiB) 13278768

[startup+9.20104 s]
/proc/loadavg: 14.41 15.28 14.37 10/292 31187
/proc/meminfo: memFree=26166456/32770624 swapFree=5800/240708
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
[pid=31167] ppid=31166 vsize=13801768 CPUtime=28.03 cores=1,3,5,7,9,11,13,15
/proc/31167/stat : 31167 (java) S 31166 31166 7621 0 -1 1077944320 38833 0 0 0 2445 358 0 0 20 0 28 0 3912585 14133010432 432607 33554432000 4194304 4196468 140732895549440 140732895531984 139879706550007 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
/proc/31167/statm: 3450442 432607 3278 1 0 3437675 0
[pid=31167/tid=31168] ppid=31166 vsize=13801768 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31168/stat : 31168 (java) S 31166 31166 7621 0 -1 1077944384 9036 0 0 0 745 17 0 0 20 0 28 0 3912586 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879710790784 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31170] ppid=31166 vsize=13801768 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31170/stat : 31170 (java) S 31166 31166 7621 0 -1 1077944384 1213 0 0 0 95 42 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879638685968 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31171] ppid=31166 vsize=13801768 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31171/stat : 31171 (java) S 31166 31166 7621 0 -1 1077944384 568 0 0 0 89 41 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879637633424 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31172] ppid=31166 vsize=13801768 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31172/stat : 31172 (java) S 31166 31166 7621 0 -1 1077944384 640 0 0 0 95 42 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879303318032 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31173] ppid=31166 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31173/stat : 31173 (java) S 31166 31166 7621 0 -1 1077944384 555 0 0 0 93 42 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879302265488 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31174] ppid=31166 vsize=13801768 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31174/stat : 31174 (java) S 31166 31166 7621 0 -1 1077944384 592 0 0 0 94 40 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879301212944 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31175] ppid=31166 vsize=13801768 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31175/stat : 31175 (java) S 31166 31166 7621 0 -1 1077944384 562 0 0 0 99 41 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879300160400 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31176] ppid=31166 vsize=13801768 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31176/stat : 31176 (java) S 31166 31166 7621 0 -1 1077944384 741 0 0 0 94 42 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879299107856 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31177] ppid=31166 vsize=13801768 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31177/stat : 31177 (java) S 31166 31166 7621 0 -1 1077944384 449 0 0 0 91 42 0 0 20 0 28 0 3912587 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879298055312 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31178] ppid=31166 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31178/stat : 31178 (java) S 31166 31166 7621 0 -1 1077944384 1816 0 0 0 6 0 0 0 20 0 28 0 3912589 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879236020208 139879706561154 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31179] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31179/stat : 31179 (java) S 31166 31166 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 3912590 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879234966496 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31180] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31180/stat : 31180 (java) S 31166 31166 7621 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 3912590 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879165977600 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31181] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31181/stat : 31181 (java) S 31166 31166 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3912594 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879164926160 139879706568603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31182] ppid=31166 vsize=13801768 CPUtime=2.64 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31182/stat : 31182 (java) R 31166 31166 7621 0 -1 4202560 5505 0 0 0 263 1 0 0 20 0 28 0 3912594 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879163862272 139879690050213 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31183] ppid=31166 vsize=13801768 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31183/stat : 31183 (java) R 31166 31166 7621 0 -1 4202560 6080 0 0 0 264 1 0 0 20 0 28 0 3912594 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879162821528 139879691669828 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31184] ppid=31166 vsize=13801768 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31184/stat : 31184 (java) R 31166 31166 7621 0 -1 4202560 5499 0 0 0 273 0 0 0 20 0 28 0 3912594 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879161768688 139879686024193 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31185] ppid=31166 vsize=13801768 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31185/stat : 31185 (java) S 31166 31166 7621 0 -1 1077944384 3946 0 0 0 108 0 0 0 20 0 28 0 3912594 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879160716144 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31186] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31186/stat : 31186 (java) S 31166 31166 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3912594 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879159662816 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31187] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31187/stat : 31187 (java) S 31166 31166 7621 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 3912594 14133010432 432607 33554432000 4194304 4196468 140732895549440 139879158610352 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
Current children cumulated CPU time (s) 28.03
Current children cumulated vsize (KiB) 13811280

[startup+9.40111 s]
/proc/loadavg: 14.41 15.28 14.37 10/292 31187
/proc/meminfo: memFree=26166456/32770624 swapFree=5800/240708
[pid=31166] ppid=31163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31166/stat : 31166 (xcsp3-exec) S 31163 31166 7621 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3912585 9740288 345 33554432000 4194304 5098028 140732630645584 140732630643688 139668881216124 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11685888 140732630647951 140732630648160 140732630648160 140732630650859 0
/proc/31166/statm: 2378 345 289 221 0 87 0
[pid=31167] ppid=31166 vsize=13801768 CPUtime=29.59 cores=1,3,5,7,9,11,13,15
/proc/31167/stat : 31167 (java) S 31166 31166 7621 0 -1 1077944320 38897 0 0 0 2600 359 0 0 20 0 28 0 3912585 14133010432 432657 33554432000 4194304 4196468 140732895549440 140732895531984 139879706550007 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
/proc/31167/statm: 3450442 432657 3278 1 0 3437675 0
[pid=31167/tid=31168] ppid=31166 vsize=13801768 CPUtime=7.62 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31168/stat : 31168 (java) S 31166 31166 7621 0 -1 1077944384 9036 0 0 0 745 17 0 0 20 0 28 0 3912586 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879710790784 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31170] ppid=31166 vsize=13801768 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31170/stat : 31170 (java) S 31166 31166 7621 0 -1 1077944384 1213 0 0 0 95 42 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879638685968 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31171] ppid=31166 vsize=13801768 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31171/stat : 31171 (java) S 31166 31166 7621 0 -1 1077944384 568 0 0 0 89 41 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879637633424 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31172] ppid=31166 vsize=13801768 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31172/stat : 31172 (java) S 31166 31166 7621 0 -1 1077944384 640 0 0 0 95 42 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879303318032 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31173] ppid=31166 vsize=13801768 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31173/stat : 31173 (java) S 31166 31166 7621 0 -1 1077944384 555 0 0 0 93 42 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879302265488 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31174] ppid=31166 vsize=13801768 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31174/stat : 31174 (java) S 31166 31166 7621 0 -1 1077944384 592 0 0 0 94 40 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879301212944 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31175] ppid=31166 vsize=13801768 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31175/stat : 31175 (java) S 31166 31166 7621 0 -1 1077944384 562 0 0 0 99 41 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879300160400 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31176] ppid=31166 vsize=13801768 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31176/stat : 31176 (java) S 31166 31166 7621 0 -1 1077944384 741 0 0 0 94 42 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879299107856 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31177] ppid=31166 vsize=13801768 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31177/stat : 31177 (java) S 31166 31166 7621 0 -1 1077944384 449 0 0 0 91 42 0 0 20 0 28 0 3912587 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879298055312 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31178] ppid=31166 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31178/stat : 31178 (java) S 31166 31166 7621 0 -1 1077944384 1816 0 0 0 6 0 0 0 20 0 28 0 3912589 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879236020208 139879706561154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31179] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31179/stat : 31179 (java) S 31166 31166 7621 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 3912590 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879234966496 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31180] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31180/stat : 31180 (java) S 31166 31166 7621 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 3912590 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879165977600 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31181] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31181/stat : 31181 (java) S 31166 31166 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3912594 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879164926160 139879706568603 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31182] ppid=31166 vsize=13801768 CPUtime=2.78 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31182/stat : 31182 (java) R 31166 31166 7621 0 -1 4202560 5506 0 0 0 277 1 0 0 20 0 28 0 3912594 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879163865232 139879690049391 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31183] ppid=31166 vsize=13801768 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31183/stat : 31183 (java) R 31166 31166 7621 0 -1 4202560 6080 0 0 0 280 1 0 0 20 0 28 0 3912594 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879162808048 139879688094183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31184] ppid=31166 vsize=13801768 CPUtime=2.92 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31184/stat : 31184 (java) R 31166 31166 7621 0 -1 4202560 5501 0 0 0 292 0 0 0 20 0 28 0 3912594 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879161759408 139879690050205 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31185] ppid=31166 vsize=13801768 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31185/stat : 31185 (java) R 31166 31166 7621 0 -1 1077944384 3973 0 0 0 115 1 0 0 20 0 28 0 3912594 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879160713936 139879706560213 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31186] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31186/stat : 31186 (java) S 31166 31166 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3912594 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879159662816 139879706560213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
[pid=31167/tid=31187] ppid=31166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/31167/task/31187/stat : 31187 (java) S 31166 31166 7621 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 3912594 14133010432 432657 33554432000 4194304 4196468 140732895549440 139879158610352 139879706561154 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30646272 140732895556796 140732895556972 140732895556972 140732895559631 0
Current children cumulated CPU time (s) 29.59
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 9.4597
CPU time (s): 29.8787
CPU user time (s): 26.2727
CPU system time (s): 3.606
CPU usage (%): 315.852
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.2727
system time used= 3.606
maximum resident set size= 1732132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39556
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4260
involuntary context switches= 2327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065599 second user time and 0.141449 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 03:20:48
IDJOB=4245946
IDBENCH=123430
IDSOLVER=2625
FILE ID=node124/4245946-1500686448
RUNJOBID= node124-1500683887-7653
PBS_JOBID= 20623343
Free space on /tmp= 61996 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-7-16_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245946-1500686448/watcher-4245946-1500686448 -o /tmp/evaluation-result-4245946-1500686448/solver-4245946-1500686448 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7653 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 710881571 HOME/instance-4245946-1500686448.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 8fc892d8cd45aeefd26f51f7c42b85f4
RANDOM SEED=710881571

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

/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	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.16
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.16
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.16
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27890300 kB
MemAvailable:   27941300 kB
Buffers:           51064 kB
Cached:           310316 kB
SwapCached:            0 kB
Active:          4251616 kB
Inactive:         249584 kB
Active(anon):    4142284 kB
Inactive(anon):     8756 kB
Active(file):     109332 kB
Inactive(file):   240828 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11948 kB
Writeback:             0 kB
AnonPages:       4144888 kB
Mapped:            42532 kB
Shmem:              8872 kB
Slab:              67396 kB
SReclaimable:      33348 kB
SUnreclaim:        34048 kB
KernelStack:        4672 kB
PageTables:        13880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6141112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3983360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61988 MiB
End job on node124 at 2017-07-22 03:20:58