Trace number 4247356

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 5a (2017-07-05)UNSAT 247.571 188.088

General information on the benchmark

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

pid=7274
running on 8 cores: 0,2,4,6,8,10,12,14

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: 2.92 4.02 5.38 3/262 7277
/proc/meminfo: memFree=27383844/32770624 swapFree=5804/259456
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0

[startup+0.100166 s]
/proc/loadavg: 2.92 4.02 5.38 3/262 7277
/proc/meminfo: memFree=27383844/32770624 swapFree=5804/259456
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200348 s]
/proc/loadavg: 2.92 4.02 5.38 3/262 7277
/proc/meminfo: memFree=27383844/32770624 swapFree=5804/259456
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300329 s]
/proc/loadavg: 2.92 4.02 5.38 3/262 7277
/proc/meminfo: memFree=27383844/32770624 swapFree=5804/259456
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700165 s]
/proc/loadavg: 2.92 4.02 5.38 3/262 7277
/proc/meminfo: memFree=27383844/32770624 swapFree=5804/259456
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50088 s]
/proc/loadavg: 2.92 4.02 5.38 6/283 7298
/proc/meminfo: memFree=27164500/32770624 swapFree=5804/259480
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7277 vsize=13269256 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/7278/stat : 7278 (java) S 7277 7277 14782 0 -1 1077944320 15069 0 0 0 426 33 0 0 20 0 20 0 4275686 13587718144 91594 33554432000 4194304 4196468 140726342592144 140726342574688 140148653670135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
/proc/7278/statm: 3317314 91594 3227 1 0 3304547 0
[pid=7278/tid=7279] ppid=7277 vsize=13269256 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7279/stat : 7279 (java) R 7277 7277 14782 0 -1 4202560 6812 0 0 0 132 6 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148657907912 140148294325402 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7281] ppid=7277 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7281/stat : 7281 (java) S 7277 7277 14782 0 -1 1077944384 47 0 0 0 4 3 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148610222480 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7282] ppid=7277 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7282/stat : 7282 (java) S 7277 7277 14782 0 -1 1077944384 41 0 0 0 2 2 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148609169680 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7283] ppid=7277 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7283/stat : 7283 (java) S 7277 7277 14782 0 -1 1077944384 78 0 0 0 2 3 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148251228816 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7284] ppid=7277 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7284/stat : 7284 (java) S 7277 7277 14782 0 -1 1077944384 32 0 0 0 2 3 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148250176016 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7285] ppid=7277 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7285/stat : 7285 (java) S 7277 7277 14782 0 -1 1077944384 47 0 0 0 2 2 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148249123728 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7286] ppid=7277 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7286/stat : 7286 (java) S 7277 7277 14782 0 -1 1077944384 40 0 0 0 2 3 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148248070928 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7287] ppid=7277 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7287/stat : 7287 (java) S 7277 7277 14782 0 -1 1077944384 38 0 0 0 3 2 0 0 20 0 20 0 4275687 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148247018640 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7288] ppid=7277 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7288/stat : 7288 (java) S 7277 7277 14782 0 -1 1077944384 50 0 0 0 4 2 0 0 20 0 20 0 4275688 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148245965840 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7289] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7289/stat : 7289 (java) S 7277 7277 14782 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4275689 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148115929200 140148653681282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7290] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7290/stat : 7290 (java) S 7277 7277 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148114875232 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7291] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7291/stat : 7291 (java) S 7277 7277 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148113822848 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7292] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7292/stat : 7292 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148112771152 140148653688731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7293] ppid=7277 vsize=13269256 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7293/stat : 7293 (java) S 7277 7277 14782 0 -1 1077944384 1575 0 0 0 73 0 0 0 20 0 20 0 4275694 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148111719024 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7294] ppid=7277 vsize=13269256 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7294/stat : 7294 (java) S 7277 7277 14782 0 -1 1077944384 1479 0 0 0 73 0 0 0 20 0 20 0 4275694 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148110666224 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7295] ppid=7277 vsize=13269256 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7295/stat : 7295 (java) S 7277 7277 14782 0 -1 1077944384 1504 0 0 0 72 0 0 0 20 0 20 0 4275694 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148109613936 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7296] ppid=7277 vsize=13269256 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7296/stat : 7296 (java) S 7277 7277 14782 0 -1 1077944384 1820 0 0 0 47 0 0 0 20 0 20 0 4275694 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148108561136 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7297] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7297/stat : 7297 (java) S 7277 7277 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148107508064 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7298] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7298/stat : 7298 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 91594 33554432000 4194304 4196468 140726342592144 140148106455344 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 13278768

[startup+3.1009 s]
/proc/loadavg: 2.85 3.98 5.37 3/283 7298
/proc/meminfo: memFree=26767712/32770624 swapFree=5804/259480
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7277 vsize=13269256 CPUtime=6.95 cores=0,2,4,6,8,10,12,14
/proc/7278/stat : 7278 (java) S 7277 7277 14782 0 -1 1077944320 16505 0 0 0 621 74 0 0 20 0 20 0 4275686 13587718144 228963 33554432000 4194304 4196468 140726342592144 140726342574688 140148653670135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
/proc/7278/statm: 3317314 228963 3246 1 0 3304547 0
[pid=7278/tid=7279] ppid=7277 vsize=13269256 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7279/stat : 7279 (java) R 7277 7277 14782 0 -1 4202560 7390 0 0 0 263 13 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148657904264 140148294324833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7281] ppid=7277 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7281/stat : 7281 (java) S 7277 7277 14782 0 -1 1077944384 76 0 0 0 7 7 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148610222480 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7282] ppid=7277 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7282/stat : 7282 (java) S 7277 7277 14782 0 -1 1077944384 80 0 0 0 5 6 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148609169680 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7283] ppid=7277 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7283/stat : 7283 (java) S 7277 7277 14782 0 -1 1077944384 125 0 0 0 6 8 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148251228816 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7284] ppid=7277 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7284/stat : 7284 (java) S 7277 7277 14782 0 -1 1077944384 102 0 0 0 5 6 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148250176016 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7285] ppid=7277 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7285/stat : 7285 (java) S 7277 7277 14782 0 -1 1077944384 84 0 0 0 5 7 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148249123728 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7286] ppid=7277 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7286/stat : 7286 (java) S 7277 7277 14782 0 -1 1077944384 81 0 0 0 6 6 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148248070928 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7287] ppid=7277 vsize=13269256 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7287/stat : 7287 (java) S 7277 7277 14782 0 -1 1077944384 82 0 0 0 6 6 0 0 20 0 20 0 4275687 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148247018640 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7288] ppid=7277 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7288/stat : 7288 (java) S 7277 7277 14782 0 -1 1077944384 80 0 0 0 7 7 0 0 20 0 20 0 4275688 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148245965840 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7289] ppid=7277 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7289/stat : 7289 (java) S 7277 7277 14782 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 20 0 4275689 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148115929200 140148653681282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7290] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7290/stat : 7290 (java) S 7277 7277 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148114875232 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7291] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7291/stat : 7291 (java) S 7277 7277 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148113822848 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7292] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7292/stat : 7292 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148112771152 140148653688731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7293] ppid=7277 vsize=13269256 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7293/stat : 7293 (java) S 7277 7277 14782 0 -1 1077944384 1611 0 0 0 80 1 0 0 20 0 20 0 4275694 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148111719024 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7294] ppid=7277 vsize=13269256 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7294/stat : 7294 (java) S 7277 7277 14782 0 -1 1077944384 1531 0 0 0 86 1 0 0 20 0 20 0 4275694 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148110666224 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7295] ppid=7277 vsize=13269256 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7295/stat : 7295 (java) S 7277 7277 14782 0 -1 1077944384 1531 0 0 0 83 0 0 0 20 0 20 0 4275694 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148109613936 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7296] ppid=7277 vsize=13269256 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7296/stat : 7296 (java) S 7277 7277 14782 0 -1 1077944384 1968 0 0 0 56 0 0 0 20 0 20 0 4275694 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148108561136 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7297] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7297/stat : 7297 (java) S 7277 7277 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148107508064 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7298] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7298/stat : 7298 (java) S 7277 7277 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 228963 33554432000 4194304 4196468 140726342592144 140148106455344 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 13278768

[startup+6.30095 s]
/proc/loadavg: 2.85 3.98 5.37 3/283 7298
/proc/meminfo: memFree=25223904/32770624 swapFree=5804/259492
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7277 vsize=13269256 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/7278/stat : 7278 (java) S 7277 7277 14782 0 -1 1077944320 18235 0 0 0 953 107 0 0 20 0 20 0 4275686 13587718144 541430 33554432000 4194304 4196468 140726342592144 140726342574688 140148653670135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
/proc/7278/statm: 3317314 541430 3246 1 0 3304547 0
[pid=7278/tid=7279] ppid=7277 vsize=13269256 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7279/stat : 7279 (java) R 7277 7277 14782 0 -1 4202560 8341 0 0 0 561 31 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148657905432 140148293446504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7281] ppid=7277 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7281/stat : 7281 (java) S 7277 7277 14782 0 -1 1077944384 97 0 0 0 9 8 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148610222480 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7282] ppid=7277 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7282/stat : 7282 (java) S 7277 7277 14782 0 -1 1077944384 95 0 0 0 6 9 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148609169680 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7283] ppid=7277 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7283/stat : 7283 (java) S 7277 7277 14782 0 -1 1077944384 144 0 0 0 7 10 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148251228816 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7284] ppid=7277 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7284/stat : 7284 (java) S 7277 7277 14782 0 -1 1077944384 118 0 0 0 6 8 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148250176016 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7285] ppid=7277 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7285/stat : 7285 (java) S 7277 7277 14782 0 -1 1077944384 99 0 0 0 7 8 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148249123728 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7286] ppid=7277 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7286/stat : 7286 (java) S 7277 7277 14782 0 -1 1077944384 100 0 0 0 8 8 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148248070928 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7287] ppid=7277 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7287/stat : 7287 (java) S 7277 7277 14782 0 -1 1077944384 99 0 0 0 8 7 0 0 20 0 20 0 4275687 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148247018640 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7288] ppid=7277 vsize=13269256 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7288/stat : 7288 (java) S 7277 7277 14782 0 -1 1077944384 100 0 0 0 8 9 0 0 20 0 20 0 4275688 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148245965840 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7289] ppid=7277 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7289/stat : 7289 (java) S 7277 7277 14782 0 -1 1077944384 1070 0 0 0 1 0 0 0 20 0 20 0 4275689 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148115929200 140148653681282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7290] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7290/stat : 7290 (java) S 7277 7277 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148114875232 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7291] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7291/stat : 7291 (java) S 7277 7277 14782 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148113822848 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7292] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7292/stat : 7292 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 541430 33554432000 4194304 4196468 140726342592144 140148112771152 140148653688731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0

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

/proc/7278/task/7291/stat : 7291 (java) S 7277 7277 14782 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148113822848 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7292] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7292/stat : 7292 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148112771152 140148653688731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7293] ppid=7277 vsize=13269256 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7293/stat : 7293 (java) S 7277 7277 14782 0 -1 1077944384 10360 0 0 0 241 2 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148111719024 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7294] ppid=7277 vsize=13269256 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7294/stat : 7294 (java) S 7277 7277 14782 0 -1 1077944384 10843 0 0 0 239 2 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148110666224 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7295] ppid=7277 vsize=13269256 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7295/stat : 7295 (java) S 7277 7277 14782 0 -1 1077944384 8772 0 0 0 251 1 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148109613936 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7296] ppid=7277 vsize=13269256 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7296/stat : 7296 (java) S 7277 7277 14782 0 -1 1077944384 5926 0 0 0 83 1 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148108561136 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7297] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7297/stat : 7297 (java) S 7277 7277 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148107508064 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7298] ppid=7277 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7298/stat : 7298 (java) S 7277 7277 14782 0 -1 1077944384 307 0 0 0 7 4 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148106455344 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
Current children cumulated CPU time (s) 244.22
Current children cumulated vsize (KiB) 13278768

[startup+187.201 s]
/proc/loadavg: 7.35 4.73 5.33 10/291 7816
/proc/meminfo: memFree=25522308/32770624 swapFree=5804/259740
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7277 vsize=13269256 CPUtime=245.82 cores=0,2,4,6,8,10,12,14
/proc/7278/stat : 7278 (java) S 7277 7277 14782 0 -1 1077944320 145009 0 0 0 23569 1013 0 0 20 0 20 0 4275686 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140726342574688 140148653670135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
/proc/7278/statm: 3317314 1271936 3283 1 0 3304547 0
[pid=7278/tid=7279] ppid=7277 vsize=13269256 CPUtime=179.25 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7279/stat : 7279 (java) R 7277 7277 14782 0 -1 4202560 29030 0 0 0 17872 53 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148657908736 140148296933864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7281] ppid=7277 vsize=13269256 CPUtime=7.22 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7281/stat : 7281 (java) S 7277 7277 14782 0 -1 1077944384 8394 0 0 0 607 115 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148610222480 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7282] ppid=7277 vsize=13269256 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7282/stat : 7282 (java) S 7277 7277 14782 0 -1 1077944384 5690 0 0 0 601 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148609169680 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7283] ppid=7277 vsize=13269256 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7283/stat : 7283 (java) S 7277 7277 14782 0 -1 1077944384 11489 0 0 0 605 121 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148251228816 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7284] ppid=7277 vsize=13269256 CPUtime=7.19 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7284/stat : 7284 (java) S 7277 7277 14782 0 -1 1077944384 10849 0 0 0 602 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148250176016 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7285] ppid=7277 vsize=13269256 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7285/stat : 7285 (java) S 7277 7277 14782 0 -1 1077944384 7017 0 0 0 607 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148249123728 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7286] ppid=7277 vsize=13269256 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7286/stat : 7286 (java) S 7277 7277 14782 0 -1 1077944384 8870 0 0 0 608 118 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148248070928 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7287] ppid=7277 vsize=13269256 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7287/stat : 7287 (java) S 7277 7277 14782 0 -1 1077944384 8352 0 0 0 608 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148247018640 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7288] ppid=7277 vsize=13269256 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7288/stat : 7288 (java) S 7277 7277 14782 0 -1 1077944384 7828 0 0 0 605 120 0 0 20 0 20 0 4275688 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148245965840 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7289] ppid=7277 vsize=13269256 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7289/stat : 7289 (java) S 7277 7277 14782 0 -1 1077944384 9900 0 0 0 24 2 0 0 20 0 20 0 4275689 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148115929200 140148653681282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7290] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7290/stat : 7290 (java) S 7277 7277 14782 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148114875232 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7291] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7291/stat : 7291 (java) S 7277 7277 14782 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148113822848 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7292] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7292/stat : 7292 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148112771152 140148653688731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7293] ppid=7277 vsize=13269256 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7293/stat : 7293 (java) S 7277 7277 14782 0 -1 1077944384 10360 0 0 0 241 2 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148111719024 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7294] ppid=7277 vsize=13269256 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7294/stat : 7294 (java) S 7277 7277 14782 0 -1 1077944384 10843 0 0 0 239 2 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148110666224 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7295] ppid=7277 vsize=13269256 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7295/stat : 7295 (java) S 7277 7277 14782 0 -1 1077944384 8772 0 0 0 251 1 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148109613936 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7296] ppid=7277 vsize=13269256 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7296/stat : 7296 (java) S 7277 7277 14782 0 -1 1077944384 5926 0 0 0 83 1 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148108561136 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7297] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7297/stat : 7297 (java) S 7277 7277 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148107508064 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7298] ppid=7277 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7298/stat : 7298 (java) S 7277 7277 14782 0 -1 1077944384 307 0 0 0 7 4 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148106455344 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
Current children cumulated CPU time (s) 245.82
Current children cumulated vsize (KiB) 13278768

[startup+187.601 s]
/proc/loadavg: 7.35 4.73 5.33 10/291 7816
/proc/meminfo: memFree=25522308/32770624 swapFree=5804/259740
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7277 vsize=13269256 CPUtime=246.22 cores=0,2,4,6,8,10,12,14
/proc/7278/stat : 7278 (java) S 7277 7277 14782 0 -1 1077944320 145009 0 0 0 23609 1013 0 0 20 0 20 0 4275686 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140726342574688 140148653670135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
/proc/7278/statm: 3317314 1271936 3283 1 0 3304547 0
[pid=7278/tid=7279] ppid=7277 vsize=13269256 CPUtime=179.65 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7279/stat : 7279 (java) R 7277 7277 14782 0 -1 4202560 29030 0 0 0 17912 53 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148657908736 140148296995669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7281] ppid=7277 vsize=13269256 CPUtime=7.22 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7281/stat : 7281 (java) S 7277 7277 14782 0 -1 1077944384 8394 0 0 0 607 115 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148610222480 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7282] ppid=7277 vsize=13269256 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7282/stat : 7282 (java) S 7277 7277 14782 0 -1 1077944384 5690 0 0 0 601 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148609169680 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7283] ppid=7277 vsize=13269256 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7283/stat : 7283 (java) S 7277 7277 14782 0 -1 1077944384 11489 0 0 0 605 121 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148251228816 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7284] ppid=7277 vsize=13269256 CPUtime=7.19 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7284/stat : 7284 (java) S 7277 7277 14782 0 -1 1077944384 10849 0 0 0 602 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148250176016 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7285] ppid=7277 vsize=13269256 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7285/stat : 7285 (java) S 7277 7277 14782 0 -1 1077944384 7017 0 0 0 607 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148249123728 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7286] ppid=7277 vsize=13269256 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7286/stat : 7286 (java) S 7277 7277 14782 0 -1 1077944384 8870 0 0 0 608 118 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148248070928 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7287] ppid=7277 vsize=13269256 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7287/stat : 7287 (java) S 7277 7277 14782 0 -1 1077944384 8352 0 0 0 608 117 0 0 20 0 20 0 4275687 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148247018640 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7288] ppid=7277 vsize=13269256 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7288/stat : 7288 (java) S 7277 7277 14782 0 -1 1077944384 7828 0 0 0 605 120 0 0 20 0 20 0 4275688 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148245965840 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7289] ppid=7277 vsize=13269256 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7289/stat : 7289 (java) S 7277 7277 14782 0 -1 1077944384 9900 0 0 0 24 2 0 0 20 0 20 0 4275689 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148115929200 140148653681282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7290] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7290/stat : 7290 (java) S 7277 7277 14782 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148114875232 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7291] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7291/stat : 7291 (java) S 7277 7277 14782 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 20 0 4275690 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148113822848 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7292] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7292/stat : 7292 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148112771152 140148653688731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7293] ppid=7277 vsize=13269256 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7293/stat : 7293 (java) S 7277 7277 14782 0 -1 1077944384 10360 0 0 0 241 2 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148111719024 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 15 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7294] ppid=7277 vsize=13269256 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7294/stat : 7294 (java) S 7277 7277 14782 0 -1 1077944384 10843 0 0 0 239 2 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148110666224 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7295] ppid=7277 vsize=13269256 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7295/stat : 7295 (java) S 7277 7277 14782 0 -1 1077944384 8772 0 0 0 251 1 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148109613936 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7296] ppid=7277 vsize=13269256 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7296/stat : 7296 (java) S 7277 7277 14782 0 -1 1077944384 5926 0 0 0 83 1 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148108561136 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7297] ppid=7277 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7297/stat : 7297 (java) S 7277 7277 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148107508064 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7298] ppid=7277 vsize=13269256 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7298/stat : 7298 (java) S 7277 7277 14782 0 -1 1077944384 307 0 0 0 7 4 0 0 20 0 20 0 4275694 13587718144 1271936 33554432000 4194304 4196468 140726342592144 140148106455344 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
Current children cumulated CPU time (s) 246.22
Current children cumulated vsize (KiB) 13278768

[startup+188.001 s]
/proc/loadavg: 7.35 4.73 5.33 10/291 7816
/proc/meminfo: memFree=25522308/32770624 swapFree=5804/259740
[pid=7277] ppid=7274 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7277/stat : 7277 (xcsp3-exec) S 7274 7277 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4275686 9740288 346 33554432000 4194304 5098028 140735430797520 140735430795624 140677852721788 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 25735168 140735430800526 140735430800736 140735430800736 140735430803435 0
/proc/7277/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7277 vsize=13801768 CPUtime=247.23 cores=0,2,4,6,8,10,12,14
/proc/7278/stat : 7278 (java) S 7277 7277 14782 0 -1 1077944320 148944 0 0 0 23709 1014 0 0 20 0 28 0 4275686 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140726342574688 140148653670135 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
/proc/7278/statm: 3450442 1272028 3283 1 0 3437675 0
[pid=7278/tid=7279] ppid=7277 vsize=13801768 CPUtime=179.97 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7279/stat : 7279 (java) S 7277 7277 14782 0 -1 1077944384 30331 0 0 0 17943 54 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148657910912 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7281] ppid=7277 vsize=13801768 CPUtime=7.22 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7281/stat : 7281 (java) S 7277 7277 14782 0 -1 1077944384 8394 0 0 0 607 115 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148610222480 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7282] ppid=7277 vsize=13801768 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7282/stat : 7282 (java) S 7277 7277 14782 0 -1 1077944384 5690 0 0 0 601 117 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148609169680 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7283] ppid=7277 vsize=13801768 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7283/stat : 7283 (java) S 7277 7277 14782 0 -1 1077944384 11489 0 0 0 605 121 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148251228816 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7284] ppid=7277 vsize=13801768 CPUtime=7.19 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7284/stat : 7284 (java) S 7277 7277 14782 0 -1 1077944384 10849 0 0 0 602 117 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148250176016 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7285] ppid=7277 vsize=13801768 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7285/stat : 7285 (java) S 7277 7277 14782 0 -1 1077944384 7017 0 0 0 607 117 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148249123728 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7286] ppid=7277 vsize=13801768 CPUtime=7.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7286/stat : 7286 (java) S 7277 7277 14782 0 -1 1077944384 8870 0 0 0 608 118 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148248070928 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7287] ppid=7277 vsize=13801768 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7287/stat : 7287 (java) S 7277 7277 14782 0 -1 1077944384 8352 0 0 0 608 117 0 0 20 0 28 0 4275687 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148247018640 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7288] ppid=7277 vsize=13801768 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7288/stat : 7288 (java) S 7277 7277 14782 0 -1 1077944384 7828 0 0 0 605 120 0 0 20 0 28 0 4275688 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148245965840 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7289] ppid=7277 vsize=13801768 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7289/stat : 7289 (java) S 7277 7277 14782 0 -1 1077944384 10153 0 0 0 24 2 0 0 20 0 28 0 4275689 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148115929200 140148653681282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7290] ppid=7277 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7290/stat : 7290 (java) S 7277 7277 14782 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4275690 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148114875232 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7291] ppid=7277 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7291/stat : 7291 (java) S 7277 7277 14782 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 28 0 4275690 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148113822848 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7292] ppid=7277 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7292/stat : 7292 (java) S 7277 7277 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4275694 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148112771152 140148653688731 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7293] ppid=7277 vsize=13801768 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7293/stat : 7293 (java) S 7277 7277 14782 0 -1 1077944384 10722 0 0 0 245 2 0 0 20 0 28 0 4275694 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148111719024 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7294] ppid=7277 vsize=13801768 CPUtime=2.44 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7294/stat : 7294 (java) R 7277 7277 14782 0 -1 4202560 11313 0 0 0 242 2 0 0 20 0 28 0 4275694 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148110664624 140148633081400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7295] ppid=7277 vsize=13801768 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7295/stat : 7295 (java) R 7277 7277 14782 0 -1 4202560 9116 0 0 0 255 1 0 0 20 0 28 0 4275694 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148109602320 140148639821817 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7296] ppid=7277 vsize=13801768 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7296/stat : 7296 (java) S 7277 7277 14782 0 -1 1077944384 6792 0 0 0 87 1 0 0 20 0 28 0 4275694 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148108561136 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7297] ppid=7277 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7297/stat : 7297 (java) S 7277 7277 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4275694 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148107508064 140148653680341 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
[pid=7278/tid=7298] ppid=7277 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7278/task/7298/stat : 7298 (java) S 7277 7277 14782 0 -1 1077944384 307 0 0 0 7 4 0 0 20 0 28 0 4275694 14133010432 1272028 33554432000 4194304 4196468 140726342592144 140148106455344 140148653681282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7020544 140726342595772 140726342595948 140726342595948 140726342598607 0
Current children cumulated CPU time (s) 247.23
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 188.088
CPU time (s): 247.571
CPU user time (s): 237.396
CPU system time (s): 10.1749
CPU usage (%): 131.625
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.396
system time used= 10.1749
maximum resident set size= 5102104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13329
involuntary context switches= 14671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2468 second user time and 1.71991 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 04:21:34
IDJOB=4247356
IDBENCH=126976
IDSOLVER=2626
FILE ID=node143/4247356-1500690094
RUNJOBID= node143-1500683785-15435
PBS_JOBID= 20623040
Free space on /tmp= 61980 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-44.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-4247356-1500690094/watcher-4247356-1500690094 -o /tmp/evaluation-result-4247356-1500690094/solver-4247356-1500690094 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15435 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1440949964 HOME/instance-4247356-1500690094.xml

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

MD5SUM BENCH= 7674c6d5068d08c652f92e457f6b136c
RANDOM SEED=1440949964

node143.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		: 1733.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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1600.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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1733.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.69
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	: 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		: 2133.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.69
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		: 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	: 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		: 2133.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.69
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		: 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		: 1600.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.69
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		: 2668.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:        27383784 kB
MemAvailable:   27588788 kB
Buffers:          142420 kB
Cached:           334752 kB
SwapCached:            0 kB
Active:          4659432 kB
Inactive:         268192 kB
Active(anon):    4453232 kB
Inactive(anon):     8736 kB
Active(file):     206200 kB
Inactive(file):   259456 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9568 kB
Writeback:             0 kB
AnonPages:       4456312 kB
Mapped:            43108 kB
Shmem:              8852 kB
Slab:             144332 kB
SReclaimable:     110368 kB
SUnreclaim:        33964 kB
KernelStack:        4528 kB
PageTables:        13936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5024964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4315136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61976 MiB
End job on node143 at 2017-07-22 04:24:42