Trace number 4405788

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-24? 558.915 220.647

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0700d-int.xml
MD5SUM95bc0b66e49d41fb88ec1889e7409155
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark176.644
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints978600
Number of domains1
Minimum domain size699
Maximum domain size699
Distribution of domain sizes[{"size":699,"count":700}]
Minimum variable degree2796
Maximum variable degree2796
Distribution of variable degrees[{"degree":2796,"count":700}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":978600}]
Number of extensional constraints0
Number of intensional constraints978600
Distribution of constraint types[{"type":"intension","count":978600}]
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-4405788-1569405225.xml"  -tl '2520s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4405788-1569405225.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
558.76/220.59	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
558.76/220.59		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:48)
558.76/220.59		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:63)
558.76/220.59		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
558.76/220.59		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2125)
558.76/220.59		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
558.76/220.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
558.76/220.59		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
558.76/220.59		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
558.76/220.59		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
558.76/220.59		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
558.76/220.59		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
558.76/220.59		at org.xcsp.parser.XCallbacks$$Lambda$95/2138564891.accept(Unknown Source)
558.76/220.59		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
558.76/220.59		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
558.76/220.59		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
558.76/220.59		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
558.76/220.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
558.76/220.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
558.76/220.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
558.76/220.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
558.76/220.59		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
558.76/220.59		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
558.76/220.59		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
558.76/220.59		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
558.76/220.59	s UNKNOWN
558.76/220.59	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: 16374 MiB (13349 MiB free)
  memory of node 1: 16384 MiB (12269 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405788-1569405225/watcher-4405788-1569405225 -o /tmp/evaluation-result-4405788-1569405225/solver-4405788-1569405225 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21329 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674339674 HOME/instance-4405788-1569405225.xml 

running on 4 cores: 1,3,5,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=23683, runsolver pid=23680

[startup+0.101169 s]*
/proc/loadavg: 1.68 2.10 2.65 3/228 23699
/proc/meminfo: memFree=26216688/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
[pid=23685] ppid=23683 vsize=15144776 memory=29008 CPUtime=0.14 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23683 23683 21297 0 -1 1077944320 5706 0 0 0 13 1 0 0 20 0 15 0 516779195 15508250624 7252 33554432000 4194304 4196468 140724562016224 140724561998768 140188047621879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
/proc/23685/statm: 3786194 7252 3144 1 0 3748377 0
[pid=23685/tid=23686] ppid=23683 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23683 23683 21297 0 -1 4202560 3579 0 0 0 9 0 0 0 20 0 15 0 516779195 15508250624 7252 33554432000 4194304 4196468 140724562016224 140188051854944 140187682306336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23687] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23687/stat : 23687 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 7252 33554432000 4194304 4196468 140724562016224 140188004174352 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23688] ppid=23683 vsize=15144776 memory=140662991167272 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 7252 33554432000 4194304 4196468 140724562016224 140188003121808 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 7252 33554432000 4194304 4196468 140724562016224 140188002068752 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23683 23683 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187637307792 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23683 23683 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516779197 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187516201712 140188047633026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516779198 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187515147936 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516779198 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187514094832 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) R 23683 23683 21297 0 -1 4202560 344 0 0 0 0 0 0 0 20 0 15 0 516779200 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187511990512 140188047633026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 516779200 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187510937968 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15144776 memory=140662987503232 CPUtime=0.02 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) R 23683 23683 21297 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 516779200 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187509884912 140188047633814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779201 15508250624 7252 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30456 KiB

[startup+0.210831 s]*
/proc/loadavg: 1.68 2.10 2.65 5/228 23699
/proc/meminfo: memFree=26203212/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
[pid=23685] ppid=23683 vsize=15144776 memory=41064 CPUtime=0.34 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23683 23683 21297 0 -1 1077944320 9496 0 0 0 32 2 0 0 20 0 15 0 516779195 15508250624 10266 33554432000 4194304 4196468 140724562016224 140724561998768 140188047621879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
/proc/23685/statm: 3786194 10266 3286 1 0 3748377 0
[pid=23685/tid=23686] ppid=23683 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23683 23683 21297 0 -1 4202560 6611 0 0 0 18 2 0 0 20 0 15 0 516779195 15508250624 10266 33554432000 4194304 4196468 140724562016224 140188051855616 140188031702396 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23687] ppid=23683 vsize=15144776 memory=1898158 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23687/stat : 23687 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 10266 33554432000 4194304 4196468 140724562016224 140188004174352 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23688] ppid=23683 vsize=15144776 memory=4049495964332537504 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 10266 33554432000 4194304 4196468 140724562016224 140188003121808 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 10266 33554432000 4194304 4196468 140724562016224 140188002068752 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23683 23683 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516779196 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187637307792 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15144776 memory=140662987503232 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23683 23683 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516779197 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187516201712 140188047633026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516779198 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187515147936 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516779198 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187514094832 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23683 23683 21297 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 15 0 516779200 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187511990512 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 456 0 0 0 3 0 0 0 20 0 15 0 516779200 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187510937968 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15144776 memory=140662987503232 CPUtime=0.08 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23683 23683 21297 0 -1 1077944384 746 0 0 0 8 0 0 0 20 0 15 0 516779200 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187509884912 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779201 15508250624 10266 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42512 KiB

[startup+0.315872 s]*
/proc/loadavg: 1.68 2.10 2.65 4/228 23699
/proc/meminfo: memFree=26195548/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
[pid=23685] ppid=23683 vsize=15149032 memory=50408 CPUtime=0.54 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23683 23683 21297 0 -1 1077944320 10974 0 0 0 50 4 0 0 20 0 15 0 516779195 15512608768 12602 33554432000 4194304 4196468 140724562016224 140724561998768 140188047621879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
/proc/23685/statm: 3787258 12602 3363 1 0 3748377 0
[pid=23685/tid=23686] ppid=23683 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23683 23683 21297 0 -1 4202560 7843 0 0 0 27 3 0 0 20 0 15 0 516779195 15512608768 12602 33554432000 4194304 4196468 140724562016224 140188051849504 140188047643805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23687] ppid=23683 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23687/stat : 23687 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 12602 33554432000 4194304 4196468 140724562016224 140188004174352 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23688] ppid=23683 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 12602 33554432000 4194304 4196468 140724562016224 140188003121808 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 12602 33554432000 4194304 4196468 140724562016224 140188002068752 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23683 23683 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187637307792 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15149032 memory=-7233795148219007135 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23683 23683 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516779197 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187516201712 140188047633026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516779198 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187515147936 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516779198 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187514094832 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23683 23683 21297 0 -1 1077944384 511 0 0 0 5 0 0 0 20 0 15 0 516779200 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187511990512 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 468 0 0 0 4 0 0 0 20 0 15 0 516779200 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187510937968 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23683 23683 21297 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 15 0 516779200 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187509884912 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779201 15512608768 12602 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51856 KiB

[startup+0.70088 s]
/proc/loadavg: 1.68 2.10 2.65 5/228 23699
/proc/meminfo: memFree=26158680/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
[pid=23685] ppid=23683 vsize=15149032 memory=204700 CPUtime=1.36 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23683 23683 21297 0 -1 1077944320 13218 0 0 0 125 11 0 0 20 0 15 0 516779195 15512608768 51175 33554432000 4194304 4196468 140724562016224 140724561998768 140188047621879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
/proc/23685/statm: 3787258 51175 3400 1 0 3748377 0
[pid=23685/tid=23686] ppid=23683 vsize=15149032 memory=-3704326594973231466 CPUtime=0.65 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) S 23683 23683 21297 0 -1 1077944384 7995 0 0 0 60 5 0 0 20 0 15 0 516779195 15512608768 51175 33554432000 4194304 4196468 140724562016224 140188051861056 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23687] ppid=23683 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23687/stat : 23687 (java) R 23683 23683 21297 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 51175 33554432000 4194304 4196468 140724562016224 140188004174552 140188032643969 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23688] ppid=23683 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) R 23683 23683 21297 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 51175 33554432000 4194304 4196468 140724562016224 140188003121808 140188040718580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15149032 memory=692 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) R 23683 23683 21297 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 51175 33554432000 4194304 4196468 140724562016224 140188002068752 140188040718580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15149032 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) R 23683 23683 21297 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 15 0 516779196 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187637307792 140188040721579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15149032 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23683 23683 21297 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 516779197 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187516200224 140188047632085 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15149032 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516779198 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187515147936 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15149032 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516779198 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187514094832 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15149032 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15149032 memory=6208 CPUtime=0.21 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23683 23683 21297 0 -1 1077944384 1347 0 0 0 21 0 0 0 20 0 15 0 516779200 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187511990512 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15149032 memory=7552 CPUtime=0.2 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 1134 0 0 0 20 0 0 0 20 0 15 0 516779200 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187510937968 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15149032 memory=2832 CPUtime=0.18 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23683 23683 21297 0 -1 1077944384 1349 0 0 0 18 0 0 0 20 0 15 0 516779200 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187509884912 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15149032 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15149032 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516779201 15512608768 51175 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 206148 KiB

[startup+1.50087 s]
/proc/loadavg: 1.68 2.10 2.65 3/228 23699
/proc/meminfo: memFree=25949164/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0

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

/proc/23685/task/23688/stat : 23688 (java) R 23683 23683 21297 0 -1 4202560 30798 0 0 0 10680 297 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188003121928 140188040250087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15151156 memory=1056 CPUtime=110.07 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) R 23683 23683 21297 0 -1 4202560 23425 0 0 0 10679 328 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188002068640 140188032611420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15151156 memory=1556 CPUtime=110.31 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) R 23683 23683 21297 0 -1 4202560 27056 0 0 0 10730 301 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187637307912 140188040250087 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15151156 memory=780 CPUtime=40.37 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23683 23683 21297 0 -1 1077944384 43480 0 0 0 4034 3 0 0 20 0 15 0 516779197 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187516200272 140188047632085 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 58 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187515148000 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15151156 memory=66696 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187514094848 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15151156 memory=1448 CPUtime=1.93 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23683 23683 21297 0 -1 1077944384 9428 0 0 0 191 2 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187511990560 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15151156 memory=12803804 CPUtime=2.78 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 15242 0 0 0 275 3 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187510938016 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15151156 memory=780 CPUtime=0.61 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23683 23683 21297 0 -1 1077944384 6722 0 0 0 60 1 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187509884672 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15151156 memory=1416 CPUtime=0.16 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 514 0 0 0 7 9 0 0 20 0 15 0 516779201 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 551.9 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805252 KiB

[startup+219.201 s]
/proc/loadavg: 3.94 2.69 2.74 3/228 23715
/proc/meminfo: memFree=13414984/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
[pid=23685] ppid=23683 vsize=15151156 memory=12803804 CPUtime=557.46 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23683 23683 21297 0 -1 1077944320 230655 0 0 0 54456 1290 0 0 20 0 15 0 516779195 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140724561998768 140188047621879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
/proc/23685/statm: 3787789 3200951 3514 1 0 3748889 0
[pid=23685/tid=23686] ppid=23683 vsize=15151156 memory=1228 CPUtime=65.55 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) S 23683 23683 21297 0 -1 1077944384 25916 0 0 0 6541 14 0 0 20 0 15 0 516779195 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188051859136 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23687] ppid=23683 vsize=15151156 memory=6791534058613427641 CPUtime=111.59 cores=1,3,5,7
/proc/23685/task/23687/stat : 23687 (java) S 23683 23683 21297 0 -1 1077944384 32107 0 0 0 10828 331 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188004174352 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23688] ppid=23683 vsize=15151156 memory=6791534058613427641 CPUtime=111.1 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23683 23683 21297 0 -1 1077944384 30798 0 0 0 10812 298 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188003121808 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15151156 memory=988 CPUtime=111.45 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23683 23683 21297 0 -1 1077944384 38010 0 0 0 10816 329 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188002068752 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15151156 memory=2004 CPUtime=111.63 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23683 23683 21297 0 -1 1077944384 27056 0 0 0 10861 302 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187637307792 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15151156 memory=1416 CPUtime=40.58 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) R 23683 23683 21297 0 -1 4202560 43480 0 0 0 4055 3 0 0 20 0 15 0 516779197 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187516200160 140188032618289 0 0 0 16800975 0 0 0 -1 1 0 0 58 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15151156 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187515148000 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15151156 memory=692 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187514094848 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15151156 memory=1556 CPUtime=1.93 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23683 23683 21297 0 -1 1077944384 9428 0 0 0 191 2 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187511990560 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15151156 memory=780 CPUtime=2.78 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 15242 0 0 0 275 3 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187510938016 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15151156 memory=3616 CPUtime=0.61 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23683 23683 21297 0 -1 1077944384 6722 0 0 0 60 1 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187509884672 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15151156 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15151156 memory=6208 CPUtime=0.16 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 514 0 0 0 7 9 0 0 20 0 15 0 516779201 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 557.46 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805252 KiB

[startup+220.001 s]*
/proc/loadavg: 3.94 2.69 2.74 3/228 23715
/proc/meminfo: memFree=13414992/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
[pid=23685] ppid=23683 vsize=15151156 memory=12803804 CPUtime=558.27 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23683 23683 21297 0 -1 1077944320 230655 0 0 0 54537 1290 0 0 20 0 15 0 516779195 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140724561998768 140188047621879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
/proc/23685/statm: 3787789 3200951 3514 1 0 3748889 0
[pid=23685/tid=23686] ppid=23683 vsize=15151156 memory=12803804 CPUtime=65.55 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) S 23683 23683 21297 0 -1 1077944384 25916 0 0 0 6541 14 0 0 20 0 15 0 516779195 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188051859136 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23687] ppid=23683 vsize=15151156 memory=8317482817917895235 CPUtime=111.59 cores=1,3,5,7
/proc/23685/task/23687/stat : 23687 (java) S 23683 23683 21297 0 -1 1077944384 32107 0 0 0 10828 331 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188004174352 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23688] ppid=23683 vsize=15151156 memory=1416 CPUtime=111.1 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23683 23683 21297 0 -1 1077944384 30798 0 0 0 10812 298 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188003121808 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15151156 memory=1728 CPUtime=111.45 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23683 23683 21297 0 -1 1077944384 38010 0 0 0 10816 329 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188002068752 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15151156 memory=692 CPUtime=111.63 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23683 23683 21297 0 -1 1077944384 27056 0 0 0 10861 302 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187637307792 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15151156 memory=1056 CPUtime=41.39 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) R 23683 23683 21297 0 -1 4202560 43480 0 0 0 4136 3 0 0 20 0 15 0 516779197 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187516200160 140188032618283 0 0 0 16800975 0 0 0 -1 1 0 0 58 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187515148000 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187514094848 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15151156 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15151156 memory=1228 CPUtime=1.93 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23683 23683 21297 0 -1 1077944384 9428 0 0 0 191 2 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187511990560 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15151156 memory=6208 CPUtime=2.78 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 15242 0 0 0 275 3 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187510938016 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15151156 memory=7552 CPUtime=0.61 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23683 23683 21297 0 -1 1077944384 6722 0 0 0 60 1 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187509884672 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15151156 memory=1084 CPUtime=0.16 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 514 0 0 0 7 9 0 0 20 0 15 0 516779201 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 558.27 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805252 KiB

[startup+220.401 s]
/proc/loadavg: 3.94 2.69 2.74 3/228 23715
/proc/meminfo: memFree=13414992/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
[pid=23685] ppid=23683 vsize=15151156 memory=12803804 CPUtime=558.66 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23683 23683 21297 0 -1 1077944320 230655 0 0 0 54576 1290 0 0 20 0 15 0 516779195 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140724561998768 140188047621879 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
/proc/23685/statm: 3787789 3200951 3514 1 0 3748889 0
[pid=23685/tid=23686] ppid=23683 vsize=15151156 memory=1164 CPUtime=65.55 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) S 23683 23683 21297 0 -1 1077944384 25916 0 0 0 6541 14 0 0 20 0 15 0 516779195 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188051859136 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23687] ppid=23683 vsize=15151156 memory=1448 CPUtime=111.59 cores=1,3,5,7
/proc/23685/task/23687/stat : 23687 (java) S 23683 23683 21297 0 -1 1077944384 32107 0 0 0 10828 331 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188004174352 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23688] ppid=23683 vsize=15151156 memory=8317482817917895235 CPUtime=111.1 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23683 23683 21297 0 -1 1077944384 30798 0 0 0 10812 298 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188003121808 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23689] ppid=23683 vsize=15151156 memory=3236 CPUtime=111.45 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23683 23683 21297 0 -1 1077944384 38010 0 0 0 10816 329 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140188002068752 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23690] ppid=23683 vsize=15151156 memory=1448 CPUtime=111.63 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23683 23683 21297 0 -1 1077944384 27056 0 0 0 10861 302 0 0 20 0 15 0 516779196 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187637307792 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23691] ppid=23683 vsize=15151156 memory=419732 CPUtime=41.78 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) R 23683 23683 21297 0 -1 4202560 43480 0 0 0 4175 3 0 0 20 0 15 0 516779197 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187516200160 140188032618260 0 0 0 16800975 0 0 0 -1 1 0 0 58 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23692] ppid=23683 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23683 23683 21297 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187515148000 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23693] ppid=23683 vsize=15151156 memory=3192 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23683 23683 21297 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 516779198 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187514094848 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23694] ppid=23683 vsize=15151156 memory=12803804 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187513043408 140188047640475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23695] ppid=23683 vsize=15151156 memory=12803804 CPUtime=1.93 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23683 23683 21297 0 -1 1077944384 9428 0 0 0 191 2 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187511990560 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23696] ppid=23683 vsize=15151156 memory=1416 CPUtime=2.78 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23683 23683 21297 0 -1 1077944384 15242 0 0 0 275 3 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187510938016 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23697] ppid=23683 vsize=15151156 memory=1728 CPUtime=0.61 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23683 23683 21297 0 -1 1077944384 6722 0 0 0 60 1 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187509884672 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23698] ppid=23683 vsize=15151156 memory=692 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23683 23683 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516779200 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187508832608 140188047632085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
[pid=23685/tid=23699] ppid=23683 vsize=15151156 memory=1056 CPUtime=0.16 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23683 23683 21297 0 -1 1077944384 514 0 0 0 7 9 0 0 20 0 15 0 516779201 15514783744 3200951 33554432000 4194304 4196468 140724562016224 140187507780656 140188047633026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 34631680 140724562019311 140724562019482 140724562019482 140724562022351 0
Current children cumulated CPU time: 558.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12805252 KiB

[startup+220.619 s]
/proc/loadavg: 3.94 2.69 2.74 3/228 23715
/proc/meminfo: memFree=13414992/32770624 swapFree=66986416/67108860
[pid=23683] ppid=23680 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23683/stat : 23683 (xcsp3-exec) S 23680 23683 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516779194 115843072 362 33554432000 4194304 5098028 140724129055424 140724129053528 140459788120700 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29749248 140724129063803 140724129064045 140724129064045 140724129066954 0
/proc/23683/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 220.647
CPU time (s): 558.915
CPU user time (s): 545.951
CPU system time (s): 12.964
CPU usage (%): 253.307
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12805252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 545.951
system time used= 12.964
maximum resident set size= 12804148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9977
involuntary context switches= 4623


# summary of solver processes directly reported to runsolver:
#   pid: 23683
#   total CPU time (s): 558.915
#   total CPU user time (s): 545.951
#   total CPU system time (s): 12.964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60426 second user time and 2.06239 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-25 10:43:22
IDJOB=4405788
IDBENCH=126905
IDSOLVER=2869
FILE ID=node104/4405788-1569405225
RUNJOBID= node104-1569392447-21329
PBS_JOBID= 21705699
Free space on /tmp= 9768 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0700d-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405788-1569405225/watcher-4405788-1569405225 -o /tmp/evaluation-result-4405788-1569405225/solver-4405788-1569405225 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21329 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674339674 HOME/instance-4405788-1569405225.xml

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

MD5SUM BENCH= 95bc0b66e49d41fb88ec1889e7409155
RANDOM SEED=674339674

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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:       32770624 kB
MemFree:        26233780 kB
MemAvailable:   31416052 kB
Buffers:          123352 kB
Cached:          5150132 kB
SwapCached:        22624 kB
Active:          3673880 kB
Inactive:        2033476 kB
Active(anon):     411432 kB
Inactive(anon):    80144 kB
Active(file):    3262448 kB
Inactive(file):  1953332 kB
Unevictable:      109660 kB
Mlocked:          109660 kB
SwapTotal:      67108860 kB
SwapFree:       66986416 kB
Dirty:             66648 kB
Writeback:             0 kB
AnonPages:        522492 kB
Mapped:            71480 kB
Shmem:             49048 kB
Slab:             424708 kB
SReclaimable:     394952 kB
SUnreclaim:        29756 kB
KernelStack:        3696 kB
PageTables:         6700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1710612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9744 MiB
End job on node104 at 2019-09-25 10:47:03