Trace number 4250041

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)? (exit code) 357.795 51.3528

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-08.xml
MD5SUMb1ffa7aed2f9a273862c03f3716b8b6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.4621701
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of constraints254
Number of domains1
Minimum domain size6561
Maximum domain size6561
Distribution of domain sizes[{"size":6561,"count":254}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":253},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":253}]
Number of extensional constraints253
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":253},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4250041-1500696296.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4250041-1500696296.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
313.68/45.55	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
341.25/49.14		at java.util.BitSet.initWords(BitSet.java:166)
341.25/49.14		at java.util.BitSet.<init>(BitSet.java:161)
341.25/49.14		at org.chocosolver.solver.constraints.extension.binary.CouplesBitSetTable.<init>(CouplesBitSetTable.java:48)
341.25/49.14		at org.chocosolver.solver.constraints.extension.binary.PropBinAC3bitrm.<init>(PropBinAC3bitrm.java:43)
341.25/49.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:391)
341.25/49.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:365)
341.25/49.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1839)
341.25/49.14		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
341.25/49.14		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
341.25/49.14		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
341.25/49.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
341.25/49.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
341.25/49.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
341.25/49.14		at org.xcsp.parser.XCallbacks$$Lambda$71/1730173572.accept(Unknown Source)
341.25/49.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
341.25/49.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
341.25/49.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
341.25/49.14		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
341.25/49.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
341.25/49.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
341.25/49.14		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
341.25/49.14		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
341.25/49.14		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
341.25/49.14		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
341.25/49.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
357.32/51.29	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
357.32/51.29		at org.chocosolver.parser.xcsp.XCSP.finalOutPut(XCSP.java:227)
357.32/51.29		at org.chocosolver.parser.xcsp.XCSP.lambda$actionOnKill$0(XCSP.java:69)
357.32/51.29		at org.chocosolver.parser.xcsp.XCSP$$Lambda$1/1531448569.run(Unknown Source)
357.32/51.29		at java.lang.Thread.run(Thread.java:748)

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4250041-1500696296/watcher-4250041-1500696296 -o /tmp/evaluation-result-4250041-1500696296/solver-4250041-1500696296 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1561948767 HOME/instance-4250041-1500696296.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 15.48 15.02 14.35 10/272 5844
/proc/meminfo: memFree=25685108/32770624 swapFree=5884/294084
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0

[startup+0.100126 s]
/proc/loadavg: 15.48 15.02 14.35 10/272 5844
/proc/meminfo: memFree=25685108/32770624 swapFree=5884/294084
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200347 s]
/proc/loadavg: 15.48 15.02 14.35 10/272 5844
/proc/meminfo: memFree=25685108/32770624 swapFree=5884/294084
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300287 s]
/proc/loadavg: 15.48 15.02 14.35 10/272 5844
/proc/meminfo: memFree=25685108/32770624 swapFree=5884/294084
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700227 s]
/proc/loadavg: 15.48 15.02 14.35 10/272 5844
/proc/meminfo: memFree=25685108/32770624 swapFree=5884/294084
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50214 s]
/proc/loadavg: 15.04 14.94 14.33 11/293 5865
/proc/meminfo: memFree=25295156/32770624 swapFree=5884/294152
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
[pid=5845] ppid=5844 vsize=13267208 CPUtime=6.69 cores=0,2,4,6,8,10,12,14
/proc/5845/stat : 5845 (java) S 5844 5844 8571 0 -1 1077944320 29210 0 0 0 397 272 0 0 20 0 20 0 4897438 13585620992 206325 33554432000 4194304 4196468 140723119533104 140723119515648 140655540723447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
/proc/5845/statm: 3316802 206325 3239 1 0 3304035 0
[pid=5845/tid=5846] ppid=5844 vsize=13267208 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5846/stat : 5846 (java) S 5844 5844 8571 0 -1 1077944384 6558 0 0 0 86 6 0 0 20 0 20 0 4897439 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655544961440 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5848] ppid=5844 vsize=13267208 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5848/stat : 5848 (java) R 5844 5844 8571 0 -1 4202560 1902 0 0 0 18 33 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655493343880 140655524106480 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5849] ppid=5844 vsize=13267208 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5849/stat : 5849 (java) R 5844 5844 8571 0 -1 4202560 2001 0 0 0 19 33 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655492291336 140655533351655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5850] ppid=5844 vsize=13267208 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5850/stat : 5850 (java) R 5844 5844 8571 0 -1 4202560 1917 0 0 0 19 32 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655491238360 140655533351655 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5851] ppid=5844 vsize=13267208 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5851/stat : 5851 (java) R 5844 5844 8571 0 -1 4202560 1821 0 0 0 18 32 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655490185736 140655533351655 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5852] ppid=5844 vsize=13267208 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5852/stat : 5852 (java) R 5844 5844 8571 0 -1 4202560 2042 0 0 0 18 32 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655489133704 140655533351655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5853] ppid=5844 vsize=13267208 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5853/stat : 5853 (java) R 5844 5844 8571 0 -1 4202560 1906 0 0 0 17 33 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655488081160 140655533351655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5854] ppid=5844 vsize=13267208 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5854/stat : 5854 (java) R 5844 5844 8571 0 -1 4202560 1997 0 0 0 19 32 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655487028104 140655533351655 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5855] ppid=5844 vsize=13267208 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5855/stat : 5855 (java) R 5844 5844 8571 0 -1 4202560 1910 0 0 0 17 30 0 0 20 0 20 0 4897440 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655485975560 140655533351655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5856] ppid=5844 vsize=13267208 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5856/stat : 5856 (java) S 5844 5844 8571 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 20 0 4897442 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655002080064 140655540733653 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5857] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5857/stat : 5857 (java) S 5844 5844 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4897443 13585620992 206325 33554432000 4194304 4196468 140723119533104 140655001027744 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5858] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5858/stat : 5858 (java) S 5844 5844 8571 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4897443 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654999974640 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5859] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5859/stat : 5859 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4897447 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654998923216 140655540742043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5860] ppid=5844 vsize=13267208 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5860/stat : 5860 (java) S 5844 5844 8571 0 -1 1077944384 1445 0 0 0 37 0 0 0 20 0 20 0 4897447 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654997871344 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5861] ppid=5844 vsize=13267208 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5861/stat : 5861 (java) S 5844 5844 8571 0 -1 1077944384 1421 0 0 0 43 0 0 0 20 0 20 0 4897447 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654996818800 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5862] ppid=5844 vsize=13267208 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5862/stat : 5862 (java) S 5844 5844 8571 0 -1 1077944384 1197 0 0 0 45 1 0 0 20 0 20 0 4897447 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654995765744 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5863] ppid=5844 vsize=13267208 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5863/stat : 5863 (java) S 5844 5844 8571 0 -1 1077944384 1576 0 0 0 36 0 0 0 20 0 20 0 4897447 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654994713200 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5864] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5864/stat : 5864 (java) S 5844 5844 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4897447 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654993660384 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5865] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5865/stat : 5865 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4897447 13585620992 206325 33554432000 4194304 4196468 140723119533104 140654992607920 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 13276720

[startup+3.101 s]
/proc/loadavg: 15.04 14.94 14.33 10/293 5865
/proc/meminfo: memFree=24583744/32770624 swapFree=5884/294152
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
[pid=5845] ppid=5844 vsize=13267208 CPUtime=16.93 cores=0,2,4,6,8,10,12,14
/proc/5845/stat : 5845 (java) S 5844 5844 8571 0 -1 1077944320 48735 0 0 0 962 731 0 0 20 0 20 0 4897438 13585620992 447459 33554432000 4194304 4196468 140723119533104 140723119515648 140655540723447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
/proc/5845/statm: 3316802 447459 3248 1 0 3304035 0
[pid=5845/tid=5846] ppid=5844 vsize=13267208 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5846/stat : 5846 (java) S 5844 5844 8571 0 -1 1077944384 6950 0 0 0 117 9 0 0 20 0 20 0 4897439 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655544961440 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5848] ppid=5844 vsize=13267208 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5848/stat : 5848 (java) R 5844 5844 8571 0 -1 4202560 3125 0 0 0 85 88 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655493343880 140655525424466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5849] ppid=5844 vsize=13267208 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5849/stat : 5849 (java) R 5844 5844 8571 0 -1 4202560 2752 0 0 0 86 91 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655492291336 140655533823103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5850] ppid=5844 vsize=13267208 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5850/stat : 5850 (java) R 5844 5844 8571 0 -1 4202560 2552 0 0 0 84 88 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655491238280 140655533823111 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5851] ppid=5844 vsize=13267208 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5851/stat : 5851 (java) R 5844 5844 8571 0 -1 4202560 2621 0 0 0 85 88 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655490185736 140655533827099 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5852] ppid=5844 vsize=13267208 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5852/stat : 5852 (java) R 5844 5844 8571 0 -1 4202560 8125 0 0 0 83 90 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655489133704 140655533823214 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5853] ppid=5844 vsize=13267208 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5853/stat : 5853 (java) R 5844 5844 8571 0 -1 4202560 3191 0 0 0 84 90 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655488081160 140655533823200 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5854] ppid=5844 vsize=13267208 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5854/stat : 5854 (java) R 5844 5844 8571 0 -1 4202560 3062 0 0 0 85 89 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655487028104 140655533823107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5855] ppid=5844 vsize=13267208 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5855/stat : 5855 (java) R 5844 5844 8571 0 -1 4202560 7709 0 0 0 82 89 0 0 20 0 20 0 4897440 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655485975560 140655533828145 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5856] ppid=5844 vsize=13267208 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5856/stat : 5856 (java) S 5844 5844 8571 0 -1 1077944384 1696 0 0 0 3 0 0 0 20 0 20 0 4897442 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655002080064 140655540733653 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5857] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5857/stat : 5857 (java) S 5844 5844 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4897443 13585620992 447459 33554432000 4194304 4196468 140723119533104 140655001027744 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5858] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5858/stat : 5858 (java) S 5844 5844 8571 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4897443 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654999974640 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5859] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5859/stat : 5859 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4897447 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654998923216 140655540742043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5860] ppid=5844 vsize=13267208 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5860/stat : 5860 (java) S 5844 5844 8571 0 -1 1077944384 1449 0 0 0 38 0 0 0 20 0 20 0 4897447 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654997871344 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5861] ppid=5844 vsize=13267208 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5861/stat : 5861 (java) S 5844 5844 8571 0 -1 1077944384 1422 0 0 0 43 0 0 0 20 0 20 0 4897447 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654996818800 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5862] ppid=5844 vsize=13267208 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5862/stat : 5862 (java) S 5844 5844 8571 0 -1 1077944384 1197 0 0 0 45 1 0 0 20 0 20 0 4897447 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654995765744 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5863] ppid=5844 vsize=13267208 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5863/stat : 5863 (java) S 5844 5844 8571 0 -1 1077944384 1588 0 0 0 37 0 0 0 20 0 20 0 4897447 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654994713200 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5864] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5864/stat : 5864 (java) S 5844 5844 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4897447 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654993660384 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5865] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5865/stat : 5865 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4897447 13585620992 447459 33554432000 4194304 4196468 140723119533104 140654992607920 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
Current children cumulated CPU time (s) 16.93
Current children cumulated vsize (KiB) 13276720

[startup+6.30165 s]
/proc/loadavg: 15.03 14.94 14.33 17/292 5865
/proc/meminfo: memFree=22041712/32770624 swapFree=5884/294156
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
[pid=5845] ppid=5844 vsize=13267208 CPUtime=38.29 cores=0,2,4,6,8,10,12,14
/proc/5845/stat : 5845 (java) S 5844 5844 8571 0 -1 1077944320 64910 0 0 0 2015 1814 0 0 20 0 20 0 4897438 13585620992 982675 33554432000 4194304 4196468 140723119533104 140723119515648 140655540723447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
/proc/5845/statm: 3316802 982675 3248 1 0 3304035 0
[pid=5845/tid=5846] ppid=5844 vsize=13267208 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5846/stat : 5846 (java) S 5844 5844 8571 0 -1 1077944384 7507 0 0 0 169 12 0 0 20 0 20 0 4897439 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655544961440 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5848] ppid=5844 vsize=13267208 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5848/stat : 5848 (java) R 5844 5844 8571 0 -1 4202560 4213 0 0 0 212 224 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655493343880 140655533823210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5849] ppid=5844 vsize=13267208 CPUtime=4.38 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5849/stat : 5849 (java) R 5844 5844 8571 0 -1 4202560 4335 0 0 0 211 227 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655492291336 140655533823119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5850] ppid=5844 vsize=13267208 CPUtime=4.19 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5850/stat : 5850 (java) R 5844 5844 8571 0 -1 4202560 3771 0 0 0 204 215 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655491238280 140655533823107 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5851] ppid=5844 vsize=13267208 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5851/stat : 5851 (java) R 5844 5844 8571 0 -1 4202560 3899 0 0 0 209 226 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655490185736 140655525424451 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5852] ppid=5844 vsize=13267208 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5852/stat : 5852 (java) R 5844 5844 8571 0 -1 4202560 9374 0 0 0 210 225 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655489133704 140655533823133 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5853] ppid=5844 vsize=13267208 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5853/stat : 5853 (java) R 5844 5844 8571 0 -1 4202560 4480 0 0 0 215 220 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655488081160 140655525424507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5854] ppid=5844 vsize=13267208 CPUtime=4.34 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5854/stat : 5854 (java) R 5844 5844 8571 0 -1 4202560 4281 0 0 0 207 227 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655487028104 140655525423739 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5855] ppid=5844 vsize=13267208 CPUtime=4.33 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5855/stat : 5855 (java) R 5844 5844 8571 0 -1 4202560 9309 0 0 0 206 227 0 0 20 0 20 0 4897440 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655485975560 140655533820164 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5856] ppid=5844 vsize=13267208 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5856/stat : 5856 (java) S 5844 5844 8571 0 -1 1077944384 6293 0 0 0 5 0 0 0 20 0 20 0 4897442 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655002080064 140655540733653 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5857] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5857/stat : 5857 (java) S 5844 5844 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4897443 13585620992 982675 33554432000 4194304 4196468 140723119533104 140655001027744 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5858] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5858/stat : 5858 (java) S 5844 5844 8571 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 4897443 13585620992 982675 33554432000 4194304 4196468 140723119533104 140654999974640 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5859] ppid=5844 vsize=13267208 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5859/stat : 5859 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4897447 13585620992 982675 33554432000 4194304 4196468 140723119533104 140654998923216 140655540742043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0

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

/proc/5845/statm: 3317314 2668717 3251 1 0 3304547 0
[pid=5845/tid=5846] ppid=5844 vsize=13269256 CPUtime=4.67 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5846/stat : 5846 (java) S 5844 5844 8571 0 -1 1077944384 8894 0 0 0 455 12 0 0 20 0 20 0 4897439 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655544960160 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5848] ppid=5844 vsize=13269256 CPUtime=19.92 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5848/stat : 5848 (java) R 5844 5844 8571 0 -1 4202560 18002 0 0 0 1481 511 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655493343648 140655525422832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5849] ppid=5844 vsize=13269256 CPUtime=19.78 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5849/stat : 5849 (java) R 5844 5844 8571 0 -1 4202560 18708 0 0 0 1386 592 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655492291416 140655525720093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5850] ppid=5844 vsize=13269256 CPUtime=19.68 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5850/stat : 5850 (java) R 5844 5844 8571 0 -1 4202560 27486 0 0 0 1490 478 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655491238360 140655525422261 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5851] ppid=5844 vsize=13269256 CPUtime=19.74 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5851/stat : 5851 (java) R 5844 5844 8571 0 -1 4202560 17879 0 0 0 1428 546 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655490185816 140655525422305 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5852] ppid=5844 vsize=13269256 CPUtime=19.91 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5852/stat : 5852 (java) R 5844 5844 8571 0 -1 4202560 22829 0 0 0 1406 585 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655489133784 140655525719956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5853] ppid=5844 vsize=13269256 CPUtime=19.72 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5853/stat : 5853 (java) R 5844 5844 8571 0 -1 4202560 17966 0 0 0 1428 544 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655488081240 140655525720129 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5854] ppid=5844 vsize=13269256 CPUtime=19.74 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5854/stat : 5854 (java) R 5844 5844 8571 0 -1 4202560 20369 0 0 0 1458 516 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655487028184 140655525422317 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5855] ppid=5844 vsize=13269256 CPUtime=19.91 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5855/stat : 5855 (java) R 5844 5844 8571 0 -1 4202560 22766 0 0 0 1446 545 0 0 20 0 20 0 4897440 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655485975640 140655525720093 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5856] ppid=5844 vsize=13269256 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5856/stat : 5856 (java) S 5844 5844 8571 0 -1 1077944384 20233 0 0 0 70 2 0 0 20 0 20 0 4897442 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655002080064 140655540733653 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5857] ppid=5844 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5857/stat : 5857 (java) S 5844 5844 8571 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 4897443 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140655001027808 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5858] ppid=5844 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5858/stat : 5858 (java) S 5844 5844 8571 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 4897443 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654999974656 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5859] ppid=5844 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5859/stat : 5859 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4897447 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654998923216 140655540742043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5860] ppid=5844 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5860/stat : 5860 (java) S 5844 5844 8571 0 -1 1077944384 2363 0 0 0 62 0 0 0 20 0 20 0 4897447 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654997871344 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5861] ppid=5844 vsize=13269256 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5861/stat : 5861 (java) S 5844 5844 8571 0 -1 1077944384 2303 0 0 0 65 1 0 0 20 0 20 0 4897447 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654996818800 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5862] ppid=5844 vsize=13269256 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5862/stat : 5862 (java) S 5844 5844 8571 0 -1 1077944384 2166 0 0 0 70 1 0 0 20 0 20 0 4897447 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654995765744 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5863] ppid=5844 vsize=13269256 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5863/stat : 5863 (java) S 5844 5844 8571 0 -1 1077944384 2231 0 0 0 53 0 0 0 20 0 20 0 4897447 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654994713200 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5864] ppid=5844 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5864/stat : 5864 (java) S 5844 5844 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4897447 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654993660384 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5865] ppid=5844 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5865/stat : 5865 (java) S 5844 5844 8571 0 -1 1077944384 500 0 0 0 0 2 0 0 20 0 20 0 4897447 13587718144 2668717 33554432000 4194304 4196468 140723119533104 140654992607920 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
Current children cumulated CPU time (s) 166.48
Current children cumulated vsize (KiB) 13278768

[startup+51.1012 s]
/proc/loadavg: 15.19 15.01 14.39 17/293 5962
/proc/meminfo: memFree=19789820/32770624 swapFree=5884/294252
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
[pid=5845] ppid=5844 vsize=13335820 CPUtime=356.53 cores=0,2,4,6,8,10,12,14
/proc/5845/stat : 5845 (java) S 5844 5844 8571 0 -1 1077944320 271427 0 0 0 31274 4379 0 0 20 0 21 0 4897438 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140723119515648 140655540723447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
/proc/5845/statm: 3333955 2668969 3252 1 0 3321188 0
[pid=5845/tid=5846] ppid=5844 vsize=13335820 CPUtime=4.68 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5846/stat : 5846 (java) S 5844 5844 8571 0 -1 1077944384 9108 0 0 0 456 12 0 0 20 0 21 0 4897439 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655544964128 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5848] ppid=5844 vsize=13335820 CPUtime=43.38 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5848/stat : 5848 (java) R 5844 5844 8571 0 -1 4202560 27604 0 0 0 3823 515 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655493343960 140655525712951 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5849] ppid=5844 vsize=13335820 CPUtime=43.41 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5849/stat : 5849 (java) R 5844 5844 8571 0 -1 4202560 22950 0 0 0 3745 596 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655492291336 140655533351655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5850] ppid=5844 vsize=13335820 CPUtime=43.21 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5850/stat : 5850 (java) R 5844 5844 8571 0 -1 4202560 37339 0 0 0 3838 483 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655491238280 140655524106480 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5851] ppid=5844 vsize=13335820 CPUtime=43.35 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5851/stat : 5851 (java) R 5844 5844 8571 0 -1 4202560 21755 0 0 0 3785 550 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655490185736 140655533351655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5852] ppid=5844 vsize=13335820 CPUtime=43.41 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5852/stat : 5852 (java) R 5844 5844 8571 0 -1 4202560 23734 0 0 0 3751 590 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655489133704 140655524106480 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5853] ppid=5844 vsize=13335820 CPUtime=43.21 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5853/stat : 5853 (java) R 5844 5844 8571 0 -1 4202560 38324 0 0 0 3771 550 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655488081160 140655533351655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5854] ppid=5844 vsize=13335820 CPUtime=43.28 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5854/stat : 5854 (java) R 5844 5844 8571 0 -1 4202560 23409 0 0 0 3809 519 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655487028104 140655533351655 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5855] ppid=5844 vsize=13335820 CPUtime=43.46 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5855/stat : 5855 (java) R 5844 5844 8571 0 -1 4202560 25876 0 0 0 3796 550 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655485975560 140655533351655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5856] ppid=5844 vsize=13335820 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5856/stat : 5856 (java) S 5844 5844 8571 0 -1 1077944384 30290 0 0 0 243 2 0 0 20 0 21 0 4897442 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655002080064 140655540733653 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5857] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5857/stat : 5857 (java) S 5844 5844 8571 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 4897443 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655001027808 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5858] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5858/stat : 5858 (java) S 5844 5844 8571 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 4897443 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654999974656 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5859] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5859/stat : 5859 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654998923216 140655540742043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5860] ppid=5844 vsize=13335820 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5860/stat : 5860 (java) S 5844 5844 8571 0 -1 1077944384 2367 0 0 0 62 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654997871344 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5861] ppid=5844 vsize=13335820 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5861/stat : 5861 (java) S 5844 5844 8571 0 -1 1077944384 2309 0 0 0 65 1 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654996818800 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5862] ppid=5844 vsize=13335820 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5862/stat : 5862 (java) S 5844 5844 8571 0 -1 1077944384 2180 0 0 0 70 1 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654995765744 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5863] ppid=5844 vsize=13335820 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5863/stat : 5863 (java) S 5844 5844 8571 0 -1 1077944384 2302 0 0 0 53 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654994712768 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5864] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5864/stat : 5864 (java) S 5844 5844 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654993660384 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5865] ppid=5844 vsize=13335820 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5865/stat : 5865 (java) S 5844 5844 8571 0 -1 1077944384 533 0 0 0 1 2 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654992607920 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5962] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5962/stat : 5962 (java) S 5844 5844 8571 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 4902353 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654985096256 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
Current children cumulated CPU time (s) 356.53
Current children cumulated vsize (KiB) 13345332

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5845 sig 9
??? kill 5844 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2014 s]
/proc/loadavg: 15.19 15.01 14.39 17/293 5962
/proc/meminfo: memFree=19789820/32770624 swapFree=5884/294252
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
[pid=5845] ppid=5844 vsize=13335820 CPUtime=357.32 cores=0,2,4,6,8,10,12,14
/proc/5845/stat : 5845 (java) S 5844 5844 8571 0 -1 1077944320 271427 0 0 0 31352 4380 0 0 20 0 21 0 4897438 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140723119515648 140655540723447 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
/proc/5845/statm: 3333955 2668969 3252 1 0 3321188 0
[pid=5845/tid=5846] ppid=5844 vsize=13335820 CPUtime=4.68 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5846/stat : 5846 (java) S 5844 5844 8571 0 -1 1077944384 9108 0 0 0 456 12 0 0 20 0 21 0 4897439 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655544964128 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5848] ppid=5844 vsize=13335820 CPUtime=43.48 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5848/stat : 5848 (java) R 5844 5844 8571 0 -1 4202560 27604 0 0 0 3833 515 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655493343960 140655533820196 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5849] ppid=5844 vsize=13335820 CPUtime=43.52 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5849/stat : 5849 (java) R 5844 5844 8571 0 -1 4202560 22950 0 0 0 3755 597 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655492291024 140655533351655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5850] ppid=5844 vsize=13335820 CPUtime=43.3 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5850/stat : 5850 (java) R 5844 5844 8571 0 -1 4202560 37339 0 0 0 3847 483 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655491238280 140655533351655 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5851] ppid=5844 vsize=13335820 CPUtime=43.46 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5851/stat : 5851 (java) R 5844 5844 8571 0 -1 4202560 21755 0 0 0 3795 551 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655490185736 140655533351655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5852] ppid=5844 vsize=13335820 CPUtime=43.51 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5852/stat : 5852 (java) R 5844 5844 8571 0 -1 4202560 23734 0 0 0 3761 590 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655489133704 140655526482264 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5853] ppid=5844 vsize=13335820 CPUtime=43.31 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5853/stat : 5853 (java) R 5844 5844 8571 0 -1 4202560 38324 0 0 0 3781 550 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655488081160 140655533351655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5854] ppid=5844 vsize=13335820 CPUtime=43.38 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5854/stat : 5854 (java) R 5844 5844 8571 0 -1 4202560 23409 0 0 0 3819 519 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655487028104 140655533351655 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5855] ppid=5844 vsize=13335820 CPUtime=43.56 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5855/stat : 5855 (java) R 5844 5844 8571 0 -1 4202560 25876 0 0 0 3806 550 0 0 20 0 21 0 4897440 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655485975248 140655533351655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5856] ppid=5844 vsize=13335820 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5856/stat : 5856 (java) S 5844 5844 8571 0 -1 1077944384 30290 0 0 0 243 2 0 0 20 0 21 0 4897442 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655002080064 140655540733653 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5857] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5857/stat : 5857 (java) S 5844 5844 8571 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 4897443 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140655001027808 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5858] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5858/stat : 5858 (java) S 5844 5844 8571 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 4897443 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654999974656 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5859] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5859/stat : 5859 (java) S 5844 5844 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654998923216 140655540742043 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5860] ppid=5844 vsize=13335820 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5860/stat : 5860 (java) S 5844 5844 8571 0 -1 1077944384 2367 0 0 0 62 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654997871344 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5861] ppid=5844 vsize=13335820 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5861/stat : 5861 (java) S 5844 5844 8571 0 -1 1077944384 2309 0 0 0 65 1 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654996818800 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5862] ppid=5844 vsize=13335820 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5862/stat : 5862 (java) S 5844 5844 8571 0 -1 1077944384 2180 0 0 0 70 1 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654995765744 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5863] ppid=5844 vsize=13335820 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5863/stat : 5863 (java) S 5844 5844 8571 0 -1 1077944384 2302 0 0 0 53 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654994712768 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5864] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5864/stat : 5864 (java) S 5844 5844 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654993660384 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5865] ppid=5844 vsize=13335820 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5865/stat : 5865 (java) S 5844 5844 8571 0 -1 1077944384 533 0 0 0 1 2 0 0 20 0 21 0 4897447 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654992607920 140655540734594 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
[pid=5845/tid=5962] ppid=5844 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5962/stat : 5962 (java) S 5844 5844 8571 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 4902353 13655879680 2668969 33554432000 4194304 4196468 140723119533104 140654985096256 140655540733653 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26882048 140723119539388 140723119539564 140723119539564 140723119542223 0
Current children cumulated CPU time (s) 357.32
Current children cumulated vsize (KiB) 13345332

[startup+51.3011 s]
/proc/loadavg: 15.19 15.01 14.39 17/293 5962
/proc/meminfo: memFree=19789820/32770624 swapFree=5884/294252
[pid=5844] ppid=5841 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5844/stat : 5844 (xcsp3-exec) S 5841 5844 8571 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4897438 9740288 345 33554432000 4194304 5098028 140720531880720 140720531878824 139790365147772 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 20258816 140720531887246 140720531887456 140720531887456 140720531890155 0
/proc/5844/statm: 2378 345 289 221 0 87 0
[pid=5845] ppid=5844 vsize=0 CPUtime=357.73 cores=0,2,4,6,8,10,12,14
/proc/5845/stat : 5845 (java) Z 5844 5844 8571 0 -1 4227084 271613 0 0 0 31393 4380 0 0 20 0 2 0 4897438 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/5845/statm: 0 0 0 0 0 0 0
[pid=5845/tid=5849] ppid=5844 vsize=0 CPUtime=43.56 cores=0,2,4,6,8,10,12,14
/proc/5845/task/5849/stat : 5849 (java) R 5844 5844 8571 0 -1 4203588 22950 0 0 0 3759 597 0 0 20 0 2 0 4897440 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 357.73
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 51.3528
CPU time (s): 357.795
CPU user time (s): 313.939
CPU system time (s): 43.8554
CPU usage (%): 696.738
Max. virtual memory (cumulated for all children) (KiB): 13345332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.939
system time used= 43.8554
maximum resident set size= 10676324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12827
involuntary context switches= 25253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.628746 second user time and 0.930227 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 06:04:57
IDJOB=4250041
IDBENCH=138767
IDSOLVER=2626
FILE ID=node126/4250041-1500696296
RUNJOBID= node126-1500683384-8602
PBS_JOBID= 20623339
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-08.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250041-1500696296/watcher-4250041-1500696296 -o /tmp/evaluation-result-4250041-1500696296/solver-4250041-1500696296 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8602 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1561948767 HOME/instance-4250041-1500696296.xml

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

MD5SUM BENCH= b1ffa7aed2f9a273862c03f3716b8b6c
RANDOM SEED=1561948767

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25686584 kB
MemAvailable:   25860492 kB
Buffers:          117968 kB
Cached:           337960 kB
SwapCached:            0 kB
Active:          6340836 kB
Inactive:         302740 kB
Active(anon):    6190400 kB
Inactive(anon):     8656 kB
Active(file):     150436 kB
Inactive(file):   294084 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8236 kB
Writeback:             4 kB
AnonPages:       6199432 kB
Mapped:            42788 kB
Shmem:              8840 kB
Slab:             124248 kB
SReclaimable:      90448 kB
SUnreclaim:        33800 kB
KernelStack:        5024 kB
PageTables:        17788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8386952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5781504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61968 MiB
End job on node126 at 2017-07-22 06:05:48