Trace number 4301708

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)? 201.326 172.107

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
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-4301708-1532885010.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4301708-1532885010.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
199.57/171.55	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
199.57/171.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:81)
199.57/171.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
199.57/171.55		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
199.57/171.55		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
199.57/171.55		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
199.57/171.55		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
200.99/172.00		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
200.99/172.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
200.99/172.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
200.99/172.00		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
200.99/172.00		at org.xcsp.parser.XCallbacks$$Lambda$99/532854629.accept(Unknown Source)
200.99/172.00		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
200.99/172.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
200.99/172.00		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
200.99/172.00		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
200.99/172.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
200.99/172.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
200.99/172.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
200.99/172.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
200.99/172.00		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
200.99/172.00		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
200.99/172.00		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
200.99/172.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
200.99/172.00	s UNKNOWN
200.99/172.00	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 (15013 MiB free)
  memory of node 1: 16384 MiB (11639 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301708-1532885010/watcher-4301708-1532885010 -o /tmp/evaluation-result-4301708-1532885010/solver-4301708-1532885010 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7617 --watchdog 312 HOME/xcsp3-exec -seed 434350561 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301708-1532885010.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
solver pid=11867, runsolver pid=11864
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 2.18 2.11 2.01 4/217 11883
/proc/meminfo: memFree=27269200/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0
[pid=11869] ppid=11867 vsize=14082940 memory=29308 CPUtime=0.12 cores=1,3,5,7
/proc/11869/stat : 11869 (java) S 11867 11867 7585 0 -1 1077944320 5249 0 0 0 11 1 0 0 20 0 15 0 106064242 14420930560 7327 33554432000 4194304 4196468 140725563363472 140725563346016 139887312072439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
/proc/11869/statm: 3520735 7327 3002 1 0 3483012 0
[pid=11869/tid=11870] ppid=11867 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/11869/task/11870/stat : 11870 (java) R 11867 11867 7585 0 -1 4202560 3255 0 0 0 8 0 0 0 20 0 15 0 106064242 14420930560 7327 33554432000 4194304 4196468 140725563363472 139887316305712 139887312084374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11871] ppid=11867 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11871/stat : 11871 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14420930560 7327 33554432000 4194304 4196468 140725563363472 139887227140624 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11872] ppid=11867 vsize=14082940 memory=140240185054848 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11872/stat : 11872 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14420930560 7327 33554432000 4194304 4196468 140725563363472 139887226088080 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14420930560 7327 33554432000 4194304 4196468 140725563363472 139887225035024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) S 11867 11867 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106064243 14420930560 7327 33554432000 4194304 4196468 140725563363472 139887223982480 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14082940 memory=140240185054848 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106064244 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886223665904 139887312083586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106064244 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886222612128 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106064245 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886221559024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) S 11867 11867 7585 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 106064247 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886219454704 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) S 11867 11867 7585 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 106064247 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886218402160 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14082940 memory=140240185054848 CPUtime=0.01 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) R 11867 11867 7585 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 106064247 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886217346640 139887312093786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14082940 memory=140240185054848 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064247 14420930560 7327 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30764 KiB

[startup+0.213531 s]*
/proc/loadavg: 2.18 2.11 2.01 7/217 11883
/proc/meminfo: memFree=27250340/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0
[pid=11869] ppid=11867 vsize=14087196 memory=41336 CPUtime=0.34 cores=1,3,5,7
/proc/11869/stat : 11869 (java) S 11867 11867 7585 0 -1 1077944320 7863 0 0 0 32 2 0 0 20 0 15 0 106064242 14425288704 10334 33554432000 4194304 4196468 140725563363472 140725563346016 139887312072439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
/proc/11869/statm: 3521799 10334 3185 1 0 3483012 0
[pid=11869/tid=11870] ppid=11867 vsize=14087196 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/11869/task/11870/stat : 11870 (java) R 11867 11867 7585 0 -1 4202560 5022 0 0 0 19 1 0 0 20 0 15 0 106064242 14425288704 10334 33554432000 4194304 4196468 140725563363472 139887316295712 139887296152926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11871] ppid=11867 vsize=14087196 memory=8950 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11871/stat : 11871 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 10334 33554432000 4194304 4196468 140725563363472 139887227140624 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11872] ppid=11867 vsize=14087196 memory=4123525663706437280 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11872/stat : 11872 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 10334 33554432000 4194304 4196468 140725563363472 139887226088080 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 10334 33554432000 4194304 4196468 140725563363472 139887225035024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) S 11867 11867 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 10334 33554432000 4194304 4196468 140725563363472 139887223982480 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14087196 memory=140240185054848 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106064244 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886223665904 139887312083586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106064244 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886222612128 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106064245 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886221559024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14087196 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) S 11867 11867 7585 0 -1 1077944384 419 0 0 0 2 0 0 0 20 0 15 0 106064247 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886219454704 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14087196 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) S 11867 11867 7585 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 106064247 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886218402160 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14087196 memory=140240185054848 CPUtime=0.08 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) R 11867 11867 7585 0 -1 4202560 734 0 0 0 8 0 0 0 20 0 15 0 106064247 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886217349104 139887312093786 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14087196 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064247 14425288704 10334 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 42792 KiB

[startup+0.310587 s]*
/proc/loadavg: 2.18 2.11 2.01 6/217 11883
/proc/meminfo: memFree=27231508/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0
[pid=11869] ppid=11867 vsize=14087196 memory=48632 CPUtime=0.53 cores=1,3,5,7
/proc/11869/stat : 11869 (java) S 11867 11867 7585 0 -1 1077944320 8743 0 0 0 50 3 0 0 20 0 15 0 106064242 14425288704 12158 33554432000 4194304 4196468 140725563363472 140725563346016 139887312072439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
/proc/11869/statm: 3521799 12158 3279 1 0 3483012 0
[pid=11869/tid=11870] ppid=11867 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/11869/task/11870/stat : 11870 (java) R 11867 11867 7585 0 -1 4202560 5695 0 0 0 27 2 0 0 20 0 15 0 106064242 14425288704 12166 33554432000 4194304 4196468 140725563363472 139887316303552 139887296152926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11871] ppid=11867 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11871/stat : 11871 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 12166 33554432000 4194304 4196468 140725563363472 139887227140624 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11872] ppid=11867 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11872/stat : 11872 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 12166 33554432000 4194304 4196468 140725563363472 139887226088080 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14087196 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 12166 33554432000 4194304 4196468 140725563363472 139887225035024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14087196 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) S 11867 11867 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106064243 14425288704 12166 33554432000 4194304 4196468 140725563363472 139887223982480 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14087196 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106064244 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886223665904 139887312083586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14087196 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106064244 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886222612128 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106064245 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886221559024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14087196 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14087196 memory=4628975386420216973 CPUtime=0.05 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) S 11867 11867 7585 0 -1 1077944384 535 0 0 0 5 0 0 0 20 0 15 0 106064247 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886219454704 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14087196 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) S 11867 11867 7585 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 15 0 106064247 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886218402160 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14087196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) S 11867 11867 7585 0 -1 1077944384 817 0 0 0 13 0 0 0 20 0 15 0 106064247 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886217349104 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064247 14425288704 12166 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 50088 KiB

[startup+0.700886 s]
/proc/loadavg: 2.18 2.11 2.01 10/217 11883
/proc/meminfo: memFree=27089208/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0
[pid=11869] ppid=11867 vsize=14089320 memory=254800 CPUtime=1.48 cores=1,3,5,7
/proc/11869/stat : 11869 (java) S 11867 11867 7585 0 -1 1077944320 11450 0 0 0 137 11 0 0 20 0 15 0 106064242 14427463680 63700 33554432000 4194304 4196468 140725563363472 140725563346016 139887312072439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
/proc/11869/statm: 3522330 63700 3357 1 0 3483524 0
[pid=11869/tid=11870] ppid=11867 vsize=14089320 memory=33 CPUtime=0.64 cores=1,3,5,7
/proc/11869/task/11870/stat : 11870 (java) R 11867 11867 7585 0 -1 4202560 6116 0 0 0 60 4 0 0 20 0 15 0 106064242 14427463680 63700 33554432000 4194304 4196468 140725563363472 139887316307392 139886903163868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11871] ppid=11867 vsize=14089320 memory=-7816663703405220396 CPUtime=0.02 cores=1,3,5,7
/proc/11869/task/11871/stat : 11871 (java) S 11867 11867 7585 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 15 0 106064243 14427463680 63700 33554432000 4194304 4196468 140725563363472 139887227140624 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11872] ppid=11867 vsize=14089320 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11869/task/11872/stat : 11872 (java) S 11867 11867 7585 0 -1 1077944384 42 0 0 0 2 1 0 0 20 0 15 0 106064243 14427463680 63700 33554432000 4194304 4196468 140725563363472 139887226088080 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14089320 memory=30212 CPUtime=0.03 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) S 11867 11867 7585 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 106064243 14427463680 63700 33554432000 4194304 4196468 140725563363472 139887225035024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14089320 memory=1224 CPUtime=0.02 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) S 11867 11867 7585 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 15 0 106064243 14427463680 63700 33554432000 4194304 4196468 140725563363472 139887223982480 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14089320 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 106064244 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886223665904 139887312083586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14089320 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 106064244 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886222612128 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14089320 memory=860 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 106064245 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886221559024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14089320 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14089320 memory=756 CPUtime=0.22 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) R 11867 11867 7585 0 -1 4202560 1211 0 0 0 22 0 0 0 20 0 15 0 106064247 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886219435720 139887293595680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14089320 memory=1616 CPUtime=0.22 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) R 11867 11867 7585 0 -1 4202560 1060 0 0 0 22 0 0 0 20 0 15 0 106064247 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886218388704 139887295601255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14089320 memory=1836 CPUtime=0.24 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) S 11867 11867 7585 0 -1 1077944384 1533 0 0 0 24 0 0 0 20 0 15 0 106064247 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886217349104 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14089320 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14089320 memory=6396 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 63700 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 256256 KiB

[startup+1.50082 s]
/proc/loadavg: 2.18 2.11 2.01 3/200 11883
/proc/meminfo: memFree=27087984/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0

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

/proc/11869/task/11872/stat : 11872 (java) S 11867 11867 7585 0 -1 1077944384 288864 0 0 0 299 192 0 0 20 0 15 0 106064243 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139887226088080 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14089320 memory=6503616 CPUtime=4.86 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) S 11867 11867 7585 0 -1 1077944384 96388 0 0 0 299 187 0 0 20 0 15 0 106064243 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139887225035024 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14089320 memory=6791534058613427641 CPUtime=4.84 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) S 11867 11867 7585 0 -1 1077944384 83591 0 0 0 304 180 0 0 20 0 15 0 106064243 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139887223982480 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14089320 memory=5787276 CPUtime=0.23 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 12097 0 0 0 22 1 0 0 20 0 15 0 106064244 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886223665904 139887312083586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14089320 memory=5787276 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106064244 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886222612192 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14089320 memory=7843108 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106064245 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886221559040 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14089320 memory=5787280 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14089320 memory=1456 CPUtime=0.56 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) S 11867 11867 7585 0 -1 1077944384 2577 0 0 0 56 0 0 0 20 0 15 0 106064247 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886219454704 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14089320 memory=5787280 CPUtime=0.47 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) S 11867 11867 7585 0 -1 1077944384 1571 0 0 0 47 0 0 0 20 0 15 0 106064247 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886218402160 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14089320 memory=5787280 CPUtime=0.33 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) S 11867 11867 7585 0 -1 1077944384 2173 0 0 0 33 0 0 0 20 0 15 0 106064247 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886217349104 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14089320 memory=5787276 CPUtime=0.11 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 466 0 0 0 4 7 0 0 20 0 15 0 106064247 14427463680 1963238 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 182.47 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 7854408 KiB

[startup+169.601 s]
/proc/loadavg: 2.28 2.15 2.04 6/217 11965
/proc/meminfo: memFree=5957440/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0
[pid=11869] ppid=11867 vsize=14089320 memory=10772524 CPUtime=192.74 cores=1,3,5,7
/proc/11869/stat : 11869 (java) S 11867 11867 7585 0 -1 1077944320 725733 0 0 0 18069 1205 0 0 20 0 15 0 106064242 14427463680 2693131 33554432000 4194304 4196468 140725563363472 140725563346016 139887312072439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
/proc/11869/statm: 3522330 2693131 3401 1 0 3483524 0
[pid=11869/tid=11870] ppid=11867 vsize=14089320 memory=3872 CPUtime=161.76 cores=1,3,5,7
/proc/11869/task/11870/stat : 11870 (java) S 11867 11867 7585 0 -1 1077944384 116993 0 0 0 16129 47 0 0 20 0 15 0 106064242 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139887316310448 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11871] ppid=11867 vsize=14089320 memory=1456 CPUtime=7.25 cores=1,3,5,7
/proc/11869/task/11871/stat : 11871 (java) R 11867 11867 7585 0 -1 4202560 93721 0 0 0 470 255 0 0 20 0 15 0 106064243 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139887227140624 139887297023538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11872] ppid=11867 vsize=14089320 memory=912 CPUtime=7.28 cores=1,3,5,7
/proc/11869/task/11872/stat : 11872 (java) R 11867 11867 7585 0 -1 4202560 296602 0 0 0 437 291 0 0 20 0 15 0 106064243 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139887226088080 139887297023044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14089320 memory=3848 CPUtime=7.22 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) R 11867 11867 7585 0 -1 4202560 103997 0 0 0 420 302 0 0 20 0 15 0 106064243 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139887225034912 139887297830774 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14089320 memory=2776 CPUtime=7.2 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) R 11867 11867 7585 0 -1 4202560 93798 0 0 0 425 295 0 0 20 0 15 0 106064243 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139887223982480 139887296770191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14089320 memory=280480157054336 CPUtime=0.47 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 12511 0 0 0 46 1 0 0 20 0 15 0 106064244 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886223664224 139887312082645 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106064244 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886222612192 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106064245 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886221559040 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14089320 memory=4000 CPUtime=0.56 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) S 11867 11867 7585 0 -1 1077944384 2577 0 0 0 56 0 0 0 20 0 15 0 106064247 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886219454704 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14089320 memory=14256 CPUtime=0.47 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) S 11867 11867 7585 0 -1 1077944384 1571 0 0 0 47 0 0 0 20 0 15 0 106064247 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886218402160 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14089320 memory=17516 CPUtime=0.33 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) S 11867 11867 7585 0 -1 1077944384 2173 0 0 0 33 0 0 0 20 0 15 0 106064247 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886217349104 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14089320 memory=1180 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14089320 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 466 0 0 0 4 8 0 0 20 0 15 0 106064247 14427463680 2693131 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 192.74 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 10773980 KiB

[startup+171.201 s]
/proc/loadavg: 2.26 2.15 2.04 6/217 11965
/proc/meminfo: memFree=5907996/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0
[pid=11869] ppid=11867 vsize=14089320 memory=10772692 CPUtime=198.76 cores=1,3,5,7
/proc/11869/stat : 11869 (java) S 11867 11867 7585 0 -1 1077944320 793015 0 0 0 18666 1210 0 0 20 0 15 0 106064242 14427463680 2693173 33554432000 4194304 4196468 140725563363472 140725563346016 139887312072439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
/proc/11869/statm: 3522330 2693173 3401 1 0 3483524 0
[pid=11869/tid=11870] ppid=11867 vsize=14089320 memory=2260 CPUtime=161.76 cores=1,3,5,7
/proc/11869/task/11870/stat : 11870 (java) S 11867 11867 7585 0 -1 1077944384 116993 0 0 0 16129 47 0 0 20 0 15 0 106064242 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139887316310448 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11871] ppid=11867 vsize=14089320 memory=1788 CPUtime=8.73 cores=1,3,5,7
/proc/11869/task/11871/stat : 11871 (java) R 11867 11867 7585 0 -1 4202560 93721 0 0 0 617 256 0 0 20 0 15 0 106064243 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139887227140432 139887304700647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11872] ppid=11867 vsize=14089320 memory=860 CPUtime=8.76 cores=1,3,5,7
/proc/11869/task/11872/stat : 11872 (java) R 11867 11867 7585 0 -1 4202560 296602 0 0 0 584 292 0 0 20 0 15 0 106064243 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139887226087888 139887304700647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14089320 memory=12556 CPUtime=8.7 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) R 11867 11867 7585 0 -1 4202560 103997 0 0 0 567 303 0 0 20 0 15 0 106064243 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139887225034832 139887304700647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14089320 memory=756 CPUtime=8.7 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) R 11867 11867 7585 0 -1 4202560 161073 0 0 0 573 297 0 0 20 0 15 0 106064243 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139887223982680 139887305172125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14089320 memory=1616 CPUtime=0.53 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 12518 0 0 0 52 1 0 0 20 0 15 0 106064244 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886223664464 139887312082645 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14089320 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106064244 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886222612192 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106064245 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886221559040 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14089320 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14089320 memory=860 CPUtime=0.56 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) S 11867 11867 7585 0 -1 1077944384 2577 0 0 0 56 0 0 0 20 0 15 0 106064247 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886219454704 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14089320 memory=12556 CPUtime=0.47 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) S 11867 11867 7585 0 -1 1077944384 1571 0 0 0 47 0 0 0 20 0 15 0 106064247 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886218402160 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14089320 memory=756 CPUtime=0.33 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) S 11867 11867 7585 0 -1 1077944384 2173 0 0 0 33 0 0 0 20 0 15 0 106064247 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886217349104 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14089320 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14089320 memory=1836 CPUtime=0.12 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 466 0 0 0 4 8 0 0 20 0 15 0 106064247 14427463680 2693173 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 198.76 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 10774148 KiB

[startup+171.601 s]
/proc/loadavg: 2.26 2.15 2.04 6/217 11965
/proc/meminfo: memFree=5907996/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 221 0 87 0
[pid=11869] ppid=11867 vsize=14089320 memory=10772764 CPUtime=199.81 cores=1,3,5,7
/proc/11869/stat : 11869 (java) S 11867 11867 7585 0 -1 1077944320 793303 0 0 0 18771 1210 0 0 20 0 15 0 106064242 14427463680 2693191 33554432000 4194304 4196468 140725563363472 140725563346016 139887312072439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
/proc/11869/statm: 3522330 2693191 3402 1 0 3483524 0
[pid=11869/tid=11870] ppid=11867 vsize=14089320 memory=-7819220407477041019 CPUtime=161.76 cores=1,3,5,7
/proc/11869/task/11870/stat : 11870 (java) S 11867 11867 7585 0 -1 1077944384 117009 0 0 0 16129 47 0 0 20 0 15 0 106064242 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139887316312064 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11871] ppid=11867 vsize=14089320 memory=3977579203812217361 CPUtime=8.95 cores=1,3,5,7
/proc/11869/task/11871/stat : 11871 (java) R 11867 11867 7585 0 -1 4202560 93781 0 0 0 639 256 0 0 20 0 15 0 106064243 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139887227140824 139887296770191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11872] ppid=11867 vsize=14089320 memory=3905521609774287272 CPUtime=8.98 cores=1,3,5,7
/proc/11869/task/11872/stat : 11872 (java) R 11867 11867 7585 0 -1 4202560 296670 0 0 0 606 292 0 0 20 0 15 0 106064243 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139887226088080 139887304700647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11873] ppid=11867 vsize=14089320 memory=280480154914000 CPUtime=8.91 cores=1,3,5,7
/proc/11869/task/11873/stat : 11873 (java) R 11867 11867 7585 0 -1 4202560 104011 0 0 0 588 303 0 0 20 0 15 0 106064243 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139887225035024 139887304700647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11874] ppid=11867 vsize=14089320 memory=2260 CPUtime=8.91 cores=1,3,5,7
/proc/11869/task/11874/stat : 11874 (java) R 11867 11867 7585 0 -1 4202560 161073 0 0 0 594 297 0 0 20 0 15 0 106064243 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139887223982376 139887304700647 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11875] ppid=11867 vsize=14089320 memory=1788 CPUtime=0.71 cores=1,3,5,7
/proc/11869/task/11875/stat : 11875 (java) S 11867 11867 7585 0 -1 1077944384 12648 0 0 0 70 1 0 0 20 0 15 0 106064244 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886223664224 139887312082645 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11876] ppid=11867 vsize=14089320 memory=860 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11876/stat : 11876 (java) S 11867 11867 7585 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 106064244 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886222612192 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11877] ppid=11867 vsize=14089320 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11877/stat : 11877 (java) S 11867 11867 7585 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 106064245 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886221559040 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11878] ppid=11867 vsize=14089320 memory=756 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11878/stat : 11878 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886220507600 139887312091035 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11879] ppid=11867 vsize=14089320 memory=1616 CPUtime=0.56 cores=1,3,5,7
/proc/11869/task/11879/stat : 11879 (java) S 11867 11867 7585 0 -1 1077944384 2577 0 0 0 56 0 0 0 20 0 15 0 106064247 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886219454704 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11880] ppid=11867 vsize=14089320 memory=1836 CPUtime=0.47 cores=1,3,5,7
/proc/11869/task/11880/stat : 11880 (java) S 11867 11867 7585 0 -1 1077944384 1571 0 0 0 47 0 0 0 20 0 15 0 106064247 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886218402160 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11881] ppid=11867 vsize=14089320 memory=1132 CPUtime=0.33 cores=1,3,5,7
/proc/11869/task/11881/stat : 11881 (java) S 11867 11867 7585 0 -1 1077944384 2173 0 0 0 33 0 0 0 20 0 15 0 106064247 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886217345424 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11882] ppid=11867 vsize=14089320 memory=6396 CPUtime=0 cores=1,3,5,7
/proc/11869/task/11882/stat : 11882 (java) S 11867 11867 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106064247 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886216296800 139887312082645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
[pid=11869/tid=11883] ppid=11867 vsize=14089320 memory=5500 CPUtime=0.12 cores=1,3,5,7
/proc/11869/task/11883/stat : 11883 (java) S 11867 11867 7585 0 -1 1077944384 466 0 0 0 4 8 0 0 20 0 15 0 106064247 14427463680 2693191 33554432000 4194304 4196468 140725563363472 139886215244848 139887312083586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37928960 140725563368588 140725563368758 140725563368758 140725563371471 0
Current children cumulated CPU time: 199.81 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 10774220 KiB

[startup+172.002 s]*
/proc/loadavg: 2.26 2.15 2.04 4/217 11965
/proc/meminfo: memFree=5907996/32770624 swapFree=67108496/67108860
[pid=11867] ppid=11864 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/11867/stat : 11867 (xcsp3-exec) S 11864 11867 7585 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 106064241 115843072 364 33554432000 4194304 5098028 140723598398592 140723598396696 139881682010748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30654464 140723598402625 140723598402825 140723598402825 140723598405578 0
/proc/11867/statm: 28282 364 306 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): 172.107
CPU time (s): 201.326
CPU user time (s): 189.118
CPU system time (s): 12.2079
CPU usage (%): 116.977
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 10774220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.118
system time used= 12.2079
maximum resident set size= 10773160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 793953
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16625
involuntary context switches= 460


# summary of solver processes directly reported to runsolver:
#   pid: 11867
#   total CPU time (s): 201.326
#   total CPU user time (s): 189.118
#   total CPU system time (s): 12.2079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44253 second user time and 1.58419 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 19:23:30
IDJOB=4301708
IDBENCH=141306
IDSOLVER=2772
FILE ID=node149/4301708-1532885010
RUNJOBID= node149-1532880125-7617
PBS_JOBID= 21022517
Free space on /tmp= 45696 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-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-4301708-1532885010/watcher-4301708-1532885010 -o /tmp/evaluation-result-4301708-1532885010/solver-4301708-1532885010 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532880125-7617 --watchdog 312  HOME/xcsp3-exec -seed 434350561 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301708-1532885010.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=434350561

node149.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.60
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.60
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.60
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.60
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:        27292148 kB
MemAvailable:   31841148 kB
Buffers:          166180 kB
Cached:          4606136 kB
SwapCached:           60 kB
Active:          1754628 kB
Inactive:        3162820 kB
Active(anon):      94680 kB
Inactive(anon):    78000 kB
Active(file):    1659948 kB
Inactive(file):  3084820 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             72052 kB
Writeback:             0 kB
AnonPages:        108472 kB
Mapped:            49008 kB
Shmem:             25040 kB
Slab:             261872 kB
SReclaimable:     232692 kB
SUnreclaim:        29180 kB
KernelStack:        3600 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1290964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 45612 MiB
End job on node149 at 2018-07-29 19:26:23