Trace number 4403451

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? 1260.06 419.037

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0600-int.xml
MD5SUM944fe5e858b8dc1e5468427caea6b95a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark118.465
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints718800
Number of domains1
Minimum domain size599
Maximum domain size599
Distribution of domain sizes[{"size":599,"count":600}]
Minimum variable degree2396
Maximum variable degree2396
Distribution of variable degrees[{"degree":2396,"count":600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":718800}]
Number of extensional constraints0
Number of intensional constraints718800
Distribution of constraint types[{"type":"intension","count":718800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403451-1568990548.xml"  -tl '2520s' -p 4
0.11/0.19	c Choco 3fb4b153
0.11/0.20	c [HOME/instance-4403451-1568990548.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
1220.10/407.21	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1259.92/418.96		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1259.92/418.96		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1259.92/418.96		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1259.92/418.96		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1259.92/418.96		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1259.92/418.96		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1259.92/418.96		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1259.92/418.96		at org.xcsp.parser.XCallbacks$$Lambda$94/306206744.accept(Unknown Source)
1259.92/418.96		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1259.92/418.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1259.92/418.96		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1259.92/418.96		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1259.92/418.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1259.92/418.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1259.92/418.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1259.92/418.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1259.92/418.96		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1259.92/418.96		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1259.92/418.96		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1259.92/418.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1259.92/418.96	s UNKNOWN
1259.92/418.96	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (9308 MiB free)
  memory of node 1: 16384 MiB (5485 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403451-1568990548/watcher-4403451-1568990548 -o /tmp/evaluation-result-4403451-1568990548/solver-4403451-1568990548 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29941 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1392638419 HOME/instance-4403451-1568990548.xml 

running on 4 cores: 4-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=1277, runsolver pid=1274


[startup+0.100095 s]*
/proc/loadavg: 8.05 8.04 7.58 6/234 1293
/proc/meminfo: memFree=15131784/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
[pid=1279] ppid=1277 vsize=15144776 memory=29636 CPUtime=0.11 cores=4-7
/proc/1279/stat : 1279 (java) S 1277 1277 29909 0 -1 1077944320 5789 0 0 0 10 1 0 0 20 0 15 0 474996509 15508250624 7409 33554432000 4194304 4196468 140733463253760 140733463236304 139687923625719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
/proc/1279/statm: 3786194 7409 3154 1 0 3748377 0
[pid=1279/tid=1280] ppid=1277 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=4-7
/proc/1279/task/1280/stat : 1280 (java) R 1277 1277 29909 0 -1 4202560 3722 0 0 0 8 1 0 0 20 0 15 0 474996510 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687927851968 139687907669349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1281] ppid=1277 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=4-7
/proc/1279/task/1281/stat : 1281 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687851665680 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1282] ppid=1277 vsize=15144776 memory=139736421750400 CPUtime=0 cores=4-7
/proc/1279/task/1282/stat : 1282 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687850613136 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687849560592 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) S 1277 1277 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687848508048 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15144776 memory=139736421750400 CPUtime=0 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) S 1277 1277 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474996512 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687392193008 139687923636866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474996513 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687391139232 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474996513 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687390086640 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687387981808 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687386929264 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15144776 memory=139736421750400 CPUtime=0.01 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) R 1277 1277 29909 0 -1 4202560 355 0 0 0 1 0 0 0 20 0 15 0 474996516 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687385876720 139687923637654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15144776 memory=139736421750400 CPUtime=0 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 7409 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31088 KiB

[startup+0.211822 s]*
/proc/loadavg: 8.05 8.04 7.58 6/234 1293
/proc/meminfo: memFree=15120180/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
[pid=1279] ppid=1277 vsize=15144776 memory=40000 CPUtime=0.34 cores=4-7
/proc/1279/stat : 1279 (java) S 1277 1277 29909 0 -1 1077944320 9229 0 0 0 30 4 0 0 20 0 15 0 474996509 15508250624 10000 33554432000 4194304 4196468 140733463253760 140733463236304 139687923625719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
/proc/1279/statm: 3786194 10000 3305 1 0 3748377 0
[pid=1279/tid=1280] ppid=1277 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=4-7
/proc/1279/task/1280/stat : 1280 (java) R 1277 1277 29909 0 -1 4202560 6533 0 0 0 17 3 0 0 20 0 15 0 474996510 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687927860000 139687519996945 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1281] ppid=1277 vsize=15144776 memory=4294976394 CPUtime=0 cores=4-7
/proc/1279/task/1281/stat : 1281 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687851665680 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1282] ppid=1277 vsize=15144776 memory=139736425249601 CPUtime=0 cores=4-7
/proc/1279/task/1282/stat : 1282 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687850613136 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687849560592 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) S 1277 1277 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474996511 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687848508048 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15144776 memory=139736421750400 CPUtime=0 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) S 1277 1277 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474996512 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687392193008 139687923636866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474996513 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687391139232 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474996513 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687390086640 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15144776 memory=0 CPUtime=0.02 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 474996516 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687387981808 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15144776 memory=-1 CPUtime=0.02 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 67 0 0 0 2 0 0 0 20 0 15 0 474996516 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687386929264 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15144776 memory=139736421750400 CPUtime=0.07 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) R 1277 1277 29909 0 -1 4202560 778 0 0 0 7 0 0 0 20 0 15 0 474996516 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687385876720 139687902896512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996516 15508250624 10065 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41452 KiB

[startup+0.311721 s]*
/proc/loadavg: 8.05 8.04 7.58 6/234 1293
/proc/meminfo: memFree=15114832/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
[pid=1279] ppid=1277 vsize=15149032 memory=46516 CPUtime=0.51 cores=4-7
/proc/1279/stat : 1279 (java) S 1277 1277 29909 0 -1 1077944320 10428 0 0 0 47 4 0 0 20 0 15 0 474996509 15512608768 11629 33554432000 4194304 4196468 140733463253760 140733463236304 139687923625719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
/proc/1279/statm: 3787258 11629 3328 1 0 3748377 0
[pid=1279/tid=1280] ppid=1277 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=4-7
/proc/1279/task/1280/stat : 1280 (java) R 1277 1277 29909 0 -1 4202560 7541 0 0 0 27 3 0 0 20 0 15 0 474996510 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687927850224 139687907706206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1281] ppid=1277 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=4-7
/proc/1279/task/1281/stat : 1281 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687851665680 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1282] ppid=1277 vsize=15149032 memory=2120 CPUtime=0 cores=4-7
/proc/1279/task/1282/stat : 1282 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687850613136 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15149032 memory=496 CPUtime=0 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687849560592 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15149032 memory=1556 CPUtime=0 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) S 1277 1277 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687848508048 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15149032 memory=1412 CPUtime=0 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) S 1277 1277 29909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474996512 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687392193008 139687923636866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15149032 memory=2209 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474996513 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687391139232 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15149032 memory=46532 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474996513 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687390086640 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15149032 memory=0 CPUtime=0.04 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 568 0 0 0 4 0 0 0 20 0 15 0 474996516 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687387981808 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15149032 memory=0 CPUtime=0.03 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 92 0 0 0 3 0 0 0 20 0 15 0 474996516 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687386929264 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15149032 memory=35809 CPUtime=0.12 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) S 1277 1277 29909 0 -1 1077944384 936 0 0 0 12 0 0 0 20 0 15 0 474996516 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687385876720 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15149032 memory=-1891255765032775953 CPUtime=0 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996516 15512608768 11645 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 47968 KiB

[startup+0.700868 s]
/proc/loadavg: 8.05 8.04 7.58 8/234 1293
/proc/meminfo: memFree=15089228/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
[pid=1279] ppid=1277 vsize=15149032 memory=147280 CPUtime=1.43 cores=4-7
/proc/1279/stat : 1279 (java) S 1277 1277 29909 0 -1 1077944320 13101 0 0 0 137 6 0 0 20 0 15 0 474996509 15512608768 36820 33554432000 4194304 4196468 140733463253760 140733463236304 139687923625719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
/proc/1279/statm: 3787258 36820 3401 1 0 3748377 0
[pid=1279/tid=1280] ppid=1277 vsize=15149032 memory=288230596034175850 CPUtime=0.68 cores=4-7
/proc/1279/task/1280/stat : 1280 (java) R 1277 1277 29909 0 -1 4202560 7991 0 0 0 63 5 0 0 20 0 15 0 474996510 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687927857360 139687923647645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1281] ppid=1277 vsize=15149032 memory=15816690336286732 CPUtime=0 cores=4-7
/proc/1279/task/1281/stat : 1281 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687851665680 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1282] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1282/stat : 1282 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687850613136 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687849560592 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) S 1277 1277 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474996511 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687848508048 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) S 1277 1277 29909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474996512 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687392193008 139687923636866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474996513 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687391139232 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474996513 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687390086640 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15149032 memory=0 CPUtime=0.27 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 1230 0 0 0 27 0 0 0 20 0 15 0 474996516 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687387981808 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15149032 memory=0 CPUtime=0.24 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 1135 0 0 0 24 0 0 0 20 0 15 0 474996516 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687386929264 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15149032 memory=139736421755537 CPUtime=0.2 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) S 1277 1277 29909 0 -1 1077944384 1439 0 0 0 20 0 0 0 20 0 15 0 474996516 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687385876720 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15149032 memory=6225776146502544231 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474996516 15512608768 36820 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 148732 KiB

[startup+1.50469 s]
/proc/loadavg: 8.05 8.04 7.58 6/234 1293
/proc/meminfo: memFree=14864664/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0

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

/proc/1279/task/1282/stat : 1282 (java) R 1277 1277 29909 0 -1 4202560 189823 0 0 0 27406 422 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687850613024 139687908623684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15151156 memory=1280 CPUtime=278.21 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) R 1277 1277 29909 0 -1 4202560 97466 0 0 0 27397 424 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687849560792 139687908615364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15151156 memory=3612 CPUtime=278.75 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) R 1277 1277 29909 0 -1 4202560 143649 0 0 0 27456 419 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687848508248 139687916728748 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15151156 memory=53772 CPUtime=56.7 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) S 1277 1277 29909 0 -1 1077944384 106802 0 0 0 5662 8 0 0 20 0 15 0 474996512 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687392191552 139687923635925 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 60 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15151156 memory=984 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687391139296 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15151156 memory=2044 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687390086656 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15151156 memory=4486604260213485459 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15151156 memory=1412 CPUtime=2.73 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 14788 0 0 0 272 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687387981856 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15151156 memory=3368 CPUtime=2.9 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 15246 0 0 0 287 3 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687386929024 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15151156 memory=1448 CPUtime=0.7 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) S 1277 1277 29909 0 -1 1077944384 7619 0 0 0 69 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687385876768 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15151156 memory=4171604 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15151156 memory=780 CPUtime=0.18 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1469 0 0 0 9 9 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 1254.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813860 KiB

[startup+417.601 s]
/proc/loadavg: 8.05 7.80 7.55 6/234 1646
/proc/meminfo: memFree=332772/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
[pid=1279] ppid=1277 vsize=15151156 memory=12812408 CPUtime=1258.62 cores=4-7
/proc/1279/stat : 1279 (java) S 1277 1277 29909 0 -1 1077944320 744636 0 0 0 124161 1701 0 0 20 0 15 0 474996509 15514783744 3203102 33554432000 4194304 4196468 140733463253760 140733463236304 139687923625719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
/proc/1279/statm: 3787789 3203102 3516 1 0 3748889 0
[pid=1279/tid=1280] ppid=1277 vsize=15151156 memory=1056 CPUtime=78.59 cores=4-7
/proc/1279/task/1280/stat : 1280 (java) S 1277 1277 29909 0 -1 1077944384 31293 0 0 0 7842 17 0 0 20 0 15 0 474996510 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687927864992 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1281] ppid=1277 vsize=15151156 memory=2044 CPUtime=278.42 cores=4-7
/proc/1279/task/1281/stat : 1281 (java) S 1277 1277 29909 0 -1 1077944384 134497 0 0 0 27443 399 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687851665680 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1282] ppid=1277 vsize=15151156 memory=1432 CPUtime=279.02 cores=4-7
/proc/1279/task/1282/stat : 1282 (java) S 1277 1277 29909 0 -1 1077944384 190017 0 0 0 27480 422 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687850613136 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15151156 memory=1056 CPUtime=278.94 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) S 1277 1277 29909 0 -1 1077944384 97558 0 0 0 27470 424 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687849560592 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15151156 memory=1452 CPUtime=279.49 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) S 1277 1277 29909 0 -1 1077944384 144005 0 0 0 27530 419 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687848508048 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15151156 memory=12812408 CPUtime=57.55 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) R 1277 1277 29909 0 -1 4202560 106802 0 0 0 5747 8 0 0 20 0 15 0 474996512 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687392191440 139687908083352 0 0 0 16800975 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15151156 memory=2832 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687391139296 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687390086656 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15151156 memory=8560 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15151156 memory=14004 CPUtime=2.73 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 14788 0 0 0 272 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687387981856 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15151156 memory=27124 CPUtime=2.9 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 15246 0 0 0 287 3 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687386929024 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15151156 memory=14068 CPUtime=0.7 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) S 1277 1277 29909 0 -1 1077944384 7619 0 0 0 69 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687385876768 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15151156 memory=2120 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15151156 memory=496 CPUtime=0.18 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1469 0 0 0 9 9 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 1258.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813860 KiB

[startup+418.401 s]
/proc/loadavg: 8.05 7.80 7.55 6/234 1646
/proc/meminfo: memFree=332772/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
[pid=1279] ppid=1277 vsize=15151156 memory=12812408 CPUtime=1259.41 cores=4-7
/proc/1279/stat : 1279 (java) S 1277 1277 29909 0 -1 1077944320 744636 0 0 0 124240 1701 0 0 20 0 15 0 474996509 15514783744 3203102 33554432000 4194304 4196468 140733463253760 140733463236304 139687923625719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
/proc/1279/statm: 3787789 3203102 3516 1 0 3748889 0
[pid=1279/tid=1280] ppid=1277 vsize=15151156 memory=788 CPUtime=78.59 cores=4-7
/proc/1279/task/1280/stat : 1280 (java) S 1277 1277 29909 0 -1 1077944384 31293 0 0 0 7842 17 0 0 20 0 15 0 474996510 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687927864992 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1281] ppid=1277 vsize=15151156 memory=1704 CPUtime=278.42 cores=4-7
/proc/1279/task/1281/stat : 1281 (java) S 1277 1277 29909 0 -1 1077944384 134497 0 0 0 27443 399 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687851665680 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1282] ppid=1277 vsize=15151156 memory=8112282956445269571 CPUtime=279.02 cores=4-7
/proc/1279/task/1282/stat : 1282 (java) S 1277 1277 29909 0 -1 1077944384 190017 0 0 0 27480 422 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687850613136 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15151156 memory=4108 CPUtime=278.94 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) S 1277 1277 29909 0 -1 1077944384 97558 0 0 0 27470 424 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687849560592 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15151156 memory=1412 CPUtime=279.49 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) S 1277 1277 29909 0 -1 1077944384 144005 0 0 0 27530 419 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687848508048 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15151156 memory=3248 CPUtime=58.35 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) R 1277 1277 29909 0 -1 4202560 106802 0 0 0 5827 8 0 0 20 0 15 0 474996512 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687392191440 139687908622086 0 0 0 16800975 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15151156 memory=1452 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687391139296 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15151156 memory=12812408 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687390086656 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15151156 memory=1452 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15151156 memory=12812408 CPUtime=2.73 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 14788 0 0 0 272 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687387981856 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15151156 memory=3268 CPUtime=2.9 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 15246 0 0 0 287 3 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687386929024 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15151156 memory=8112282956445269571 CPUtime=0.7 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) S 1277 1277 29909 0 -1 1077944384 7619 0 0 0 69 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687385876768 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15151156 memory=4171604 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15151156 memory=780 CPUtime=0.18 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1469 0 0 0 9 9 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 1259.41 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813860 KiB

[startup+418.801 s]
/proc/loadavg: 8.05 7.80 7.55 6/234 1646
/proc/meminfo: memFree=332772/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
[pid=1279] ppid=1277 vsize=15151156 memory=12812408 CPUtime=1259.82 cores=4-7
/proc/1279/stat : 1279 (java) S 1277 1277 29909 0 -1 1077944320 744636 0 0 0 124281 1701 0 0 20 0 15 0 474996509 15514783744 3203102 33554432000 4194304 4196468 140733463253760 140733463236304 139687923625719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
/proc/1279/statm: 3787789 3203102 3516 1 0 3748889 0
[pid=1279/tid=1280] ppid=1277 vsize=15151156 memory=14133342329112172 CPUtime=78.59 cores=4-7
/proc/1279/task/1280/stat : 1280 (java) S 1277 1277 29909 0 -1 1077944384 31293 0 0 0 7842 17 0 0 20 0 15 0 474996510 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687927864992 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1281] ppid=1277 vsize=15151156 memory=3848 CPUtime=278.42 cores=4-7
/proc/1279/task/1281/stat : 1281 (java) S 1277 1277 29909 0 -1 1077944384 134497 0 0 0 27443 399 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687851665680 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1282] ppid=1277 vsize=15151156 memory=2596 CPUtime=279.02 cores=4-7
/proc/1279/task/1282/stat : 1282 (java) S 1277 1277 29909 0 -1 1077944384 190017 0 0 0 27480 422 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687850613136 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1283] ppid=1277 vsize=15151156 memory=2596 CPUtime=278.94 cores=4-7
/proc/1279/task/1283/stat : 1283 (java) S 1277 1277 29909 0 -1 1077944384 97558 0 0 0 27470 424 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687849560592 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1284] ppid=1277 vsize=15151156 memory=6935054825532540783 CPUtime=279.49 cores=4-7
/proc/1279/task/1284/stat : 1284 (java) S 1277 1277 29909 0 -1 1077944384 144005 0 0 0 27530 419 0 0 20 0 15 0 474996511 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687848508048 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1285] ppid=1277 vsize=15151156 memory=8560 CPUtime=58.75 cores=4-7
/proc/1279/task/1285/stat : 1285 (java) R 1277 1277 29909 0 -1 4202560 106802 0 0 0 5867 8 0 0 20 0 15 0 474996512 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687392191440 139687908083289 0 0 0 16800975 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1286] ppid=1277 vsize=15151156 memory=14004 CPUtime=0 cores=4-7
/proc/1279/task/1286/stat : 1286 (java) S 1277 1277 29909 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687391139296 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1287] ppid=1277 vsize=15151156 memory=1452 CPUtime=0 cores=4-7
/proc/1279/task/1287/stat : 1287 (java) S 1277 1277 29909 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 474996513 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687390086656 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1288] ppid=1277 vsize=15151156 memory=1452 CPUtime=0 cores=4-7
/proc/1279/task/1288/stat : 1288 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687389035216 139687923644315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1289] ppid=1277 vsize=15151156 memory=12812408 CPUtime=2.73 cores=4-7
/proc/1279/task/1289/stat : 1289 (java) S 1277 1277 29909 0 -1 1077944384 14788 0 0 0 272 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687387981856 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1290] ppid=1277 vsize=15151156 memory=496 CPUtime=2.9 cores=4-7
/proc/1279/task/1290/stat : 1290 (java) S 1277 1277 29909 0 -1 1077944384 15246 0 0 0 287 3 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687386929024 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1291] ppid=1277 vsize=15151156 memory=1556 CPUtime=0.7 cores=4-7
/proc/1279/task/1291/stat : 1291 (java) S 1277 1277 29909 0 -1 1077944384 7619 0 0 0 69 1 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687385876768 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1292] ppid=1277 vsize=15151156 memory=12812408 CPUtime=0 cores=4-7
/proc/1279/task/1292/stat : 1292 (java) S 1277 1277 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687384824416 139687923635925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
[pid=1279/tid=1293] ppid=1277 vsize=15151156 memory=6935054825532540783 CPUtime=0.18 cores=4-7
/proc/1279/task/1293/stat : 1293 (java) S 1277 1277 29909 0 -1 1077944384 1469 0 0 0 9 9 0 0 20 0 15 0 474996516 15514783744 3203102 33554432000 4194304 4196468 140733463253760 139687383771952 139687923636866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 36728832 140733463258095 140733463258266 140733463258266 140733463261135 0
Current children cumulated CPU time: 1259.82 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12813860 KiB

[startup+419.001 s]*
/proc/loadavg: 8.05 7.80 7.55 6/221 1648
/proc/meminfo: memFree=6146552/32770688 swapFree=66971760/67108860
[pid=1277] ppid=1274 vsize=113128 memory=1452 CPUtime=0 cores=4-7
/proc/1277/stat : 1277 (xcsp3-exec) S 1274 1277 29909 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 474996509 115843072 363 33554432000 4194304 5098028 140729648163536 140729648161640 139961419682428 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 8245248 140729648165754 140729648165997 140729648165997 140729648168906 0
/proc/1277/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 419.037
CPU time (s): 1260.06
CPU user time (s): 1242.98
CPU system time (s): 17.084
CPU usage (%): 300.705
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12813860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1242.98
system time used= 17.084
maximum resident set size= 12812768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 745352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15513
involuntary context switches= 28948


# summary of solver processes directly reported to runsolver:
#   pid: 1277
#   total CPU time (s): 1260.06
#   total CPU user time (s): 1242.98
#   total CPU system time (s): 17.084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.82134 second user time and 4.75804 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 16:41:47
IDJOB=4403451
IDBENCH=126913
IDSOLVER=2863
FILE ID=node116/4403451-1568990548
RUNJOBID= node116-1568988007-29941
PBS_JOBID= 21704641
Free space on /tmp= 6228 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0600-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403451-1568990548/watcher-4403451-1568990548 -o /tmp/evaluation-result-4403451-1568990548/solver-4403451-1568990548 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29941 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1392638419 HOME/instance-4403451-1568990548.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 944fe5e858b8dc1e5468427caea6b95a
RANDOM SEED=1392638419

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

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

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

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        15149328 kB
MemAvailable:   29678804 kB
Buffers:           96164 kB
Cached:         14450668 kB
SwapCached:        35348 kB
Active:          9383612 kB
Inactive:        7339388 kB
Active(anon):    2137476 kB
Inactive(anon):    87216 kB
Active(file):    7246136 kB
Inactive(file):  7252172 kB
Unevictable:      108548 kB
Mlocked:          108548 kB
SwapTotal:      67108860 kB
SwapFree:       66971760 kB
Dirty:             36412 kB
Writeback:           224 kB
AnonPages:       2256640 kB
Mapped:            64772 kB
Shmem:             39676 kB
Slab:             489132 kB
SReclaimable:     459628 kB
SUnreclaim:        29504 kB
KernelStack:        3808 kB
PageTables:        10308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3285908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2131968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6200 MiB
End job on node116 at 2019-09-20 16:48:47