Trace number 4280758

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)UNSAT 196.621 155.412

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-42.xml
MD5SUM577152cdcea6c8cfe7178c788ad80cb4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.2085
Satisfiable
(Un)Satisfiability was proved
Number of variables1764
Number of constraints36203
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":1764}]
Minimum variable degree41
Maximum variable degree42
Distribution of variable degrees[{"degree":41,"count":1682},{"degree":42,"count":82}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":36203}]
Number of extensional constraints0
Number of intensional constraints36203
Distribution of constraint types[{"type":"intension","count":36203}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280758-1503142450/watcher-4280758-1503142450 -o /tmp/evaluation-result-4280758-1503142450/solver-4280758-1503142450 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503141271-7621 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 826820680 HOME/instance-4280758-1503142450.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 8.24 8.38 8.29 2/199 7753
/proc/meminfo: memFree=27188884/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=25999808 memory=26632 CPUtime=0.11 cores=0-7
/proc/7734/stat : 7734 (java) S 7732 7732 7594 0 -1 1077944320 5469 0 0 0 10 1 0 0 20 0 20 0 147332539 26623803392 6658 33554432000 4194304 4196468 140729750470784 140729750453328 139888582614775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
/proc/7734/statm: 6499952 6658 2899 1 0 6488269 0
[pid=7734/tid=7735] ppid=7732 vsize=25999808 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 7594 0 -1 4202560 3483 0 0 0 8 1 0 0 20 0 20 0 147332539 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888586840688 139888566695262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7736] ppid=7732 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888505194896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7737] ppid=7732 vsize=25999808 memory=140314380670592 CPUtime=0 cores=0-7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888504142096 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7738] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888503089808 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7739] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888502037008 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7740] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888500984720 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7741] ppid=7732 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888499931920 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7742] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888498879632 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7743] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26623803392 6658 33554432000 4194304 4196468 140729750470784 139888497826832 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7744] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332541 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886899746928 139888582625922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7745] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 7594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147332542 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886898692896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7746] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 7594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147332542 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886897640560 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7747] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332544 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886896588880 139888582633371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7748] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7748/stat : 7748 (java) R 7732 7732 7594 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 147332544 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886895536752 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7749] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7749/stat : 7749 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332544 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886894483952 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7750] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7750/stat : 7750 (java) R 7732 7732 7594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 147332544 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886893431664 139888582625922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7751] ppid=7732 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/7734/task/7751/stat : 7751 (java) R 7732 7732 7594 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 147332544 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886892378864 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7752] ppid=7732 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7752/stat : 7752 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332545 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886891325792 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7753] ppid=7732 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/7734/task/7753/stat : 7753 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332545 26623803392 6658 33554432000 4194304 4196468 140729750470784 139886890273072 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28012 KiB

[startup+0.210453 s]*
/proc/loadavg: 8.24 8.38 8.29 2/199 7753
/proc/meminfo: memFree=27174100/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=26004064 memory=39096 CPUtime=0.33 cores=0-7
/proc/7734/stat : 7734 (java) S 7732 7732 7594 0 -1 1077944320 8328 0 0 0 30 3 0 0 20 0 20 0 147332539 26628161536 9774 33554432000 4194304 4196468 140729750470784 140729750453328 139888582614775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
/proc/7734/statm: 6501016 9774 3066 1 0 6488269 0
[pid=7734/tid=7735] ppid=7732 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 7594 0 -1 4202560 5394 0 0 0 18 2 0 0 20 0 20 0 147332539 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888586828752 139888539216480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7736] ppid=7732 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888505194896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7737] ppid=7732 vsize=26004064 memory=3688649097907345056 CPUtime=0 cores=0-7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888504142096 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7738] ppid=7732 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888503089808 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7739] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888502037008 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7740] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888500984720 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7741] ppid=7732 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888499931920 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7742] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888498879632 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7743] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 9774 33554432000 4194304 4196468 140729750470784 139888497826832 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7744] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332541 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886899746928 139888582625922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7745] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 7594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147332542 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886898692896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7746] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 7594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147332542 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886897640560 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7747] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332544 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886896588880 139888582633371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7748] ppid=7732 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 7594 0 -1 1077944384 465 0 0 0 1 0 0 0 20 0 20 0 147332544 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886895536752 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7749] ppid=7732 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/7734/task/7749/stat : 7749 (java) S 7732 7732 7594 0 -1 1077944384 100 0 0 0 1 0 0 0 20 0 20 0 147332544 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886894483952 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7750] ppid=7732 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/7734/task/7750/stat : 7750 (java) S 7732 7732 7594 0 -1 1077944384 288 0 0 0 2 0 0 0 20 0 20 0 147332544 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886893431664 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7751] ppid=7732 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/7734/task/7751/stat : 7751 (java) R 7732 7732 7594 0 -1 4202560 774 0 0 0 7 0 0 0 20 0 20 0 147332544 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886892378864 139888582636122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7752] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7752/stat : 7752 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332545 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886891325792 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7753] ppid=7732 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7734/task/7753/stat : 7753 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332545 26628161536 9774 33554432000 4194304 4196468 140729750470784 139886890273072 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40476 KiB

[startup+0.310195 s]*
/proc/loadavg: 8.24 8.38 8.29 3/199 7753
/proc/meminfo: memFree=27171584/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=26004064 memory=43740 CPUtime=0.5 cores=0-7
/proc/7734/stat : 7734 (java) S 7732 7732 7594 0 -1 1077944320 9148 0 0 0 47 3 0 0 20 0 20 0 147332539 26628161536 10935 33554432000 4194304 4196468 140729750470784 140729750453328 139888582614775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
/proc/7734/statm: 6501016 10935 3082 1 0 6488269 0
[pid=7734/tid=7735] ppid=7732 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 7594 0 -1 4202560 6070 0 0 0 27 2 0 0 20 0 20 0 147332539 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888586853712 139888566695262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7736] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888505194896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7737] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888504142096 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7738] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888503089808 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7739] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888502037008 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7740] ppid=7732 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888500984720 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7741] ppid=7732 vsize=26004064 memory=140314232845231 CPUtime=0 cores=0-7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888499931920 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7742] ppid=7732 vsize=26004064 memory=140314232847536 CPUtime=0 cores=0-7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888498879632 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7743] ppid=7732 vsize=26004064 memory=3472464212414019040 CPUtime=0 cores=0-7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628161536 10935 33554432000 4194304 4196468 140729750470784 139888497826832 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7744] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332541 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886899746928 139888582625922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7745] ppid=7732 vsize=26004064 memory=280628465706640 CPUtime=0 cores=0-7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 7594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147332542 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886898692896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7746] ppid=7732 vsize=26004064 memory=280628465713552 CPUtime=0 cores=0-7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 7594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147332542 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886897640560 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7747] ppid=7732 vsize=26004064 memory=280628465654704 CPUtime=0 cores=0-7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332544 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886896588880 139888582633371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7748] ppid=7732 vsize=26004064 memory=280628465727376 CPUtime=0.01 cores=0-7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 7594 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 147332544 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886895536752 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7749] ppid=7732 vsize=26004064 memory=280628465734288 CPUtime=0.02 cores=0-7
/proc/7734/task/7749/stat : 7749 (java) S 7732 7732 7594 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 20 0 147332544 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886894483952 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7750] ppid=7732 vsize=26004064 memory=280628465731984 CPUtime=0.03 cores=0-7
/proc/7734/task/7750/stat : 7750 (java) S 7732 7732 7594 0 -1 1077944384 328 0 0 0 3 0 0 0 20 0 20 0 147332544 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886893431664 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7751] ppid=7732 vsize=26004064 memory=280628465748144 CPUtime=0.12 cores=0-7
/proc/7734/task/7751/stat : 7751 (java) R 7732 7732 7594 0 -1 4202560 872 0 0 0 12 0 0 0 20 0 20 0 147332544 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886892375232 139888562046080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7752] ppid=7732 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7752/stat : 7752 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332545 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886891325792 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7753] ppid=7732 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/7734/task/7753/stat : 7753 (java) S 7732 7732 7594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147332545 26628161536 10935 33554432000 4194304 4196468 140729750470784 139886890273072 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45120 KiB

[startup+0.701047 s]
/proc/loadavg: 8.24 8.38 8.29 6/199 7753
/proc/meminfo: memFree=27142376/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=26004140 memory=128448 CPUtime=1.95 cores=0-7
/proc/7734/stat : 7734 (java) S 7732 7732 7594 0 -1 1077944320 13933 0 0 0 190 5 0 0 20 0 20 0 147332539 26628239360 32112 33554432000 4194304 4196468 140729750470784 140729750453328 139888582614775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
/proc/7734/statm: 6501035 32112 3198 1 0 6488269 0
[pid=7734/tid=7735] ppid=7732 vsize=26004140 memory=280628466106032 CPUtime=0.67 cores=0-7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 7594 0 -1 4202560 6388 0 0 0 64 3 0 0 20 0 20 0 147332539 26628239360 32112 33554432000 4194304 4196468 140729750470784 139888586849584 139888175686333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7736] ppid=7732 vsize=26004140 memory=140314233054064 CPUtime=0 cores=0-7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628239360 32112 33554432000 4194304 4196468 140729750470784 139888505194896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7737] ppid=7732 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628239360 32112 33554432000 4194304 4196468 140729750470784 139888504142096 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7738] ppid=7732 vsize=26004140 memory=11108 CPUtime=0 cores=0-7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332540 26628239360 32112 33554432000 4194304 4196468 140729750470784 139888503089808 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0

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

[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=26006188 memory=8876332 CPUtime=193.6 cores=0-7
/proc/7734/stat : 7734 (java) S 7732 7732 7594 0 -1 1077944320 78265 0 0 0 18787 573 0 0 20 0 20 0 147332539 26630336512 2219083 33554432000 4194304 4196468 140729750470784 140729750453328 139888582614775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
/proc/7734/statm: 6501547 2219083 3278 1 0 6488781 0
[pid=7734/tid=7735] ppid=7732 vsize=26006188 memory=40880 CPUtime=148.74 cores=0-7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 7594 0 -1 4202560 26338 0 0 0 14755 119 0 0 20 0 20 0 147332539 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888586852992 139888183519264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7736] ppid=7732 vsize=26006188 memory=1296 CPUtime=4.47 cores=0-7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 7594 0 -1 1077944384 2332 0 0 0 391 56 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888505194896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7737] ppid=7732 vsize=26006188 memory=2408 CPUtime=4.49 cores=0-7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 7594 0 -1 1077944384 2437 0 0 0 391 58 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888504142096 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7738] ppid=7732 vsize=26006188 memory=1728 CPUtime=4.49 cores=0-7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 7594 0 -1 1077944384 2594 0 0 0 395 54 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888503089808 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7739] ppid=7732 vsize=26006188 memory=8563872 CPUtime=4.49 cores=0-7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 7594 0 -1 1077944384 2469 0 0 0 395 54 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888502037008 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7740] ppid=7732 vsize=26006188 memory=1928 CPUtime=4.52 cores=0-7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 7594 0 -1 1077944384 2395 0 0 0 392 60 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888500984720 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7741] ppid=7732 vsize=26006188 memory=1200 CPUtime=4.43 cores=0-7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 7594 0 -1 1077944384 2778 0 0 0 391 52 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888499931920 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7742] ppid=7732 vsize=26006188 memory=8660 CPUtime=4.47 cores=0-7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 7594 0 -1 1077944384 2341 0 0 0 397 50 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888498879632 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7743] ppid=7732 vsize=26006188 memory=5784 CPUtime=4.48 cores=0-7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 7594 0 -1 1077944384 3085 0 0 0 395 53 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888497826832 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7744] ppid=7732 vsize=26006188 memory=8112282956445269571 CPUtime=0.19 cores=0-7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 7594 0 -1 1077944384 7924 0 0 0 18 1 0 0 20 0 20 0 147332541 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886899746928 139888582625922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7745] ppid=7732 vsize=26006188 memory=40880 CPUtime=0 cores=0-7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 7594 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 147332542 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886898692960 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7746] ppid=7732 vsize=26006188 memory=1296 CPUtime=0 cores=0-7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 7594 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 147332542 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886897640576 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7747] ppid=7732 vsize=26006188 memory=2408 CPUtime=0 cores=0-7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886896588880 139888582633371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7748] ppid=7732 vsize=26006188 memory=1728 CPUtime=2.58 cores=0-7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 7594 0 -1 1077944384 5259 0 0 0 257 1 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886895536752 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7749] ppid=7732 vsize=26006188 memory=1008 CPUtime=2.54 cores=0-7
/proc/7734/task/7749/stat : 7749 (java) S 7732 7732 7594 0 -1 1077944384 5097 0 0 0 253 1 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886894483952 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7750] ppid=7732 vsize=26006188 memory=1928 CPUtime=2.72 cores=0-7
/proc/7734/task/7750/stat : 7750 (java) S 7732 7732 7594 0 -1 1077944384 5859 0 0 0 271 1 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886893431664 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7751] ppid=7732 vsize=26006188 memory=1200 CPUtime=0.76 cores=0-7
/proc/7734/task/7751/stat : 7751 (java) S 7732 7732 7594 0 -1 1077944384 5908 0 0 0 74 2 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886892378864 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7752] ppid=7732 vsize=26006188 memory=8660 CPUtime=0 cores=0-7
/proc/7734/task/7752/stat : 7752 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332545 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886891325792 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7753] ppid=7732 vsize=26006188 memory=5784 CPUtime=0.09 cores=0-7
/proc/7734/task/7753/stat : 7753 (java) S 7732 7732 7594 0 -1 1077944384 97 0 0 0 4 5 0 0 20 0 20 0 147332545 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886890273072 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
Current children cumulated CPU time: 193.6 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 8877712 KiB

[startup+154.401 s]
/proc/loadavg: 1.58 5.46 7.20 2/200 7761
/proc/meminfo: memFree=18326644/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=26006188 memory=8876332 CPUtime=194.4 cores=0-7
/proc/7734/stat : 7734 (java) S 7732 7732 7594 0 -1 1077944320 78265 0 0 0 18867 573 0 0 20 0 20 0 147332539 26630336512 2219083 33554432000 4194304 4196468 140729750470784 140729750453328 139888582614775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
/proc/7734/statm: 6501547 2219083 3278 1 0 6488781 0
[pid=7734/tid=7735] ppid=7732 vsize=26006188 memory=8876332 CPUtime=149.54 cores=0-7
/proc/7734/task/7735/stat : 7735 (java) R 7732 7732 7594 0 -1 4202560 26338 0 0 0 14835 119 0 0 20 0 20 0 147332539 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888586852992 139888183622835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7736] ppid=7732 vsize=26006188 memory=5859291143842451536 CPUtime=4.47 cores=0-7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 7594 0 -1 1077944384 2332 0 0 0 391 56 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888505194896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7737] ppid=7732 vsize=26006188 memory=5931329019418596706 CPUtime=4.49 cores=0-7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 7594 0 -1 1077944384 2437 0 0 0 391 58 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888504142096 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7738] ppid=7732 vsize=26006188 memory=5931329019418334562 CPUtime=4.49 cores=0-7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 7594 0 -1 1077944384 2594 0 0 0 395 54 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888503089808 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7739] ppid=7732 vsize=26006188 memory=280628465660800 CPUtime=4.49 cores=0-7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 7594 0 -1 1077944384 2469 0 0 0 395 54 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888502037008 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7740] ppid=7732 vsize=26006188 memory=6944656575208382560 CPUtime=4.52 cores=0-7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 7594 0 -1 1077944384 2395 0 0 0 392 60 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888500984720 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7741] ppid=7732 vsize=26006188 memory=6944656592455359580 CPUtime=4.43 cores=0-7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 7594 0 -1 1077944384 2778 0 0 0 391 52 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888499931920 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7742] ppid=7732 vsize=26006188 memory=6944656592387989600 CPUtime=4.47 cores=0-7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 7594 0 -1 1077944384 2341 0 0 0 397 50 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888498879632 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7743] ppid=7732 vsize=26006188 memory=0 CPUtime=4.48 cores=0-7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 7594 0 -1 1077944384 3085 0 0 0 395 53 0 0 20 0 20 0 147332540 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139888497826832 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7744] ppid=7732 vsize=26006188 memory=15876 CPUtime=0.19 cores=0-7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 7594 0 -1 1077944384 7924 0 0 0 18 1 0 0 20 0 20 0 147332541 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886899746928 139888582625922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7745] ppid=7732 vsize=26006188 memory=4052 CPUtime=0 cores=0-7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 7594 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 147332542 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886898692960 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7746] ppid=7732 vsize=26006188 memory=23620 CPUtime=0 cores=0-7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 7594 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 147332542 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886897640576 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7747] ppid=7732 vsize=26006188 memory=18444 CPUtime=0 cores=0-7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886896588880 139888582633371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7748] ppid=7732 vsize=26006188 memory=1788 CPUtime=2.58 cores=0-7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 7594 0 -1 1077944384 5259 0 0 0 257 1 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886895536752 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7749] ppid=7732 vsize=26006188 memory=1380 CPUtime=2.54 cores=0-7
/proc/7734/task/7749/stat : 7749 (java) S 7732 7732 7594 0 -1 1077944384 5097 0 0 0 253 1 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886894483952 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7750] ppid=7732 vsize=26006188 memory=4132 CPUtime=2.72 cores=0-7
/proc/7734/task/7750/stat : 7750 (java) S 7732 7732 7594 0 -1 1077944384 5859 0 0 0 271 1 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886893431664 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7751] ppid=7732 vsize=26006188 memory=40880 CPUtime=0.76 cores=0-7
/proc/7734/task/7751/stat : 7751 (java) S 7732 7732 7594 0 -1 1077944384 5908 0 0 0 74 2 0 0 20 0 20 0 147332544 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886892378864 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7752] ppid=7732 vsize=26006188 memory=1296 CPUtime=0 cores=0-7
/proc/7734/task/7752/stat : 7752 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147332545 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886891325792 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7753] ppid=7732 vsize=26006188 memory=2408 CPUtime=0.09 cores=0-7
/proc/7734/task/7753/stat : 7753 (java) S 7732 7732 7594 0 -1 1077944384 97 0 0 0 4 5 0 0 20 0 20 0 147332545 26630336512 2219083 33554432000 4194304 4196468 140729750470784 139886890273072 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
Current children cumulated CPU time: 194.4 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 8877712 KiB

[startup+155.201 s]
/proc/loadavg: 1.54 5.38 7.16 2/200 7761
/proc/meminfo: memFree=18326644/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
[pid=7734] ppid=7732 vsize=26538700 memory=8876508 CPUtime=195.3 cores=0-7
/proc/7734/stat : 7734 (java) S 7732 7732 7594 0 -1 1077944320 79380 0 0 0 18957 573 0 0 20 0 28 0 147332539 27175628800 2219127 33554432000 4194304 4196468 140729750470784 140729750453328 139888582614775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
/proc/7734/statm: 6634675 2219127 3281 1 0 6621909 0
[pid=7734/tid=7735] ppid=7732 vsize=26538700 memory=8715984 CPUtime=150.33 cores=0-7
/proc/7734/task/7735/stat : 7735 (java) S 7732 7732 7594 0 -1 1077944384 26471 0 0 0 14914 119 0 0 20 0 28 0 147332539 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888586855552 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7736] ppid=7732 vsize=26538700 memory=11108 CPUtime=4.47 cores=0-7
/proc/7734/task/7736/stat : 7736 (java) S 7732 7732 7594 0 -1 1077944384 2332 0 0 0 391 56 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888505194896 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7737] ppid=7732 vsize=26538700 memory=1380 CPUtime=4.49 cores=0-7
/proc/7734/task/7737/stat : 7737 (java) S 7732 7732 7594 0 -1 1077944384 2437 0 0 0 391 58 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888504142096 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7738] ppid=7732 vsize=26538700 memory=8876332 CPUtime=4.49 cores=0-7
/proc/7734/task/7738/stat : 7738 (java) S 7732 7732 7594 0 -1 1077944384 2594 0 0 0 395 54 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888503089808 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7739] ppid=7732 vsize=26538700 memory=1928 CPUtime=4.49 cores=0-7
/proc/7734/task/7739/stat : 7739 (java) S 7732 7732 7594 0 -1 1077944384 2469 0 0 0 395 54 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888502037008 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7740] ppid=7732 vsize=26538700 memory=1200 CPUtime=4.52 cores=0-7
/proc/7734/task/7740/stat : 7740 (java) S 7732 7732 7594 0 -1 1077944384 2395 0 0 0 392 60 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888500984720 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7741] ppid=7732 vsize=26538700 memory=8660 CPUtime=4.43 cores=0-7
/proc/7734/task/7741/stat : 7741 (java) S 7732 7732 7594 0 -1 1077944384 2778 0 0 0 391 52 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888499931920 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7742] ppid=7732 vsize=26538700 memory=5784 CPUtime=4.47 cores=0-7
/proc/7734/task/7742/stat : 7742 (java) S 7732 7732 7594 0 -1 1077944384 2341 0 0 0 397 50 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888498879632 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7743] ppid=7732 vsize=26538700 memory=4616 CPUtime=4.48 cores=0-7
/proc/7734/task/7743/stat : 7743 (java) S 7732 7732 7594 0 -1 1077944384 3085 0 0 0 395 53 0 0 20 0 28 0 147332540 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139888497826832 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7744] ppid=7732 vsize=26538700 memory=1228 CPUtime=0.19 cores=0-7
/proc/7734/task/7744/stat : 7744 (java) S 7732 7732 7594 0 -1 1077944384 7927 0 0 0 18 1 0 0 20 0 28 0 147332541 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886899746928 139888582625922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7745] ppid=7732 vsize=26538700 memory=40880 CPUtime=0 cores=0-7
/proc/7734/task/7745/stat : 7745 (java) S 7732 7732 7594 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 147332542 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886898692960 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7746] ppid=7732 vsize=26538700 memory=1296 CPUtime=0 cores=0-7
/proc/7734/task/7746/stat : 7746 (java) S 7732 7732 7594 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 147332542 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886897640576 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7747] ppid=7732 vsize=26538700 memory=2408 CPUtime=0 cores=0-7
/proc/7734/task/7747/stat : 7747 (java) S 7732 7732 7594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147332544 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886896588880 139888582633371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7748] ppid=7732 vsize=26538700 memory=1728 CPUtime=2.61 cores=0-7
/proc/7734/task/7748/stat : 7748 (java) S 7732 7732 7594 0 -1 1077944384 5434 0 0 0 260 1 0 0 20 0 28 0 147332544 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886895536752 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7749] ppid=7732 vsize=26538700 memory=1720 CPUtime=2.57 cores=0-7
/proc/7734/task/7749/stat : 7749 (java) S 7732 7732 7594 0 -1 1077944384 5324 0 0 0 256 1 0 0 20 0 28 0 147332544 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886894483952 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7750] ppid=7732 vsize=26538700 memory=1008 CPUtime=2.75 cores=0-7
/proc/7734/task/7750/stat : 7750 (java) S 7732 7732 7594 0 -1 1077944384 5917 0 0 0 273 2 0 0 20 0 28 0 147332544 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886893431664 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7751] ppid=7732 vsize=26538700 memory=1788 CPUtime=0.78 cores=0-7
/proc/7734/task/7751/stat : 7751 (java) S 7732 7732 7594 0 -1 1077944384 6196 0 0 0 76 2 0 0 20 0 28 0 147332544 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886892378864 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7752] ppid=7732 vsize=26538700 memory=640 CPUtime=0 cores=0-7
/proc/7734/task/7752/stat : 7752 (java) S 7732 7732 7594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147332545 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886891325792 139888582624981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
[pid=7734/tid=7753] ppid=7732 vsize=26538700 memory=952 CPUtime=0.09 cores=0-7
/proc/7734/task/7753/stat : 7753 (java) S 7732 7732 7594 0 -1 1077944384 97 0 0 0 4 5 0 0 20 0 28 0 147332545 27175628800 2219127 33554432000 4194304 4196468 140729750470784 139886890273072 139888582625922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12759040 140729750475922 140729750476099 140729750476099 140729750478799 0
Current children cumulated CPU time: 195.3 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8877888 KiB

[startup+155.405 s]
/proc/loadavg: 1.54 5.38 7.16 2/200 7761
/proc/meminfo: memFree=18326644/32770624 swapFree=67108860/67108860
[pid=7732] ppid=7729 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/7732/stat : 7732 (xcsp3-exec) S 7729 7732 7594 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 147332538 9740288 345 33554432000 4194304 5098028 140722563022160 140722563020264 139795643728508 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14503936 140722563023973 140722563024183 140722563024183 140722563026923 0
/proc/7732/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 155.412
CPU time (s): 196.621
CPU user time (s): 190.842
CPU system time (s): 5.77899
CPU usage (%): 126.516
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 8877888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.842
system time used= 5.77899
maximum resident set size= 8877540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10159
involuntary context switches= 747


# summary of solver processes directly reported to runsolver:
#   pid: 7732
#   total CPU time (s): 196.621
#   total CPU user time (s): 190.842
#   total CPU system time (s): 5.77899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15682 second user time and 1.62011 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-19 13:19:50
IDJOB=4280758
IDBENCH=126934
IDSOLVER=2675
FILE ID=node115/4280758-1503142450
RUNJOBID= node115-1503141271-7621
PBS_JOBID= 20630797
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-42.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280758-1503142450/watcher-4280758-1503142450 -o /tmp/evaluation-result-4280758-1503142450/solver-4280758-1503142450 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503141271-7621 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 826820680 HOME/instance-4280758-1503142450.xml

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

MD5SUM BENCH= 577152cdcea6c8cfe7178c788ad80cb4
RANDOM SEED=826820680

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27204196 kB
MemAvailable:   31974168 kB
Buffers:          240800 kB
Cached:          4822208 kB
SwapCached:            0 kB
Active:           895408 kB
Inactive:        4224532 kB
Active(anon):       7728 kB
Inactive(anon):    85176 kB
Active(file):     887680 kB
Inactive(file):  4139356 kB
Unevictable:        7056 kB
Mlocked:            7056 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9484 kB
Writeback:             0 kB
AnonPages:         66636 kB
Mapped:            50700 kB
Shmem:             33416 kB
Slab:             144236 kB
SReclaimable:     117540 kB
SUnreclaim:        26696 kB
KernelStack:        3488 kB
PageTables:         4780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61860 MiB
End job on node115 at 2017-08-19 13:22:25