Trace number 4393823

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 parallelOPT960 55.3663 7.80805

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-00.xml
MD5SUM1dc4c7bf61332e07eccc684c7f29cd57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark960
Best CPU time to get the best result obtained on this benchmark22.4006
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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-4393823-1568433966.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393823-1568433966.xml, -tl, 20160s, -p, 8]
0.33/0.25	c 8 solvers in parallel
0.33/0.32	c parse instance...
0.97/0.52	c solve instance...
0.97/0.56	o 0 
0.97/0.56	o 61 
0.97/0.58	o 72 
0.97/0.58	o 347 
0.97/0.58	o 348 
0.97/0.59	o 351 
0.97/0.59	o 356 
0.97/0.59	o 357 
0.97/0.59	o 366 
0.97/0.60	o 369 
0.97/0.60	o 375 
0.97/0.60	o 380 
0.97/0.60	o 388 
0.97/0.60	o 393 
1.30/0.62	o 413 
1.30/0.64	o 419 
1.30/0.64	o 420 
1.30/0.65	o 437 
1.30/0.65	o 437 
1.30/0.65	o 444 
1.30/0.66	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (43/46)
1.30/0.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.30/0.66		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.30/0.66		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.30/0.66		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.30/0.66		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.30/0.66	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (43/46)
1.30/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.30/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.30/0.66		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.30/0.66		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.30/0.66		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.30/0.66		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.30/0.66		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.30/0.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.30/0.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.30/0.66		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.30/0.66		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.30/0.66		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.30/0.66		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.30/0.66		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.30/0.66		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.30/0.66		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.30/0.66	o 450 
1.30/0.66	o 456 
1.30/0.67	o 475 
1.30/0.68	o 479 
1.30/0.68	o 483 
1.30/0.68	o 485 
1.30/0.68	o 486 
1.30/0.68	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a satisfied signed clause: #106 : ?TRUE : (x[22] = 1 ∈ [1,1]:TRUE) ∨ (x[30] = 1 ∈ [0,0]:FALSE) ∨ (x[2] = 0 ∈ [1,1]:FALSE) ∨ (x[3] = 0 ∈ [1,1]:FALSE) ∨ (x[5] = 0 ∈ [1,1]:FALSE) ∨ (x[6] = 0 ∈ [1,1]:FALSE) ∨ (x[9] = 0 ∈ [1,1]:FALSE) ∨ (x[10] = 0 ∈ [1,1]:FALSE) ∨ (x[11] = 0 ∈ [1,1]:FALSE) ∨ (x[13] = 0 ∈ [1,1]:FALSE) ∨ (x[14] = 0 ∈ [1,1]:FALSE) ∨ (x[15] = 0 ∈ [1,1]:FALSE) ∨ (x[16] = 0 ∈ [1,1]:FALSE) ∨ (x[17] = 0 ∈ [1,1]:FALSE) ∨ (x[18] = 0 ∈ [1,1]:FALSE) ∨ (x[20] = 0 ∈ [1,1]:FALSE) ∨ (x[21] = 0 ∈ [1,1]:FALSE) ∨ (SCALAR = [451,510] ∈ [514,2148]:FALSE) ∨ (x[23] = 0 ∈ [1,1]:FALSE) ∨ (x[24] = 0 ∈ [1,1]:FALSE) ∨ (x[25] = 0 ∈ [1,1]:FALSE) ∨ (x[26] = 1 ∈ [0,0]:FALSE) ∨ (x[27] = 0 ∈ [1,1]:FALSE) ∨ (x[28] = 0 ∈ [1,1]:FALSE) ∨ (SCALAR = [451,510] ∈ [0,444]:FALSE) ∨ (x[31] = 0 ∈ [1,1]:FALSE) ∨ (x[32] = 0 ∈ [1,1]:FALSE) ∨ (x[33] = 0 ∈ [1,1]:FALSE) ∨ (x[34] = 0 ∈ [1,1]:FALSE) ∨ (x[35] = 0 ∈ [1,1]:FALSE) ∨ (x[36] = 0 ∈ [1,1]:FALSE) ∨ (x[37] = 0 ∈ [1,1]:FALSE) ∨ (x[38] = 0 ∈ [1,1]:FALSE) ∨ (x[39] = 0 ∈ [1,1]:FALSE) ∨ (x[40] = 0 ∈ [1,1]:FALSE) ∨ (x[41] = 0 ∈ [1,1]:FALSE) ∨ (x[42] = 0 ∈ [1,1]:FALSE) ∨ (x[43] = 0 ∈ [1,1]:FALSE) ∨ (x[44] = 0 ∈ [1,1]:FALSE) ∨ (x[45] = 0 ∈ [1,1]:FALSE) ∨ (x[46] = 0 ∈ [1,1]:FALSE) ∨ (x[47] = 0 ∈ [1,1]:FALSE) ∨ (x[48] = 0 ∈ [1,1]:FALSE) ∨ (x[49] = 1 ∈ [0,0]:FALSE) ∨ (x[0] = 0 ∈ [1,1]:FALSE) ∨ (x[1] = 1 ∈ [0,0]:FALSE)
1.30/0.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.30/0.68		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.30/0.68		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.30/0.68		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.30/0.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.30/0.68	Caused by: org.chocosolver.solver.exception.SolverException: Learn a satisfied signed clause: #106 : ?TRUE : (x[22] = 1 ∈ [1,1]:TRUE) ∨ (x[30] = 1 ∈ [0,0]:FALSE) ∨ (x[2] = 0 ∈ [1,1]:FALSE) ∨ (x[3] = 0 ∈ [1,1]:FALSE) ∨ (x[5] = 0 ∈ [1,1]:FALSE) ∨ (x[6] = 0 ∈ [1,1]:FALSE) ∨ (x[9] = 0 ∈ [1,1]:FALSE) ∨ (x[10] = 0 ∈ [1,1]:FALSE) ∨ (x[11] = 0 ∈ [1,1]:FALSE) ∨ (x[13] = 0 ∈ [1,1]:FALSE) ∨ (x[14] = 0 ∈ [1,1]:FALSE) ∨ (x[15] = 0 ∈ [1,1]:FALSE) ∨ (x[16] = 0 ∈ [1,1]:FALSE) ∨ (x[17] = 0 ∈ [1,1]:FALSE) ∨ (x[18] = 0 ∈ [1,1]:FALSE) ∨ (x[20] = 0 ∈ [1,1]:FALSE) ∨ (x[21] = 0 ∈ [1,1]:FALSE) ∨ (SCALAR = [451,510] ∈ [514,2148]:FALSE) ∨ (x[23] = 0 ∈ [1,1]:FALSE) ∨ (x[24] = 0 ∈ [1,1]:FALSE) ∨ (x[25] = 0 ∈ [1,1]:FALSE) ∨ (x[26] = 1 ∈ [0,0]:FALSE) ∨ (x[27] = 0 ∈ [1,1]:FALSE) ∨ (x[28] = 0 ∈ [1,1]:FALSE) ∨ (SCALAR = [451,510] ∈ [0,444]:FALSE) ∨ (x[31] = 0 ∈ [1,1]:FALSE) ∨ (x[32] = 0 ∈ [1,1]:FALSE) ∨ (x[33] = 0 ∈ [1,1]:FALSE) ∨ (x[34] = 0 ∈ [1,1]:FALSE) ∨ (x[35] = 0 ∈ [1,1]:FALSE) ∨ (x[36] = 0 ∈ [1,1]:FALSE) ∨ (x[37] = 0 ∈ [1,1]:FALSE) ∨ (x[38] = 0 ∈ [1,1]:FALSE) ∨ (x[39] = 0 ∈ [1,1]:FALSE) ∨ (x[40] = 0 ∈ [1,1]:FALSE) ∨ (x[41] = 0 ∈ [1,1]:FALSE) ∨ (x[42] = 0 ∈ [1,1]:FALSE) ∨ (x[43] = 0 ∈ [1,1]:FALSE) ∨ (x[44] = 0 ∈ [1,1]:FALSE) ∨ (x[45] = 0 ∈ [1,1]:FALSE) ∨ (x[46] = 0 ∈ [1,1]:FALSE) ∨ (x[47] = 0 ∈ [1,1]:FALSE) ∨ (x[48] = 0 ∈ [1,1]:FALSE) ∨ (x[49] = 1 ∈ [0,0]:FALSE) ∨ (x[0] = 0 ∈ [1,1]:FALSE) ∨ (x[1] = 1 ∈ [0,0]:FALSE)
1.30/0.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:185)
1.30/0.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.30/0.68		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.30/0.68		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.30/0.68		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.30/0.68		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.30/0.68		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.30/0.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.30/0.68		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.30/0.68		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.30/0.68		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.30/0.68		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.30/0.68		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.30/0.68		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.30/0.68		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.30/0.68		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.30/0.68	o 503 
1.30/0.69	o 509 
1.30/0.70	o 523 
1.69/0.70	o 558 
1.69/0.71	o 595 
1.69/0.71	o 603 
1.69/0.72	o 605 
1.69/0.72	o 611 
1.69/0.73	o 615 
1.69/0.73	o 617 
1.69/0.73	o 619 
1.69/0.74	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (35/37)
1.69/0.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.69/0.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.69/0.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.69/0.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.69/0.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.69/0.74	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (35/37)
1.69/0.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.69/0.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.69/0.74		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.69/0.74		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.69/0.74		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.69/0.74		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.69/0.74		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.69/0.74		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.69/0.74		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.69/0.74		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.69/0.74		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.69/0.74		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.69/0.74		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.69/0.74		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.69/0.74		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.69/0.74		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.69/0.74	o 626 
1.69/0.77	o 650 
1.69/0.77	o 652 
1.69/0.78	o 680 
1.69/0.78	o 695 
2.35/0.83	o 722 
2.35/0.85	o 742 
2.35/0.86	o 746 
2.35/0.88	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.35/0.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.35/0.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.35/0.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.35/0.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.35/0.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.35/0.88	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.35/0.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.35/0.88		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.35/0.88		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.35/0.88		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.35/0.88		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.35/0.88		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.35/0.88		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.35/0.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.35/0.88		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.35/0.88		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.35/0.88		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.35/0.88		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.35/0.88		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.35/0.88		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.35/0.88		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.35/0.88		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.35/0.88	o 752 
2.35/0.88	o 756 
2.35/0.89	o 757 
2.97/0.90	o 758 
2.97/0.90	o 766 
2.97/0.90	o 779 
2.97/0.92	o 781 
2.97/0.92	o 786 
2.97/0.93	o 805 
2.97/0.94	o 814 
2.97/0.94	o 819 
2.97/0.95	o 832 
2.97/0.95	o 851 
2.97/0.96	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (30/33)
2.97/0.96		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.97/0.96		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.97/0.96		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.97/0.96		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.97/0.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.97/0.96	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (30/33)
2.97/0.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.97/0.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.97/0.96		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.97/0.96		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.97/0.96		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.97/0.96		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.97/0.96		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.97/0.96		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.97/0.96		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.97/0.96		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.97/0.96		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.97/0.96		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.97/0.96		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.97/0.96		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.97/0.96		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.97/0.96		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.97/0.96	o 870 
3.75/1.05	o 884 
3.75/1.05	o 897 
3.75/1.06	o 907 
3.75/1.06	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (24/26)
3.75/1.06		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.75/1.06		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.75/1.06		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.75/1.06		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.75/1.06		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.75/1.06	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (24/26)
3.75/1.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.75/1.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.75/1.06		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.75/1.06		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.75/1.06		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.75/1.06		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.75/1.06		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.75/1.06		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.75/1.06		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.75/1.06		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.75/1.06		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.75/1.06		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.75/1.06		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.75/1.06		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.75/1.06		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.75/1.06		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.75/1.06	o 913 
3.75/1.09	o 916 
3.75/1.10	o 931 
4.46/1.13	o 954 
4.46/1.14	o 960 
54.73/7.78	s OPTIMUM FOUND
54.73/7.78	v <instantiation>
54.73/7.78	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] </list>
54.73/7.78	v 	<values>0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1 </values>
54.73/7.78	v </instantiation>

Verifier Data

OK	960

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: 16375 MiB (13742 MiB free)
  memory of node 1: 16384 MiB (13843 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393823-1568433966/watcher-4393823-1568433966 -o /tmp/evaluation-result-4393823-1568433966/solver-4393823-1568433966 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 398967846 HOME/instance-4393823-1568433966.xml 

running on 8 cores: 0-7

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


[startup+0.100134 s]*
/proc/loadavg: 5.43 5.83 4.69 3/211 12727
/proc/meminfo: memFree=28230428/32770688 swapFree=66919992/67108860
[pid=12706] ppid=12703 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12706/stat : 12706 (xcsp3-exec) S 12703 12706 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419402925 115843072 363 33554432000 4194304 5098028 140731234819872 140731234817976 139803937043068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38031360 140731234825078 140731234825321 140731234825321 140731234828234 0
/proc/12706/statm: 28282 363 304 221 0 87 0
[pid=12708] ppid=12706 vsize=28227388 memory=31720 CPUtime=0.12 cores=0-7
/proc/12708/stat : 12708 (java) S 12706 12706 11952 0 -1 1077944320 5367 0 0 0 10 2 0 0 20 0 20 0 419402925 28904845312 7930 33554432000 4194304 4196468 140731554505184 140731554487728 140157645528823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
/proc/12708/statm: 7056847 7930 3120 1 0 7019032 0
[pid=12708/tid=12709] ppid=12706 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/12708/task/12709/stat : 12709 (java) R 12706 12706 11952 0 -1 4202560 3277 0 0 0 8 1 0 0 20 0 20 0 419402925 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157649764040 140157645540758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12710] ppid=12706 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/12708/task/12710/stat : 12710 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157602081424 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12711] ppid=12706 vsize=28227388 memory=140432124302976 CPUtime=0 cores=0-7
/proc/12708/task/12711/stat : 12711 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157196032528 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12712] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12712/stat : 12712 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157194979728 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12713] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12713/stat : 12713 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157193926928 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12714] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12714/stat : 12714 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157192875152 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12715] ppid=12706 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12708/task/12715/stat : 12715 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157191822352 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12716] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12716/stat : 12716 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157190769552 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12717] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12717/stat : 12717 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 7930 33554432000 4194304 4196468 140731554505184 140157189716752 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12718] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12718/stat : 12718 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402928 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156761803120 140157645539970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12719] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12719/stat : 12719 (java) S 12706 12706 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419402928 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156760749088 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12720] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12720/stat : 12720 (java) S 12706 12706 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419402929 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156759696240 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12721] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12721/stat : 12721 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402931 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156758644560 140157645547419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12722] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12722/stat : 12722 (java) S 12706 12706 11952 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 419402931 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156757592944 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12723] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12723/stat : 12723 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419402931 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156756540144 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12724] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12724/stat : 12724 (java) S 12706 12706 11952 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419402931 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156755487344 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12725] ppid=12706 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12708/task/12725/stat : 12725 (java) S 12706 12706 11952 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 419402931 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156754434544 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12726] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12726/stat : 12726 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419402931 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156753381984 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12727] ppid=12706 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12708/task/12727/stat : 12727 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402932 28904845312 7930 33554432000 4194304 4196468 140731554505184 140156752329264 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 33172 KiB

[startup+0.211332 s]*
/proc/loadavg: 5.43 5.83 4.69 3/211 12727
/proc/meminfo: memFree=28218392/32770688 swapFree=66919992/67108860
[pid=12706] ppid=12703 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12706/stat : 12706 (xcsp3-exec) S 12703 12706 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419402925 115843072 363 33554432000 4194304 5098028 140731234819872 140731234817976 139803937043068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38031360 140731234825078 140731234825321 140731234825321 140731234828234 0
/proc/12706/statm: 28282 363 304 221 0 87 0
[pid=12708] ppid=12706 vsize=28227388 memory=42904 CPUtime=0.33 cores=0-7
/proc/12708/stat : 12708 (java) S 12706 12706 11952 0 -1 1077944320 8915 0 0 0 29 4 0 0 20 0 20 0 419402925 28904845312 10726 33554432000 4194304 4196468 140731554505184 140731554487728 140157645528823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
/proc/12708/statm: 7056847 10726 3269 1 0 7019032 0
[pid=12708/tid=12709] ppid=12706 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/12708/task/12709/stat : 12709 (java) R 12706 12706 11952 0 -1 4202560 6067 0 0 0 17 2 0 0 20 0 20 0 419402925 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157649759088 140157629609310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12710] ppid=12706 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/12708/task/12710/stat : 12710 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157602081424 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12711] ppid=12706 vsize=28227388 memory=3546786922605467296 CPUtime=0 cores=0-7
/proc/12708/task/12711/stat : 12711 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157196032528 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12712] ppid=12706 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12708/task/12712/stat : 12712 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157194979728 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12713] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12713/stat : 12713 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157193926928 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12714] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12714/stat : 12714 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157192875152 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12715] ppid=12706 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12708/task/12715/stat : 12715 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157191822352 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12716] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12716/stat : 12716 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157190769552 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12717] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12717/stat : 12717 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28904845312 10726 33554432000 4194304 4196468 140731554505184 140157189716752 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12718] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12718/stat : 12718 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402928 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156761803120 140157645539970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12719] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12719/stat : 12719 (java) S 12706 12706 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419402928 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156760749088 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12720] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12720/stat : 12720 (java) S 12706 12706 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419402929 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156759696240 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12721] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12721/stat : 12721 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402931 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156758644560 140157645547419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12722] ppid=12706 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12708/task/12722/stat : 12722 (java) S 12706 12706 11952 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 20 0 419402931 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156757592944 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12723] ppid=12706 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/12708/task/12723/stat : 12723 (java) S 12706 12706 11952 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 20 0 419402931 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156756540144 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12724] ppid=12706 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/12708/task/12724/stat : 12724 (java) S 12706 12706 11952 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 20 0 419402931 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156755487344 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12725] ppid=12706 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/12708/task/12725/stat : 12725 (java) S 12706 12706 11952 0 -1 1077944384 747 0 0 0 7 0 0 0 20 0 20 0 419402931 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156754434544 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12726] ppid=12706 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12726/stat : 12726 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419402931 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156753381984 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12727] ppid=12706 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12708/task/12727/stat : 12727 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402932 28904845312 10726 33554432000 4194304 4196468 140731554505184 140156752329264 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 44356 KiB

[startup+0.310803 s]*
/proc/loadavg: 5.43 5.83 4.69 4/211 12727
/proc/meminfo: memFree=28213676/32770688 swapFree=66919992/67108860
[pid=12706] ppid=12703 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12706/stat : 12706 (xcsp3-exec) S 12703 12706 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419402925 115843072 363 33554432000 4194304 5098028 140731234819872 140731234817976 139803937043068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38031360 140731234825078 140731234825321 140731234825321 140731234828234 0
/proc/12706/statm: 28282 363 304 221 0 87 0
[pid=12708] ppid=12706 vsize=28231644 memory=48292 CPUtime=0.51 cores=0-7
/proc/12708/stat : 12708 (java) S 12706 12706 11952 0 -1 1077944320 9922 0 0 0 46 5 0 0 20 0 20 0 419402925 28909203456 12073 33554432000 4194304 4196468 140731554505184 140731554487728 140157645528823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
/proc/12708/statm: 7057911 12073 3292 1 0 7019032 0
[pid=12708/tid=12709] ppid=12706 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/12708/task/12709/stat : 12709 (java) R 12706 12706 11952 0 -1 4202560 6972 0 0 0 26 3 0 0 20 0 20 0 419402925 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157649741376 140157638206837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12710] ppid=12706 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12710/stat : 12710 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157602081424 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12711] ppid=12706 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12711/stat : 12711 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157196032528 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12712] ppid=12706 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12712/stat : 12712 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157194979728 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12713] ppid=12706 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12713/stat : 12713 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157193926928 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12714] ppid=12706 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12714/stat : 12714 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157192875152 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12715] ppid=12706 vsize=28231644 memory=140432008899247 CPUtime=0 cores=0-7
/proc/12708/task/12715/stat : 12715 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157191822352 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12716] ppid=12706 vsize=28231644 memory=140432008901552 CPUtime=0 cores=0-7
/proc/12708/task/12716/stat : 12716 (java) S 12706 12706 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157190769552 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12717] ppid=12706 vsize=28231644 memory=140432008903856 CPUtime=0 cores=0-7
/proc/12708/task/12717/stat : 12717 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402926 28909203456 12073 33554432000 4194304 4196468 140731554505184 140157189716752 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12718] ppid=12706 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12718/stat : 12718 (java) S 12706 12706 11952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419402928 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156761803120 140157645539970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12719] ppid=12706 vsize=28231644 memory=280864017821584 CPUtime=0 cores=0-7
/proc/12708/task/12719/stat : 12719 (java) S 12706 12706 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419402928 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156760749088 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12720] ppid=12706 vsize=28231644 memory=280864017819280 CPUtime=0 cores=0-7
/proc/12708/task/12720/stat : 12720 (java) S 12706 12706 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419402929 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156759696240 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12721] ppid=12706 vsize=28231644 memory=280864017826192 CPUtime=0 cores=0-7
/proc/12708/task/12721/stat : 12721 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402931 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156758644560 140157645547419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12722] ppid=12706 vsize=28231644 memory=280864017767472 CPUtime=0.02 cores=0-7
/proc/12708/task/12722/stat : 12722 (java) S 12706 12706 11952 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 20 0 419402931 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156757592944 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12723] ppid=12706 vsize=28231644 memory=280864017840016 CPUtime=0.03 cores=0-7
/proc/12708/task/12723/stat : 12723 (java) S 12706 12706 11952 0 -1 1077944384 273 0 0 0 3 0 0 0 20 0 20 0 419402931 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156756540144 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12724] ppid=12706 vsize=28231644 memory=280864017846928 CPUtime=0.01 cores=0-7
/proc/12708/task/12724/stat : 12724 (java) S 12706 12706 11952 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 20 0 419402931 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156755487344 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12725] ppid=12706 vsize=28231644 memory=280864017844624 CPUtime=0.12 cores=0-7
/proc/12708/task/12725/stat : 12725 (java) S 12706 12706 11952 0 -1 1077944384 831 0 0 0 12 0 0 0 20 0 20 0 419402931 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156754434544 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12726] ppid=12706 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12726/stat : 12726 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419402931 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156753381984 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12727] ppid=12706 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/12708/task/12727/stat : 12727 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419402932 28909203456 12073 33554432000 4194304 4196468 140731554505184 140156752329264 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 49744 KiB

[startup+0.702364 s]
/proc/loadavg: 5.43 5.83 4.69 4/211 12727
/proc/meminfo: memFree=28199832/32770688 swapFree=66919992/67108860
[pid=12706] ppid=12703 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12706/stat : 12706 (xcsp3-exec) S 12703 12706 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419402925 115843072 363 33554432000 4194304 5098028 140731234819872 140731234817976 139803937043068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38031360 140731234825078 140731234825321 140731234825321 140731234828234 0
/proc/12706/statm: 28282 363 304 221 0 87 0
[pid=12708] ppid=12706 vsize=28900436 memory=192596 CPUtime=1.69 cores=0-7
/proc/12708/stat : 12708 (java) S 12706 12706 11952 0 -1 1077944320 18500 0 0 0 155 14 0 0 20 0 28 0 419402925 29594046464 48149 33554432000 4194304 4196468 140731554505184 140731554487728 140157645528823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
/proc/12708/statm: 7225109 48149 3476 1 0 7186211 0
[pid=12708/tid=12709] ppid=12706 vsize=28900436 memory=0 CPUtime=0.54 cores=0-7
/proc/12708/task/12709/stat : 12709 (java) S 12706 12706 11952 0 -1 1077944384 8568 0 0 0 49 5 0 0 20 0 28 0 419402925 29594046464 48149 33554432000 4194304 4196468 140731554505184 140157649769600 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12710] ppid=12706 vsize=28900436 memory=140432009110384 CPUtime=0 cores=0-7
/proc/12708/task/12710/stat : 12710 (java) S 12706 12706 11952 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 419402926 29594046464 48149 33554432000 4194304 4196468 140731554505184 140157602081424 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12711] ppid=12706 vsize=28900436 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12711/stat : 12711 (java) S 12706 12706 11952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 419402926 29594046464 48149 33554432000 4194304 4196468 140731554505184 140157196032528 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12712] ppid=12706 vsize=28900436 memory=1176 CPUtime=0 cores=0-7
/proc/12708/task/12712/stat : 12712 (java) S 12706 12706 11952 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419402926 29594046464 48149 33554432000 4194304 4196468 140731554505184 140157194979728 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0

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

[pid=12708/tid=13272] ppid=12706 vsize=28968020 memory=496 CPUtime=4.82 cores=0-7
/proc/12708/task/13272/stat : 13272 (java) R 12706 12706 11952 0 -1 4202560 850 0 0 0 476 6 0 0 20 0 28 0 419403039 29663252480 280493 33554432000 4194304 4196468 140731554505184 140156739960552 140157288187035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13273] ppid=12706 vsize=28968020 memory=1560 CPUtime=4.04 cores=0-7
/proc/12708/task/13273/stat : 13273 (java) R 12706 12706 11952 0 -1 4202560 477 0 0 0 401 3 0 0 20 0 28 0 419403039 29663252480 280493 33554432000 4194304 4196468 140731554505184 140156733648368 140157287370205 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13274] ppid=12706 vsize=28968020 memory=928 CPUtime=4.16 cores=0-7
/proc/12708/task/13274/stat : 13274 (java) R 12706 12706 11952 0 -1 4202560 257 0 0 0 413 3 0 0 20 0 28 0 419403039 29663252480 280493 33554432000 4194304 4196468 140731554505184 140156732596672 140157288755428 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13275] ppid=12706 vsize=28968020 memory=1724 CPUtime=4.09 cores=0-7
/proc/12708/task/13275/stat : 13275 (java) S 12706 12706 11952 0 -1 1077944384 237 0 0 0 407 2 0 0 20 0 28 0 419403039 29663252480 280493 33554432000 4194304 4196468 140731554505184 140156742070688 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13276] ppid=12706 vsize=28968020 memory=1964 CPUtime=3.96 cores=0-7
/proc/12708/task/13276/stat : 13276 (java) R 12706 12706 11952 0 -1 1077944384 663 0 0 0 391 5 0 0 20 0 28 0 419403039 29663252480 280493 33554432000 4194304 4196468 140731554505184 140156743123232 140157645539029 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13277] ppid=12706 vsize=28968020 memory=2776 CPUtime=3.7 cores=0-7
/proc/12708/task/13277/stat : 13277 (java) R 12706 12706 11952 0 -1 4202560 109 0 0 0 368 2 0 0 20 0 28 0 419403040 29663252480 280493 33554432000 4194304 4196468 140731554505184 140156741017664 140157286800901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
Current children cumulated CPU time: 44.98 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1123424 KiB

[startup+7.20204 s]
/proc/loadavg: 5.88 5.92 4.73 9/219 13278
/proc/meminfo: memFree=27076020/32770688 swapFree=66919992/67108860
[pid=12706] ppid=12703 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12706/stat : 12706 (xcsp3-exec) S 12703 12706 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419402925 115843072 363 33554432000 4194304 5098028 140731234819872 140731234817976 139803937043068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38031360 140731234825078 140731234825321 140731234825321 140731234828234 0
/proc/12706/statm: 28282 363 304 221 0 87 0
[pid=12708] ppid=12706 vsize=28968020 memory=1184700 CPUtime=50.91 cores=0-7
/proc/12708/stat : 12708 (java) S 12706 12706 11952 0 -1 1077944320 62357 0 0 0 5018 73 0 0 20 0 28 0 419402925 29663252480 296175 33554432000 4194304 4196468 140731554505184 140731554487728 140157645528823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
/proc/12708/statm: 7242005 296175 3527 1 0 7203107 0
[pid=12708/tid=12709] ppid=12706 vsize=28968020 memory=140432008841024 CPUtime=0.56 cores=0-7
/proc/12708/task/12709/stat : 12709 (java) S 12706 12706 11952 0 -1 1077944384 8568 0 0 0 51 5 0 0 20 0 28 0 419402925 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157649769600 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12710] ppid=12706 vsize=28968020 memory=140432008841120 CPUtime=0.08 cores=0-7
/proc/12708/task/12710/stat : 12710 (java) S 12706 12706 11952 0 -1 1077944384 113 0 0 0 6 2 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157602081424 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12711] ppid=12706 vsize=28968020 memory=140432008993776 CPUtime=0.07 cores=0-7
/proc/12708/task/12711/stat : 12711 (java) S 12706 12706 11952 0 -1 1077944384 93 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157196032528 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12712] ppid=12706 vsize=28968020 memory=140432008841312 CPUtime=0.07 cores=0-7
/proc/12708/task/12712/stat : 12712 (java) S 12706 12706 11952 0 -1 1077944384 390 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157194979728 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12713] ppid=12706 vsize=28968020 memory=0 CPUtime=0.05 cores=0-7
/proc/12708/task/12713/stat : 12713 (java) S 12706 12706 11952 0 -1 1077944384 89 0 0 0 3 2 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157193926928 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12714] ppid=12706 vsize=28968020 memory=2110782616106420 CPUtime=0.09 cores=0-7
/proc/12708/task/12714/stat : 12714 (java) S 12706 12706 11952 0 -1 1077944384 150 0 0 0 7 2 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157192875152 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12715] ppid=12706 vsize=28968020 memory=140432010848393 CPUtime=0.05 cores=0-7
/proc/12708/task/12715/stat : 12715 (java) S 12706 12706 11952 0 -1 1077944384 77 0 0 0 4 1 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157191822352 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12716] ppid=12706 vsize=28968020 memory=6791534058613427641 CPUtime=0.07 cores=0-7
/proc/12708/task/12716/stat : 12716 (java) S 12706 12706 11952 0 -1 1077944384 234 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157190769552 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12717] ppid=12706 vsize=28968020 memory=140432008932896 CPUtime=0.07 cores=0-7
/proc/12708/task/12717/stat : 12717 (java) S 12706 12706 11952 0 -1 1077944384 118 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296175 33554432000 4194304 4196468 140731554505184 140157189716752 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12718] ppid=12706 vsize=28968020 memory=7959527572457070409 CPUtime=0.01 cores=0-7
/proc/12708/task/12718/stat : 12718 (java) S 12706 12706 11952 0 -1 1077944384 904 0 0 0 1 0 0 0 20 0 28 0 419402928 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156761803120 140157645539970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12719] ppid=12706 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12719/stat : 12719 (java) S 12706 12706 11952 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 419402928 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156760749152 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12720] ppid=12706 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12708/task/12720/stat : 12720 (java) S 12706 12706 11952 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419402929 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156759696256 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12721] ppid=12706 vsize=28968020 memory=140432009131712 CPUtime=0 cores=0-7
/proc/12708/task/12721/stat : 12721 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419402931 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156758644560 140157645547419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12722] ppid=12706 vsize=28968020 memory=140432009128704 CPUtime=2.78 cores=0-7
/proc/12708/task/12722/stat : 12722 (java) S 12706 12706 11952 0 -1 1077944384 5901 0 0 0 276 2 0 0 20 0 28 0 419402931 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156757592944 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12723] ppid=12706 vsize=28968020 memory=140432009128800 CPUtime=2.42 cores=0-7
/proc/12708/task/12723/stat : 12723 (java) S 12706 12706 11952 0 -1 1077944384 5106 0 0 0 240 2 0 0 20 0 28 0 419402931 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156756540144 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12724] ppid=12706 vsize=28968020 memory=140432009128896 CPUtime=3.83 cores=0-7
/proc/12708/task/12724/stat : 12724 (java) S 12706 12706 11952 0 -1 1077944384 21265 0 0 0 376 7 0 0 20 0 28 0 419402931 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156755487344 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12725] ppid=12706 vsize=28968020 memory=140432009128992 CPUtime=0.86 cores=0-7
/proc/12708/task/12725/stat : 12725 (java) S 12706 12706 11952 0 -1 1077944384 5212 0 0 0 84 2 0 0 20 0 28 0 419402931 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156754434544 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12726] ppid=12706 vsize=28968020 memory=280864018204096 CPUtime=0 cores=0-7
/proc/12708/task/12726/stat : 12726 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419402931 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156753381984 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12727] ppid=12706 vsize=28968020 memory=140432009240263 CPUtime=0 cores=0-7
/proc/12708/task/12727/stat : 12727 (java) S 12706 12706 11952 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 28 0 419402932 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156752329264 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13270] ppid=12706 vsize=28968020 memory=13563791027735092 CPUtime=4.33 cores=0-7
/proc/12708/task/13270/stat : 13270 (java) R 12706 12706 11952 0 -1 4202560 293 0 0 0 432 1 0 0 20 0 28 0 419403039 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156736805728 140157286800910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13271] ppid=12706 vsize=28968020 memory=0 CPUtime=4.62 cores=0-7
/proc/12708/task/13271/stat : 13271 (java) R 12706 12706 11952 0 -1 4202560 42 0 0 0 461 1 0 0 20 0 28 0 419403039 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156734701376 140157286801471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13272] ppid=12706 vsize=28968020 memory=0 CPUtime=5.59 cores=0-7
/proc/12708/task/13272/stat : 13272 (java) R 12706 12706 11952 0 -1 4202560 865 0 0 0 552 7 0 0 20 0 28 0 419403039 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156739964656 140157288187035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13273] ppid=12706 vsize=28968020 memory=0 CPUtime=4.76 cores=0-7
/proc/12708/task/13273/stat : 13273 (java) R 12706 12706 11952 0 -1 4202560 489 0 0 0 472 4 0 0 20 0 28 0 419403039 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156733648448 140157287368552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13274] ppid=12706 vsize=28968020 memory=1452 CPUtime=4.86 cores=0-7
/proc/12708/task/13274/stat : 13274 (java) R 12706 12706 11952 0 -1 4202560 259 0 0 0 483 3 0 0 20 0 28 0 419403039 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156732596672 140157290747520 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13275] ppid=12706 vsize=28968020 memory=1452 CPUtime=4.74 cores=0-7
/proc/12708/task/13275/stat : 13275 (java) R 12706 12706 11952 0 -1 4202560 240 0 0 0 471 3 0 0 20 0 28 0 419403039 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156742070688 140157287670837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13276] ppid=12706 vsize=28968020 memory=1184640 CPUtime=4.66 cores=0-7
/proc/12708/task/13276/stat : 13276 (java) R 12706 12706 11952 0 -1 1077944384 674 0 0 0 461 5 0 0 20 0 28 0 419403039 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156743123136 140157645539970 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13277] ppid=12706 vsize=28968020 memory=0 CPUtime=4.37 cores=0-7
/proc/12708/task/13277/stat : 13277 (java) S 12706 12706 11952 0 -1 1077944384 110 0 0 0 435 2 0 0 20 0 28 0 419403040 29663252480 296175 33554432000 4194304 4196468 140731554505184 140156741017760 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1186152 KiB

[startup+7.60442 s]
/proc/loadavg: 5.88 5.92 4.73 9/219 13278
/proc/meminfo: memFree=27076020/32770688 swapFree=66919992/67108860
[pid=12706] ppid=12703 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12706/stat : 12706 (xcsp3-exec) S 12703 12706 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419402925 115843072 363 33554432000 4194304 5098028 140731234819872 140731234817976 139803937043068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38031360 140731234825078 140731234825321 140731234825321 140731234828234 0
/proc/12706/statm: 28282 363 304 221 0 87 0
[pid=12708] ppid=12706 vsize=28968020 memory=1184724 CPUtime=53.98 cores=0-7
/proc/12708/stat : 12708 (java) S 12706 12706 11952 0 -1 1077944320 62383 0 0 0 5323 75 0 0 20 0 28 0 419402925 29663252480 296181 33554432000 4194304 4196468 140731554505184 140731554487728 140157645528823 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
/proc/12708/statm: 7242005 296181 3527 1 0 7203107 0
[pid=12708/tid=12709] ppid=12706 vsize=28968020 memory=1432 CPUtime=0.56 cores=0-7
/proc/12708/task/12709/stat : 12709 (java) S 12706 12706 11952 0 -1 1077944384 8568 0 0 0 51 5 0 0 20 0 28 0 419402925 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157649769600 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12710] ppid=12706 vsize=28968020 memory=776 CPUtime=0.08 cores=0-7
/proc/12708/task/12710/stat : 12710 (java) S 12706 12706 11952 0 -1 1077944384 113 0 0 0 6 2 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157602081424 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12711] ppid=12706 vsize=28968020 memory=6791534058613427641 CPUtime=0.07 cores=0-7
/proc/12708/task/12711/stat : 12711 (java) S 12706 12706 11952 0 -1 1077944384 93 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157196032528 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12712] ppid=12706 vsize=28968020 memory=800 CPUtime=0.07 cores=0-7
/proc/12708/task/12712/stat : 12712 (java) S 12706 12706 11952 0 -1 1077944384 390 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157194979728 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12713] ppid=12706 vsize=28968020 memory=4108 CPUtime=0.05 cores=0-7
/proc/12708/task/12713/stat : 12713 (java) S 12706 12706 11952 0 -1 1077944384 89 0 0 0 3 2 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157193926928 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12714] ppid=12706 vsize=28968020 memory=1804 CPUtime=0.09 cores=0-7
/proc/12708/task/12714/stat : 12714 (java) S 12706 12706 11952 0 -1 1077944384 150 0 0 0 7 2 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157192875152 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12715] ppid=12706 vsize=28968020 memory=920 CPUtime=0.05 cores=0-7
/proc/12708/task/12715/stat : 12715 (java) S 12706 12706 11952 0 -1 1077944384 77 0 0 0 4 1 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157191822352 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12716] ppid=12706 vsize=28968020 memory=4136 CPUtime=0.07 cores=0-7
/proc/12708/task/12716/stat : 12716 (java) S 12706 12706 11952 0 -1 1077944384 234 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157190769552 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12717] ppid=12706 vsize=28968020 memory=1412 CPUtime=0.07 cores=0-7
/proc/12708/task/12717/stat : 12717 (java) S 12706 12706 11952 0 -1 1077944384 118 0 0 0 5 2 0 0 20 0 28 0 419402926 29663252480 296181 33554432000 4194304 4196468 140731554505184 140157189716752 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12718] ppid=12706 vsize=28968020 memory=2744 CPUtime=0.01 cores=0-7
/proc/12708/task/12718/stat : 12718 (java) S 12706 12706 11952 0 -1 1077944384 904 0 0 0 1 0 0 0 20 0 28 0 419402928 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156761803120 140157645539970 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12719] ppid=12706 vsize=28968020 memory=2828 CPUtime=0 cores=0-7
/proc/12708/task/12719/stat : 12719 (java) S 12706 12706 11952 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 419402928 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156760749152 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12720] ppid=12706 vsize=28968020 memory=1176 CPUtime=0 cores=0-7
/proc/12708/task/12720/stat : 12720 (java) S 12706 12706 11952 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419402929 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156759696256 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12721] ppid=12706 vsize=28968020 memory=980 CPUtime=0 cores=0-7
/proc/12708/task/12721/stat : 12721 (java) S 12706 12706 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419402931 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156758644560 140157645547419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12722] ppid=12706 vsize=28968020 memory=14008 CPUtime=2.89 cores=0-7
/proc/12708/task/12722/stat : 12722 (java) S 12706 12706 11952 0 -1 1077944384 5918 0 0 0 287 2 0 0 20 0 28 0 419402931 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156757592944 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12723] ppid=12706 vsize=28968020 memory=12028 CPUtime=2.42 cores=0-7
/proc/12708/task/12723/stat : 12723 (java) R 12706 12706 11952 0 -1 1077944384 5106 0 0 0 240 2 0 0 20 0 28 0 419402931 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156756540144 140157645539970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12724] ppid=12706 vsize=28968020 memory=25824 CPUtime=3.83 cores=0-7
/proc/12708/task/12724/stat : 12724 (java) S 12706 12706 11952 0 -1 1077944384 21265 0 0 0 376 7 0 0 20 0 28 0 419402931 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156755487344 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12725] ppid=12706 vsize=28968020 memory=2120 CPUtime=0.86 cores=0-7
/proc/12708/task/12725/stat : 12725 (java) S 12706 12706 11952 0 -1 1077944384 5213 0 0 0 84 2 0 0 20 0 28 0 419402931 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156754434544 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12726] ppid=12706 vsize=28968020 memory=496 CPUtime=0 cores=0-7
/proc/12708/task/12726/stat : 12726 (java) S 12706 12706 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419402931 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156753381984 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=12727] ppid=12706 vsize=28968020 memory=1560 CPUtime=0 cores=0-7
/proc/12708/task/12727/stat : 12727 (java) S 12706 12706 11952 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 28 0 419402932 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156752329264 140157645539970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13270] ppid=12706 vsize=28968020 memory=928 CPUtime=4.65 cores=0-7
/proc/12708/task/13270/stat : 13270 (java) R 12706 12706 11952 0 -1 4202560 293 0 0 0 464 1 0 0 20 0 28 0 419403039 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156736805824 140157286016726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13271] ppid=12706 vsize=28968020 memory=1724 CPUtime=4.99 cores=0-7
/proc/12708/task/13271/stat : 13271 (java) R 12706 12706 11952 0 -1 4202560 42 0 0 0 498 1 0 0 20 0 28 0 419403039 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156734701376 140157290177797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13272] ppid=12706 vsize=28968020 memory=1964 CPUtime=5.99 cores=0-7
/proc/12708/task/13272/stat : 13272 (java) R 12706 12706 11952 0 -1 4202560 868 0 0 0 592 7 0 0 20 0 28 0 419403039 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156739964704 140157288400479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13273] ppid=12706 vsize=28968020 memory=2776 CPUtime=5.14 cores=0-7
/proc/12708/task/13273/stat : 13273 (java) R 12706 12706 11952 0 -1 4202560 490 0 0 0 510 4 0 0 20 0 28 0 419403039 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156733648544 140157290178052 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13274] ppid=12706 vsize=28968020 memory=924 CPUtime=5.23 cores=0-7
/proc/12708/task/13274/stat : 13274 (java) R 12706 12706 11952 0 -1 4202560 260 0 0 0 520 3 0 0 20 0 28 0 419403039 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156732596768 140157290747451 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13275] ppid=12706 vsize=28968020 memory=1444 CPUtime=5.08 cores=0-7
/proc/12708/task/13275/stat : 13275 (java) R 12706 12706 11952 0 -1 1077944384 243 0 0 0 505 3 0 0 20 0 28 0 419403039 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156742070592 140157645539970 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13276] ppid=12706 vsize=28968020 memory=1764 CPUtime=5.03 cores=0-7
/proc/12708/task/13276/stat : 13276 (java) S 12706 12706 11952 0 -1 1077944384 674 0 0 0 498 5 0 0 20 0 28 0 419403039 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156743123232 140157645539029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
[pid=12708/tid=13277] ppid=12706 vsize=28968020 memory=111632 CPUtime=4.75 cores=0-7
/proc/12708/task/13277/stat : 13277 (java) R 12706 12706 11952 0 -1 4202560 110 0 0 0 473 2 0 0 20 0 28 0 419403040 29663252480 296181 33554432000 4194304 4196468 140731554505184 140156741017664 140157290392305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26071040 140731554513898 140731554514070 140731554514070 140731554516943 0
Current children cumulated CPU time: 53.98 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1186176 KiB

[startup+7.80125 s]
/proc/loadavg: 5.88 5.92 4.73 9/219 13278
/proc/meminfo: memFree=27076020/32770688 swapFree=66919992/67108860
[pid=12706] ppid=12703 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/12706/stat : 12706 (xcsp3-exec) S 12703 12706 11952 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419402925 115843072 363 33554432000 4194304 5098028 140731234819872 140731234817976 139803937043068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38031360 140731234825078 140731234825321 140731234825321 140731234828234 0
/proc/12706/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 7.80805
CPU time (s): 55.3663
CPU user time (s): 54.5956
CPU system time (s): 0.770667
CPU usage (%): 709.092
Max. virtual memory (cumulated for all children) (KiB): 29081148
Max. memory (cumulated for all children) (KiB): 1186176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.5956
system time used= 0.770667
maximum resident set size= 1185012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63149
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21607
involuntary context switches= 1251


# summary of solver processes directly reported to runsolver:
#   pid: 12706
#   total CPU time (s): 55.3663
#   total CPU user time (s): 54.5956
#   total CPU system time (s): 0.770667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09217 second user time and 0.142915 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 12:26:28
IDJOB=4393823
IDBENCH=133455
IDSOLVER=2841
FILE ID=node120/4393823-1568433966
RUNJOBID= node120-1323945801-11979
PBS_JOBID= 21702313
Free space on /tmp= 61648 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-00.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-4393823-1568433966/watcher-4393823-1568433966 -o /tmp/evaluation-result-4393823-1568433966/solver-4393823-1568433966 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 398967846 HOME/instance-4393823-1568433966.xml

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

MD5SUM BENCH= 1dc4c7bf61332e07eccc684c7f29cd57
RANDOM SEED=398967846

node120.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        28248792 kB
MemAvailable:   31826880 kB
Buffers:          198124 kB
Cached:          3684972 kB
SwapCached:        77548 kB
Active:          1110956 kB
Inactive:        2854528 kB
Active(anon):       4520 kB
Inactive(anon):   127596 kB
Active(file):    1106436 kB
Inactive(file):  2726932 kB
Unevictable:      107516 kB
Mlocked:          107516 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26100 kB
Writeback:             0 kB
AnonPages:        123996 kB
Mapped:            48496 kB
Shmem:             41008 kB
Slab:             149920 kB
SReclaimable:     121108 kB
SUnreclaim:        28812 kB
KernelStack:        3712 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     514620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61624 MiB
End job on node120 at 2011-12-15 12:26:37