Trace number 4247967

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)? 601.852 285.004

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-18.xml
MD5SUMc676f6660bfbd7761e9ca0de91c4f968
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables391
Number of constraints390
Number of domains2
Minimum domain size2
Maximum domain size324
Distribution of domain sizes[{"size":2,"count":66},{"size":324,"count":325}]
Minimum variable degree2
Maximum variable degree66
Distribution of variable degrees[{"degree":2,"count":68},{"degree":3,"count":256},{"degree":4,"count":66},{"degree":66,"count":1}]
Minimum constraint arity2
Maximum constraint arity324
Distribution of constraint arities[{"arity":2,"count":323},{"arity":3,"count":66},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints389
Distribution of constraint types[{"type":"intension","count":389},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247967-1500691074.xml"  -tl '2400s' -p 8 -x 0
0.00/0.17	c [HOME/instance-4247967-1500691074.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.22	c 8 solvers in parallel
0.00/0.29	c parse instance...
564.47/279.88	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
564.47/279.88		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
564.47/279.88		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
564.47/279.88		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
564.47/279.88		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
564.47/279.88		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
601.77/284.95		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
601.77/284.95		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
601.77/284.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
601.77/284.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
601.77/284.95		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
601.77/284.95		at org.xcsp.parser.XCallbacks$$Lambda$62/212921632.accept(Unknown Source)
601.77/284.95		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
601.77/284.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
601.77/284.95		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
601.77/284.95		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
601.77/284.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
601.77/284.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
601.77/284.95		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
601.77/284.95		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
601.77/284.95		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
601.77/284.95		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
601.77/284.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
601.77/284.95	s UNKNOWN
601.77/284.95	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247967-1500691074/watcher-4247967-1500691074 -o /tmp/evaluation-result-4247967-1500691074/solver-4247967-1500691074 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 107879738 HOME/instance-4247967-1500691074.xml 

pid=5762
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: 12.32 13.90 13.86 10/270 5765
/proc/meminfo: memFree=25885996/32770624 swapFree=5800/278404
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0

[startup+0.100163 s]
/proc/loadavg: 12.32 13.90 13.86 10/270 5765
/proc/meminfo: memFree=25885996/32770624 swapFree=5800/278404
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200318 s]
/proc/loadavg: 12.32 13.90 13.86 10/270 5765
/proc/meminfo: memFree=25885996/32770624 swapFree=5800/278404
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30029 s]
/proc/loadavg: 12.32 13.90 13.86 10/270 5765
/proc/meminfo: memFree=25885996/32770624 swapFree=5800/278404
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700205 s]
/proc/loadavg: 12.32 13.90 13.86 10/270 5765
/proc/meminfo: memFree=25885996/32770624 swapFree=5800/278404
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50082 s]
/proc/loadavg: 12.32 13.90 13.86 10/291 5787
/proc/meminfo: memFree=25769948/32770624 swapFree=5800/278436
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
[pid=5766] ppid=5765 vsize=13269256 CPUtime=3.45 cores=0,2,4,6,8,10,12,14
/proc/5766/stat : 5766 (java) S 5765 5765 7621 0 -1 1077944320 29631 0 0 0 337 8 0 0 20 0 20 0 4375200 13587718144 32819 33554432000 4194304 4196468 140731036116800 140731036099344 140289177456375 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
/proc/5766/statm: 3317314 32819 3205 1 0 3304547 0
[pid=5766/tid=5767] ppid=5765 vsize=13269256 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5767/stat : 5767 (java) R 5765 5765 7621 0 -1 4202560 6993 0 0 0 144 2 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140289181692088 140288816444462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5769] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5769/stat : 5769 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140289136216464 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5770] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5770/stat : 5770 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140289135163664 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5771] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5771/stat : 5771 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288774982288 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5772] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5772/stat : 5772 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288773929488 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5773] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5773/stat : 5773 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288772877200 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5774] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5774/stat : 5774 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288771824400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5775] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5775/stat : 5775 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288770772112 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5777] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5777/stat : 5777 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288769719312 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5778] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5778/stat : 5778 (java) S 5765 5765 7621 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4375203 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288639649904 140289177467522 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5779] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5779/stat : 5779 (java) S 5765 5765 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288638595872 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5780] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5780/stat : 5780 (java) S 5765 5765 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288637543536 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5781] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5781/stat : 5781 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288636491856 140289177474971 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5782] ppid=5765 vsize=13269256 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5782/stat : 5782 (java) S 5765 5765 7621 0 -1 1077944384 5896 0 0 0 49 1 0 0 20 0 20 0 4375208 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288635439728 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5783] ppid=5765 vsize=13269256 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5783/stat : 5783 (java) S 5765 5765 7621 0 -1 1077944384 6638 0 0 0 57 1 0 0 20 0 20 0 4375208 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288634386928 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5784] ppid=5765 vsize=13269256 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5784/stat : 5784 (java) S 5765 5765 7621 0 -1 1077944384 6621 0 0 0 53 1 0 0 20 0 20 0 4375208 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288633334640 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5785] ppid=5765 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5785/stat : 5785 (java) S 5765 5765 7621 0 -1 1077944384 2165 0 0 0 31 0 0 0 20 0 20 0 4375208 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288632281840 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5786] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5786/stat : 5786 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288631228768 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5787] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5787/stat : 5787 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 32819 33554432000 4194304 4196468 140731036116800 140288630176048 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 13278768

[startup+3.10083 s]
/proc/loadavg: 12.05 13.82 13.84 10/291 5787
/proc/meminfo: memFree=25760404/32770624 swapFree=5800/278436
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
[pid=5766] ppid=5765 vsize=13269256 CPUtime=5.11 cores=0,2,4,6,8,10,12,14
/proc/5766/stat : 5766 (java) S 5765 5765 7621 0 -1 1077944320 31846 0 0 0 503 8 0 0 20 0 20 0 4375200 13587718144 36631 33554432000 4194304 4196468 140731036116800 140731036099344 140289177456375 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
/proc/5766/statm: 3317314 36631 3205 1 0 3304547 0
[pid=5766/tid=5767] ppid=5765 vsize=13269256 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5767/stat : 5767 (java) R 5765 5765 7621 0 -1 4202560 7699 0 0 0 304 3 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140289181689208 140288817035681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5769] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5769/stat : 5769 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140289136216464 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5770] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5770/stat : 5770 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140289135163664 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5771] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5771/stat : 5771 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288774982288 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5772] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5772/stat : 5772 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288773929488 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5773] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5773/stat : 5773 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288772877200 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5774] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5774/stat : 5774 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288771824400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5775] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5775/stat : 5775 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288770772112 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5777] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5777/stat : 5777 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288769719312 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5778] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5778/stat : 5778 (java) S 5765 5765 7621 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 4375203 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288639649904 140289177467522 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5779] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5779/stat : 5779 (java) S 5765 5765 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288638595872 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5780] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5780/stat : 5780 (java) S 5765 5765 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288637543536 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5781] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5781/stat : 5781 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288636491856 140289177474971 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5782] ppid=5765 vsize=13269256 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5782/stat : 5782 (java) S 5765 5765 7621 0 -1 1077944384 6080 0 0 0 50 1 0 0 20 0 20 0 4375208 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288635439728 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5783] ppid=5765 vsize=13269256 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5783/stat : 5783 (java) S 5765 5765 7621 0 -1 1077944384 6697 0 0 0 58 1 0 0 20 0 20 0 4375208 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288634386928 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5784] ppid=5765 vsize=13269256 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5784/stat : 5784 (java) S 5765 5765 7621 0 -1 1077944384 6724 0 0 0 54 1 0 0 20 0 20 0 4375208 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288633334640 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5785] ppid=5765 vsize=13269256 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5785/stat : 5785 (java) S 5765 5765 7621 0 -1 1077944384 3262 0 0 0 34 0 0 0 20 0 20 0 4375208 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288632281840 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5786] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5786/stat : 5786 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288631228768 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5787] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5787/stat : 5787 (java) S 5765 5765 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 36631 33554432000 4194304 4196468 140731036116800 140288630176048 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 13278768

[startup+6.30083 s]
/proc/loadavg: 12.05 13.82 13.84 10/291 5787
/proc/meminfo: memFree=25750284/32770624 swapFree=5800/278472
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
[pid=5766] ppid=5765 vsize=13269256 CPUtime=8.45 cores=0,2,4,6,8,10,12,14
/proc/5766/stat : 5766 (java) S 5765 5765 7621 0 -1 1077944320 36822 0 0 0 836 9 0 0 20 0 20 0 4375200 13587718144 38266 33554432000 4194304 4196468 140731036116800 140731036099344 140289177456375 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
/proc/5766/statm: 3317314 38266 3214 1 0 3304547 0
[pid=5766/tid=5767] ppid=5765 vsize=13269256 CPUtime=6.27 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5767/stat : 5767 (java) R 5765 5765 7621 0 -1 4202560 8584 0 0 0 624 3 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140289181692568 140288817039842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5769] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5769/stat : 5769 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140289136216464 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5770] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5770/stat : 5770 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140289135163664 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5771] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5771/stat : 5771 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288774982288 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5772] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5772/stat : 5772 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288773929488 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5773] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5773/stat : 5773 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288772877200 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5774] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5774/stat : 5774 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288771824400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5775] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5775/stat : 5775 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288770772112 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5777] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5777/stat : 5777 (java) S 5765 5765 7621 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4375201 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288769719312 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5778] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5778/stat : 5778 (java) S 5765 5765 7621 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 20 0 4375203 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288639649904 140289177467522 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5779] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5779/stat : 5779 (java) S 5765 5765 7621 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288638595872 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5780] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5780/stat : 5780 (java) S 5765 5765 7621 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288637543536 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5781] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5781/stat : 5781 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 38266 33554432000 4194304 4196468 140731036116800 140288636491856 140289177474971 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0

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

/proc/5766/task/5780/stat : 5780 (java) S 5765 5765 7621 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288637543552 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5781] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5781/stat : 5781 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288636491856 140289177474971 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5782] ppid=5765 vsize=13269256 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5782/stat : 5782 (java) S 5765 5765 7621 0 -1 1077944384 11184 0 0 0 124 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288635439728 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5783] ppid=5765 vsize=13269256 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5783/stat : 5783 (java) S 5765 5765 7621 0 -1 1077944384 15831 0 0 0 202 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288634386928 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5784] ppid=5765 vsize=13269256 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5784/stat : 5784 (java) S 5765 5765 7621 0 -1 1077944384 12522 0 0 0 117 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288633334400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5785] ppid=5765 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5785/stat : 5785 (java) S 5765 5765 7621 0 -1 1077944384 8294 0 0 0 61 1 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288632277216 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5786] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5786/stat : 5786 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288631228768 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5787] ppid=5765 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5787/stat : 5787 (java) S 5765 5765 7621 0 -1 1077944384 2329 0 0 0 5 4 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288630176048 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 11 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
Current children cumulated CPU time (s) 596.81
Current children cumulated vsize (KiB) 13278768

[startup+284.401 s]
/proc/loadavg: 9.27 11.15 12.70 20/292 6177
/proc/meminfo: memFree=21938032/32770624 swapFree=5800/279008
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
[pid=5766] ppid=5765 vsize=13269256 CPUtime=599.92 cores=0,2,4,6,8,10,12,14
/proc/5766/stat : 5766 (java) S 5765 5765 7621 0 -1 1077944320 280571 0 0 0 56113 3879 0 0 20 0 20 0 4375200 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140731036099344 140289177456375 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
/proc/5766/statm: 3317314 2402147 3279 1 0 3304547 0
[pid=5766/tid=5767] ppid=5765 vsize=13269256 CPUtime=232.05 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5767/stat : 5767 (java) S 5765 5765 7621 0 -1 1077944384 16051 0 0 0 23199 6 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140289181696160 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5769] ppid=5765 vsize=13269256 CPUtime=44.36 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5769/stat : 5769 (java) R 5765 5765 7621 0 -1 4202560 20125 0 0 0 3977 459 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140289136216584 140289170084583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5770] ppid=5765 vsize=13269256 CPUtime=44.36 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5770/stat : 5770 (java) R 5765 5765 7621 0 -1 4202560 16461 0 0 0 3934 502 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140289135163784 140289170084583 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5771] ppid=5765 vsize=13269256 CPUtime=44.42 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5771/stat : 5771 (java) R 5765 5765 7621 0 -1 4202560 47588 0 0 0 3967 475 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288774982408 140289160839408 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5772] ppid=5765 vsize=13269256 CPUtime=44.34 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5772/stat : 5772 (java) R 5765 5765 7621 0 -1 4202560 15074 0 0 0 3929 505 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288773929688 140289162452720 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5773] ppid=5765 vsize=13269256 CPUtime=44.51 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5773/stat : 5773 (java) R 5765 5765 7621 0 -1 4202560 45419 0 0 0 4002 449 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288772877320 140289170084583 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5774] ppid=5765 vsize=13269256 CPUtime=44.59 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5774/stat : 5774 (java) R 5765 5765 7621 0 -1 4202560 12468 0 0 0 3996 463 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288771824520 140289170084583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5775] ppid=5765 vsize=13269256 CPUtime=44.44 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5775/stat : 5775 (java) R 5765 5765 7621 0 -1 4202560 14510 0 0 0 3962 482 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288770772232 140289170084583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5777] ppid=5765 vsize=13269256 CPUtime=44.37 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5777/stat : 5777 (java) R 5765 5765 7621 0 -1 4202560 14928 0 0 0 3920 517 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288769719432 140289170084583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5778] ppid=5765 vsize=13269256 CPUtime=7.14 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5778/stat : 5778 (java) S 5765 5765 7621 0 -1 1077944384 26303 0 0 0 712 2 0 0 20 0 20 0 4375203 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288639648448 140289177466581 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5779] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5779/stat : 5779 (java) S 5765 5765 7621 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288638595936 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5780] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5780/stat : 5780 (java) S 5765 5765 7621 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288637543552 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5781] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5781/stat : 5781 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288636491856 140289177474971 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5782] ppid=5765 vsize=13269256 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5782/stat : 5782 (java) S 5765 5765 7621 0 -1 1077944384 11184 0 0 0 124 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288635439728 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5783] ppid=5765 vsize=13269256 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5783/stat : 5783 (java) S 5765 5765 7621 0 -1 1077944384 15831 0 0 0 202 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288634386928 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5784] ppid=5765 vsize=13269256 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5784/stat : 5784 (java) S 5765 5765 7621 0 -1 1077944384 12522 0 0 0 117 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288633334400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5785] ppid=5765 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5785/stat : 5785 (java) S 5765 5765 7621 0 -1 1077944384 8294 0 0 0 61 1 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288632277216 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5786] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5786/stat : 5786 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288631228768 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5787] ppid=5765 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5787/stat : 5787 (java) S 5765 5765 7621 0 -1 1077944384 2329 0 0 0 5 4 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288630176048 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 11 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
Current children cumulated CPU time (s) 599.92
Current children cumulated vsize (KiB) 13278768

[startup+284.801 s]
/proc/loadavg: 9.27 11.15 12.70 20/292 6177
/proc/meminfo: memFree=21938032/32770624 swapFree=5800/279008
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
[pid=5766] ppid=5765 vsize=13269256 CPUtime=601.65 cores=0,2,4,6,8,10,12,14
/proc/5766/stat : 5766 (java) S 5765 5765 7621 0 -1 1077944320 280571 0 0 0 56285 3880 0 0 20 0 20 0 4375200 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140731036099344 140289177456375 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
/proc/5766/statm: 3317314 2402147 3279 1 0 3304547 0
[pid=5766/tid=5767] ppid=5765 vsize=13269256 CPUtime=232.05 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5767/stat : 5767 (java) S 5765 5765 7621 0 -1 1077944384 16051 0 0 0 23199 6 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140289181696160 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5769] ppid=5765 vsize=13269256 CPUtime=44.55 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5769/stat : 5769 (java) S 5765 5765 7621 0 -1 1077944384 20125 0 0 0 3996 459 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140289136216464 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5770] ppid=5765 vsize=13269256 CPUtime=44.55 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5770/stat : 5770 (java) S 5765 5765 7621 0 -1 1077944384 16461 0 0 0 3953 502 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140289135163664 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5771] ppid=5765 vsize=13269256 CPUtime=44.61 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5771/stat : 5771 (java) S 5765 5765 7621 0 -1 1077944384 47588 0 0 0 3986 475 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288774982288 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5772] ppid=5765 vsize=13269256 CPUtime=44.54 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5772/stat : 5772 (java) S 5765 5765 7621 0 -1 1077944384 15074 0 0 0 3949 505 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288773929488 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5773] ppid=5765 vsize=13269256 CPUtime=44.69 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5773/stat : 5773 (java) S 5765 5765 7621 0 -1 1077944384 45419 0 0 0 4020 449 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288772877200 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5774] ppid=5765 vsize=13269256 CPUtime=44.78 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5774/stat : 5774 (java) S 5765 5765 7621 0 -1 1077944384 12468 0 0 0 4015 463 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288771824400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5775] ppid=5765 vsize=13269256 CPUtime=44.64 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5775/stat : 5775 (java) S 5765 5765 7621 0 -1 1077944384 14510 0 0 0 3981 483 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288770772112 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5777] ppid=5765 vsize=13269256 CPUtime=44.56 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5777/stat : 5777 (java) S 5765 5765 7621 0 -1 1077944384 14928 0 0 0 3939 517 0 0 20 0 20 0 4375201 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288769719312 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5778] ppid=5765 vsize=13269256 CPUtime=7.34 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5778/stat : 5778 (java) R 5765 5765 7621 0 -1 4202560 26303 0 0 0 732 2 0 0 20 0 20 0 4375203 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288639648336 140289162452884 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5779] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5779/stat : 5779 (java) S 5765 5765 7621 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288638595936 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5780] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5780/stat : 5780 (java) S 5765 5765 7621 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288637543552 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5781] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5781/stat : 5781 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288636491856 140289177474971 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5782] ppid=5765 vsize=13269256 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5782/stat : 5782 (java) S 5765 5765 7621 0 -1 1077944384 11184 0 0 0 124 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288635439728 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5783] ppid=5765 vsize=13269256 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5783/stat : 5783 (java) S 5765 5765 7621 0 -1 1077944384 15831 0 0 0 202 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288634386928 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5784] ppid=5765 vsize=13269256 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5784/stat : 5784 (java) S 5765 5765 7621 0 -1 1077944384 12522 0 0 0 117 2 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288633334400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5785] ppid=5765 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5785/stat : 5785 (java) S 5765 5765 7621 0 -1 1077944384 8294 0 0 0 61 1 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288632277216 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5786] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5786/stat : 5786 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288631228768 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5787] ppid=5765 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5787/stat : 5787 (java) S 5765 5765 7621 0 -1 1077944384 2329 0 0 0 5 4 0 0 20 0 20 0 4375208 13587718144 2402147 33554432000 4194304 4196468 140731036116800 140288630176048 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 11 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
Current children cumulated CPU time (s) 601.65
Current children cumulated vsize (KiB) 13278768

[startup+284.901 s]
/proc/loadavg: 9.27 11.15 12.70 10/292 6177
/proc/meminfo: memFree=21835972/32770624 swapFree=5800/279008
[pid=5765] ppid=5762 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5765/stat : 5765 (xcsp3-exec) S 5762 5765 7621 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4375200 9740288 346 33554432000 4194304 5098028 140721231511728 140721231509832 140482450842236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 37339136 140721231516815 140721231517024 140721231517024 140721231519723 0
/proc/5765/statm: 2378 346 289 221 0 87 0
[pid=5766] ppid=5765 vsize=13269256 CPUtime=601.77 cores=0,2,4,6,8,10,12,14
/proc/5766/stat : 5766 (java) S 5765 5765 7621 0 -1 1077944320 280699 0 0 0 56296 3881 0 0 20 0 20 0 4375200 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140731036099344 140289177456375 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
/proc/5766/statm: 3317314 2402149 3279 1 0 3304547 0
[pid=5766/tid=5767] ppid=5765 vsize=13269256 CPUtime=232.05 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5767/stat : 5767 (java) S 5765 5765 7621 0 -1 1077944384 16051 0 0 0 23199 6 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140289181696160 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5769] ppid=5765 vsize=13269256 CPUtime=44.55 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5769/stat : 5769 (java) S 5765 5765 7621 0 -1 1077944384 20125 0 0 0 3996 459 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140289136216464 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5770] ppid=5765 vsize=13269256 CPUtime=44.55 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5770/stat : 5770 (java) S 5765 5765 7621 0 -1 1077944384 16461 0 0 0 3953 502 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140289135163664 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5771] ppid=5765 vsize=13269256 CPUtime=44.61 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5771/stat : 5771 (java) S 5765 5765 7621 0 -1 1077944384 47588 0 0 0 3986 475 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288774982288 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5772] ppid=5765 vsize=13269256 CPUtime=44.54 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5772/stat : 5772 (java) S 5765 5765 7621 0 -1 1077944384 15074 0 0 0 3949 505 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288773929488 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5773] ppid=5765 vsize=13269256 CPUtime=44.69 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5773/stat : 5773 (java) S 5765 5765 7621 0 -1 1077944384 45419 0 0 0 4020 449 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288772877200 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5774] ppid=5765 vsize=13269256 CPUtime=44.78 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5774/stat : 5774 (java) S 5765 5765 7621 0 -1 1077944384 12468 0 0 0 4015 463 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288771824400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5775] ppid=5765 vsize=13269256 CPUtime=44.64 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5775/stat : 5775 (java) S 5765 5765 7621 0 -1 1077944384 14510 0 0 0 3981 483 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288770772112 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5777] ppid=5765 vsize=13269256 CPUtime=44.56 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5777/stat : 5777 (java) S 5765 5765 7621 0 -1 1077944384 14928 0 0 0 3939 517 0 0 20 0 20 0 4375201 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288769719312 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5778] ppid=5765 vsize=13269256 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5778/stat : 5778 (java) R 5765 5765 7621 0 -1 4202560 26431 0 0 0 743 2 0 0 20 0 20 0 4375203 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288639648336 140289162452720 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5779] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5779/stat : 5779 (java) S 5765 5765 7621 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288638595936 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5780] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5780/stat : 5780 (java) S 5765 5765 7621 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 20 0 4375204 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288637543552 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5781] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5781/stat : 5781 (java) S 5765 5765 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288636491856 140289177474971 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5782] ppid=5765 vsize=13269256 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5782/stat : 5782 (java) S 5765 5765 7621 0 -1 1077944384 11184 0 0 0 124 2 0 0 20 0 20 0 4375208 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288635439824 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5783] ppid=5765 vsize=13269256 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5783/stat : 5783 (java) S 5765 5765 7621 0 -1 1077944384 15831 0 0 0 202 2 0 0 20 0 20 0 4375208 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288634386976 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5784] ppid=5765 vsize=13269256 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5784/stat : 5784 (java) S 5765 5765 7621 0 -1 1077944384 12522 0 0 0 117 2 0 0 20 0 20 0 4375208 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288633334400 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5785] ppid=5765 vsize=13269256 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5785/stat : 5785 (java) S 5765 5765 7621 0 -1 1077944384 8294 0 0 0 61 1 0 0 20 0 20 0 4375208 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288632277216 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5786] ppid=5765 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5786/stat : 5786 (java) S 5765 5765 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4375208 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288631228768 140289177466581 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
[pid=5766/tid=5787] ppid=5765 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/5766/task/5787/stat : 5787 (java) S 5765 5765 7621 0 -1 1077944384 2329 0 0 0 5 4 0 0 20 0 20 0 4375208 13587718144 2402149 33554432000 4194304 4196468 140731036116800 140288630176048 140289177467522 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 11 0 0 6293624 6294260 36491264 140731036124348 140731036124524 140731036124524 140731036127183 0
Current children cumulated CPU time (s) 601.77
Current children cumulated vsize (KiB) 13278768

Child status: 1
Real time (s): 285.004
CPU time (s): 601.852
CPU user time (s): 562.992
CPU system time (s): 38.8598
CPU usage (%): 211.173
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 562.992
system time used= 38.8598
maximum resident set size= 9608780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16411
involuntary context switches= 43448

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.20626 second user time and 2.55977 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 04:37:54
IDJOB=4247967
IDBENCH=130619
IDSOLVER=2625
FILE ID=node124/4247967-1500691074
RUNJOBID= node124-1500683887-7652
PBS_JOBID= 20623343
Free space on /tmp= 62000 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-18.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-4247967-1500691074/watcher-4247967-1500691074 -o /tmp/evaluation-result-4247967-1500691074/solver-4247967-1500691074 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500683887-7652 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 107879738 HOME/instance-4247967-1500691074.xml

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

MD5SUM BENCH= c676f6660bfbd7761e9ca0de91c4f968
RANDOM SEED=107879738

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.16
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		: 1733.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.16
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		: 1600.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.16
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.16
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:        25886036 kB
MemAvailable:   26039840 kB
Buffers:          112488 kB
Cached:           323788 kB
SwapCached:            0 kB
Active:          6157536 kB
Inactive:         287148 kB
Active(anon):    6010708 kB
Inactive(anon):     8744 kB
Active(file):     146828 kB
Inactive(file):   278404 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7716 kB
Writeback:             0 kB
AnonPages:       6013576 kB
Mapped:            42616 kB
Shmem:              8840 kB
Slab:             122880 kB
SReclaimable:      88816 kB
SUnreclaim:        34064 kB
KernelStack:        4992 kB
PageTables:        17016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7484084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5812224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61992 MiB
End job on node124 at 2017-07-22 04:42:40