Trace number 4306525

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 NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? 402.979 347.839

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306525-1534090169.xml"  -tl '2520s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4306525-1534090169.xml, -tl, 2520s, -p, 1]
0.11/0.22	c simple solver
0.34/0.28	c parse instance...
389.10/343.92	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
389.10/343.92		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
389.10/343.92		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
389.10/343.92		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
389.10/343.92		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
389.10/343.92		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
389.10/343.92		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
389.10/343.92		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
396.49/345.85		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
396.49/345.85		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
396.49/345.85		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
396.49/345.85		at org.xcsp.parser.XCallbacks$$Lambda$99/292917034.accept(Unknown Source)
396.49/345.85		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
396.49/345.85		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
396.49/345.85		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
396.49/345.85		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
396.49/345.85		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
396.49/345.85		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
396.49/345.85		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
396.49/345.85		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
396.49/345.85		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
396.49/345.85		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
396.49/345.85		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
396.49/345.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
402.63/347.51	s UNKNOWN
402.63/347.52	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 (119 MiB free)
  memory of node 1: 16384 MiB (3895 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306525-1534090169/watcher-4306525-1534090169 -o /tmp/evaluation-result-4306525-1534090169/solver-4306525-1534090169 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25232 --watchdog 2580 HOME/xcsp3-exec -seed 1236378001 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306525-1534090169.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=28703, runsolver pid=28700

[startup+0.100153 s]*
/proc/loadavg: 1.97 2.04 2.05 4/217 28719
/proc/meminfo: memFree=4094252/32770624 swapFree=67108380/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
[pid=28705] ppid=28703 vsize=14082940 memory=29084 CPUtime=0.11 cores=1,3,5,7
/proc/28705/stat : 28705 (java) S 28703 28703 25200 0 -1 1077944320 5622 0 0 0 10 1 0 0 20 0 15 0 226580064 14420930560 7271 33554432000 4194304 4196468 140733242195536 140733242178080 140374102011639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
/proc/28705/statm: 3520735 7271 3019 1 0 3483012 0
[pid=28705/tid=28706] ppid=28703 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/28705/task/28706/stat : 28706 (java) R 28703 28703 25200 0 -1 4202560 3642 0 0 0 8 1 0 0 20 0 15 0 226580064 14420930560 7271 33554432000 4194304 4196468 140733242195536 140374106244912 140374102033565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28707] ppid=28703 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28707/stat : 28707 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 7271 33554432000 4194304 4196468 140733242195536 140374032100368 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28708] ppid=28703 vsize=14082940 memory=140661533681280 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28708/stat : 28708 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 7271 33554432000 4194304 4196468 140733242195536 140374031047824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28709] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28709/stat : 28709 (java) S 28703 28703 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 7271 33554432000 4194304 4196468 140733242195536 140374029994768 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28710] ppid=28703 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28710/stat : 28710 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 7271 33554432000 4194304 4196468 140733242195536 140374028942224 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28711] ppid=28703 vsize=14082940 memory=140661533681280 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28711/stat : 28711 (java) S 28703 28703 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226580066 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373215119600 140374102022786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28712] ppid=28703 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28712/stat : 28712 (java) S 28703 28703 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226580067 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373214065824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28713] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226580067 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373213012720 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) S 28703 28703 25200 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 226580069 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373210909424 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373209856880 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14082940 memory=140661533681280 CPUtime=0.01 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 15 0 226580069 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373208803824 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14082940 memory=140661533681280 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580070 14420930560 7271 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30536 KiB

[startup+0.210921 s]*
/proc/loadavg: 1.97 2.04 2.05 4/217 28719
/proc/meminfo: memFree=4083336/32770624 swapFree=67108380/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
[pid=28705] ppid=28703 vsize=14082940 memory=40652 CPUtime=0.34 cores=1,3,5,7
/proc/28705/stat : 28705 (java) S 28703 28703 25200 0 -1 1077944320 8202 0 0 0 32 2 0 0 20 0 15 0 226580064 14420930560 10163 33554432000 4194304 4196468 140733242195536 140733242178080 140374102011639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
/proc/28705/statm: 3520735 10163 3210 1 0 3483012 0
[pid=28705/tid=28706] ppid=28703 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28705/task/28706/stat : 28706 (java) R 28703 28703 25200 0 -1 4202560 5437 0 0 0 18 2 0 0 20 0 15 0 226580064 14420930560 10163 33554432000 4194304 4196468 140733242195536 140374106246176 140374086092126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28707] ppid=28703 vsize=14082940 memory=11498 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28707/stat : 28707 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 10163 33554432000 4194304 4196468 140733242195536 140374032100368 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28708] ppid=28703 vsize=14082940 memory=140661533706959 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28708/stat : 28708 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 10163 33554432000 4194304 4196468 140733242195536 140374031047824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28709] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28709/stat : 28709 (java) S 28703 28703 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 10163 33554432000 4194304 4196468 140733242195536 140374029994768 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28710] ppid=28703 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28710/stat : 28710 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14420930560 10163 33554432000 4194304 4196468 140733242195536 140374028942224 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28711] ppid=28703 vsize=14082940 memory=140661533681280 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28711/stat : 28711 (java) S 28703 28703 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226580066 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373215119600 140374102022786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28712] ppid=28703 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28712/stat : 28712 (java) S 28703 28703 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226580067 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373214065824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28713] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226580067 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373213012720 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) S 28703 28703 25200 0 -1 1077944384 608 0 0 0 3 0 0 0 20 0 15 0 226580069 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373210909424 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) S 28703 28703 25200 0 -1 1077944384 118 0 0 0 2 0 0 0 20 0 15 0 226580069 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373209856880 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14082940 memory=140661533681280 CPUtime=0.08 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 733 0 0 0 8 0 0 0 20 0 15 0 226580069 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373208803824 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580070 14420930560 10163 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42104 KiB

[startup+0.310734 s]*
/proc/loadavg: 1.97 2.04 2.05 4/217 28719
/proc/meminfo: memFree=4076264/32770624 swapFree=67108380/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
[pid=28705] ppid=28703 vsize=14087196 memory=47820 CPUtime=0.53 cores=1,3,5,7
/proc/28705/stat : 28705 (java) S 28703 28703 25200 0 -1 1077944320 9160 0 0 0 50 3 0 0 20 0 15 0 226580064 14425288704 11955 33554432000 4194304 4196468 140733242195536 140733242178080 140374102011639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
/proc/28705/statm: 3521799 11955 3277 1 0 3483012 0
[pid=28705/tid=28706] ppid=28703 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28705/task/28706/stat : 28706 (java) R 28703 28703 25200 0 -1 4202560 6155 0 0 0 27 2 0 0 20 0 15 0 226580064 14425288704 11955 33554432000 4194304 4196468 140733242195536 140374106251280 140374086092126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28707] ppid=28703 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28707/stat : 28707 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14425288704 11955 33554432000 4194304 4196468 140733242195536 140374032100368 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28708] ppid=28703 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28708/stat : 28708 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14425288704 11955 33554432000 4194304 4196468 140733242195536 140374031047824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28709] ppid=28703 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28709/stat : 28709 (java) S 28703 28703 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226580065 14425288704 11955 33554432000 4194304 4196468 140733242195536 140374029994768 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28710] ppid=28703 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28710/stat : 28710 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580065 14425288704 11955 33554432000 4194304 4196468 140733242195536 140374028942224 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28711] ppid=28703 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28711/stat : 28711 (java) S 28703 28703 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226580066 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373215119600 140374102022786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28712] ppid=28703 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28712/stat : 28712 (java) S 28703 28703 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226580067 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373214065824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28713] ppid=28703 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226580067 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373213012720 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14087196 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14087196 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) S 28703 28703 25200 0 -1 1077944384 689 0 0 0 5 0 0 0 20 0 15 0 226580069 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373210909424 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) S 28703 28703 25200 0 -1 1077944384 135 0 0 0 3 0 0 0 20 0 15 0 226580069 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373209856880 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 877 0 0 0 12 0 0 0 20 0 15 0 226580069 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373208803824 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580070 14425288704 11955 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49272 KiB

[startup+0.701039 s]
/proc/loadavg: 1.97 2.04 2.05 6/217 28719
/proc/meminfo: memFree=3979208/32770624 swapFree=67108380/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
[pid=28705] ppid=28703 vsize=14089320 memory=250284 CPUtime=1.53 cores=1,3,5,7
/proc/28705/stat : 28705 (java) S 28703 28703 25200 0 -1 1077944320 11781 0 0 0 141 12 0 0 20 0 15 0 226580064 14427463680 62571 33554432000 4194304 4196468 140733242195536 140733242178080 140374102011639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
/proc/28705/statm: 3522330 62571 3357 1 0 3483524 0
[pid=28705/tid=28706] ppid=28703 vsize=14089320 memory=1752 CPUtime=0.64 cores=1,3,5,7
/proc/28705/task/28706/stat : 28706 (java) R 28703 28703 25200 0 -1 4202560 6614 0 0 0 60 4 0 0 20 0 15 0 226580064 14427463680 62571 33554432000 4194304 4196468 140733242195536 140374106248352 140373711210138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28707] ppid=28703 vsize=14089320 memory=5752 CPUtime=0.01 cores=1,3,5,7
/proc/28705/task/28707/stat : 28707 (java) S 28703 28703 25200 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 15 0 226580065 14427463680 62571 33554432000 4194304 4196468 140733242195536 140374032100368 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28708] ppid=28703 vsize=14089320 memory=4580 CPUtime=0.02 cores=1,3,5,7
/proc/28705/task/28708/stat : 28708 (java) S 28703 28703 25200 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 226580065 14427463680 62571 33554432000 4194304 4196468 140733242195536 140374031047824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28709] ppid=28703 vsize=14089320 memory=1620 CPUtime=0.02 cores=1,3,5,7
/proc/28705/task/28709/stat : 28709 (java) S 28703 28703 25200 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 15 0 226580065 14427463680 62571 33554432000 4194304 4196468 140733242195536 140374029994768 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28710] ppid=28703 vsize=14089320 memory=1220 CPUtime=0.02 cores=1,3,5,7
/proc/28705/task/28710/stat : 28710 (java) S 28703 28703 25200 0 -1 1077944384 22 0 0 0 1 1 0 0 20 0 15 0 226580065 14427463680 62571 33554432000 4194304 4196468 140733242195536 140374028942224 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28711] ppid=28703 vsize=14089320 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28711/stat : 28711 (java) S 28703 28703 25200 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 226580066 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373215119600 140374102022786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28712] ppid=28703 vsize=14089320 memory=868 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28712/stat : 28712 (java) S 28703 28703 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373214065824 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28713] ppid=28703 vsize=14089320 memory=7336 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373213012720 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14089320 memory=11628 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14089320 memory=752 CPUtime=0.27 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) R 28703 28703 25200 0 -1 4202560 1270 0 0 0 27 0 0 0 20 0 15 0 226580069 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373210902448 140374082713286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14089320 memory=1276 CPUtime=0.23 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) R 28703 28703 25200 0 -1 4202560 941 0 0 0 23 0 0 0 20 0 15 0 226580069 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373209856896 140374086003823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14089320 memory=1068 CPUtime=0.24 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 1472 0 0 0 24 0 0 0 20 0 15 0 226580069 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373208803824 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14089320 memory=15080 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14089320 memory=34328 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226580070 14427463680 62571 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 251736 KiB

[startup+1.50092 s]
/proc/loadavg: 1.97 2.04 2.05 3/217 28719
/proc/meminfo: memFree=3845100/32770624 swapFree=67108380/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0

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

/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 2928584 33554432000 4194304 4196468 140733242195536 140373213012736 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14089320 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14427463680 2928584 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14089320 memory=15064 CPUtime=0.56 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) S 28703 28703 25200 0 -1 1077944384 2855 0 0 0 56 0 0 0 20 0 15 0 226580069 14427463680 2928584 33554432000 4194304 4196468 140733242195536 140373210909424 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14089320 memory=33980 CPUtime=0.48 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) S 28703 28703 25200 0 -1 1077944384 1578 0 0 0 48 0 0 0 20 0 15 0 226580069 14427463680 2928584 33554432000 4194304 4196468 140733242195536 140373209856880 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14089320 memory=11277752 CPUtime=0.33 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 2287 0 0 0 32 1 0 0 20 0 15 0 226580069 14427463680 2928584 33554432000 4194304 4196468 140733242195536 140373208803824 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14089320 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14427463680 2928584 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14089320 memory=868 CPUtime=0.27 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 610 0 0 0 9 18 0 0 20 0 15 0 226580070 14427463680 2928584 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 384.12 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11715788 KiB

[startup+345.701 s]
/proc/loadavg: 2.35 2.23 2.14 6/219 28988
/proc/meminfo: memFree=622708/32770624 swapFree=67108372/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
[pid=28705] ppid=28703 vsize=14089320 memory=11714644 CPUtime=396.16 cores=1,3,5,7
/proc/28705/stat : 28705 (java) S 28703 28703 25200 0 -1 1077944320 2599968 0 0 0 36320 3296 0 0 20 0 15 0 226580064 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140733242178080 140374102011639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
/proc/28705/statm: 3522330 2928661 3401 1 0 3483524 0
[pid=28705/tid=28706] ppid=28703 vsize=14089320 memory=5752 CPUtime=328.27 cores=1,3,5,7
/proc/28705/task/28706/stat : 28706 (java) S 28703 28703 25200 0 -1 1077944384 257969 0 0 0 32723 104 0 0 20 0 15 0 226580064 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140374106251072 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28707] ppid=28703 vsize=14089320 memory=4580 CPUtime=16.15 cores=1,3,5,7
/proc/28705/task/28707/stat : 28707 (java) R 28703 28703 25200 0 -1 4202560 772150 0 0 0 829 786 0 0 20 0 15 0 226580065 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140374032100256 140374087009761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28708] ppid=28703 vsize=14089320 memory=11277752 CPUtime=16.41 cores=1,3,5,7
/proc/28705/task/28708/stat : 28708 (java) R 28703 28703 25200 0 -1 4202560 447030 0 0 0 837 804 0 0 20 0 15 0 226580065 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140374031047824 140374086711683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28709] ppid=28703 vsize=14089320 memory=6416 CPUtime=16.38 cores=1,3,5,7
/proc/28705/task/28709/stat : 28709 (java) R 28703 28703 25200 0 -1 4202560 717909 0 0 0 841 797 0 0 20 0 15 0 226580065 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140374029994968 140374095111344 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28710] ppid=28703 vsize=14089320 memory=1572 CPUtime=16.47 cores=1,3,5,7
/proc/28705/task/28710/stat : 28710 (java) R 28703 28703 25200 0 -1 4202560 357070 0 0 0 884 763 0 0 20 0 15 0 226580065 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140374028942424 140374087009784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28711] ppid=28703 vsize=14089320 memory=1452 CPUtime=0.73 cores=1,3,5,7
/proc/28705/task/28711/stat : 28711 (java) S 28703 28703 25200 0 -1 1077944384 39137 0 0 0 67 6 0 0 20 0 15 0 226580066 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373215118144 140374102021845 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28712] ppid=28703 vsize=14089320 memory=2144 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28712/stat : 28712 (java) S 28703 28703 25200 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373214065888 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28713] ppid=28703 vsize=14089320 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373213012736 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14089320 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14089320 memory=1220 CPUtime=0.56 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) S 28703 28703 25200 0 -1 1077944384 2857 0 0 0 56 0 0 0 20 0 15 0 226580069 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373210909424 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14089320 memory=1800 CPUtime=0.48 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) S 28703 28703 25200 0 -1 1077944384 1580 0 0 0 48 0 0 0 20 0 15 0 226580069 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373209856880 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14089320 memory=868 CPUtime=0.33 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 2312 0 0 0 32 1 0 0 20 0 15 0 226580069 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373208799200 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14089320 memory=6792 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14089320 memory=11628 CPUtime=0.28 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 632 0 0 0 9 19 0 0 20 0 15 0 226580070 14427463680 2928661 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 396.16 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11716096 KiB

[startup+346.501 s]
/proc/loadavg: 2.35 2.23 2.14 6/219 28988
/proc/meminfo: memFree=622708/32770624 swapFree=67108372/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
[pid=28705] ppid=28703 vsize=14089320 memory=11714692 CPUtime=399.03 cores=1,3,5,7
/proc/28705/stat : 28705 (java) S 28703 28703 25200 0 -1 1077944320 2610785 0 0 0 36605 3298 0 0 20 0 15 0 226580064 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140733242178080 140374102011639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
/proc/28705/statm: 3522330 2928673 3401 1 0 3483524 0
[pid=28705/tid=28706] ppid=28703 vsize=14089320 memory=488 CPUtime=328.27 cores=1,3,5,7
/proc/28705/task/28706/stat : 28706 (java) S 28703 28703 25200 0 -1 1077944384 258060 0 0 0 32723 104 0 0 20 0 15 0 226580064 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374106253232 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28707] ppid=28703 vsize=14089320 memory=1616 CPUtime=16.85 cores=1,3,5,7
/proc/28705/task/28707/stat : 28707 (java) R 28703 28703 25200 0 -1 4202560 772415 0 0 0 898 787 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374032100176 140374094639847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28708] ppid=28703 vsize=14089320 memory=1452 CPUtime=17.11 cores=1,3,5,7
/proc/28705/task/28708/stat : 28708 (java) R 28703 28703 25200 0 -1 4202560 447331 0 0 0 906 805 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374031047632 140374094639847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28709] ppid=28703 vsize=14089320 memory=1452 CPUtime=17.09 cores=1,3,5,7
/proc/28705/task/28709/stat : 28709 (java) R 28703 28703 25200 0 -1 4202560 718350 0 0 0 912 797 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374029994968 140374095111299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28710] ppid=28703 vsize=14089320 memory=11277752 CPUtime=17.14 cores=1,3,5,7
/proc/28705/task/28710/stat : 28710 (java) R 28703 28703 25200 0 -1 4202560 357398 0 0 0 950 764 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374028942344 140374094639847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28711] ppid=28703 vsize=14089320 memory=11277752 CPUtime=0.81 cores=1,3,5,7
/proc/28705/task/28711/stat : 28711 (java) S 28703 28703 25200 0 -1 1077944384 48332 0 0 0 75 6 0 0 20 0 15 0 226580066 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373215118144 140374102021845 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28712] ppid=28703 vsize=14089320 memory=2144 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28712/stat : 28712 (java) S 28703 28703 25200 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373214065888 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28713] ppid=28703 vsize=14089320 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373213012736 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14089320 memory=11714692 CPUtime=0.57 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) S 28703 28703 25200 0 -1 1077944384 2961 0 0 0 57 0 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373210909424 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14089320 memory=1068 CPUtime=0.48 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) S 28703 28703 25200 0 -1 1077944384 1580 0 0 0 48 0 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373209856880 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14089320 memory=7234299875408896852 CPUtime=0.34 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 2402 0 0 0 33 1 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373208799696 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14089320 memory=7739269110431246439 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14089320 memory=7739269110431246439 CPUtime=0.28 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 632 0 0 0 9 19 0 0 20 0 15 0 226580070 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 399.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11716144 KiB

[startup+347.301 s]
/proc/loadavg: 2.35 2.23 2.14 6/219 28988
/proc/meminfo: memFree=622708/32770624 swapFree=67108372/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
[pid=28705] ppid=28703 vsize=14089320 memory=11714692 CPUtime=402.13 cores=1,3,5,7
/proc/28705/stat : 28705 (java) S 28703 28703 25200 0 -1 1077944320 2610787 0 0 0 36913 3300 0 0 20 0 15 0 226580064 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140733242178080 140374102011639 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
/proc/28705/statm: 3522330 2928673 3401 1 0 3483524 0
[pid=28705/tid=28706] ppid=28703 vsize=14089320 memory=61700 CPUtime=328.27 cores=1,3,5,7
/proc/28705/task/28706/stat : 28706 (java) S 28703 28703 25200 0 -1 1077944384 258060 0 0 0 32723 104 0 0 20 0 15 0 226580064 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374106253232 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28707] ppid=28703 vsize=14089320 memory=1100 CPUtime=17.62 cores=1,3,5,7
/proc/28705/task/28707/stat : 28707 (java) R 28703 28703 25200 0 -1 4202560 772415 0 0 0 974 788 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374032100176 140374094639847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28708] ppid=28703 vsize=14089320 memory=15064 CPUtime=17.89 cores=1,3,5,7
/proc/28705/task/28708/stat : 28708 (java) R 28703 28703 25200 0 -1 4202560 447331 0 0 0 983 806 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374031047632 140374094639847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28709] ppid=28703 vsize=14089320 memory=1452 CPUtime=17.89 cores=1,3,5,7
/proc/28705/task/28709/stat : 28709 (java) R 28703 28703 25200 0 -1 4202560 718350 0 0 0 992 797 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374029994968 140374095111299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28710] ppid=28703 vsize=14089320 memory=61700 CPUtime=17.9 cores=1,3,5,7
/proc/28705/task/28710/stat : 28710 (java) R 28703 28703 25200 0 -1 4202560 357398 0 0 0 1025 765 0 0 20 0 15 0 226580065 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140374028942344 140374094639847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28711] ppid=28703 vsize=14089320 memory=-3622645143214314312 CPUtime=0.81 cores=1,3,5,7
/proc/28705/task/28711/stat : 28711 (java) S 28703 28703 25200 0 -1 1077944384 48332 0 0 0 75 6 0 0 20 0 15 0 226580066 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373215118144 140374102021845 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28712] ppid=28703 vsize=14089320 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28712/stat : 28712 (java) S 28703 28703 25200 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373214065888 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28713] ppid=28703 vsize=14089320 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28713/stat : 28713 (java) S 28703 28703 25200 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 226580067 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373213012736 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28714] ppid=28703 vsize=14089320 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28714/stat : 28714 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373211961296 140374102030235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28715] ppid=28703 vsize=14089320 memory=6791534058613427641 CPUtime=0.57 cores=1,3,5,7
/proc/28705/task/28715/stat : 28715 (java) S 28703 28703 25200 0 -1 1077944384 2961 0 0 0 57 0 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373210909424 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28716] ppid=28703 vsize=14089320 memory=6792 CPUtime=0.48 cores=1,3,5,7
/proc/28705/task/28716/stat : 28716 (java) S 28703 28703 25200 0 -1 1077944384 1580 0 0 0 48 0 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373209856880 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28717] ppid=28703 vsize=14089320 memory=11628 CPUtime=0.34 cores=1,3,5,7
/proc/28705/task/28717/stat : 28717 (java) S 28703 28703 25200 0 -1 1077944384 2402 0 0 0 33 1 0 0 20 0 15 0 226580069 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373208799696 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28718] ppid=28703 vsize=14089320 memory=752 CPUtime=0 cores=1,3,5,7
/proc/28705/task/28718/stat : 28718 (java) S 28703 28703 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226580070 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373207751520 140374102021845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
[pid=28705/tid=28719] ppid=28703 vsize=14089320 memory=1100 CPUtime=0.28 cores=1,3,5,7
/proc/28705/task/28719/stat : 28719 (java) S 28703 28703 25200 0 -1 1077944384 634 0 0 0 9 19 0 0 20 0 15 0 226580070 14427463680 2928673 33554432000 4194304 4196468 140733242195536 140373206698544 140374102022786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25280512 140733242201222 140733242201393 140733242201393 140733242204111 0
Current children cumulated CPU time: 402.13 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11716144 KiB

[startup+347.701 s]
/proc/loadavg: 2.35 2.23 2.14 6/219 28988
/proc/meminfo: memFree=622708/32770624 swapFree=67108372/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+347.8 s]
/proc/loadavg: 2.35 2.23 2.14 6/219 28988
/proc/meminfo: memFree=622708/32770624 swapFree=67108372/67108860
[pid=28703] ppid=28700 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/28703/stat : 28703 (xcsp3-exec) S 28700 28703 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226580063 115843072 363 33554432000 4194304 5098028 140722176499072 140722176497176 140148445033084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31113216 140722176504890 140722176505092 140722176505092 140722176507850 0
/proc/28703/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 347.839
CPU time (s): 402.979
CPU user time (s): 369.655
CPU system time (s): 33.3241
CPU usage (%): 115.852
Max. virtual memory (cumulated for all children) (KiB): 14269012
Max. memory (cumulated for all children) (KiB): 11716152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.655
system time used= 33.3241
maximum resident set size= 11714992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2611609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13720
involuntary context switches= 1268


# summary of solver processes directly reported to runsolver:
#   pid: 28703
#   total CPU time (s): 402.979
#   total CPU user time (s): 369.655
#   total CPU system time (s): 33.3241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.08052 second user time and 4.19316 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 18:09:29
IDJOB=4306525
IDBENCH=141304
IDSOLVER=2787
FILE ID=node137/4306525-1534090169
RUNJOBID= node137-1534062145-25232
PBS_JOBID= 21036980
Free space on /tmp= 26496 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306525-1534090169/watcher-4306525-1534090169 -o /tmp/evaluation-result-4306525-1534090169/solver-4306525-1534090169 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25232 --watchdog 2580  HOME/xcsp3-exec -seed 1236378001 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306525-1534090169.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1236378001

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4112080 kB
MemAvailable:   22989344 kB
Buffers:          161852 kB
Cached:         18770212 kB
SwapCached:           24 kB
Active:         18407468 kB
Inactive:        9479500 kB
Active(anon):    8901776 kB
Inactive(anon):   105204 kB
Active(file):    9505692 kB
Inactive(file):  9374296 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108380 kB
Dirty:             38916 kB
Writeback:             0 kB
AnonPages:       8960440 kB
Mapped:            66784 kB
Shmem:             49628 kB
Slab:             454388 kB
SReclaimable:     425736 kB
SUnreclaim:        28652 kB
KernelStack:        3856 kB
PageTables:        22848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10957500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7641088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26420 MiB
End job on node137 at 2018-08-12 18:15:17