Trace number 4405894

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? 1168.58 385.537

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000c-int.xml
MD5SUM2ff4403728a82746813109e0b9ab6660
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 benchmark495.64
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
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-4405894-1569405231.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405894-1569405231.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1136.44/375.32	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1168.45/385.46		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1168.45/385.46		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1168.45/385.46		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1168.45/385.46		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1168.45/385.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1168.45/385.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1168.45/385.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1168.45/385.47		at org.xcsp.parser.XCallbacks$$Lambda$95/517052730.accept(Unknown Source)
1168.45/385.47		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1168.45/385.47		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1168.45/385.47		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1168.45/385.47		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1168.45/385.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1168.45/385.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1168.45/385.47		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1168.45/385.47		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1168.45/385.47		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1168.45/385.47		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1168.45/385.47		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1168.45/385.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1168.45/385.47	s UNKNOWN
1168.45/385.47	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 (12502 MiB free)
  memory of node 1: 16384 MiB (11611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405894-1569405231/watcher-4405894-1569405231 -o /var/tmp/evaluation-result-4405894-1569405231/solver-4405894-1569405231 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25937 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4405894-1569405231.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=28037, runsolver pid=28034

[startup+0.100143 s]*
/proc/loadavg: 1.76 1.73 1.75 5/231 28053
/proc/meminfo: memFree=24676056/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
[pid=28039] ppid=28037 vsize=15144776 memory=29880 CPUtime=0.13 cores=1,3,5,7
/proc/28039/stat : 28039 (java) S 28037 28037 25905 0 -1 1077944320 5814 0 0 0 12 1 0 0 20 0 15 0 516438012 15508250624 7404 33554432000 4194304 4196468 140732681567808 140732681550352 139654160375543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
/proc/28039/statm: 3786194 7404 3160 1 0 3748377 0
[pid=28039/tid=28040] ppid=28037 vsize=15144776 memory=8108032331684915787 CPUtime=0.09 cores=1,3,5,7
/proc/28039/task/28040/stat : 28040 (java) R 28037 28037 25905 0 -1 4202560 3708 0 0 0 9 0 0 0 20 0 15 0 516438012 15508250624 7470 33554432000 4194304 4196468 140732681567808 139654164605368 139654152616933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28041] ppid=28037 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28041/stat : 28041 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 7470 33554432000 4194304 4196468 140732681567808 139654088415504 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28042] ppid=28037 vsize=15144776 memory=140141166319232 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28042/stat : 28042 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 7470 33554432000 4194304 4196468 140732681567808 139654087362960 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 7470 33554432000 4194304 4196468 140732681567808 139654086310416 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) S 28037 28037 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 7470 33554432000 4194304 4196468 140732681567808 139654085257872 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15144776 memory=140141166319232 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) S 28037 28037 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516438014 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653628885488 139654160386690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516438014 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653627831712 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516438015 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653626779120 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) R 28037 28037 25905 0 -1 1077944384 474 0 0 0 0 0 0 0 20 0 15 0 516438017 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653624674288 139654160386690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653623621744 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15144776 memory=140141166319232 CPUtime=0.02 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) R 28037 28037 25905 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 516438017 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653622564272 139654160396890 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15144776 memory=140141166319232 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438018 15508250624 7470 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31336 KiB

[startup+0.211002 s]*
/proc/loadavg: 1.76 1.73 1.75 4/231 28053
/proc/meminfo: memFree=24662704/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
[pid=28039] ppid=28037 vsize=15144776 memory=40756 CPUtime=0.34 cores=1,3,5,7
/proc/28039/stat : 28039 (java) S 28037 28037 25905 0 -1 1077944320 9442 0 0 0 32 2 0 0 20 0 15 0 516438012 15508250624 10189 33554432000 4194304 4196468 140732681567808 140732681550352 139654160375543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
/proc/28039/statm: 3786194 10189 3299 1 0 3748377 0
[pid=28039/tid=28040] ppid=28037 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28039/task/28040/stat : 28040 (java) R 28037 28037 25905 0 -1 4202560 6613 0 0 0 18 2 0 0 20 0 15 0 516438012 15508250624 10189 33554432000 4194304 4196468 140732681567808 139654164610528 139654144690780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28041] ppid=28037 vsize=15144776 memory=11079 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28041/stat : 28041 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 10189 33554432000 4194304 4196468 140732681567808 139654088415504 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28042] ppid=28037 vsize=15144776 memory=3977014054782003128 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28042/stat : 28042 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 10189 33554432000 4194304 4196468 140732681567808 139654087362960 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 10189 33554432000 4194304 4196468 140732681567808 139654086310416 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) S 28037 28037 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516438013 15508250624 10189 33554432000 4194304 4196468 140732681567808 139654085257872 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) S 28037 28037 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516438014 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653628885488 139654160386690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516438014 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653627831712 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15144776 memory=140141166319232 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516438015 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653626779120 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) S 28037 28037 25905 0 -1 1077944384 639 0 0 0 3 0 0 0 20 0 15 0 516438017 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653624674288 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 118 0 0 0 2 0 0 0 20 0 15 0 516438017 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653623621744 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) S 28037 28037 25905 0 -1 1077944384 768 0 0 0 8 0 0 0 20 0 15 0 516438017 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653622569200 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438018 15508250624 10189 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42212 KiB

[startup+0.320233 s]*
/proc/loadavg: 1.76 1.73 1.75 3/231 28053
/proc/meminfo: memFree=24655404/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
[pid=28039] ppid=28037 vsize=15149032 memory=50484 CPUtime=0.54 cores=1,3,5,7
/proc/28039/stat : 28039 (java) S 28037 28037 25905 0 -1 1077944320 10964 0 0 0 51 3 0 0 20 0 15 0 516438012 15512608768 12621 33554432000 4194304 4196468 140732681567808 140732681550352 139654160375543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
/proc/28039/statm: 3787258 12621 3358 1 0 3748377 0
[pid=28039/tid=28040] ppid=28037 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=1,3,5,7
/proc/28039/task/28040/stat : 28040 (java) R 28037 28037 25905 0 -1 4202560 7920 0 0 0 28 3 0 0 20 0 15 0 516438012 15512608768 12621 33554432000 4194304 4196468 140732681567808 139654164605504 139654160387478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28041] ppid=28037 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28041/stat : 28041 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 12621 33554432000 4194304 4196468 140732681567808 139654088415504 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28042] ppid=28037 vsize=15149032 memory=3617297826343839345 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28042/stat : 28042 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 12621 33554432000 4194304 4196468 140732681567808 139654087362960 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 12621 33554432000 4194304 4196468 140732681567808 139654086310416 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) S 28037 28037 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 12621 33554432000 4194304 4196468 140732681567808 139654085257872 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15149032 memory=140141166319232 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) S 28037 28037 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516438014 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653628885488 139654160386690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516438014 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653627831712 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516438015 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653626779120 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) S 28037 28037 25905 0 -1 1077944384 732 0 0 0 5 0 0 0 20 0 15 0 516438017 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653624674288 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 133 0 0 0 4 0 0 0 20 0 15 0 516438017 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653623621744 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15149032 memory=140141166319232 CPUtime=0.13 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) R 28037 28037 25905 0 -1 4202560 871 0 0 0 13 0 0 0 20 0 15 0 516438017 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653622569200 139654144456030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15149032 memory=140141166319232 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438018 15512608768 12621 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51940 KiB

[startup+0.701201 s]
/proc/loadavg: 1.76 1.73 1.75 5/231 28053
/proc/meminfo: memFree=24618412/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
[pid=28039] ppid=28037 vsize=15149032 memory=194728 CPUtime=1.41 cores=1,3,5,7
/proc/28039/stat : 28039 (java) S 28037 28037 25905 0 -1 1077944320 13267 0 0 0 133 8 0 0 20 0 15 0 516438012 15512608768 48682 33554432000 4194304 4196468 140732681567808 140732681550352 139654160375543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
/proc/28039/statm: 3787258 48682 3400 1 0 3748377 0
[pid=28039/tid=28040] ppid=28037 vsize=15149032 memory=2116 CPUtime=0.66 cores=1,3,5,7
/proc/28039/task/28040/stat : 28040 (java) S 28037 28037 25905 0 -1 1077944384 7995 0 0 0 62 4 0 0 20 0 15 0 516438012 15512608768 48682 33554432000 4194304 4196468 140732681567808 139654164614640 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28041] ppid=28037 vsize=15149032 memory=520 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28041/stat : 28041 (java) R 28037 28037 25905 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 48682 33554432000 4194304 4196468 140732681567808 139654088415704 139654153475390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28042] ppid=28037 vsize=15149032 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28042/stat : 28042 (java) R 28037 28037 25905 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 48682 33554432000 4194304 4196468 140732681567808 139654087360816 139654153475390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15149032 memory=924 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) R 28037 28037 25905 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 48682 33554432000 4194304 4196468 140732681567808 139654086310304 139654153472379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15149032 memory=3688 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) R 28037 28037 25905 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 15 0 516438013 15512608768 48682 33554432000 4194304 4196468 140732681567808 139654085255568 139654153472379 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15149032 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) S 28037 28037 25905 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 516438014 15512608768 48682 33554432000 4194304 4196468 140732681567808 139653628884000 139654160385749 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15149032 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516438014 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653627831712 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15149032 memory=808 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516438015 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653626779120 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15149032 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15149032 memory=7302135314614015848 CPUtime=0.25 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) S 28037 28037 25905 0 -1 1077944384 1616 0 0 0 25 0 0 0 20 0 15 0 516438017 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653624674288 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15149032 memory=7885078830676206928 CPUtime=0.23 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 760 0 0 0 23 0 0 0 20 0 15 0 516438017 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653623621744 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15149032 memory=7223887401239728208 CPUtime=0.19 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) S 28037 28037 25905 0 -1 1077944384 1520 0 0 0 19 0 0 0 20 0 15 0 516438017 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653622569200 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15149032 memory=7440060183353512016 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15149032 memory=7453012555186398805 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516438018 15512608768 49194 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 196184 KiB

[startup+1.50123 s]
/proc/loadavg: 1.76 1.73 1.75 3/231 28053
/proc/meminfo: memFree=24408400/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0

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

/proc/28039/task/28042/stat : 28042 (java) S 28037 28037 25905 0 -1 1077944384 141471 0 0 0 25661 335 0 0 20 0 15 0 516438013 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139654087362960 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15151156 memory=4872558044660077418 CPUtime=259.21 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) S 28037 28037 25905 0 -1 1077944384 98781 0 0 0 25619 302 0 0 20 0 15 0 516438013 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139654086310416 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15151156 memory=12817328 CPUtime=260.04 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) S 28037 28037 25905 0 -1 1077944384 167614 0 0 0 25697 307 0 0 20 0 15 0 516438013 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139654085257872 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15151156 memory=0 CPUtime=51.49 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) R 28037 28037 25905 0 -1 4202560 72197 0 0 0 5145 4 0 0 20 0 15 0 516438014 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653628883920 139654145371947 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 516438014 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653627831776 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15151156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 516438015 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653626779136 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15151156 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15151156 memory=14008 CPUtime=2.2 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) S 28037 28037 25905 0 -1 1077944384 7907 0 0 0 219 1 0 0 20 0 15 0 516438017 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653624674048 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15151156 memory=36488 CPUtime=2.14 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 6722 0 0 0 213 1 0 0 20 0 15 0 516438017 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653623621792 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15151156 memory=1456 CPUtime=0.6 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) S 28037 28037 25905 0 -1 1077944384 6222 0 0 0 59 1 0 0 20 0 15 0 516438017 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653622569248 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15151156 memory=12817320 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15151156 memory=776 CPUtime=0.33 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 429 0 0 0 14 19 0 0 20 0 15 0 516438018 15514783744 3204333 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 1167.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12818788 KiB

[startup+384.801 s]
/proc/loadavg: 4.93 3.77 2.64 3/230 28085
/proc/meminfo: memFree=11860368/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
[pid=28039] ppid=28037 vsize=15151156 memory=12817336 CPUtime=1167.85 cores=1,3,5,7
/proc/28039/stat : 28039 (java) S 28037 28037 25905 0 -1 1077944320 764145 0 0 0 115513 1272 0 0 20 0 15 0 516438012 15514783744 3204334 33554432000 4194304 4196468 140732681567808 140732681550352 139654160375543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
/proc/28039/statm: 3787789 3204334 3512 1 0 3748889 0
[pid=28039/tid=28040] ppid=28037 vsize=15151156 memory=12817332 CPUtime=70.89 cores=1,3,5,7
/proc/28039/task/28040/stat : 28040 (java) S 28037 28037 25905 0 -1 1077944384 25466 0 0 0 7075 14 0 0 20 0 15 0 516438012 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654164615040 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28041] ppid=28037 vsize=15151156 memory=14056 CPUtime=260.1 cores=1,3,5,7
/proc/28039/task/28041/stat : 28041 (java) S 28037 28037 25905 0 -1 1077944384 235874 0 0 0 25712 298 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654088415504 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28042] ppid=28037 vsize=15151156 memory=2116 CPUtime=259.96 cores=1,3,5,7
/proc/28039/task/28042/stat : 28042 (java) S 28037 28037 25905 0 -1 1077944384 141471 0 0 0 25661 335 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654087362960 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15151156 memory=520 CPUtime=259.21 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) S 28037 28037 25905 0 -1 1077944384 98781 0 0 0 25619 302 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654086310416 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15151156 memory=1456 CPUtime=260.04 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) S 28037 28037 25905 0 -1 1077944384 167614 0 0 0 25697 307 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654085257872 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15151156 memory=12817332 CPUtime=52.28 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) R 28037 28037 25905 0 -1 4202560 72304 0 0 0 5224 4 0 0 20 0 15 0 516438014 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653628883920 139654144833146 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 516438014 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653627831776 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 516438015 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653626779136 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15151156 memory=12817308 CPUtime=2.2 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) S 28037 28037 25905 0 -1 1077944384 7907 0 0 0 219 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653624674048 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15151156 memory=1728 CPUtime=2.14 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 6722 0 0 0 213 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653623621792 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15151156 memory=8212 CPUtime=0.6 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) S 28037 28037 25905 0 -1 1077944384 6222 0 0 0 59 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653622569248 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15151156 memory=9580 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15151156 memory=1052 CPUtime=0.33 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 429 0 0 0 14 19 0 0 20 0 15 0 516438018 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 1167.85 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12818792 KiB

[startup+385.201 s]
/proc/loadavg: 4.93 3.77 2.64 3/230 28085
/proc/meminfo: memFree=11860368/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
[pid=28039] ppid=28037 vsize=15151156 memory=12817336 CPUtime=1168.25 cores=1,3,5,7
/proc/28039/stat : 28039 (java) S 28037 28037 25905 0 -1 1077944320 764180 0 0 0 115553 1272 0 0 20 0 15 0 516438012 15514783744 3204334 33554432000 4194304 4196468 140732681567808 140732681550352 139654160375543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
/proc/28039/statm: 3787789 3204334 3512 1 0 3748889 0
[pid=28039/tid=28040] ppid=28037 vsize=15151156 memory=12817332 CPUtime=70.89 cores=1,3,5,7
/proc/28039/task/28040/stat : 28040 (java) S 28037 28037 25905 0 -1 1077944384 25466 0 0 0 7075 14 0 0 20 0 15 0 516438012 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654164615040 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28041] ppid=28037 vsize=15151156 memory=65896 CPUtime=260.1 cores=1,3,5,7
/proc/28039/task/28041/stat : 28041 (java) S 28037 28037 25905 0 -1 1077944384 235874 0 0 0 25712 298 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654088415504 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28042] ppid=28037 vsize=15151156 memory=988 CPUtime=259.96 cores=1,3,5,7
/proc/28039/task/28042/stat : 28042 (java) S 28037 28037 25905 0 -1 1077944384 141471 0 0 0 25661 335 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654087362960 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15151156 memory=1560 CPUtime=259.21 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) S 28037 28037 25905 0 -1 1077944384 98781 0 0 0 25619 302 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654086310416 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15151156 memory=924 CPUtime=260.04 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) S 28037 28037 25905 0 -1 1077944384 167614 0 0 0 25697 307 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654085257872 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15151156 memory=3688 CPUtime=52.68 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) R 28037 28037 25905 0 -1 4202560 72339 0 0 0 5264 4 0 0 20 0 15 0 516438014 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653628883920 139654145371924 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 516438014 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653627831776 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 516438015 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653626779136 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15151156 memory=808 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15151156 memory=2580 CPUtime=2.2 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) S 28037 28037 25905 0 -1 1077944384 7907 0 0 0 219 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653624674048 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15151156 memory=1760 CPUtime=2.14 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 6722 0 0 0 213 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653623621792 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15151156 memory=111636 CPUtime=0.6 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) S 28037 28037 25905 0 -1 1077944384 6222 0 0 0 59 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653622569248 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15151156 memory=808 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15151156 memory=1808 CPUtime=0.33 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 429 0 0 0 14 19 0 0 20 0 15 0 516438018 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 1168.25 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12818792 KiB

[startup+385.401 s]
/proc/loadavg: 4.93 3.77 2.64 3/230 28085
/proc/meminfo: memFree=11860368/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
[pid=28039] ppid=28037 vsize=15151156 memory=12817336 CPUtime=1168.45 cores=1,3,5,7
/proc/28039/stat : 28039 (java) S 28037 28037 25905 0 -1 1077944320 764180 0 0 0 115573 1272 0 0 20 0 15 0 516438012 15514783744 3204334 33554432000 4194304 4196468 140732681567808 140732681550352 139654160375543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
/proc/28039/statm: 3787789 3204334 3512 1 0 3748889 0
[pid=28039/tid=28040] ppid=28037 vsize=15151156 memory=14131130454511009 CPUtime=70.89 cores=1,3,5,7
/proc/28039/task/28040/stat : 28040 (java) S 28037 28037 25905 0 -1 1077944384 25466 0 0 0 7075 14 0 0 20 0 15 0 516438012 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654164615040 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28041] ppid=28037 vsize=15151156 memory=9580 CPUtime=260.1 cores=1,3,5,7
/proc/28039/task/28041/stat : 28041 (java) S 28037 28037 25905 0 -1 1077944384 235874 0 0 0 25712 298 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654088415504 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28042] ppid=28037 vsize=15151156 memory=1052 CPUtime=259.96 cores=1,3,5,7
/proc/28039/task/28042/stat : 28042 (java) S 28037 28037 25905 0 -1 1077944384 141471 0 0 0 25661 335 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654087362960 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28043] ppid=28037 vsize=15151156 memory=1456 CPUtime=259.21 cores=1,3,5,7
/proc/28039/task/28043/stat : 28043 (java) S 28037 28037 25905 0 -1 1077944384 98781 0 0 0 25619 302 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654086310416 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28044] ppid=28037 vsize=15151156 memory=12817332 CPUtime=260.04 cores=1,3,5,7
/proc/28039/task/28044/stat : 28044 (java) S 28037 28037 25905 0 -1 1077944384 167614 0 0 0 25697 307 0 0 20 0 15 0 516438013 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139654085257872 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28045] ppid=28037 vsize=15151156 memory=668 CPUtime=52.88 cores=1,3,5,7
/proc/28039/task/28045/stat : 28045 (java) R 28037 28037 25905 0 -1 4202560 72339 0 0 0 5284 4 0 0 20 0 15 0 516438014 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653628883920 139654144833146 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28046] ppid=28037 vsize=15151156 memory=1276 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28046/stat : 28046 (java) S 28037 28037 25905 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 516438014 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653627831776 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28047] ppid=28037 vsize=15151156 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28047/stat : 28047 (java) S 28037 28037 25905 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 516438015 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653626779136 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28048] ppid=28037 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28048/stat : 28048 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653625727696 139654160394139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28049] ppid=28037 vsize=15151156 memory=33 CPUtime=2.2 cores=1,3,5,7
/proc/28039/task/28049/stat : 28049 (java) S 28037 28037 25905 0 -1 1077944384 7907 0 0 0 219 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653624674048 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28050] ppid=28037 vsize=15151156 memory=6944656592455360604 CPUtime=2.14 cores=1,3,5,7
/proc/28039/task/28050/stat : 28050 (java) S 28037 28037 25905 0 -1 1077944384 6722 0 0 0 213 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653623621792 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28051] ppid=28037 vsize=15151156 memory=6944656592455360604 CPUtime=0.6 cores=1,3,5,7
/proc/28039/task/28051/stat : 28051 (java) S 28037 28037 25905 0 -1 1077944384 6222 0 0 0 59 1 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653622569248 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28052] ppid=28037 vsize=15151156 memory=14056 CPUtime=0 cores=1,3,5,7
/proc/28039/task/28052/stat : 28052 (java) S 28037 28037 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516438017 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653621516896 139654160385749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
[pid=28039/tid=28053] ppid=28037 vsize=15151156 memory=2116 CPUtime=0.33 cores=1,3,5,7
/proc/28039/task/28053/stat : 28053 (java) S 28037 28037 25905 0 -1 1077944384 429 0 0 0 14 19 0 0 20 0 15 0 516438018 15514783744 3204334 33554432000 4194304 4196468 140732681567808 139653620464432 139654160386690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14360576 140732681569243 140732681569418 140732681569418 140732681572303 0
Current children cumulated CPU time: 1168.45 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12818792 KiB

[startup+385.528 s]
/proc/loadavg: 4.93 3.77 2.64 3/230 28085
/proc/meminfo: memFree=11860368/32770624 swapFree=66953520/67108860
[pid=28037] ppid=28034 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28037/stat : 28037 (xcsp3-exec) S 28034 28037 25905 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516438011 115843072 364 33554432000 4194304 5098028 140734819063744 140734819061848 140529920062076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32583680 140734819070806 140734819071065 140734819071065 140734819073990 0
/proc/28037/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 385.537
CPU time (s): 1168.58
CPU user time (s): 1155.79
CPU system time (s): 12.7928
CPU usage (%): 303.105
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12818792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1155.79
system time used= 12.7928
maximum resident set size= 12817652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 764896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15046
involuntary context switches= 9469


# summary of solver processes directly reported to runsolver:
#   pid: 28037
#   total CPU time (s): 1168.58
#   total CPU user time (s): 1155.79
#   total CPU system time (s): 12.7928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.37649 second user time and 4.18794 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-25 11:53:11
IDJOB=4405894
IDBENCH=126912
IDSOLVER=2869
FILE ID=node119/4405894-1569405231
RUNJOBID= node119-1569396629-25937
PBS_JOBID= 21705693
Free space on /var/tmp= 13404 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000c-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 /var/tmp/evaluation-result-4405894-1569405231/watcher-4405894-1569405231 -o /var/tmp/evaluation-result-4405894-1569405231/solver-4405894-1569405231 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25937 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4405894-1569405231.xml

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

MD5SUM BENCH= 2ff4403728a82746813109e0b9ab6660
RANDOM SEED=1672968524

node119.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	: 5333.47
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	: 5333.47
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	: 5333.47
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	: 5333.47
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:        24692876 kB
MemAvailable:   30929376 kB
Buffers:          160520 kB
Cached:          6176328 kB
SwapCached:        46716 kB
Active:          3988704 kB
Inactive:        3270940 kB
Active(anon):     875340 kB
Inactive(anon):   104632 kB
Active(file):    3113364 kB
Inactive(file):  3166308 kB
Unevictable:      107192 kB
Mlocked:          107192 kB
SwapTotal:      67108860 kB
SwapFree:       66953520 kB
Dirty:            109060 kB
Writeback:             0 kB
AnonPages:        985104 kB
Mapped:            71632 kB
Shmem:             48564 kB
Slab:             414608 kB
SReclaimable:     385288 kB
SUnreclaim:        29320 kB
KernelStack:        3760 kB
PageTables:         7600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2820956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13380 MiB
End job on node119 at 2019-09-25 11:59:37