Trace number 4393943

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT2 1162.82 193.33

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-marketSplit/
Pb-msplit-opt-4-30-1.xml
MD5SUM0b293698762add7ba6ae5db7003c937f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark75.8554
Satisfiable
(Un)Satisfiability was proved
Number of variables94
Number of constraints8
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":94}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":64},{"degree":6,"count":2},{"degree":8,"count":28}]
Minimum constraint arity45
Maximum constraint arity46
Distribution of constraint arities[{"arity":45,"count":4},{"arity":46,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":8}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393943-1568438831.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393943-1568438831.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.07/0.53	c solve instance...
1.53/0.61	o 425 
1.53/0.62	o 421 
1.53/0.62	o 240 
1.53/0.63	o 224 
1.53/0.64	o 136 
1.53/0.66	o 104 
1.53/0.67	o 98 
1.53/0.67	o 86 
1.53/0.67	o 84 
1.53/0.68	o 75 
1.53/0.69	o 63 
1.53/0.69	o 38 
2.08/0.72	o 36 
2.08/0.77	o 35 
2.08/0.78	o 33 
2.08/0.79	o 29 
2.87/0.82	o 22 
2.87/0.83	o 20 
2.87/0.84	o 18 
2.87/0.84	o 16 
2.87/0.84	o 14 
2.87/0.84	o 12 
2.87/0.87	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (35/38)
2.87/0.87		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.87/0.87		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.87/0.87		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.87/0.87		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.87/0.87		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.87/0.87	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (35/38)
2.87/0.87		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.87/0.87		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.87/0.87		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.87/0.87		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.87/0.87		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.87/0.87		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.87/0.87		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.87/0.87		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.87/0.87		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.87/0.87		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.87/0.87		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.87/0.87		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.87/0.87		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.87/0.87		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.87/0.87		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.87/0.87		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.87/0.88	o 11 
2.87/0.88	o 9 
4.33/1.05	o 8 
4.33/1.08	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/35)
4.33/1.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.33/1.08		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.33/1.08		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.33/1.08		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.33/1.08		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.33/1.08	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/35)
4.33/1.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.33/1.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.33/1.08		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.33/1.08		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.33/1.08		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.33/1.08		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.33/1.08		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.33/1.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.33/1.08		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.33/1.08		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.33/1.08		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.33/1.08		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.33/1.08		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.33/1.08		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.33/1.08		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.33/1.08		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.33/1.08	o 7 
4.33/1.08	java.util.concurrent.ExecutionException: java.lang.NullPointerException
4.33/1.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.33/1.08		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.33/1.08		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.33/1.08		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.33/1.08		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.33/1.08	Caused by: java.lang.NullPointerException
4.33/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4.33/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4.33/1.08		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4.33/1.08		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4.33/1.08		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4.33/1.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
4.33/1.08		... 4 more
4.33/1.08	Caused by: java.lang.NullPointerException
4.33/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4.33/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4.33/1.08		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4.33/1.08		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4.33/1.08		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4.33/1.08		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
4.33/1.08		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
4.33/1.08		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
4.33/1.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
4.33/1.08		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
4.33/1.08		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
4.33/1.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
4.33/1.08		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
4.33/1.08		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
4.33/1.08		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.33/1.08		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.33/1.08		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.33/1.08		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.33/1.08	Caused by: java.lang.NullPointerException
4.33/1.08		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
4.33/1.08		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
4.33/1.08		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
4.33/1.08		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
4.33/1.08		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
4.33/1.08		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
4.33/1.08		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.33/1.08		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.33/1.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.33/1.08		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.33/1.08		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.33/1.08		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.33/1.08		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.33/1.08		... 4 more
4.33/1.08	o 5 
12.92/2.13	java.util.concurrent.ExecutionException: java.lang.NullPointerException
12.92/2.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.92/2.13		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.92/2.13		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.92/2.13		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.92/2.13		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.92/2.13	Caused by: java.lang.NullPointerException
12.92/2.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12.92/2.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12.92/2.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12.92/2.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
12.92/2.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
12.92/2.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
12.92/2.13		... 4 more
12.92/2.13	Caused by: java.lang.NullPointerException
12.92/2.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12.92/2.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12.92/2.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12.92/2.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
12.92/2.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
12.92/2.13		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
12.92/2.13		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
12.92/2.13		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
12.92/2.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
12.92/2.13		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
12.92/2.13		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
12.92/2.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
12.92/2.13		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
12.92/2.13		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
12.92/2.13		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.92/2.13		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.92/2.13		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.92/2.13		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.92/2.13	Caused by: java.lang.NullPointerException
12.92/2.13		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
12.92/2.13		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
12.92/2.13		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
12.92/2.13		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
12.92/2.13		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
12.92/2.13		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
12.92/2.13		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.92/2.13		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.92/2.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.92/2.13		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.92/2.13		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.92/2.13		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.92/2.13		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.92/2.13		... 4 more
12.92/2.13	o 3 
21.39/3.68	java.util.concurrent.ExecutionException: java.lang.NullPointerException
21.39/3.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
21.39/3.68		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
21.39/3.68		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
21.39/3.68		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
21.39/3.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
21.39/3.68	Caused by: java.lang.NullPointerException
21.39/3.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.39/3.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.39/3.68		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.39/3.68		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.39/3.68		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.39/3.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
21.39/3.68		... 4 more
21.39/3.68	Caused by: java.lang.NullPointerException
21.39/3.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.39/3.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.39/3.68		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.39/3.68		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.39/3.68		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.39/3.68		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
21.39/3.68		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
21.39/3.68		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
21.39/3.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
21.39/3.68		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
21.39/3.68		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
21.39/3.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
21.39/3.68		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
21.39/3.68		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
21.39/3.68		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
21.39/3.68		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
21.39/3.68		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
21.39/3.68		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
21.39/3.68	Caused by: java.lang.NullPointerException
21.39/3.68		at org.chocosolver.solver.propagation.PropagationEngine.flush(PropagationEngine.java:244)
21.39/3.68		at org.chocosolver.solver.Solver.propagate(Solver.java:406)
21.39/3.68		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
21.39/3.68		at org.chocosolver.solver.Solver.solve(Solver.java:262)
21.39/3.68		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
21.39/3.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
21.39/3.68		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
21.39/3.68		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
21.39/3.68		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
21.39/3.68		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
21.39/3.68		... 4 more
21.39/3.68	o 2 
1162.11/193.28	java.util.concurrent.ExecutionException: java.lang.NullPointerException
1162.11/193.28		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1162.11/193.28		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1162.11/193.28		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1162.11/193.28		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1162.11/193.28		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1162.11/193.28	Caused by: java.lang.NullPointerException
1162.11/193.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1162.11/193.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1162.11/193.28		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1162.11/193.28		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1162.11/193.28		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1162.11/193.28		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
1162.11/193.28		... 4 more
1162.11/193.28	Caused by: java.lang.NullPointerException
1162.11/193.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1162.11/193.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1162.11/193.28		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1162.11/193.28		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1162.11/193.28		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1162.11/193.28		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
1162.11/193.28		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
1162.11/193.28		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
1162.11/193.28		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
1162.11/193.28		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
1162.11/193.28		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
1162.11/193.28		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
1162.11/193.28		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
1162.11/193.28		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
1162.11/193.28		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1162.11/193.28		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1162.11/193.28		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1162.11/193.28		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1162.11/193.28	Caused by: java.lang.NullPointerException
1162.11/193.29	s OPTIMUM FOUND
1162.11/193.29	v <instantiation>
1162.11/193.29	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] </list>
1162.11/193.29	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 0 0 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 1 1 </values>
1162.11/193.29	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10741 MiB free)
  memory of node 1: 16384 MiB (15318 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393943-1568438831/watcher-4393943-1568438831 -o /tmp/evaluation-result-4393943-1568438831/solver-4393943-1568438831 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 900969882 HOME/instance-4393943-1568438831.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=19389, runsolver pid=19386
Current StackSize limit: 8192 KiB


[startup+0.100164 s]*
/proc/loadavg: 7.01 7.71 7.68 2/210 19410
/proc/meminfo: memFree=26667900/32770624 swapFree=66977616/67108860
[pid=19389] ppid=19386 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19389/stat : 19389 (xcsp3-exec) S 19386 19389 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420140389 115843072 363 33554432000 4194304 5098028 140724625698496 140724625696600 140011448021628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19132416 140724625699702 140724625699945 140724625699945 140724625702858 0
/proc/19389/statm: 28282 363 305 221 0 87 0
[pid=19391] ppid=19389 vsize=28227388 memory=30116 CPUtime=0.12 cores=0-7
/proc/19391/stat : 19391 (java) S 19389 19389 18566 0 -1 1077944320 5483 0 0 0 11 1 0 0 20 0 20 0 420140389 28904845312 7529 33554432000 4194304 4196468 140735238804496 140735238787040 140522651700983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
/proc/19391/statm: 7056847 7529 3113 1 0 7019032 0
[pid=19391/tid=19392] ppid=19389 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/19391/task/19392/stat : 19392 (java) R 19389 19389 18566 0 -1 4202560 3413 0 0 0 8 1 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522655933872 140522651712918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19393] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19393/stat : 19393 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522608253200 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19394] ppid=19389 vsize=28227388 memory=3760703727745250976 CPUtime=0 cores=0-7
/proc/19391/task/19394/stat : 19394 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522607200656 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19395] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19395/stat : 19395 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522201143824 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19396] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19396/stat : 19396 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522200091280 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19397] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19397/stat : 19397 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522199038736 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19398] ppid=19389 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19391/task/19398/stat : 19398 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522197986192 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19399] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19399/stat : 19399 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522196933648 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19400] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19400/stat : 19400 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522195881104 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19401] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19401/stat : 19401 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140392 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522036402160 140522651712130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19402] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19402/stat : 19402 (java) S 19389 19389 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420140392 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522035348384 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19403] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19403/stat : 19403 (java) S 19389 19389 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420140393 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522034295792 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19404] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19404/stat : 19404 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522033244368 140522651719579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19405] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19405/stat : 19405 (java) S 19389 19389 18566 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522032191984 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19406] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19406/stat : 19406 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522031139440 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19407] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19407/stat : 19407 (java) S 19389 19389 18566 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522030086896 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19408] ppid=19389 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19391/task/19408/stat : 19408 (java) R 19389 19389 18566 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 20 0 420140395 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522029034352 140522651712918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19409] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19409/stat : 19409 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522027981024 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19410] ppid=19389 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19391/task/19410/stat : 19410 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 7529 33554432000 4194304 4196468 140735238804496 140522026928560 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31568 KiB

[startup+0.211864 s]*
/proc/loadavg: 7.01 7.71 7.68 3/210 19410
/proc/meminfo: memFree=26654672/32770624 swapFree=66977616/67108860
[pid=19389] ppid=19386 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19389/stat : 19389 (xcsp3-exec) S 19386 19389 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420140389 115843072 363 33554432000 4194304 5098028 140724625698496 140724625696600 140011448021628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19132416 140724625699702 140724625699945 140724625699945 140724625702858 0
/proc/19389/statm: 28282 363 305 221 0 87 0
[pid=19391] ppid=19389 vsize=28227388 memory=41244 CPUtime=0.34 cores=0-7
/proc/19391/stat : 19391 (java) S 19389 19389 18566 0 -1 1077944320 9066 0 0 0 31 3 0 0 20 0 20 0 420140389 28904845312 10311 33554432000 4194304 4196468 140735238804496 140735238787040 140522651700983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
/proc/19391/statm: 7056847 10311 3278 1 0 7019032 0
[pid=19391/tid=19392] ppid=19389 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19391/task/19392/stat : 19392 (java) R 19389 19389 18566 0 -1 4202560 6226 0 0 0 18 2 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522655939440 140522633650178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19393] ppid=19389 vsize=28227388 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/19391/task/19393/stat : 19393 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522608253200 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19394] ppid=19389 vsize=28227388 memory=140627243676015 CPUtime=0 cores=0-7
/proc/19391/task/19394/stat : 19394 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522607200656 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19395] ppid=19389 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19391/task/19395/stat : 19395 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522201143824 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19396] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19396/stat : 19396 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522200091280 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19397] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19397/stat : 19397 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522199038736 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19398] ppid=19389 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19391/task/19398/stat : 19398 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522197986192 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19399] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19399/stat : 19399 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522196933648 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19400] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19400/stat : 19400 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140390 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522195881104 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19401] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19401/stat : 19401 (java) S 19389 19389 18566 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 420140392 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522036402160 140522651712130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19402] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19402/stat : 19402 (java) S 19389 19389 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420140392 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522035348384 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19403] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19403/stat : 19403 (java) S 19389 19389 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420140393 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522034295792 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19404] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19404/stat : 19404 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522033244368 140522651719579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19405] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19405/stat : 19405 (java) S 19389 19389 18566 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522032191984 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19406] ppid=19389 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19391/task/19406/stat : 19406 (java) S 19389 19389 18566 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 20 0 420140395 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522031139440 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19407] ppid=19389 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/19391/task/19407/stat : 19407 (java) S 19389 19389 18566 0 -1 1077944384 483 0 0 0 2 0 0 0 20 0 20 0 420140395 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522030086896 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19408] ppid=19389 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/19391/task/19408/stat : 19408 (java) S 19389 19389 18566 0 -1 1077944384 698 0 0 0 8 0 0 0 20 0 20 0 420140395 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522029034352 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19409] ppid=19389 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19409/stat : 19409 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522027981024 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19410] ppid=19389 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19391/task/19410/stat : 19410 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140395 28904845312 10311 33554432000 4194304 4196468 140735238804496 140522026928560 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42696 KiB

[startup+0.310308 s]*
/proc/loadavg: 7.01 7.71 7.68 4/210 19410
/proc/meminfo: memFree=26648032/32770624 swapFree=66977616/67108860
[pid=19389] ppid=19386 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19389/stat : 19389 (xcsp3-exec) S 19386 19389 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420140389 115843072 363 33554432000 4194304 5098028 140724625698496 140724625696600 140011448021628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19132416 140724625699702 140724625699945 140724625699945 140724625702858 0
/proc/19389/statm: 28282 363 305 221 0 87 0
[pid=19391] ppid=19389 vsize=28231644 memory=50232 CPUtime=0.53 cores=0-7
/proc/19391/stat : 19391 (java) S 19389 19389 18566 0 -1 1077944320 10394 0 0 0 48 5 0 0 20 0 20 0 420140389 28909203456 12558 33554432000 4194304 4196468 140735238804496 140735238787040 140522651700983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
/proc/19391/statm: 7057911 12558 3347 1 0 7019032 0
[pid=19391/tid=19392] ppid=19389 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/19391/task/19392/stat : 19392 (java) R 19389 19389 18566 0 -1 4202560 7319 0 0 0 27 3 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522655934768 140522635781470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19393] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19393/stat : 19393 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522608253200 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19394] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19394/stat : 19394 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522607200656 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19395] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19395/stat : 19395 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522201143824 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19396] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19396/stat : 19396 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522200091280 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19397] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19397/stat : 19397 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522199038736 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19398] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19398/stat : 19398 (java) S 19389 19389 18566 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522197986192 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19399] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19399/stat : 19399 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522196933648 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19400] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19400/stat : 19400 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140390 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522195881104 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19401] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19401/stat : 19401 (java) S 19389 19389 18566 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 420140392 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522036402160 140522651712130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19402] ppid=19389 vsize=28231644 memory=281254188752256 CPUtime=0 cores=0-7
/proc/19391/task/19402/stat : 19402 (java) S 19389 19389 18566 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420140392 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522035348384 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19403] ppid=19389 vsize=28231644 memory=281254188756864 CPUtime=0 cores=0-7
/proc/19391/task/19403/stat : 19403 (java) S 19389 19389 18566 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420140393 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522034295792 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19404] ppid=19389 vsize=28231644 memory=281254188761472 CPUtime=0 cores=0-7
/proc/19391/task/19404/stat : 19404 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140395 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522033244368 140522651719579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19405] ppid=19389 vsize=28231644 memory=281254188766080 CPUtime=0.02 cores=0-7
/proc/19391/task/19405/stat : 19405 (java) R 19389 19389 18566 0 -1 4202560 428 0 0 0 2 0 0 0 20 0 20 0 420140395 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522032182368 140522630947157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19406] ppid=19389 vsize=28231644 memory=281254188770688 CPUtime=0.02 cores=0-7
/proc/19391/task/19406/stat : 19406 (java) S 19389 19389 18566 0 -1 1077944384 73 0 0 0 2 0 0 0 20 0 20 0 420140395 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522031139440 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19407] ppid=19389 vsize=28231644 memory=281254188775296 CPUtime=0.03 cores=0-7
/proc/19391/task/19407/stat : 19407 (java) S 19389 19389 18566 0 -1 1077944384 489 0 0 0 3 0 0 0 20 0 20 0 420140395 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522030086896 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19408] ppid=19389 vsize=28231644 memory=281254188779904 CPUtime=0.12 cores=0-7
/proc/19391/task/19408/stat : 19408 (java) S 19389 19389 18566 0 -1 1077944384 775 0 0 0 12 0 0 0 20 0 20 0 420140395 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522029034352 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19409] ppid=19389 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19409/stat : 19409 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140395 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522027981024 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19410] ppid=19389 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19391/task/19410/stat : 19410 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420140395 28909203456 12558 33554432000 4194304 4196468 140735238804496 140522026928560 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51684 KiB

[startup+0.701237 s]
/proc/loadavg: 7.01 7.71 7.68 5/210 19410
/proc/meminfo: memFree=26630420/32770624 swapFree=66977616/67108860
[pid=19389] ppid=19386 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19389/stat : 19389 (xcsp3-exec) S 19386 19389 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420140389 115843072 363 33554432000 4194304 5098028 140724625698496 140724625696600 140011448021628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19132416 140724625699702 140724625699945 140724625699945 140724625702858 0
/proc/19389/statm: 28282 363 305 221 0 87 0
[pid=19391] ppid=19389 vsize=28832844 memory=189976 CPUtime=2.08 cores=0-7
/proc/19391/stat : 19391 (java) S 19389 19389 18566 0 -1 1077944320 18551 0 0 0 198 10 0 0 20 0 28 0 420140389 29524832256 47494 33554432000 4194304 4196468 140735238804496 140735238787040 140522651700983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
/proc/19391/statm: 7208211 47494 3472 1 0 7169313 0
[pid=19391/tid=19392] ppid=19389 vsize=28832844 memory=4580 CPUtime=0.54 cores=0-7
/proc/19391/task/19392/stat : 19392 (java) S 19389 19389 18566 0 -1 1077944384 8701 0 0 0 50 4 0 0 20 0 28 0 420140390 29524832256 47494 33554432000 4194304 4196468 140735238804496 140522655941760 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19393] ppid=19389 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19393/stat : 19393 (java) S 19389 19389 18566 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 420140390 29524832256 47494 33554432000 4194304 4196468 140735238804496 140522608253200 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19394] ppid=19389 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19394/stat : 19394 (java) S 19389 19389 18566 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 420140390 29524832256 47494 33554432000 4194304 4196468 140735238804496 140522607200656 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19395] ppid=19389 vsize=28832844 memory=1056 CPUtime=0 cores=0-7
/proc/19391/task/19395/stat : 19395 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420140390 29524832256 47494 33554432000 4194304 4196468 140735238804496 140522201143824 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0

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

[pid=19391/tid=19400] ppid=19389 vsize=28834892 memory=0 CPUtime=0.76 cores=0-7
/proc/19391/task/19400/stat : 19400 (java) S 19389 19389 18566 0 -1 1077944384 3489 0 0 0 55 21 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522195881104 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19401] ppid=19389 vsize=28834892 memory=0 CPUtime=0.1 cores=0-7
/proc/19391/task/19401/stat : 19401 (java) S 19389 19389 18566 0 -1 1077944384 10114 0 0 0 6 4 0 0 20 0 28 0 420140392 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522036402160 140522651712130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19402] ppid=19389 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19402/stat : 19402 (java) S 19389 19389 18566 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 420140392 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522035348448 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19403] ppid=19389 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19403/stat : 19403 (java) S 19389 19389 18566 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420140393 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522034295792 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19404] ppid=19389 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19404/stat : 19404 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522033244368 140522651719579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19405] ppid=19389 vsize=28834892 memory=0 CPUtime=2.6 cores=0-7
/proc/19391/task/19405/stat : 19405 (java) S 19389 19389 18566 0 -1 1077944384 16110 0 0 0 256 4 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522032191984 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19406] ppid=19389 vsize=28834892 memory=6791534058613427641 CPUtime=2.48 cores=0-7
/proc/19391/task/19406/stat : 19406 (java) S 19389 19389 18566 0 -1 1077944384 17947 0 0 0 245 3 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522031139440 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19407] ppid=19389 vsize=28834892 memory=1724 CPUtime=2.59 cores=0-7
/proc/19391/task/19407/stat : 19407 (java) S 19389 19389 18566 0 -1 1077944384 20862 0 0 0 253 6 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522030086896 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19408] ppid=19389 vsize=28834892 memory=704 CPUtime=0.86 cores=0-7
/proc/19391/task/19408/stat : 19408 (java) S 19389 19389 18566 0 -1 1077944384 11591 0 0 0 83 3 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522029034352 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19409] ppid=19389 vsize=28834892 memory=1056 CPUtime=0 cores=0-7
/proc/19391/task/19409/stat : 19409 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522027981024 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19410] ppid=19389 vsize=28834892 memory=1556 CPUtime=0.12 cores=0-7
/proc/19391/task/19410/stat : 19410 (java) S 19389 19389 18566 0 -1 1077944384 1727 0 0 0 5 7 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522026928560 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19643] ppid=19389 vsize=28834892 memory=0 CPUtime=188.13 cores=0-7
/proc/19391/task/19643/stat : 19643 (java) R 19389 19389 18566 0 -1 4202560 2383 0 0 0 18813 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522011401720 140522292391067 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19644] ppid=19389 vsize=28834892 memory=223900940146813 CPUtime=188.14 cores=0-7
/proc/19391/task/19644/stat : 19644 (java) R 19389 19389 18566 0 -1 4202560 2052 0 0 0 18814 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522009297624 140522291372364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19645] ppid=19389 vsize=28834892 memory=14048 CPUtime=188.1 cores=0-7
/proc/19391/task/19645/stat : 19645 (java) R 19389 19389 18566 0 -1 4202560 10827 0 0 0 18780 30 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522014560256 140522296333872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19646] ppid=19389 vsize=28834892 memory=21992 CPUtime=188.09 cores=0-7
/proc/19391/task/19646/stat : 19646 (java) R 19389 19389 18566 0 -1 4202560 27902 0 0 0 18718 91 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522015615248 140522291372737 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19647] ppid=19389 vsize=28834892 memory=2120 CPUtime=188.11 cores=0-7
/proc/19391/task/19647/stat : 19647 (java) R 19389 19389 18566 0 -1 4202560 26501 0 0 0 18759 52 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522013507720 140522294385394 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19648] ppid=19389 vsize=28834892 memory=532 CPUtime=188.07 cores=0-7
/proc/19391/task/19648/stat : 19648 (java) R 19389 19389 18566 0 -1 4202560 24594 0 0 0 18761 46 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522010350152 140522291372727 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19649] ppid=19389 vsize=28834892 memory=1564 CPUtime=0 cores=0-7
/proc/19391/task/19649/stat : 19649 (java) S 19389 19389 18566 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522017723120 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19650] ppid=19389 vsize=28834892 memory=924 CPUtime=0 cores=0-7
/proc/19391/task/19650/stat : 19650 (java) S 19389 19389 18566 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522016670576 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
Current children cumulated CPU time: 1159.71 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3665360 KiB

[startup+193.201 s]
/proc/loadavg: 5.86 6.82 7.34 7/220 19670
/proc/meminfo: memFree=23029196/32770624 swapFree=66977616/67108860
[pid=19389] ppid=19386 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19389/stat : 19389 (xcsp3-exec) S 19386 19389 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420140389 115843072 363 33554432000 4194304 5098028 140724625698496 140724625696600 140011448021628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19132416 140724625699702 140724625699945 140724625699945 140724625702858 0
/proc/19389/statm: 28282 363 305 221 0 87 0
[pid=19391] ppid=19389 vsize=28834892 memory=3663908 CPUtime=1162.11 cores=0-7
/proc/19391/stat : 19391 (java) S 19389 19389 18566 0 -1 1077944320 218408 0 0 0 115773 438 0 0 20 0 28 0 420140389 29526929408 915977 33554432000 4194304 4196468 140735238804496 140735238787040 140522651700983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
/proc/19391/statm: 7208723 915977 3522 1 0 7169825 0
[pid=19391/tid=19392] ppid=19389 vsize=28834892 memory=2120 CPUtime=0.55 cores=0-7
/proc/19391/task/19392/stat : 19392 (java) S 19389 19389 18566 0 -1 1077944384 8990 0 0 0 51 4 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522655941760 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19393] ppid=19389 vsize=28834892 memory=532 CPUtime=0.79 cores=0-7
/proc/19391/task/19393/stat : 19393 (java) S 19389 19389 18566 0 -1 1077944384 2817 0 0 0 57 22 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522608253200 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19394] ppid=19389 vsize=28834892 memory=1564 CPUtime=0.78 cores=0-7
/proc/19391/task/19394/stat : 19394 (java) S 19389 19389 18566 0 -1 1077944384 3192 0 0 0 57 21 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522607200656 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19395] ppid=19389 vsize=28834892 memory=1428 CPUtime=0.76 cores=0-7
/proc/19391/task/19395/stat : 19395 (java) S 19389 19389 18566 0 -1 1077944384 3272 0 0 0 55 21 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522201143824 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19396] ppid=19389 vsize=28834892 memory=1724 CPUtime=0.78 cores=0-7
/proc/19391/task/19396/stat : 19396 (java) S 19389 19389 18566 0 -1 1077944384 3564 0 0 0 55 23 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522200091280 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19397] ppid=19389 vsize=28834892 memory=704 CPUtime=0.79 cores=0-7
/proc/19391/task/19397/stat : 19397 (java) S 19389 19389 18566 0 -1 1077944384 4532 0 0 0 57 22 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522199038736 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19398] ppid=19389 vsize=28834892 memory=1056 CPUtime=0.78 cores=0-7
/proc/19391/task/19398/stat : 19398 (java) S 19389 19389 18566 0 -1 1077944384 4640 0 0 0 56 22 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522197986192 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19399] ppid=19389 vsize=28834892 memory=1556 CPUtime=0.78 cores=0-7
/proc/19391/task/19399/stat : 19399 (java) S 19389 19389 18566 0 -1 1077944384 4623 0 0 0 55 23 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522196933648 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19400] ppid=19389 vsize=28834892 memory=780 CPUtime=0.76 cores=0-7
/proc/19391/task/19400/stat : 19400 (java) S 19389 19389 18566 0 -1 1077944384 3489 0 0 0 55 21 0 0 20 0 28 0 420140390 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522195881104 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19401] ppid=19389 vsize=28834892 memory=3252 CPUtime=0.1 cores=0-7
/proc/19391/task/19401/stat : 19401 (java) S 19389 19389 18566 0 -1 1077944384 10114 0 0 0 6 4 0 0 20 0 28 0 420140392 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522036402160 140522651712130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19402] ppid=19389 vsize=28834892 memory=1112 CPUtime=0 cores=0-7
/proc/19391/task/19402/stat : 19402 (java) S 19389 19389 18566 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 420140392 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522035348448 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19403] ppid=19389 vsize=28834892 memory=1768 CPUtime=0 cores=0-7
/proc/19391/task/19403/stat : 19403 (java) S 19389 19389 18566 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 420140393 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522034295792 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19404] ppid=19389 vsize=28834892 memory=111632 CPUtime=0 cores=0-7
/proc/19391/task/19404/stat : 19404 (java) S 19389 19389 18566 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522033244368 140522651719579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19405] ppid=19389 vsize=28834892 memory=3677576 CPUtime=2.6 cores=0-7
/proc/19391/task/19405/stat : 19405 (java) S 19389 19389 18566 0 -1 1077944384 16110 0 0 0 256 4 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522032191984 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19406] ppid=19389 vsize=28834892 memory=1164 CPUtime=2.48 cores=0-7
/proc/19391/task/19406/stat : 19406 (java) S 19389 19389 18566 0 -1 1077944384 17947 0 0 0 245 3 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522031139440 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19407] ppid=19389 vsize=28834892 memory=8317482817917895235 CPUtime=2.59 cores=0-7
/proc/19391/task/19407/stat : 19407 (java) S 19389 19389 18566 0 -1 1077944384 20862 0 0 0 253 6 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522030086896 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19408] ppid=19389 vsize=28834892 memory=4208987043065507872 CPUtime=0.86 cores=0-7
/proc/19391/task/19408/stat : 19408 (java) S 19389 19389 18566 0 -1 1077944384 11591 0 0 0 83 3 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522029034352 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19409] ppid=19389 vsize=28834892 memory=7378960425511053656 CPUtime=0 cores=0-7
/proc/19391/task/19409/stat : 19409 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522027981024 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19410] ppid=19389 vsize=28834892 memory=20148 CPUtime=0.12 cores=0-7
/proc/19391/task/19410/stat : 19410 (java) S 19389 19389 18566 0 -1 1077944384 1727 0 0 0 5 7 0 0 20 0 28 0 420140395 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522026928560 140522651712130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19643] ppid=19389 vsize=28834892 memory=0 CPUtime=188.53 cores=0-7
/proc/19391/task/19643/stat : 19643 (java) R 19389 19389 18566 0 -1 4202560 2383 0 0 0 18853 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522011401720 140522291372747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19644] ppid=19389 vsize=28834892 memory=0 CPUtime=188.54 cores=0-7
/proc/19391/task/19644/stat : 19644 (java) R 19389 19389 18566 0 -1 4202560 2052 0 0 0 18854 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522009297624 140522636078000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19645] ppid=19389 vsize=28834892 memory=1452 CPUtime=188.5 cores=0-7
/proc/19391/task/19645/stat : 19645 (java) R 19389 19389 18566 0 -1 4202560 10827 0 0 0 18820 30 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522014560256 140522296333927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19646] ppid=19389 vsize=28834892 memory=1452 CPUtime=188.49 cores=0-7
/proc/19391/task/19646/stat : 19646 (java) R 19389 19389 18566 0 -1 4202560 27905 0 0 0 18758 91 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522015615248 140522291372434 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19647] ppid=19389 vsize=28834892 memory=3677576 CPUtime=188.51 cores=0-7
/proc/19391/task/19647/stat : 19647 (java) R 19389 19389 18566 0 -1 4202560 26501 0 0 0 18799 52 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522013507720 140522293237607 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19648] ppid=19389 vsize=28834892 memory=4904852653170 CPUtime=188.47 cores=0-7
/proc/19391/task/19648/stat : 19648 (java) R 19389 19389 18566 0 -1 4202560 24594 0 0 0 18801 46 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522010350152 140522291372368 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19649] ppid=19389 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19649/stat : 19649 (java) S 19389 19389 18566 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522017723120 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19650] ppid=19389 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19391/task/19650/stat : 19650 (java) S 19389 19389 18566 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 420140758 29526929408 915977 33554432000 4194304 4196468 140735238804496 140522016670576 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
Current children cumulated CPU time: 1162.11 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3665360 KiB

[startup+193.301 s]
/proc/loadavg: 5.86 6.82 7.34 7/220 19670
/proc/meminfo: memFree=23029196/32770624 swapFree=66977616/67108860
[pid=19389] ppid=19386 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19389/stat : 19389 (xcsp3-exec) S 19386 19389 18566 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 420140389 115843072 363 33554432000 4194304 5098028 140724625698496 140724625696600 140011448021628 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19132416 140724625699702 140724625699945 140724625699945 140724625702858 0
/proc/19389/statm: 28282 363 305 221 0 87 0
[pid=19391] ppid=19389 vsize=28834892 memory=3663584 CPUtime=1162.78 cores=0-7
/proc/19391/stat : 19391 (java) S 19389 19389 18566 0 -1 1077944320 222196 0 0 0 115839 439 0 0 20 0 20 0 420140389 29526929408 915896 33554432000 4194304 4196468 140735238804496 140735238787040 140522651700983 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
/proc/19391/statm: 7208723 915896 3522 1 0 7169825 0
[pid=19391/tid=19392] ppid=19389 vsize=28834892 memory=3677576 CPUtime=0.55 cores=0-7
/proc/19391/task/19392/stat : 19392 (java) S 19389 19389 18566 0 -1 1077944384 9201 0 0 0 51 4 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522655943824 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19393] ppid=19389 vsize=28834892 memory=3663908 CPUtime=0.79 cores=0-7
/proc/19391/task/19393/stat : 19393 (java) S 19389 19389 18566 0 -1 1077944384 2817 0 0 0 57 22 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522608253200 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19394] ppid=19389 vsize=28834892 memory=3663908 CPUtime=0.78 cores=0-7
/proc/19391/task/19394/stat : 19394 (java) S 19389 19389 18566 0 -1 1077944384 3192 0 0 0 57 21 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522607200656 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19395] ppid=19389 vsize=28834892 memory=1452 CPUtime=0.76 cores=0-7
/proc/19391/task/19395/stat : 19395 (java) S 19389 19389 18566 0 -1 1077944384 3272 0 0 0 55 21 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522201143824 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19396] ppid=19389 vsize=28834892 memory=281254190602496 CPUtime=0.78 cores=0-7
/proc/19391/task/19396/stat : 19396 (java) S 19389 19389 18566 0 -1 1077944384 3564 0 0 0 55 23 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522200091280 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19397] ppid=19389 vsize=28834892 memory=2004 CPUtime=0.79 cores=0-7
/proc/19391/task/19397/stat : 19397 (java) S 19389 19389 18566 0 -1 1077944384 4532 0 0 0 57 22 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522199038736 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19398] ppid=19389 vsize=28834892 memory=1428 CPUtime=0.78 cores=0-7
/proc/19391/task/19398/stat : 19398 (java) S 19389 19389 18566 0 -1 1077944384 4640 0 0 0 56 22 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522197986192 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19399] ppid=19389 vsize=28834892 memory=281254190112704 CPUtime=0.78 cores=0-7
/proc/19391/task/19399/stat : 19399 (java) S 19389 19389 18566 0 -1 1077944384 4623 0 0 0 55 23 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522196933648 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19400] ppid=19389 vsize=28834892 memory=916 CPUtime=0.76 cores=0-7
/proc/19391/task/19400/stat : 19400 (java) S 19389 19389 18566 0 -1 1077944384 3489 0 0 0 55 21 0 0 20 0 20 0 420140390 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522195881104 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19401] ppid=19389 vsize=28834892 memory=2832 CPUtime=0.1 cores=0-7
/proc/19391/task/19401/stat : 19401 (java) S 19389 19389 18566 0 -1 1077944384 10117 0 0 0 6 4 0 0 20 0 20 0 420140392 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522036402368 140522651712130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19402] ppid=19389 vsize=28834892 memory=1084 CPUtime=0 cores=0-7
/proc/19391/task/19402/stat : 19402 (java) S 19389 19389 18566 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 420140392 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522035348448 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19403] ppid=19389 vsize=28834892 memory=924 CPUtime=0 cores=0-7
/proc/19391/task/19403/stat : 19403 (java) S 19389 19389 18566 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 420140393 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522034295792 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19404] ppid=19389 vsize=28834892 memory=1756 CPUtime=0 cores=0-7
/proc/19391/task/19404/stat : 19404 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140395 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522033244016 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19405] ppid=19389 vsize=28834892 memory=1452 CPUtime=2.66 cores=0-7
/proc/19391/task/19405/stat : 19405 (java) S 19389 19389 18566 0 -1 1077944384 17122 0 0 0 262 4 0 0 20 0 20 0 420140395 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522032176496 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19406] ppid=19389 vsize=28834892 memory=3620360 CPUtime=2.51 cores=0-7
/proc/19391/task/19406/stat : 19406 (java) S 19389 19389 18566 0 -1 1077944384 18783 0 0 0 248 3 0 0 20 0 20 0 420140395 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522031119024 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19407] ppid=19389 vsize=28834892 memory=1756 CPUtime=2.63 cores=0-7
/proc/19391/task/19407/stat : 19407 (java) S 19389 19389 18566 0 -1 1077944384 22007 0 0 0 257 6 0 0 20 0 20 0 420140395 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522030067296 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19408] ppid=19389 vsize=28834892 memory=3674524 CPUtime=0.87 cores=0-7
/proc/19391/task/19408/stat : 19408 (java) S 19389 19389 18566 0 -1 1077944384 12013 0 0 0 84 3 0 0 20 0 20 0 420140395 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522029029840 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19409] ppid=19389 vsize=28834892 memory=164 CPUtime=0 cores=0-7
/proc/19391/task/19409/stat : 19409 (java) S 19389 19389 18566 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420140395 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522027981024 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
[pid=19391/tid=19645] ppid=19389 vsize=28834892 memory=3674524 CPUtime=188.59 cores=0-7
/proc/19391/task/19645/stat : 19645 (java) S 19389 19389 18566 0 -1 1077944384 10827 0 0 0 18829 30 0 0 20 0 20 0 420140758 29526929408 915896 33554432000 4194304 4196468 140735238804496 140522014560368 140522651711189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140735238812650 140735238812822 140735238812822 140735238815695 0
Current children cumulated CPU time: 1162.78 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3665036 KiB

Child status: 0
Real time (s): 193.33
CPU time (s): 1162.82
CPU user time (s): 1158.4
CPU system time (s): 4.42318
CPU usage (%): 601.47
Max. virtual memory (cumulated for all children) (KiB): 28948088
Max. memory (cumulated for all children) (KiB): 3679028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1158.4
system time used= 4.42318
maximum resident set size= 3688860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222794
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14117
involuntary context switches= 3042


# summary of solver processes directly reported to runsolver:
#   pid: 19389
#   total CPU time (s): 1162.82
#   total CPU user time (s): 1158.4
#   total CPU system time (s): 4.42318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.37318 second user time and 1.67386 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-14 06:16:54
IDJOB=4393943
IDBENCH=135505
IDSOLVER=2841
FILE ID=node104/4393943-1568438831
RUNJOBID= node104-1568434335-18593
PBS_JOBID= 21702325
Free space on /tmp= 59012 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-marketSplit/Pb-msplit-opt-4-30-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393943-1568438831/watcher-4393943-1568438831 -o /tmp/evaluation-result-4393943-1568438831/solver-4393943-1568438831 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568434335-18593 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 900969882 HOME/instance-4393943-1568438831.xml

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

MD5SUM BENCH= 0b293698762add7ba6ae5db7003c937f
RANDOM SEED=900969882

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26685496 kB
MemAvailable:   31835384 kB
Buffers:          185724 kB
Cached:          5217624 kB
SwapCached:        31688 kB
Active:          1777540 kB
Inactive:        3662848 kB
Active(anon):       4300 kB
Inactive(anon):    74136 kB
Active(file):    1773240 kB
Inactive(file):  3588712 kB
Unevictable:      107792 kB
Mlocked:          107792 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             25856 kB
Writeback:             0 kB
AnonPages:        353340 kB
Mapped:            43880 kB
Shmem:             32780 kB
Slab:             237888 kB
SReclaimable:     207544 kB
SUnreclaim:        30344 kB
KernelStack:        3856 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58988 MiB
End job on node104 at 2019-09-14 06:20:08