Trace number 4249980

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 4.0.5 (2017-07-05)? 470.321 300.298

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
Bench CategoryCSP (decision 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 variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
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-4249980-1500695984.xml"  -tl '2400s' -p 8 -x 0
0.00/0.22	c [HOME/instance-4249980-1500695984.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.28	c 8 solvers in parallel
0.00/0.36	c parse instance...
444.51/296.79	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
444.51/296.79		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
444.51/296.79		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
444.51/296.79		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
444.51/296.79		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
444.51/296.79		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
444.51/296.79		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
444.51/296.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
444.51/296.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
444.51/296.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
444.51/296.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
444.51/296.79		at org.xcsp.parser.XCallbacks$$Lambda$46/148912029.accept(Unknown Source)
444.51/296.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
444.51/296.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
444.51/296.79		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
444.51/296.79		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
444.51/296.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
444.51/296.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
444.51/296.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
444.51/296.79		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
444.51/296.79		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
444.51/296.79		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
470.21/300.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
470.21/300.22	s UNKNOWN
470.21/300.22	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-4249980-1500695984/watcher-4249980-1500695984 -o /tmp/evaluation-result-4249980-1500695984/solver-4249980-1500695984 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7776 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 484348238 HOME/instance-4249980-1500695984.xml 

pid=8340
running on 8 cores: 1,3,5,7,9,11,13,15

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: 13.55 11.40 12.25 3/262 8343
/proc/meminfo: memFree=30535824/32770624 swapFree=5880/297444
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0

[startup+0.100126 s]
/proc/loadavg: 13.55 11.40 12.25 3/262 8343
/proc/meminfo: memFree=30535824/32770624 swapFree=5880/297444
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200395 s]
/proc/loadavg: 13.55 11.40 12.25 3/262 8343
/proc/meminfo: memFree=30535824/32770624 swapFree=5880/297444
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300364 s]
/proc/loadavg: 13.55 11.40 12.25 3/262 8343
/proc/meminfo: memFree=30535824/32770624 swapFree=5880/297444
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700193 s]
/proc/loadavg: 13.55 11.40 12.25 3/262 8343
/proc/meminfo: memFree=30535824/32770624 swapFree=5880/297444
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50087 s]
/proc/loadavg: 13.55 11.40 12.25 6/283 8364
/proc/meminfo: memFree=30338712/32770624 swapFree=5880/297444
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
[pid=8344] ppid=8343 vsize=13269256 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/8344/stat : 8344 (java) S 8343 8343 7744 0 -1 1077944320 17364 0 0 0 436 39 0 0 20 0 20 0 4866112 13587718144 95408 33554432000 4194304 4196468 140725391957712 140725391940256 139957562294007 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
/proc/8344/statm: 3317314 95408 3233 1 0 3304547 0
[pid=8344/tid=8345] ppid=8343 vsize=13269256 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8345/stat : 8345 (java) R 8343 8343 7744 0 -1 4202560 6701 0 0 0 131 6 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957566532256 139957167912141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8347] ppid=8343 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8347/stat : 8347 (java) S 8343 8343 7744 0 -1 1077944384 81 0 0 0 4 3 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957494430864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8348] ppid=8343 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8348/stat : 8348 (java) S 8343 8343 7744 0 -1 1077944384 70 0 0 0 3 3 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957493378064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8349] ppid=8343 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8349/stat : 8349 (java) S 8343 8343 7744 0 -1 1077944384 75 0 0 0 5 3 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957492325264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8350] ppid=8343 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8350/stat : 8350 (java) S 8343 8343 7744 0 -1 1077944384 82 0 0 0 4 3 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957491272464 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8351] ppid=8343 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8351/stat : 8351 (java) S 8343 8343 7744 0 -1 1077944384 59 0 0 0 4 4 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957490219664 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8352] ppid=8343 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8352/stat : 8352 (java) S 8343 8343 7744 0 -1 1077944384 65 0 0 0 4 4 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957489166864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8353] ppid=8343 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8353/stat : 8353 (java) S 8343 8343 7744 0 -1 1077944384 57 0 0 0 4 2 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957488114064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8354] ppid=8343 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8354/stat : 8354 (java) S 8343 8343 7744 0 -1 1077944384 56 0 0 0 4 3 0 0 20 0 20 0 4866113 13587718144 95408 33554432000 4194304 4196468 140725391957712 139957487061264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8355] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8355/stat : 8355 (java) S 8343 8343 7744 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 20 0 4866115 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956755749744 139957562305154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8356] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8356/stat : 8356 (java) S 8343 8343 7744 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956754695712 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8357] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8357/stat : 8357 (java) S 8343 8343 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956753642864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8358] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8358/stat : 8358 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956752591184 139957562312603 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8359] ppid=8343 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8359/stat : 8359 (java) S 8343 8343 7744 0 -1 1077944384 2233 0 0 0 72 0 0 0 20 0 20 0 4866120 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956751538544 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8360] ppid=8343 vsize=13269256 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8360/stat : 8360 (java) S 8343 8343 7744 0 -1 1077944384 2127 0 0 0 73 0 0 0 20 0 20 0 4866120 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956750485744 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8361] ppid=8343 vsize=13269256 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8361/stat : 8361 (java) S 8343 8343 7744 0 -1 1077944384 2422 0 0 0 78 0 0 0 20 0 20 0 4866120 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956749432944 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8362] ppid=8343 vsize=13269256 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8362/stat : 8362 (java) S 8343 8343 7744 0 -1 1077944384 1832 0 0 0 42 1 0 0 20 0 20 0 4866120 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956748380144 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8363] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8363/stat : 8363 (java) S 8343 8343 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956747328608 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8364] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8364/stat : 8364 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 95408 33554432000 4194304 4196468 140725391957712 139956746275888 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 13278768

[startup+3.10086 s]
/proc/loadavg: 13.55 11.40 12.25 10/283 8364
/proc/meminfo: memFree=29761300/32770624 swapFree=5880/297444
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
[pid=8344] ppid=8343 vsize=13269256 CPUtime=12.49 cores=1,3,5,7,9,11,13,15
/proc/8344/stat : 8344 (java) S 8343 8343 7744 0 -1 1077944320 73067 0 0 0 920 329 0 0 20 0 20 0 4866112 13587718144 326058 33554432000 4194304 4196468 140725391957712 140725391940256 139957562294007 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
/proc/8344/statm: 3317314 326058 3242 1 0 3304547 0
[pid=8344/tid=8345] ppid=8343 vsize=13269256 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8345/stat : 8345 (java) S 8343 8343 7744 0 -1 1077944384 6916 0 0 0 177 10 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957566531808 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8347] ppid=8343 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8347/stat : 8347 (java) S 8343 8343 7744 0 -1 1077944384 6994 0 0 0 55 41 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957494430864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8348] ppid=8343 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8348/stat : 8348 (java) S 8343 8343 7744 0 -1 1077944384 7212 0 0 0 57 39 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957493378064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8349] ppid=8343 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8349/stat : 8349 (java) S 8343 8343 7744 0 -1 1077944384 6829 0 0 0 58 38 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957492325264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8350] ppid=8343 vsize=13269256 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8350/stat : 8350 (java) S 8343 8343 7744 0 -1 1077944384 7000 0 0 0 58 37 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957491272464 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8351] ppid=8343 vsize=13269256 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8351/stat : 8351 (java) S 8343 8343 7744 0 -1 1077944384 6876 0 0 0 56 35 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957490219664 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8352] ppid=8343 vsize=13269256 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8352/stat : 8352 (java) S 8343 8343 7744 0 -1 1077944384 6895 0 0 0 55 42 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957489166864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8353] ppid=8343 vsize=13269256 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8353/stat : 8353 (java) S 8343 8343 7744 0 -1 1077944384 6900 0 0 0 56 39 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957488114064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8354] ppid=8343 vsize=13269256 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8354/stat : 8354 (java) S 8343 8343 7744 0 -1 1077944384 6941 0 0 0 55 40 0 0 20 0 20 0 4866113 13587718144 326058 33554432000 4194304 4196468 140725391957712 139957487061264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8355] ppid=8343 vsize=13269256 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8355/stat : 8355 (java) R 8343 8343 7744 0 -1 4202560 590 0 0 0 19 0 0 0 20 0 20 0 4866115 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956755748176 139957546994747 0 0 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8356] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8356/stat : 8356 (java) S 8343 8343 7744 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956754695776 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8357] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8357/stat : 8357 (java) S 8343 8343 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956753642880 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8358] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8358/stat : 8358 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956752591184 139957562312603 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8359] ppid=8343 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8359/stat : 8359 (java) S 8343 8343 7744 0 -1 1077944384 2233 0 0 0 72 0 0 0 20 0 20 0 4866120 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956751538544 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8360] ppid=8343 vsize=13269256 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8360/stat : 8360 (java) S 8343 8343 7744 0 -1 1077944384 2127 0 0 0 74 0 0 0 20 0 20 0 4866120 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956750485744 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8361] ppid=8343 vsize=13269256 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8361/stat : 8361 (java) S 8343 8343 7744 0 -1 1077944384 2422 0 0 0 78 0 0 0 20 0 20 0 4866120 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956749432944 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8362] ppid=8343 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8362/stat : 8362 (java) S 8343 8343 7744 0 -1 1077944384 1836 0 0 0 43 1 0 0 20 0 20 0 4866120 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956748380144 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8363] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8363/stat : 8363 (java) S 8343 8343 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956747328608 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8364] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8364/stat : 8364 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 326058 33554432000 4194304 4196468 140725391957712 139956746275888 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 13278768

[startup+6.30087 s]
/proc/loadavg: 12.63 11.24 12.19 3/283 8364
/proc/meminfo: memFree=29236092/32770624 swapFree=5880/297520
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
[pid=8344] ppid=8343 vsize=13269256 CPUtime=15.71 cores=1,3,5,7,9,11,13,15
/proc/8344/stat : 8344 (java) S 8343 8343 7744 0 -1 1077944320 76080 0 0 0 1242 329 0 0 20 0 20 0 4866112 13587718144 325876 33554432000 4194304 4196468 140725391957712 140725391940256 139957562294007 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
/proc/8344/statm: 3317314 325876 3249 1 0 3304547 0
[pid=8344/tid=8345] ppid=8343 vsize=13269256 CPUtime=5.05 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8345/stat : 8345 (java) R 8343 8343 7744 0 -1 4202560 9234 0 0 0 495 10 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957566529120 139957168025249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8347] ppid=8343 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8347/stat : 8347 (java) S 8343 8343 7744 0 -1 1077944384 6994 0 0 0 55 41 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957494430864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8348] ppid=8343 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8348/stat : 8348 (java) S 8343 8343 7744 0 -1 1077944384 7212 0 0 0 57 39 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957493378064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8349] ppid=8343 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8349/stat : 8349 (java) S 8343 8343 7744 0 -1 1077944384 6829 0 0 0 58 38 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957492325264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8350] ppid=8343 vsize=13269256 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8350/stat : 8350 (java) S 8343 8343 7744 0 -1 1077944384 7000 0 0 0 58 37 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957491272464 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8351] ppid=8343 vsize=13269256 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8351/stat : 8351 (java) S 8343 8343 7744 0 -1 1077944384 6876 0 0 0 56 35 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957490219664 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8352] ppid=8343 vsize=13269256 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8352/stat : 8352 (java) S 8343 8343 7744 0 -1 1077944384 6895 0 0 0 55 42 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957489166864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8353] ppid=8343 vsize=13269256 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8353/stat : 8353 (java) S 8343 8343 7744 0 -1 1077944384 6900 0 0 0 56 39 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957488114064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8354] ppid=8343 vsize=13269256 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8354/stat : 8354 (java) S 8343 8343 7744 0 -1 1077944384 6941 0 0 0 55 40 0 0 20 0 20 0 4866113 13587718144 325876 33554432000 4194304 4196468 140725391957712 139957487061264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8355] ppid=8343 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8355/stat : 8355 (java) S 8343 8343 7744 0 -1 1077944384 1265 0 0 0 20 0 0 0 20 0 20 0 4866115 13587718144 325876 33554432000 4194304 4196468 140725391957712 139956755749744 139957562305154 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8356] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8356/stat : 8356 (java) S 8343 8343 7744 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 325876 33554432000 4194304 4196468 140725391957712 139956754695776 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8357] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8357/stat : 8357 (java) S 8343 8343 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 325876 33554432000 4194304 4196468 140725391957712 139956753642880 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8358] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8358/stat : 8358 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 325876 33554432000 4194304 4196468 140725391957712 139956752591184 139957562312603 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0

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

/proc/8344/task/8357/stat : 8357 (java) S 8343 8343 7744 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956753642880 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8358] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8358/stat : 8358 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956752591184 139957562312603 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8359] ppid=8343 vsize=13269256 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8359/stat : 8359 (java) S 8343 8343 7744 0 -1 1077944384 3065 0 0 0 77 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956751538544 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8360] ppid=8343 vsize=13269256 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8360/stat : 8360 (java) S 8343 8343 7744 0 -1 1077944384 3204 0 0 0 79 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956750485744 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8361] ppid=8343 vsize=13269256 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8361/stat : 8361 (java) S 8343 8343 7744 0 -1 1077944384 3511 0 0 0 83 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956749432944 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8362] ppid=8343 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8362/stat : 8362 (java) S 8343 8343 7744 0 -1 1077944384 3141 0 0 0 45 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956748376576 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8363] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8363/stat : 8363 (java) S 8343 8343 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956747328608 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8364] ppid=8343 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8364/stat : 8364 (java) S 8343 8343 7744 0 -1 1077944384 275 0 0 0 10 12 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956746275888 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
Current children cumulated CPU time (s) 451.78
Current children cumulated vsize (KiB) 13278768

[startup+299.305 s]
/proc/loadavg: 3.45 5.90 9.59 10/286 8400
/proc/meminfo: memFree=10813800/32770624 swapFree=5880/297900
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
[pid=8344] ppid=8343 vsize=13269256 CPUtime=465.11 cores=1,3,5,7,9,11,13,15
/proc/8344/stat : 8344 (java) S 8343 8343 7744 0 -1 1077944320 468345 0 0 0 42647 3864 0 0 20 0 20 0 4866112 13587718144 2674143 33554432000 4194304 4196468 140725391957712 140725391940256 139957562294007 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
/proc/8344/statm: 3317314 2674143 3260 1 0 3304547 0
[pid=8344/tid=8345] ppid=8343 vsize=13269256 CPUtime=271.37 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8345/stat : 8345 (java) S 8343 8343 7744 0 -1 1077944384 32694 0 0 0 27116 21 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957566533232 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8347] ppid=8343 vsize=13269256 CPUtime=23.38 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8347/stat : 8347 (java) R 8343 8343 7744 0 -1 4202560 26255 0 0 0 1871 467 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957494430984 139957555396993 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8348] ppid=8343 vsize=13269256 CPUtime=23.36 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8348/stat : 8348 (java) R 8343 8343 7744 0 -1 4202560 27450 0 0 0 1844 492 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957493378184 139957555397000 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8349] ppid=8343 vsize=13269256 CPUtime=23.39 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8349/stat : 8349 (java) R 8343 8343 7744 0 -1 4202560 27977 0 0 0 1828 511 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957492325384 139957555396979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8350] ppid=8343 vsize=13269256 CPUtime=23.44 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8350/stat : 8350 (java) R 8343 8343 7744 0 -1 4202560 24612 0 0 0 1867 477 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957491272584 139957555396993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8351] ppid=8343 vsize=13269256 CPUtime=23.24 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8351/stat : 8351 (java) R 8343 8343 7744 0 -1 4202560 27183 0 0 0 1876 448 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957490219784 139957555396993 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8352] ppid=8343 vsize=13269256 CPUtime=23.33 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8352/stat : 8352 (java) R 8343 8343 7744 0 -1 4202560 27570 0 0 0 1864 469 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957489166984 139957555396993 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8353] ppid=8343 vsize=13269256 CPUtime=23.08 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8353/stat : 8353 (java) R 8343 8343 7744 0 -1 4202560 150499 0 0 0 1818 490 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957488114184 139957555397000 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8354] ppid=8343 vsize=13269256 CPUtime=23.31 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8354/stat : 8354 (java) R 8343 8343 7744 0 -1 4202560 76481 0 0 0 1862 469 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957487061384 139957555396986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8355] ppid=8343 vsize=13269256 CPUtime=4.03 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8355/stat : 8355 (java) S 8343 8343 7744 0 -1 1077944384 33117 0 0 0 401 2 0 0 20 0 20 0 4866115 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956755748288 139957562304213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8356] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8356/stat : 8356 (java) S 8343 8343 7744 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956754695776 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8357] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8357/stat : 8357 (java) S 8343 8343 7744 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956753642880 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8358] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8358/stat : 8358 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956752591184 139957562312603 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8359] ppid=8343 vsize=13269256 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8359/stat : 8359 (java) S 8343 8343 7744 0 -1 1077944384 3065 0 0 0 77 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956751538544 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8360] ppid=8343 vsize=13269256 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8360/stat : 8360 (java) S 8343 8343 7744 0 -1 1077944384 3204 0 0 0 79 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956750485744 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8361] ppid=8343 vsize=13269256 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8361/stat : 8361 (java) S 8343 8343 7744 0 -1 1077944384 3511 0 0 0 83 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956749432944 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8362] ppid=8343 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8362/stat : 8362 (java) S 8343 8343 7744 0 -1 1077944384 3141 0 0 0 45 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956748376576 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8363] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8363/stat : 8363 (java) S 8343 8343 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956747328608 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8364] ppid=8343 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8364/stat : 8364 (java) S 8343 8343 7744 0 -1 1077944384 275 0 0 0 10 12 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956746275888 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
Current children cumulated CPU time (s) 465.11
Current children cumulated vsize (KiB) 13278768

[startup+299.802 s]
/proc/loadavg: 3.45 5.90 9.59 10/286 8400
/proc/meminfo: memFree=10813800/32770624 swapFree=5880/297900
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
[pid=8344] ppid=8343 vsize=13269256 CPUtime=468.26 cores=1,3,5,7,9,11,13,15
/proc/8344/stat : 8344 (java) S 8343 8343 7744 0 -1 1077944320 468345 0 0 0 42962 3864 0 0 20 0 20 0 4866112 13587718144 2674143 33554432000 4194304 4196468 140725391957712 140725391940256 139957562294007 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
/proc/8344/statm: 3317314 2674143 3260 1 0 3304547 0
[pid=8344/tid=8345] ppid=8343 vsize=13269256 CPUtime=271.37 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8345/stat : 8345 (java) S 8343 8343 7744 0 -1 1077944384 32694 0 0 0 27116 21 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957566533232 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8347] ppid=8343 vsize=13269256 CPUtime=23.77 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8347/stat : 8347 (java) R 8343 8343 7744 0 -1 4202560 26255 0 0 0 1910 467 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957494430984 139957555396993 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8348] ppid=8343 vsize=13269256 CPUtime=23.75 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8348/stat : 8348 (java) R 8343 8343 7744 0 -1 4202560 27450 0 0 0 1883 492 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957493378184 139957555396993 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8349] ppid=8343 vsize=13269256 CPUtime=23.79 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8349/stat : 8349 (java) R 8343 8343 7744 0 -1 4202560 27977 0 0 0 1868 511 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957492325384 139957555396993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8350] ppid=8343 vsize=13269256 CPUtime=23.83 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8350/stat : 8350 (java) R 8343 8343 7744 0 -1 4202560 24612 0 0 0 1906 477 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957491272584 139957555396993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8351] ppid=8343 vsize=13269256 CPUtime=23.61 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8351/stat : 8351 (java) R 8343 8343 7744 0 -1 4202560 27183 0 0 0 1913 448 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957490219784 139957555396986 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8352] ppid=8343 vsize=13269256 CPUtime=23.73 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8352/stat : 8352 (java) R 8343 8343 7744 0 -1 4202560 27570 0 0 0 1904 469 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957489166984 139957555396986 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8353] ppid=8343 vsize=13269256 CPUtime=23.47 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8353/stat : 8353 (java) R 8343 8343 7744 0 -1 4202560 150499 0 0 0 1857 490 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957488114184 139957555397000 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8354] ppid=8343 vsize=13269256 CPUtime=23.71 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8354/stat : 8354 (java) R 8343 8343 7744 0 -1 4202560 76481 0 0 0 1902 469 0 0 20 0 20 0 4866113 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139957487061384 139957555397000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8355] ppid=8343 vsize=13269256 CPUtime=4.03 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8355/stat : 8355 (java) S 8343 8343 7744 0 -1 1077944384 33117 0 0 0 401 2 0 0 20 0 20 0 4866115 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956755748288 139957562304213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8356] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8356/stat : 8356 (java) S 8343 8343 7744 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956754695776 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8357] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8357/stat : 8357 (java) S 8343 8343 7744 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956753642880 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8358] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8358/stat : 8358 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956752591184 139957562312603 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8359] ppid=8343 vsize=13269256 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8359/stat : 8359 (java) S 8343 8343 7744 0 -1 1077944384 3065 0 0 0 77 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956751538544 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8360] ppid=8343 vsize=13269256 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8360/stat : 8360 (java) S 8343 8343 7744 0 -1 1077944384 3204 0 0 0 79 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956750485744 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8361] ppid=8343 vsize=13269256 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8361/stat : 8361 (java) S 8343 8343 7744 0 -1 1077944384 3511 0 0 0 83 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956749432944 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8362] ppid=8343 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8362/stat : 8362 (java) S 8343 8343 7744 0 -1 1077944384 3141 0 0 0 45 1 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956748376576 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8363] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8363/stat : 8363 (java) S 8343 8343 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956747328608 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8364] ppid=8343 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8364/stat : 8364 (java) S 8343 8343 7744 0 -1 1077944384 275 0 0 0 10 12 0 0 20 0 20 0 4866120 13587718144 2674143 33554432000 4194304 4196468 140725391957712 139956746275888 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
Current children cumulated CPU time (s) 468.26
Current children cumulated vsize (KiB) 13278768

[startup+300.201 s]
/proc/loadavg: 3.45 5.90 9.59 10/286 8400
/proc/meminfo: memFree=10813800/32770624 swapFree=5880/297900
[pid=8343] ppid=8340 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8343/stat : 8343 (xcsp3-exec) S 8340 8343 7744 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4866112 9740288 346 33554432000 4194304 5098028 140730238346000 140730238344104 140119832019580 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 9359360 140730238350479 140730238350688 140730238350688 140730238353387 0
/proc/8343/statm: 2378 346 289 221 0 87 0
[pid=8344] ppid=8343 vsize=13269256 CPUtime=470.21 cores=1,3,5,7,9,11,13,15
/proc/8344/stat : 8344 (java) S 8343 8343 7744 0 -1 1077944320 468473 0 0 0 43157 3864 0 0 20 0 20 0 4866112 13587718144 2674161 33554432000 4194304 4196468 140725391957712 140725391940256 139957562294007 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
/proc/8344/statm: 3317314 2674161 3260 1 0 3304547 0
[pid=8344/tid=8345] ppid=8343 vsize=13269256 CPUtime=271.37 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8345/stat : 8345 (java) S 8343 8343 7744 0 -1 1077944384 32694 0 0 0 27116 21 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957566533232 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8347] ppid=8343 vsize=13269256 CPUtime=24 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8347/stat : 8347 (java) S 8343 8343 7744 0 -1 1077944384 26255 0 0 0 1933 467 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957494430864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8348] ppid=8343 vsize=13269256 CPUtime=23.97 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8348/stat : 8348 (java) S 8343 8343 7744 0 -1 1077944384 27450 0 0 0 1905 492 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957493378064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8349] ppid=8343 vsize=13269256 CPUtime=24.01 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8349/stat : 8349 (java) S 8343 8343 7744 0 -1 1077944384 27977 0 0 0 1890 511 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957492325264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8350] ppid=8343 vsize=13269256 CPUtime=24.06 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8350/stat : 8350 (java) S 8343 8343 7744 0 -1 1077944384 24612 0 0 0 1928 478 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957491272464 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8351] ppid=8343 vsize=13269256 CPUtime=23.82 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8351/stat : 8351 (java) S 8343 8343 7744 0 -1 1077944384 27183 0 0 0 1934 448 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957490219664 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8352] ppid=8343 vsize=13269256 CPUtime=23.95 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8352/stat : 8352 (java) S 8343 8343 7744 0 -1 1077944384 27570 0 0 0 1926 469 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957489166864 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8353] ppid=8343 vsize=13269256 CPUtime=23.69 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8353/stat : 8353 (java) S 8343 8343 7744 0 -1 1077944384 150499 0 0 0 1879 490 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957488114064 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8354] ppid=8343 vsize=13269256 CPUtime=23.93 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8354/stat : 8354 (java) S 8343 8343 7744 0 -1 1077944384 76481 0 0 0 1924 469 0 0 20 0 20 0 4866113 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139957487061264 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8355] ppid=8343 vsize=13269256 CPUtime=4.2 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8355/stat : 8355 (java) R 8343 8343 7744 0 -1 4202560 33245 0 0 0 418 2 0 0 20 0 20 0 4866115 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956755748176 139957540664187 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8356] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8356/stat : 8356 (java) S 8343 8343 7744 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956754695776 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8357] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8357/stat : 8357 (java) S 8343 8343 7744 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 4866116 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956753642880 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8358] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8358/stat : 8358 (java) S 8343 8343 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956752591184 139957562312603 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8359] ppid=8343 vsize=13269256 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8359/stat : 8359 (java) S 8343 8343 7744 0 -1 1077944384 3065 0 0 0 77 0 0 0 20 0 20 0 4866120 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956751538544 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8360] ppid=8343 vsize=13269256 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8360/stat : 8360 (java) S 8343 8343 7744 0 -1 1077944384 3204 0 0 0 79 1 0 0 20 0 20 0 4866120 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956750485744 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8361] ppid=8343 vsize=13269256 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8361/stat : 8361 (java) S 8343 8343 7744 0 -1 1077944384 3511 0 0 0 83 1 0 0 20 0 20 0 4866120 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956749432944 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8362] ppid=8343 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8362/stat : 8362 (java) S 8343 8343 7744 0 -1 1077944384 3141 0 0 0 45 1 0 0 20 0 20 0 4866120 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956748376576 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8363] ppid=8343 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8363/stat : 8363 (java) S 8343 8343 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4866120 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956747328608 139957562304213 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
[pid=8344/tid=8364] ppid=8343 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/8344/task/8364/stat : 8364 (java) S 8343 8343 7744 0 -1 1077944384 275 0 0 0 10 12 0 0 20 0 20 0 4866120 13587718144 2674161 33554432000 4194304 4196468 140725391957712 139956746275888 139957562305154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 19275776 140725391963324 140725391963500 140725391963500 140725391966159 0
Current children cumulated CPU time (s) 470.21
Current children cumulated vsize (KiB) 13278768

Child status: 1
Real time (s): 300.298
CPU time (s): 470.321
CPU user time (s): 431.597
CPU system time (s): 38.7243
CPU usage (%): 156.618
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.597
system time used= 38.7243
maximum resident set size= 10697056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469111
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23937
involuntary context switches= 26732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14598 second user time and 3.19032 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 05:59:44
IDJOB=4249980
IDBENCH=138698
IDSOLVER=2625
FILE ID=node127/4249980-1500695984
RUNJOBID= node127-1500682387-7776
PBS_JOBID= 20623323
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.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-4249980-1500695984/watcher-4249980-1500695984 -o /tmp/evaluation-result-4249980-1500695984/solver-4249980-1500695984 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7776 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 484348238 HOME/instance-4249980-1500695984.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=484348238

node127.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.94
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		: 1733.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		: 1600.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.94
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		: 1600.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.94
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		: 2533.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.94
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		: 1600.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		: 2533.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.94
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		: 1867.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		: 2668.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.94
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		: 1600.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		: 2668.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.94
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		: 2267.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.94
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		: 1733.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:        30535824 kB
MemAvailable:   30719240 kB
Buffers:          116616 kB
Cached:           348628 kB
SwapCached:            0 kB
Active:          1497932 kB
Inactive:         306108 kB
Active(anon):    1341496 kB
Inactive(anon):     8664 kB
Active(file):     156436 kB
Inactive(file):   297444 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8584 kB
Writeback:             4 kB
AnonPages:       1389264 kB
Mapped:            42692 kB
Shmem:              8840 kB
Slab:             125320 kB
SReclaimable:      90740 kB
SUnreclaim:        34580 kB
KernelStack:        4944 kB
PageTables:         7664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3016248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1085440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61968 MiB
End job on node127 at 2017-07-22 06:04:45