Trace number 4249981

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)? 454.9 285.785

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-4249981-1500696271.xml"  -tl '2400s' -p 8 -x 3
0.00/0.21	c [HOME/instance-4249981-1500696271.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.32	c 8 solvers in parallel
0.00/0.34	c parse instance...
434.24/282.92	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
434.24/282.92		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
434.24/282.92		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
434.24/282.92		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
434.24/282.92		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
434.24/282.92		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
434.24/282.92		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
434.24/282.92		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
434.24/282.92		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
434.24/282.92		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
434.24/282.92		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
434.24/282.92		at org.xcsp.parser.XCallbacks$$Lambda$46/148912029.accept(Unknown Source)
434.24/282.92		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
434.24/282.92		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
434.24/282.92		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
434.24/282.92		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
434.24/282.92		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
434.24/282.92		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
434.24/282.92		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
434.24/282.92		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
434.24/282.92		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
434.24/282.92		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
434.24/282.92		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
454.82/285.71	s UNKNOWN
454.82/285.71	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-4249981-1500696271/watcher-4249981-1500696271 -o /tmp/evaluation-result-4249981-1500696271/solver-4249981-1500696271 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1608161092 HOME/instance-4249981-1500696271.xml 

pid=16975
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: 4.52 8.62 12.23 3/263 16978
/proc/meminfo: memFree=24818716/32770624 swapFree=5780/271880
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0

[startup+0.100088 s]
/proc/loadavg: 4.52 8.62 12.23 3/263 16978
/proc/meminfo: memFree=24818716/32770624 swapFree=5780/271880
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200307 s]
/proc/loadavg: 4.52 8.62 12.23 3/263 16978
/proc/meminfo: memFree=24818716/32770624 swapFree=5780/271880
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300298 s]
/proc/loadavg: 4.52 8.62 12.23 3/263 16978
/proc/meminfo: memFree=24818716/32770624 swapFree=5780/271880
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700226 s]
/proc/loadavg: 4.52 8.62 12.23 3/263 16978
/proc/meminfo: memFree=24818716/32770624 swapFree=5780/271880
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/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: 4.32 8.51 12.17 3/284 16999
/proc/meminfo: memFree=24626860/32770624 swapFree=5780/271964
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
[pid=16979] ppid=16978 vsize=13269256 CPUtime=4.62 cores=1,3,5,7,9,11,13,15
/proc/16979/stat : 16979 (java) S 16978 16978 14782 0 -1 1077944320 15668 0 0 0 418 44 0 0 20 0 20 0 4893375 13587718144 93700 33554432000 4194304 4196468 140727838312912 140727838295456 140467233304311 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
/proc/16979/statm: 3317314 93700 3228 1 0 3304547 0
[pid=16979/tid=16980] ppid=16978 vsize=13269256 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16980/stat : 16980 (java) R 16978 16978 14782 0 -1 4202560 6658 0 0 0 130 7 0 0 20 0 20 0 4893375 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467237542432 140466858815200 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16982] ppid=16978 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16982/stat : 16982 (java) S 16978 16978 14782 0 -1 1077944384 61 0 0 0 3 4 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467185924880 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16983] ppid=16978 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16983/stat : 16983 (java) S 16978 16978 14782 0 -1 1077944384 66 0 0 0 5 3 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467184872336 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16984] ppid=16978 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16984/stat : 16984 (java) S 16978 16978 14782 0 -1 1077944384 63 0 0 0 4 4 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467183819792 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16985] ppid=16978 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16985/stat : 16985 (java) S 16978 16978 14782 0 -1 1077944384 93 0 0 0 4 4 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467182767248 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16986] ppid=16978 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16986/stat : 16986 (java) S 16978 16978 14782 0 -1 1077944384 93 0 0 0 4 4 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467181713680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16987] ppid=16978 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16987/stat : 16987 (java) S 16978 16978 14782 0 -1 1077944384 61 0 0 0 4 4 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467180661136 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16988] ppid=16978 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16988/stat : 16988 (java) S 16978 16978 14782 0 -1 1077944384 61 0 0 0 4 4 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467179608592 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16989] ppid=16978 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16989/stat : 16989 (java) S 16978 16978 14782 0 -1 1077944384 58 0 0 0 3 4 0 0 20 0 20 0 4893376 13587718144 93700 33554432000 4194304 4196468 140727838312912 140467178556048 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16990] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16990/stat : 16990 (java) S 16978 16978 14782 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 20 0 4893378 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466694609392 140467233315458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16991] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16991/stat : 16991 (java) S 16978 16978 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466693555616 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16992] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16992/stat : 16992 (java) S 16978 16978 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466692503024 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16993] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16993/stat : 16993 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466691451600 140467233322907 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16994] ppid=16978 vsize=13269256 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16994/stat : 16994 (java) S 16978 16978 14782 0 -1 1077944384 1908 0 0 0 67 0 0 0 20 0 20 0 4893383 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466690398192 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16995] ppid=16978 vsize=13269256 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16995/stat : 16995 (java) S 16978 16978 14782 0 -1 1077944384 1876 0 0 0 70 0 0 0 20 0 20 0 4893383 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466689345648 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16996] ppid=16978 vsize=13269256 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16996/stat : 16996 (java) S 16978 16978 14782 0 -1 1077944384 1536 0 0 0 67 0 0 0 20 0 20 0 4893383 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466688293104 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16997] ppid=16978 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16997/stat : 16997 (java) S 16978 16978 14782 0 -1 1077944384 1630 0 0 0 44 0 0 0 20 0 20 0 4893383 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466687240560 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16998] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16998/stat : 16998 (java) S 16978 16978 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466686188256 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16999] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16999/stat : 16999 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893384 13587718144 93700 33554432000 4194304 4196468 140727838312912 140466685135792 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 13278768

[startup+3.1007 s]
/proc/loadavg: 4.32 8.51 12.17 10/284 16999
/proc/meminfo: memFree=23951996/32770624 swapFree=5780/271964
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
[pid=16979] ppid=16978 vsize=13269256 CPUtime=12.62 cores=1,3,5,7,9,11,13,15
/proc/16979/stat : 16979 (java) S 16978 16978 14782 0 -1 1077944320 72252 0 0 0 940 322 0 0 20 0 20 0 4893375 13587718144 325136 33554432000 4194304 4196468 140727838312912 140727838295456 140467233304311 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
/proc/16979/statm: 3317314 325136 3251 1 0 3304547 0
[pid=16979/tid=16980] ppid=16978 vsize=13269256 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16980/stat : 16980 (java) R 16978 16978 14782 0 -1 4202560 6874 0 0 0 173 10 0 0 20 0 20 0 4893375 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467237539848 140466859909916 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16982] ppid=16978 vsize=13269256 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16982/stat : 16982 (java) S 16978 16978 14782 0 -1 1077944384 6901 0 0 0 60 39 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467185924880 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16983] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16983/stat : 16983 (java) S 16978 16978 14782 0 -1 1077944384 6834 0 0 0 65 36 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467184872336 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16984] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16984/stat : 16984 (java) S 16978 16978 14782 0 -1 1077944384 7063 0 0 0 60 41 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467183819792 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16985] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16985/stat : 16985 (java) S 16978 16978 14782 0 -1 1077944384 6985 0 0 0 61 40 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467182767248 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16986] ppid=16978 vsize=13269256 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16986/stat : 16986 (java) S 16978 16978 14782 0 -1 1077944384 6965 0 0 0 62 38 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467181713680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16987] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16987/stat : 16987 (java) S 16978 16978 14782 0 -1 1077944384 6791 0 0 0 62 39 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467180661136 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16988] ppid=16978 vsize=13269256 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16988/stat : 16988 (java) S 16978 16978 14782 0 -1 1077944384 6993 0 0 0 62 38 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467179608592 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16989] ppid=16978 vsize=13269256 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16989/stat : 16989 (java) S 16978 16978 14782 0 -1 1077944384 6900 0 0 0 58 35 0 0 20 0 20 0 4893376 13587718144 325136 33554432000 4194304 4196468 140727838312912 140467178556048 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16990] ppid=16978 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16990/stat : 16990 (java) S 16978 16978 14782 0 -1 1077944384 1671 0 0 0 20 0 0 0 20 0 20 0 4893378 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466694609392 140467233315458 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16991] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16991/stat : 16991 (java) S 16978 16978 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466693555680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16992] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16992/stat : 16992 (java) S 16978 16978 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466692503040 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16993] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16993/stat : 16993 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466691451600 140467233322907 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16994] ppid=16978 vsize=13269256 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16994/stat : 16994 (java) S 16978 16978 14782 0 -1 1077944384 1913 0 0 0 68 0 0 0 20 0 20 0 4893383 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466690398192 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16995] ppid=16978 vsize=13269256 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16995/stat : 16995 (java) S 16978 16978 14782 0 -1 1077944384 1877 0 0 0 70 0 0 0 20 0 20 0 4893383 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466689345648 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16996] ppid=16978 vsize=13269256 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16996/stat : 16996 (java) S 16978 16978 14782 0 -1 1077944384 1539 0 0 0 68 0 0 0 20 0 20 0 4893383 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466688293104 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16997] ppid=16978 vsize=13269256 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16997/stat : 16997 (java) S 16978 16978 14782 0 -1 1077944384 1650 0 0 0 45 0 0 0 20 0 20 0 4893383 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466687240560 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16998] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16998/stat : 16998 (java) S 16978 16978 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466686188256 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16999] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16999/stat : 16999 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893384 13587718144 325136 33554432000 4194304 4196468 140727838312912 140466685135792 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 13278768

[startup+6.3008 s]
/proc/loadavg: 4.32 8.51 12.17 3/284 16999
/proc/meminfo: memFree=23527772/32770624 swapFree=5780/271964
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
[pid=16979] ppid=16978 vsize=13269256 CPUtime=15.82 cores=1,3,5,7,9,11,13,15
/proc/16979/stat : 16979 (java) S 16978 16978 14782 0 -1 1077944320 73706 0 0 0 1260 322 0 0 20 0 20 0 4893375 13587718144 325144 33554432000 4194304 4196468 140727838312912 140727838295456 140467233304311 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
/proc/16979/statm: 3317314 325144 3252 1 0 3304547 0
[pid=16979/tid=16980] ppid=16978 vsize=13269256 CPUtime=5.02 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16980/stat : 16980 (java) R 16978 16978 14782 0 -1 4202560 8327 0 0 0 492 10 0 0 20 0 20 0 4893375 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467237539424 140466859910016 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16982] ppid=16978 vsize=13269256 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16982/stat : 16982 (java) S 16978 16978 14782 0 -1 1077944384 6901 0 0 0 60 39 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467185924880 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16983] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16983/stat : 16983 (java) S 16978 16978 14782 0 -1 1077944384 6834 0 0 0 65 36 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467184872336 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16984] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16984/stat : 16984 (java) S 16978 16978 14782 0 -1 1077944384 7063 0 0 0 60 41 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467183819792 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16985] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16985/stat : 16985 (java) S 16978 16978 14782 0 -1 1077944384 6985 0 0 0 61 40 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467182767248 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16986] ppid=16978 vsize=13269256 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16986/stat : 16986 (java) S 16978 16978 14782 0 -1 1077944384 6965 0 0 0 62 38 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467181713680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16987] ppid=16978 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16987/stat : 16987 (java) S 16978 16978 14782 0 -1 1077944384 6791 0 0 0 62 39 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467180661136 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16988] ppid=16978 vsize=13269256 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16988/stat : 16988 (java) S 16978 16978 14782 0 -1 1077944384 6993 0 0 0 62 38 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467179608592 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16989] ppid=16978 vsize=13269256 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16989/stat : 16989 (java) S 16978 16978 14782 0 -1 1077944384 6900 0 0 0 58 35 0 0 20 0 20 0 4893376 13587718144 325144 33554432000 4194304 4196468 140727838312912 140467178556048 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16990] ppid=16978 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16990/stat : 16990 (java) S 16978 16978 14782 0 -1 1077944384 1672 0 0 0 20 0 0 0 20 0 20 0 4893378 13587718144 325144 33554432000 4194304 4196468 140727838312912 140466694609392 140467233315458 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16991] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16991/stat : 16991 (java) S 16978 16978 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 325144 33554432000 4194304 4196468 140727838312912 140466693555680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16992] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16992/stat : 16992 (java) S 16978 16978 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 325144 33554432000 4194304 4196468 140727838312912 140466692503040 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16993] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16993/stat : 16993 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 325144 33554432000 4194304 4196468 140727838312912 140466691451600 140467233322907 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0

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

/proc/16979/task/16992/stat : 16992 (java) S 16978 16978 14782 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466692503040 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16993] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16993/stat : 16993 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466691451600 140467233322907 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16994] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16994/stat : 16994 (java) S 16978 16978 14782 0 -1 1077944384 3077 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466690398192 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16995] ppid=16978 vsize=13269256 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16995/stat : 16995 (java) S 16978 16978 14782 0 -1 1077944384 2295 0 0 0 73 0 0 0 20 0 20 0 4893383 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466689345648 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16996] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16996/stat : 16996 (java) S 16978 16978 14782 0 -1 1077944384 2304 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466688293104 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16997] ppid=16978 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16997/stat : 16997 (java) S 16978 16978 14782 0 -1 1077944384 2426 0 0 0 46 0 0 0 20 0 20 0 4893383 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466687238208 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16998] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16998/stat : 16998 (java) S 16978 16978 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466686188256 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16999] ppid=16978 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16999/stat : 16999 (java) S 16978 16978 14782 0 -1 1077944384 266 0 0 0 8 10 0 0 20 0 20 0 4893384 13587718144 2671010 33554432000 4194304 4196468 140727838312912 140466685135792 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
Current children cumulated CPU time (s) 438.71
Current children cumulated vsize (KiB) 13278768

[startup+285.104 s]
/proc/loadavg: 5.56 5.54 9.86 17/291 17097
/proc/meminfo: memFree=14181256/32770624 swapFree=5780/272408
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
[pid=16979] ppid=16978 vsize=13269256 CPUtime=451.42 cores=1,3,5,7,9,11,13,15
/proc/16979/stat : 16979 (java) S 16978 16978 14782 0 -1 1077944320 424645 0 0 0 41158 3984 0 0 20 0 20 0 4893375 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140727838295456 140467233304311 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
/proc/16979/statm: 3317314 2671035 3260 1 0 3304547 0
[pid=16979/tid=16980] ppid=16978 vsize=13269256 CPUtime=256.87 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16980/stat : 16980 (java) S 16978 16978 14782 0 -1 1077944384 47410 0 0 0 25667 20 0 0 20 0 20 0 4893375 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467237544864 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16982] ppid=16978 vsize=13269256 CPUtime=23.55 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16982/stat : 16982 (java) R 16978 16978 14782 0 -1 4202560 29582 0 0 0 1884 471 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467185925000 140467226407311 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16983] ppid=16978 vsize=13269256 CPUtime=23.56 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16983/stat : 16983 (java) R 16978 16978 14782 0 -1 4202560 29415 0 0 0 1849 507 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467184872456 140467226407297 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16984] ppid=16978 vsize=13269256 CPUtime=23.22 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16984/stat : 16984 (java) R 16978 16978 14782 0 -1 4202560 80543 0 0 0 1832 490 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467183819912 140467226407283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16985] ppid=16978 vsize=13269256 CPUtime=23.24 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16985/stat : 16985 (java) R 16978 16978 14782 0 -1 4202560 30490 0 0 0 1852 472 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467182767368 140467226407290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16986] ppid=16978 vsize=13269256 CPUtime=23.43 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16986/stat : 16986 (java) R 16978 16978 14782 0 -1 4202560 29113 0 0 0 1856 487 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467181713800 140467226407290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16987] ppid=16978 vsize=13269256 CPUtime=23.65 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16987/stat : 16987 (java) R 16978 16978 14782 0 -1 4202560 28136 0 0 0 1854 511 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467180661256 140467218004355 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16988] ppid=16978 vsize=13269256 CPUtime=23.56 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16988/stat : 16988 (java) R 16978 16978 14782 0 -1 4202560 83898 0 0 0 1860 496 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467179608712 140467226407345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16989] ppid=16978 vsize=13269256 CPUtime=23.26 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16989/stat : 16989 (java) R 16978 16978 14782 0 -1 4202560 26546 0 0 0 1816 510 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467178556168 140467226407304 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16990] ppid=16978 vsize=13269256 CPUtime=4.11 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16990/stat : 16990 (java) S 16978 16978 14782 0 -1 1077944384 27840 0 0 0 408 3 0 0 20 0 20 0 4893378 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466694607936 140467233314517 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16991] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16991/stat : 16991 (java) S 16978 16978 14782 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466693555680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16992] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16992/stat : 16992 (java) S 16978 16978 14782 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466692503040 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16993] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16993/stat : 16993 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466691451600 140467233322907 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16994] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16994/stat : 16994 (java) S 16978 16978 14782 0 -1 1077944384 3077 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466690398192 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16995] ppid=16978 vsize=13269256 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16995/stat : 16995 (java) S 16978 16978 14782 0 -1 1077944384 2295 0 0 0 73 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466689345648 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16996] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16996/stat : 16996 (java) S 16978 16978 14782 0 -1 1077944384 2304 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466688293104 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16997] ppid=16978 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16997/stat : 16997 (java) S 16978 16978 14782 0 -1 1077944384 2426 0 0 0 46 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466687238208 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16998] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16998/stat : 16998 (java) S 16978 16978 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466686188256 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16999] ppid=16978 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16999/stat : 16999 (java) S 16978 16978 14782 0 -1 1077944384 266 0 0 0 8 10 0 0 20 0 20 0 4893384 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466685135792 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
Current children cumulated CPU time (s) 451.42
Current children cumulated vsize (KiB) 13278768

[startup+285.503 s]
/proc/loadavg: 5.56 5.54 9.86 17/291 17097
/proc/meminfo: memFree=14181256/32770624 swapFree=5780/272412
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
[pid=16979] ppid=16978 vsize=13269256 CPUtime=454.56 cores=1,3,5,7,9,11,13,15
/proc/16979/stat : 16979 (java) S 16978 16978 14782 0 -1 1077944320 424896 0 0 0 41472 3984 0 0 20 0 20 0 4893375 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140727838295456 140467233304311 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
/proc/16979/statm: 3317314 2671035 3260 1 0 3304547 0
[pid=16979/tid=16980] ppid=16978 vsize=13269256 CPUtime=256.87 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16980/stat : 16980 (java) S 16978 16978 14782 0 -1 1077944384 47410 0 0 0 25667 20 0 0 20 0 20 0 4893375 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467237544864 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16982] ppid=16978 vsize=13269256 CPUtime=23.95 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16982/stat : 16982 (java) R 16978 16978 14782 0 -1 4202560 29701 0 0 0 1924 471 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467185925000 140467226407304 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16983] ppid=16978 vsize=13269256 CPUtime=23.95 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16983/stat : 16983 (java) R 16978 16978 14782 0 -1 4202560 29415 0 0 0 1888 507 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467184872456 140467226407283 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16984] ppid=16978 vsize=13269256 CPUtime=23.62 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16984/stat : 16984 (java) R 16978 16978 14782 0 -1 4202560 80669 0 0 0 1872 490 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467183819912 140467226407283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16985] ppid=16978 vsize=13269256 CPUtime=23.64 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16985/stat : 16985 (java) R 16978 16978 14782 0 -1 4202560 30496 0 0 0 1892 472 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467182767368 140467218253284 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16986] ppid=16978 vsize=13269256 CPUtime=23.83 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16986/stat : 16986 (java) R 16978 16978 14782 0 -1 4202560 29113 0 0 0 1896 487 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467181713800 140467226407297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16987] ppid=16978 vsize=13269256 CPUtime=24.05 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16987/stat : 16987 (java) R 16978 16978 14782 0 -1 4202560 28136 0 0 0 1894 511 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467180661256 140467226407283 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16988] ppid=16978 vsize=13269256 CPUtime=23.96 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16988/stat : 16988 (java) R 16978 16978 14782 0 -1 4202560 83898 0 0 0 1900 496 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467179608712 140467226407297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16989] ppid=16978 vsize=13269256 CPUtime=23.61 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16989/stat : 16989 (java) R 16978 16978 14782 0 -1 4202560 26546 0 0 0 1851 510 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467178556168 140467226407290 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16990] ppid=16978 vsize=13269256 CPUtime=4.11 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16990/stat : 16990 (java) S 16978 16978 14782 0 -1 1077944384 27840 0 0 0 408 3 0 0 20 0 20 0 4893378 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466694607936 140467233314517 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16991] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16991/stat : 16991 (java) S 16978 16978 14782 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466693555680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16992] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16992/stat : 16992 (java) S 16978 16978 14782 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466692503040 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16993] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16993/stat : 16993 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466691451600 140467233322907 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16994] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16994/stat : 16994 (java) S 16978 16978 14782 0 -1 1077944384 3077 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466690398192 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16995] ppid=16978 vsize=13269256 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16995/stat : 16995 (java) S 16978 16978 14782 0 -1 1077944384 2295 0 0 0 73 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466689345648 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16996] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16996/stat : 16996 (java) S 16978 16978 14782 0 -1 1077944384 2304 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466688293104 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16997] ppid=16978 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16997/stat : 16997 (java) S 16978 16978 14782 0 -1 1077944384 2426 0 0 0 46 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466687238208 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16998] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16998/stat : 16998 (java) S 16978 16978 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466686188256 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16999] ppid=16978 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16999/stat : 16999 (java) S 16978 16978 14782 0 -1 1077944384 266 0 0 0 8 10 0 0 20 0 20 0 4893384 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466685135792 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
Current children cumulated CPU time (s) 454.56
Current children cumulated vsize (KiB) 13278768

[startup+285.701 s]
/proc/loadavg: 5.56 5.54 9.86 17/291 17097
/proc/meminfo: memFree=14181256/32770624 swapFree=5780/272412
[pid=16978] ppid=16975 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16978/stat : 16978 (xcsp3-exec) S 16975 16978 14782 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4893374 9740288 346 33554432000 4194304 5098028 140722092410496 140722092408600 139821551264380 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 19599360 140722092418190 140722092418400 140722092418400 140722092421099 0
/proc/16978/statm: 2378 346 289 221 0 87 0
[pid=16979] ppid=16978 vsize=13269256 CPUtime=454.82 cores=1,3,5,7,9,11,13,15
/proc/16979/stat : 16979 (java) S 16978 16978 14782 0 -1 1077944320 424896 0 0 0 41498 3984 0 0 20 0 20 0 4893375 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140727838295456 140467233304311 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
/proc/16979/statm: 3317314 2671035 3260 1 0 3304547 0
[pid=16979/tid=16980] ppid=16978 vsize=13269256 CPUtime=256.87 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16980/stat : 16980 (java) S 16978 16978 14782 0 -1 1077944384 47410 0 0 0 25667 20 0 0 20 0 20 0 4893375 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467237544864 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16982] ppid=16978 vsize=13269256 CPUtime=23.96 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16982/stat : 16982 (java) S 16978 16978 14782 0 -1 1077944384 29701 0 0 0 1925 471 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467185924880 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16983] ppid=16978 vsize=13269256 CPUtime=23.96 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16983/stat : 16983 (java) S 16978 16978 14782 0 -1 1077944384 29415 0 0 0 1889 507 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467184872336 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16984] ppid=16978 vsize=13269256 CPUtime=23.63 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16984/stat : 16984 (java) S 16978 16978 14782 0 -1 1077944384 80669 0 0 0 1873 490 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467183819792 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16985] ppid=16978 vsize=13269256 CPUtime=23.65 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16985/stat : 16985 (java) S 16978 16978 14782 0 -1 1077944384 30496 0 0 0 1893 472 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467182767248 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16986] ppid=16978 vsize=13269256 CPUtime=23.84 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16986/stat : 16986 (java) S 16978 16978 14782 0 -1 1077944384 29113 0 0 0 1897 487 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467181713680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16987] ppid=16978 vsize=13269256 CPUtime=24.05 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16987/stat : 16987 (java) S 16978 16978 14782 0 -1 1077944384 28136 0 0 0 1894 511 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467180661136 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16988] ppid=16978 vsize=13269256 CPUtime=23.96 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16988/stat : 16988 (java) S 16978 16978 14782 0 -1 1077944384 83898 0 0 0 1900 496 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467179608592 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16989] ppid=16978 vsize=13269256 CPUtime=23.62 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16989/stat : 16989 (java) S 16978 16978 14782 0 -1 1077944384 26546 0 0 0 1852 510 0 0 20 0 20 0 4893376 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140467178556048 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16990] ppid=16978 vsize=13269256 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16990/stat : 16990 (java) R 16978 16978 14782 0 -1 4202560 27840 0 0 0 427 3 0 0 20 0 20 0 4893378 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466694607824 140467211674486 0 0 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16991] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16991/stat : 16991 (java) S 16978 16978 14782 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466693555680 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16992] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16992/stat : 16992 (java) S 16978 16978 14782 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 4893379 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466692503040 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16993] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16993/stat : 16993 (java) S 16978 16978 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466691451600 140467233322907 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16994] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16994/stat : 16994 (java) S 16978 16978 14782 0 -1 1077944384 3077 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466690398192 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16995] ppid=16978 vsize=13269256 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16995/stat : 16995 (java) S 16978 16978 14782 0 -1 1077944384 2295 0 0 0 73 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466689345648 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16996] ppid=16978 vsize=13269256 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16996/stat : 16996 (java) S 16978 16978 14782 0 -1 1077944384 2304 0 0 0 72 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466688293104 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16997] ppid=16978 vsize=13269256 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16997/stat : 16997 (java) S 16978 16978 14782 0 -1 1077944384 2426 0 0 0 46 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466687238208 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16998] ppid=16978 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16998/stat : 16998 (java) S 16978 16978 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4893383 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466686188256 140467233314517 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
[pid=16979/tid=16999] ppid=16978 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16979/task/16999/stat : 16999 (java) S 16978 16978 14782 0 -1 1077944384 266 0 0 0 8 10 0 0 20 0 20 0 4893384 13587718144 2671035 33554432000 4194304 4196468 140727838312912 140466685135792 140467233315458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17076224 140727838319804 140727838319980 140727838319980 140727838322639 0
Current children cumulated CPU time (s) 454.82
Current children cumulated vsize (KiB) 13278768

Child status: 1
Real time (s): 285.785
CPU time (s): 454.9
CPU user time (s): 414.993
CPU system time (s): 39.9077
CPU usage (%): 159.176
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 414.993
system time used= 39.9077
maximum resident set size= 10684552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425537
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22556
involuntary context switches= 28103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.21465 second user time and 3.15397 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 06:04:31
IDJOB=4249981
IDBENCH=138698
IDSOLVER=2626
FILE ID=node143/4249981-1500696271
RUNJOBID= node143-1500683785-15436
PBS_JOBID= 20623040
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 5a
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-4249981-1500696271/watcher-4249981-1500696271 -o /tmp/evaluation-result-4249981-1500696271/solver-4249981-1500696271 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1608161092 HOME/instance-4249981-1500696271.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=1608161092

node143.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		: 2668.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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.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		: 2668.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.69
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		: 1733.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.69
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		: 1867.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.69
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.69
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		: 1600.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:        24819084 kB
MemAvailable:   25036508 kB
Buffers:          149424 kB
Cached:           339756 kB
SwapCached:            0 kB
Active:          7209164 kB
Inactive:         280640 kB
Active(anon):    7003400 kB
Inactive(anon):     8760 kB
Active(file):     205764 kB
Inactive(file):   271880 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8968 kB
Writeback:             0 kB
AnonPages:       7007900 kB
Mapped:            43152 kB
Shmem:              8852 kB
Slab:             145860 kB
SReclaimable:     111228 kB
SUnreclaim:        34632 kB
KernelStack:        4768 kB
PageTables:        18680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8508900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6582272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61972 MiB
End job on node143 at 2017-07-22 06:09:17