Trace number 4247330

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 278.291 206.766

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-45.xml
MD5SUMf20f2034744f8df857f4af789a6cf941
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 benchmark31.6138
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":2025}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":1937},{"degree":45,"count":88}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":44594}]
Number of extensional constraints0
Number of intensional constraints44594
Distribution of constraint types[{"type":"intension","count":44594}]
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-4247330-1500689737.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4247330-1500689737.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.35	c parse instance...
276.25/206.45	c solve instance...
278.06/206.72	java.util.concurrent.ExecutionException: java.lang.NullPointerException
278.06/206.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
278.06/206.72		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
278.06/206.72		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:188)
278.06/206.72		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
278.06/206.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
278.06/206.72	Caused by: java.lang.NullPointerException
278.06/206.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
278.06/206.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
278.06/206.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
278.06/206.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
278.06/206.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
278.06/206.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
278.06/206.72		... 4 more
278.06/206.72	Caused by: java.lang.NullPointerException
278.06/206.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
278.06/206.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
278.06/206.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
278.06/206.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
278.06/206.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
278.06/206.72		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
278.06/206.72		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
278.06/206.72		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
278.06/206.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
278.06/206.72		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
278.06/206.72		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
278.06/206.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
278.06/206.72		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$52(ParallelPortfolio.java:193)
278.06/206.72		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
278.06/206.72		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
278.06/206.72		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
278.06/206.72		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
278.06/206.72		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
278.06/206.72	Caused by: java.lang.NullPointerException
278.06/206.72		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
278.06/206.72		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
278.06/206.72		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
278.06/206.72		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
278.06/206.72		at org.chocosolver.solver.Solver.solve(Solver.java:260)
278.06/206.72		at org.chocosolver.solver.ParallelPortfolio.lambda$null$51(ParallelPortfolio.java:195)
278.06/206.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
278.06/206.72		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
278.06/206.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
278.06/206.72		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
278.06/206.72		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
278.06/206.72		... 4 more
278.06/206.73	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-4247330-1500689737/watcher-4247330-1500689737 -o /tmp/evaluation-result-4247330-1500689737/solver-4247330-1500689737 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 788359984 HOME/instance-4247330-1500689737.xml 

pid=8115
running on 8 cores: 0-3,8-11

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: 13.59 12.83 11.02 2/267 8118
/proc/meminfo: memFree=28612652/32770624 swapFree=5944/259720
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0

[startup+0.100136 s]
/proc/loadavg: 13.59 12.83 11.02 2/267 8118
/proc/meminfo: memFree=28612652/32770624 swapFree=5944/259720
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200334 s]
/proc/loadavg: 13.59 12.83 11.02 2/267 8118
/proc/meminfo: memFree=28612652/32770624 swapFree=5944/259720
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300258 s]
/proc/loadavg: 13.59 12.83 11.02 2/267 8118
/proc/meminfo: memFree=28612652/32770624 swapFree=5944/259720
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700185 s]
/proc/loadavg: 13.59 12.83 11.02 2/267 8118
/proc/meminfo: memFree=28612652/32770624 swapFree=5944/259720
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50133 s]
/proc/loadavg: 13.59 12.83 11.02 13/288 8139
/proc/meminfo: memFree=28013288/32770624 swapFree=5944/259872
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
[pid=8119] ppid=8118 vsize=13269256 CPUtime=4.76 cores=0-3,8-11
/proc/8119/stat : 8119 (java) S 8118 8118 18810 0 -1 1077944320 15270 0 0 0 441 35 0 0 20 0 20 0 4240892 13587718144 72361 33554432000 4194304 4196468 140721253982304 140721253964848 140398958055159 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
/proc/8119/statm: 3317314 72361 3226 1 0 3304547 0
[pid=8119/tid=8120] ppid=8118 vsize=13269256 CPUtime=1.41 cores=0-3,8-11
/proc/8119/task/8120/stat : 8120 (java) R 8118 8118 18810 0 -1 4202560 6398 0 0 0 136 5 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398962292984 140398599467171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8122] ppid=8118 vsize=13269256 CPUtime=0.05 cores=0-3,8-11
/proc/8119/task/8122/stat : 8122 (java) S 8118 8118 18810 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398925613328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8123] ppid=8118 vsize=13269256 CPUtime=0.05 cores=0-3,8-11
/proc/8119/task/8123/stat : 8123 (java) S 8118 8118 18810 0 -1 1077944384 33 0 0 0 2 3 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398556285328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8124] ppid=8118 vsize=13269256 CPUtime=0.05 cores=0-3,8-11
/proc/8119/task/8124/stat : 8124 (java) S 8118 8118 18810 0 -1 1077944384 27 0 0 0 2 3 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398555232784 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8125] ppid=8118 vsize=13269256 CPUtime=0.05 cores=0-3,8-11
/proc/8119/task/8125/stat : 8125 (java) S 8118 8118 18810 0 -1 1077944384 33 0 0 0 2 3 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398554180240 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8126] ppid=8118 vsize=13269256 CPUtime=0.05 cores=0-3,8-11
/proc/8119/task/8126/stat : 8126 (java) S 8118 8118 18810 0 -1 1077944384 46 0 0 0 2 3 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398553127696 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8127] ppid=8118 vsize=13269256 CPUtime=0.05 cores=0-3,8-11
/proc/8119/task/8127/stat : 8127 (java) S 8118 8118 18810 0 -1 1077944384 43 0 0 0 2 3 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398552075152 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8128] ppid=8118 vsize=13269256 CPUtime=0.04 cores=0-3,8-11
/proc/8119/task/8128/stat : 8128 (java) S 8118 8118 18810 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398551022608 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8129] ppid=8118 vsize=13269256 CPUtime=0.05 cores=0-3,8-11
/proc/8119/task/8129/stat : 8129 (java) S 8118 8118 18810 0 -1 1077944384 50 0 0 0 2 3 0 0 20 0 20 0 4240893 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398549970064 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8130] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8130/stat : 8130 (java) S 8118 8118 18810 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 4240896 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398420310000 140398958066306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8131] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8131/stat : 8131 (java) S 8118 8118 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4240896 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398419256288 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8132] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8132/stat : 8132 (java) S 8118 8118 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4240897 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398418203648 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8133] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8133/stat : 8133 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398417152208 140398958073755 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8134] ppid=8118 vsize=13269256 CPUtime=0.74 cores=0-3,8-11
/proc/8119/task/8134/stat : 8134 (java) S 8118 8118 18810 0 -1 1077944384 1837 0 0 0 74 0 0 0 20 0 20 0 4240901 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398416099824 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8135] ppid=8118 vsize=13269256 CPUtime=0.77 cores=0-3,8-11
/proc/8119/task/8135/stat : 8135 (java) S 8118 8118 18810 0 -1 1077944384 1860 0 0 0 76 1 0 0 20 0 20 0 4240901 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398415047280 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8136] ppid=8118 vsize=13269256 CPUtime=0.82 cores=0-3,8-11
/proc/8119/task/8136/stat : 8136 (java) S 8118 8118 18810 0 -1 1077944384 1583 0 0 0 82 0 0 0 20 0 20 0 4240901 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398413994736 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8137] ppid=8118 vsize=13269256 CPUtime=0.5 cores=0-3,8-11
/proc/8119/task/8137/stat : 8137 (java) S 8118 8118 18810 0 -1 1077944384 1896 0 0 0 50 0 0 0 20 0 20 0 4240901 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398412942192 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8138] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8138/stat : 8138 (java) S 8118 8118 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398411888864 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8139] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8139/stat : 8139 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 72361 33554432000 4194304 4196468 140721253982304 140398410836400 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 13278768

[startup+3.10093 s]
/proc/loadavg: 13.59 12.83 11.02 4/288 8139
/proc/meminfo: memFree=27678832/32770624 swapFree=5944/259872
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
[pid=8119] ppid=8118 vsize=13269256 CPUtime=7.25 cores=0-3,8-11
/proc/8119/stat : 8119 (java) S 8118 8118 18810 0 -1 1077944320 16950 0 0 0 642 83 0 0 20 0 20 0 4240892 13587718144 170651 33554432000 4194304 4196468 140721253982304 140721253964848 140398958055159 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
/proc/8119/statm: 3317314 170651 3238 1 0 3304547 0
[pid=8119/tid=8120] ppid=8118 vsize=13269256 CPUtime=2.74 cores=0-3,8-11
/proc/8119/task/8120/stat : 8120 (java) R 8118 8118 18810 0 -1 4202560 6834 0 0 0 265 9 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398962289608 140398599467559 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8122] ppid=8118 vsize=13269256 CPUtime=0.14 cores=0-3,8-11
/proc/8119/task/8122/stat : 8122 (java) S 8118 8118 18810 0 -1 1077944384 108 0 0 0 6 8 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398925613328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8123] ppid=8118 vsize=13269256 CPUtime=0.15 cores=0-3,8-11
/proc/8119/task/8123/stat : 8123 (java) S 8118 8118 18810 0 -1 1077944384 139 0 0 0 7 8 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398556285328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8124] ppid=8118 vsize=13269256 CPUtime=0.15 cores=0-3,8-11
/proc/8119/task/8124/stat : 8124 (java) S 8118 8118 18810 0 -1 1077944384 74 0 0 0 6 9 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398555232784 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8125] ppid=8118 vsize=13269256 CPUtime=0.14 cores=0-3,8-11
/proc/8119/task/8125/stat : 8125 (java) S 8118 8118 18810 0 -1 1077944384 90 0 0 0 6 8 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398554180240 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8126] ppid=8118 vsize=13269256 CPUtime=0.12 cores=0-3,8-11
/proc/8119/task/8126/stat : 8126 (java) S 8118 8118 18810 0 -1 1077944384 77 0 0 0 5 7 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398553127696 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8127] ppid=8118 vsize=13269256 CPUtime=0.15 cores=0-3,8-11
/proc/8119/task/8127/stat : 8127 (java) S 8118 8118 18810 0 -1 1077944384 89 0 0 0 6 9 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398552075152 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8128] ppid=8118 vsize=13269256 CPUtime=0.13 cores=0-3,8-11
/proc/8119/task/8128/stat : 8128 (java) S 8118 8118 18810 0 -1 1077944384 78 0 0 0 6 7 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398551022608 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8129] ppid=8118 vsize=13269256 CPUtime=0.15 cores=0-3,8-11
/proc/8119/task/8129/stat : 8129 (java) S 8118 8118 18810 0 -1 1077944384 154 0 0 0 6 9 0 0 20 0 20 0 4240893 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398549970064 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8130] ppid=8118 vsize=13269256 CPUtime=0.01 cores=0-3,8-11
/proc/8119/task/8130/stat : 8130 (java) S 8118 8118 18810 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 20 0 4240896 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398420310000 140398958066306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8131] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8131/stat : 8131 (java) S 8118 8118 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4240896 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398419256288 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8132] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8132/stat : 8132 (java) S 8118 8118 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4240897 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398418203648 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8133] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8133/stat : 8133 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398417152208 140398958073755 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8134] ppid=8118 vsize=13269256 CPUtime=0.85 cores=0-3,8-11
/proc/8119/task/8134/stat : 8134 (java) S 8118 8118 18810 0 -1 1077944384 1864 0 0 0 85 0 0 0 20 0 20 0 4240901 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398416099824 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8135] ppid=8118 vsize=13269256 CPUtime=0.86 cores=0-3,8-11
/proc/8119/task/8135/stat : 8135 (java) S 8118 8118 18810 0 -1 1077944384 1887 0 0 0 85 1 0 0 20 0 20 0 4240901 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398415047280 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8136] ppid=8118 vsize=13269256 CPUtime=0.87 cores=0-3,8-11
/proc/8119/task/8136/stat : 8136 (java) S 8118 8118 18810 0 -1 1077944384 1602 0 0 0 87 0 0 0 20 0 20 0 4240901 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398413994736 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8137] ppid=8118 vsize=13269256 CPUtime=0.63 cores=0-3,8-11
/proc/8119/task/8137/stat : 8137 (java) S 8118 8118 18810 0 -1 1077944384 2188 0 0 0 62 1 0 0 20 0 20 0 4240901 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398412942192 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8138] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8138/stat : 8138 (java) S 8118 8118 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398411888864 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8139] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8139/stat : 8139 (java) S 8118 8118 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 170651 33554432000 4194304 4196468 140721253982304 140398410836400 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 13278768

[startup+6.30094 s]
/proc/loadavg: 12.66 12.65 10.97 3/288 8139
/proc/meminfo: memFree=25977080/32770624 swapFree=5944/259884
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
[pid=8119] ppid=8118 vsize=13269256 CPUtime=10.91 cores=0-3,8-11
/proc/8119/stat : 8119 (java) S 8118 8118 18810 0 -1 1077944320 19315 0 0 0 976 115 0 0 20 0 20 0 4240892 13587718144 541977 33554432000 4194304 4196468 140721253982304 140721253964848 140398958055159 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
/proc/8119/statm: 3317314 541977 3245 1 0 3304547 0
[pid=8119/tid=8120] ppid=8118 vsize=13269256 CPUtime=5.9 cores=0-3,8-11
/proc/8119/task/8120/stat : 8120 (java) R 8118 8118 18810 0 -1 4202560 7696 0 0 0 561 29 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398962290568 140398599467667 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8122] ppid=8118 vsize=13269256 CPUtime=0.17 cores=0-3,8-11
/proc/8119/task/8122/stat : 8122 (java) S 8118 8118 18810 0 -1 1077944384 197 0 0 0 8 9 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398925613328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8123] ppid=8118 vsize=13269256 CPUtime=0.19 cores=0-3,8-11
/proc/8119/task/8123/stat : 8123 (java) S 8118 8118 18810 0 -1 1077944384 160 0 0 0 9 10 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398556285328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8124] ppid=8118 vsize=13269256 CPUtime=0.18 cores=0-3,8-11
/proc/8119/task/8124/stat : 8124 (java) S 8118 8118 18810 0 -1 1077944384 113 0 0 0 8 10 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398555232784 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8125] ppid=8118 vsize=13269256 CPUtime=0.18 cores=0-3,8-11
/proc/8119/task/8125/stat : 8125 (java) S 8118 8118 18810 0 -1 1077944384 120 0 0 0 8 10 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398554180240 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8126] ppid=8118 vsize=13269256 CPUtime=0.16 cores=0-3,8-11
/proc/8119/task/8126/stat : 8126 (java) S 8118 8118 18810 0 -1 1077944384 112 0 0 0 7 9 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398553127696 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8127] ppid=8118 vsize=13269256 CPUtime=0.18 cores=0-3,8-11
/proc/8119/task/8127/stat : 8127 (java) S 8118 8118 18810 0 -1 1077944384 158 0 0 0 8 10 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398552075152 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8128] ppid=8118 vsize=13269256 CPUtime=0.17 cores=0-3,8-11
/proc/8119/task/8128/stat : 8128 (java) S 8118 8118 18810 0 -1 1077944384 112 0 0 0 8 9 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398551022608 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8129] ppid=8118 vsize=13269256 CPUtime=0.18 cores=0-3,8-11
/proc/8119/task/8129/stat : 8129 (java) S 8118 8118 18810 0 -1 1077944384 196 0 0 0 8 10 0 0 20 0 20 0 4240893 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398549970064 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8130] ppid=8118 vsize=13269256 CPUtime=0.01 cores=0-3,8-11
/proc/8119/task/8130/stat : 8130 (java) S 8118 8118 18810 0 -1 1077944384 1584 0 0 0 1 0 0 0 20 0 20 0 4240896 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398420310000 140398958066306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8131] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8131/stat : 8131 (java) S 8118 8118 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4240896 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398419256288 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8132] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8132/stat : 8132 (java) S 8118 8118 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4240897 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398418203648 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8133] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8133/stat : 8133 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 541977 33554432000 4194304 4196468 140721253982304 140398417152208 140398958073755 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0

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

/proc/8119/task/8132/stat : 8132 (java) S 8118 8118 18810 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 20 0 4240897 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398418203648 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8133] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8133/stat : 8133 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398417152208 140398958073755 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8134] ppid=8118 vsize=13269256 CPUtime=2.57 cores=0-3,8-11
/proc/8119/task/8134/stat : 8134 (java) S 8118 8118 18810 0 -1 1077944384 9242 0 0 0 256 1 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398416099824 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8135] ppid=8118 vsize=13269256 CPUtime=2.32 cores=0-3,8-11
/proc/8119/task/8135/stat : 8135 (java) S 8118 8118 18810 0 -1 1077944384 8130 0 0 0 230 2 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398415047280 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8136] ppid=8118 vsize=13269256 CPUtime=2.3 cores=0-3,8-11
/proc/8119/task/8136/stat : 8136 (java) S 8118 8118 18810 0 -1 1077944384 8419 0 0 0 229 1 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398413994736 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8137] ppid=8118 vsize=13269256 CPUtime=0.92 cores=0-3,8-11
/proc/8119/task/8137/stat : 8137 (java) S 8118 8118 18810 0 -1 1077944384 5790 0 0 0 90 2 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398412942192 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8138] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8138/stat : 8138 (java) S 8118 8118 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398411888864 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8139] ppid=8118 vsize=13269256 CPUtime=0.12 cores=0-3,8-11
/proc/8119/task/8139/stat : 8139 (java) S 8118 8118 18810 0 -1 1077944384 140 0 0 0 6 6 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398410836400 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
Current children cumulated CPU time (s) 275.45
Current children cumulated vsize (KiB) 13278768

[startup+206.401 s]
/proc/loadavg: 3.27 7.82 9.38 3/288 8143
/proc/meminfo: memFree=16135148/32770624 swapFree=5944/260152
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
[pid=8119] ppid=8118 vsize=13269256 CPUtime=276.25 cores=0-3,8-11
/proc/8119/stat : 8119 (java) S 8118 8118 18810 0 -1 1077944320 105924 0 0 0 26512 1113 0 0 20 0 20 0 4240892 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140721253964848 140398958055159 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
/proc/8119/statm: 3317314 1305056 3281 1 0 3304547 0
[pid=8119/tid=8120] ppid=8118 vsize=13269256 CPUtime=196.75 cores=0-3,8-11
/proc/8119/task/8120/stat : 8120 (java) R 8118 8118 18810 0 -1 4202560 25443 0 0 0 19623 52 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398962293504 140398602489447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8122] ppid=8118 vsize=13269256 CPUtime=8.89 cores=0-3,8-11
/proc/8119/task/8122/stat : 8122 (java) S 8118 8118 18810 0 -1 1077944384 4404 0 0 0 762 127 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398925613328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8123] ppid=8118 vsize=13269256 CPUtime=8.85 cores=0-3,8-11
/proc/8119/task/8123/stat : 8123 (java) S 8118 8118 18810 0 -1 1077944384 4205 0 0 0 755 130 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398556285328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8124] ppid=8118 vsize=13269256 CPUtime=8.82 cores=0-3,8-11
/proc/8119/task/8124/stat : 8124 (java) S 8118 8118 18810 0 -1 1077944384 4062 0 0 0 751 131 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398555232784 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8125] ppid=8118 vsize=13269256 CPUtime=8.83 cores=0-3,8-11
/proc/8119/task/8125/stat : 8125 (java) S 8118 8118 18810 0 -1 1077944384 4278 0 0 0 755 128 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398554180240 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8126] ppid=8118 vsize=13269256 CPUtime=8.86 cores=0-3,8-11
/proc/8119/task/8126/stat : 8126 (java) S 8118 8118 18810 0 -1 1077944384 4515 0 0 0 753 133 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398553127696 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8127] ppid=8118 vsize=13269256 CPUtime=8.92 cores=0-3,8-11
/proc/8119/task/8127/stat : 8127 (java) S 8118 8118 18810 0 -1 1077944384 4431 0 0 0 760 132 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398552075152 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8128] ppid=8118 vsize=13269256 CPUtime=8.77 cores=0-3,8-11
/proc/8119/task/8128/stat : 8128 (java) S 8118 8118 18810 0 -1 1077944384 5057 0 0 0 748 129 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398551022608 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8129] ppid=8118 vsize=13269256 CPUtime=8.86 cores=0-3,8-11
/proc/8119/task/8129/stat : 8129 (java) S 8118 8118 18810 0 -1 1077944384 4874 0 0 0 753 133 0 0 20 0 20 0 4240893 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398549970064 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8130] ppid=8118 vsize=13269256 CPUtime=0.33 cores=0-3,8-11
/proc/8119/task/8130/stat : 8130 (java) S 8118 8118 18810 0 -1 1077944384 11540 0 0 0 30 3 0 0 20 0 20 0 4240896 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398420310000 140398958066306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8131] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8131/stat : 8131 (java) S 8118 8118 18810 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 4240896 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398419256288 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8132] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8132/stat : 8132 (java) S 8118 8118 18810 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 20 0 4240897 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398418203648 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8133] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8133/stat : 8133 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398417152208 140398958073755 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8134] ppid=8118 vsize=13269256 CPUtime=2.57 cores=0-3,8-11
/proc/8119/task/8134/stat : 8134 (java) S 8118 8118 18810 0 -1 1077944384 9242 0 0 0 256 1 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398416099824 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8135] ppid=8118 vsize=13269256 CPUtime=2.32 cores=0-3,8-11
/proc/8119/task/8135/stat : 8135 (java) S 8118 8118 18810 0 -1 1077944384 8130 0 0 0 230 2 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398415047280 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8136] ppid=8118 vsize=13269256 CPUtime=2.3 cores=0-3,8-11
/proc/8119/task/8136/stat : 8136 (java) S 8118 8118 18810 0 -1 1077944384 8419 0 0 0 229 1 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398413994736 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8137] ppid=8118 vsize=13269256 CPUtime=0.92 cores=0-3,8-11
/proc/8119/task/8137/stat : 8137 (java) S 8118 8118 18810 0 -1 1077944384 5790 0 0 0 90 2 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398412942192 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8138] ppid=8118 vsize=13269256 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8138/stat : 8138 (java) S 8118 8118 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398411888864 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8139] ppid=8118 vsize=13269256 CPUtime=0.12 cores=0-3,8-11
/proc/8119/task/8139/stat : 8139 (java) S 8118 8118 18810 0 -1 1077944384 140 0 0 0 6 6 0 0 20 0 20 0 4240901 13587718144 1305056 33554432000 4194304 4196468 140721253982304 140398410836400 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
Current children cumulated CPU time (s) 276.25
Current children cumulated vsize (KiB) 13278768

[startup+206.602 s]
/proc/loadavg: 3.27 7.82 9.38 3/288 8143
/proc/meminfo: memFree=16135148/32770624 swapFree=5944/260152
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
[pid=8119] ppid=8118 vsize=13801768 CPUtime=277.3 cores=0-3,8-11
/proc/8119/stat : 8119 (java) S 8118 8118 18810 0 -1 1077944320 107296 0 0 0 26617 1113 0 0 20 0 28 0 4240892 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140721253964848 140398958055159 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
/proc/8119/statm: 3450442 1305099 3281 1 0 3437675 0
[pid=8119/tid=8120] ppid=8118 vsize=13801768 CPUtime=196.83 cores=0-3,8-11
/proc/8119/task/8120/stat : 8120 (java) S 8118 8118 18810 0 -1 1077944384 25589 0 0 0 19631 52 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398962295936 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8122] ppid=8118 vsize=13801768 CPUtime=9 cores=0-3,8-11
/proc/8119/task/8122/stat : 8122 (java) R 8118 8118 18810 0 -1 4202560 4404 0 0 0 773 127 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398925613216 140398943077280 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8123] ppid=8118 vsize=13801768 CPUtime=8.96 cores=0-3,8-11
/proc/8119/task/8123/stat : 8123 (java) R 8118 8118 18810 0 -1 4202560 4205 0 0 0 766 130 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398556285528 140398943077234 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8124] ppid=8118 vsize=13801768 CPUtime=8.93 cores=0-3,8-11
/proc/8119/task/8124/stat : 8124 (java) R 8118 8118 18810 0 -1 4202560 4062 0 0 0 762 131 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398555232984 140398943082398 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8125] ppid=8118 vsize=13801768 CPUtime=8.94 cores=0-3,8-11
/proc/8119/task/8125/stat : 8125 (java) R 8118 8118 18810 0 -1 4202560 4278 0 0 0 766 128 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398554180440 140398937250298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8126] ppid=8118 vsize=13801768 CPUtime=8.97 cores=0-3,8-11
/proc/8119/task/8126/stat : 8126 (java) R 8118 8118 18810 0 -1 4202560 4515 0 0 0 764 133 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398553127896 140398943082949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8127] ppid=8118 vsize=13801768 CPUtime=9.04 cores=0-3,8-11
/proc/8119/task/8127/stat : 8127 (java) R 8118 8118 18810 0 -1 4202560 4431 0 0 0 772 132 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398552075352 140398943081976 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8128] ppid=8118 vsize=13801768 CPUtime=8.89 cores=0-3,8-11
/proc/8119/task/8128/stat : 8128 (java) R 8118 8118 18810 0 -1 4202560 5070 0 0 0 760 129 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398551022808 140398943077023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8129] ppid=8118 vsize=13801768 CPUtime=8.97 cores=0-3,8-11
/proc/8119/task/8129/stat : 8129 (java) R 8118 8118 18810 0 -1 4202560 4874 0 0 0 764 133 0 0 20 0 28 0 4240893 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398549970264 140398943082578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8130] ppid=8118 vsize=13801768 CPUtime=0.33 cores=0-3,8-11
/proc/8119/task/8130/stat : 8130 (java) S 8118 8118 18810 0 -1 1077944384 11547 0 0 0 30 3 0 0 20 0 28 0 4240896 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398420308512 140398958065365 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8131] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8131/stat : 8131 (java) S 8118 8118 18810 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 4240896 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398419256288 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8132] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8132/stat : 8132 (java) S 8118 8118 18810 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 28 0 4240897 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398418203648 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8133] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8133/stat : 8133 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4240901 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398417152208 140398958073755 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8134] ppid=8118 vsize=13801768 CPUtime=2.59 cores=0-3,8-11
/proc/8119/task/8134/stat : 8134 (java) S 8118 8118 18810 0 -1 1077944384 9422 0 0 0 258 1 0 0 20 0 28 0 4240901 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398416099824 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8135] ppid=8118 vsize=13801768 CPUtime=2.34 cores=0-3,8-11
/proc/8119/task/8135/stat : 8135 (java) S 8118 8118 18810 0 -1 1077944384 8457 0 0 0 232 2 0 0 20 0 28 0 4240901 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398415047280 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8136] ppid=8118 vsize=13801768 CPUtime=2.33 cores=0-3,8-11
/proc/8119/task/8136/stat : 8136 (java) S 8118 8118 18810 0 -1 1077944384 8720 0 0 0 232 1 0 0 20 0 28 0 4240901 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398413994736 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8137] ppid=8118 vsize=13801768 CPUtime=0.94 cores=0-3,8-11
/proc/8119/task/8137/stat : 8137 (java) S 8118 8118 18810 0 -1 1077944384 5943 0 0 0 92 2 0 0 20 0 28 0 4240901 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398412939696 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8138] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8138/stat : 8138 (java) S 8118 8118 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4240901 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398411888864 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8139] ppid=8118 vsize=13801768 CPUtime=0.12 cores=0-3,8-11
/proc/8119/task/8139/stat : 8139 (java) S 8118 8118 18810 0 -1 1077944384 140 0 0 0 6 6 0 0 20 0 28 0 4240901 14133010432 1305099 33554432000 4194304 4196468 140721253982304 140398410836400 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 15 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
Current children cumulated CPU time (s) 277.3
Current children cumulated vsize (KiB) 13811280

[startup+206.702 s]
/proc/loadavg: 3.27 7.82 9.38 3/288 8143
/proc/meminfo: memFree=16135148/32770624 swapFree=5944/260152
[pid=8118] ppid=8115 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/8118/stat : 8118 (xcsp3-exec) S 8115 8118 18810 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4240892 9740288 346 33554432000 4194304 5098028 140726512964320 140726512962424 140478081679996 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 11751424 140726512972943 140726512973152 140726512973152 140726512975851 0
/proc/8118/statm: 2378 346 289 221 0 87 0
[pid=8119] ppid=8118 vsize=13801768 CPUtime=278.06 cores=0-3,8-11
/proc/8119/stat : 8119 (java) S 8118 8118 18810 0 -1 1077944320 107904 0 0 0 26693 1113 0 0 20 0 28 0 4240892 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140721253964848 140398958055159 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
/proc/8119/statm: 3450442 1305128 3281 1 0 3437675 0
[pid=8119/tid=8120] ppid=8118 vsize=13801768 CPUtime=196.83 cores=0-3,8-11
/proc/8119/task/8120/stat : 8120 (java) S 8118 8118 18810 0 -1 1077944384 25589 0 0 0 19631 52 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398962295936 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8122] ppid=8118 vsize=13801768 CPUtime=9 cores=0-3,8-11
/proc/8119/task/8122/stat : 8122 (java) S 8118 8118 18810 0 -1 1077944384 4404 0 0 0 773 127 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398925613328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8123] ppid=8118 vsize=13801768 CPUtime=8.97 cores=0-3,8-11
/proc/8119/task/8123/stat : 8123 (java) S 8118 8118 18810 0 -1 1077944384 4205 0 0 0 767 130 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398556285328 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8124] ppid=8118 vsize=13801768 CPUtime=8.94 cores=0-3,8-11
/proc/8119/task/8124/stat : 8124 (java) S 8118 8118 18810 0 -1 1077944384 4062 0 0 0 763 131 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398555232784 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8125] ppid=8118 vsize=13801768 CPUtime=8.95 cores=0-3,8-11
/proc/8119/task/8125/stat : 8125 (java) S 8118 8118 18810 0 -1 1077944384 4278 0 0 0 767 128 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398554180240 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8126] ppid=8118 vsize=13801768 CPUtime=8.98 cores=0-3,8-11
/proc/8119/task/8126/stat : 8126 (java) S 8118 8118 18810 0 -1 1077944384 4515 0 0 0 765 133 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398553127696 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8127] ppid=8118 vsize=13801768 CPUtime=9.04 cores=0-3,8-11
/proc/8119/task/8127/stat : 8127 (java) S 8118 8118 18810 0 -1 1077944384 4431 0 0 0 772 132 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398552075152 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8128] ppid=8118 vsize=13801768 CPUtime=8.89 cores=0-3,8-11
/proc/8119/task/8128/stat : 8128 (java) S 8118 8118 18810 0 -1 1077944384 5070 0 0 0 760 129 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398551022608 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8129] ppid=8118 vsize=13801768 CPUtime=8.98 cores=0-3,8-11
/proc/8119/task/8129/stat : 8129 (java) S 8118 8118 18810 0 -1 1077944384 4874 0 0 0 765 133 0 0 20 0 28 0 4240893 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398549970064 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8130] ppid=8118 vsize=13801768 CPUtime=0.33 cores=0-3,8-11
/proc/8119/task/8130/stat : 8130 (java) S 8118 8118 18810 0 -1 1077944384 11552 0 0 0 30 3 0 0 20 0 28 0 4240896 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398420310000 140398958066306 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8131] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8131/stat : 8131 (java) S 8118 8118 18810 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 4240896 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398419256288 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8132] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8132/stat : 8132 (java) S 8118 8118 18810 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 28 0 4240897 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398418203648 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8133] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8133/stat : 8133 (java) S 8118 8118 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4240901 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398417152208 140398958073755 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8134] ppid=8118 vsize=13801768 CPUtime=2.6 cores=0-3,8-11
/proc/8119/task/8134/stat : 8134 (java) R 8118 8118 18810 0 -1 4202560 9492 0 0 0 259 1 0 0 20 0 28 0 4240901 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398416089776 140398938755456 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8135] ppid=8118 vsize=13801768 CPUtime=2.4 cores=0-3,8-11
/proc/8119/task/8135/stat : 8135 (java) R 8118 8118 18810 0 -1 4202560 8676 0 0 0 238 2 0 0 20 0 28 0 4240901 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398415040472 140398935802600 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8136] ppid=8118 vsize=13801768 CPUtime=2.36 cores=0-3,8-11
/proc/8119/task/8136/stat : 8136 (java) R 8118 8118 18810 0 -1 4202560 8971 0 0 0 235 1 0 0 20 0 28 0 4240901 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398413986576 140398941555357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8137] ppid=8118 vsize=13801768 CPUtime=0.96 cores=0-3,8-11
/proc/8119/task/8137/stat : 8137 (java) S 8118 8118 18810 0 -1 1077944384 5985 0 0 0 94 2 0 0 20 0 28 0 4240901 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398412942192 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8138] ppid=8118 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/8119/task/8138/stat : 8138 (java) S 8118 8118 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4240901 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398411888864 140398958065365 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
[pid=8119/tid=8139] ppid=8118 vsize=13801768 CPUtime=0.12 cores=0-3,8-11
/proc/8119/task/8139/stat : 8139 (java) S 8118 8118 18810 0 -1 1077944384 140 0 0 0 6 6 0 0 20 0 28 0 4240901 14133010432 1305128 33554432000 4194304 4196468 140721253982304 140398410836400 140398958066306 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 15 0 0 6293624 6294260 18706432 140721253983420 140721253983596 140721253983596 140721253986255 0
Current children cumulated CPU time (s) 278.06
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 206.766
CPU time (s): 278.291
CPU user time (s): 267.12
CPU system time (s): 11.1705
CPU usage (%): 134.592
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.12
system time used= 11.1705
maximum resident set size= 5225888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108618
page faults= 0
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13309
involuntary context switches= 16653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47092 second user time and 1.92505 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 04:15:37
IDJOB=4247330
IDBENCH=126928
IDSOLVER=2625
FILE ID=node132/4247330-1500689737
RUNJOBID= node132-1500682387-18841
PBS_JOBID= 20623322
Free space on /tmp= 61680 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-45.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-4247330-1500689737/watcher-4247330-1500689737 -o /tmp/evaluation-result-4247330-1500689737/solver-4247330-1500689737 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 788359984 HOME/instance-4247330-1500689737.xml

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

MD5SUM BENCH= f20f2034744f8df857f4af789a6cf941
RANDOM SEED=788359984

node132.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		: 1600.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.61
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	: 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.61
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		: 1867.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.61
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		: 1867.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.61
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		: 1733.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	: 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		: 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	: 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	: 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	: 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		: 1867.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		: 1867.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.61
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		: 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.61
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		: 1600.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.61
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	: 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.61
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	: 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	: 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		: 2668.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	: 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	: 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	: 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		: 1733.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:        28612728 kB
MemAvailable:   28867648 kB
Buffers:          112532 kB
Cached:           421988 kB
SwapCached:            0 kB
Active:          3445232 kB
Inactive:         268336 kB
Active(anon):    3182072 kB
Inactive(anon):     8616 kB
Active(file):     263160 kB
Inactive(file):   259720 kB
Unevictable:        5944 kB
Mlocked:            5944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9924 kB
Writeback:             8 kB
AnonPages:       3170088 kB
Mapped:            42936 kB
Shmem:              8872 kB
Slab:             131076 kB
SReclaimable:      95748 kB
SUnreclaim:        35328 kB
KernelStack:        4608 kB
PageTables:        11820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4669720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3053568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61672 MiB
End job on node132 at 2017-07-22 04:19:04