Trace number 4306528

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)? 338.297 287.769

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
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-4306528-1534090423.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306528-1534090423.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
331.43/285.74	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
337.93/287.44		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.computeSupports(PropCompactTableStar.java:80)
337.93/287.44		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
337.93/287.44		at org.chocosolver.solver.constraints.extension.nary.PropCompactTableStar.<init>(PropCompactTableStar.java:45)
337.93/287.44		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2042)
337.93/287.44		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2000)
337.93/287.44		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:315)
337.93/287.44		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
337.93/287.44		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
337.93/287.44		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
337.93/287.44		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
337.93/287.44		at org.xcsp.parser.XCallbacks$$Lambda$99/1412925683.accept(Unknown Source)
337.93/287.44		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
337.93/287.44		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
337.93/287.44		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
337.93/287.44		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1414)
337.93/287.44		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
337.93/287.44		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
337.93/287.44		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
337.93/287.44		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
337.93/287.44		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
337.93/287.44		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
337.93/287.44		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:100)
337.93/287.44		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
337.93/287.44	s UNKNOWN
337.93/287.44	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 (9713 MiB free)
  memory of node 1: 16384 MiB (932 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306528-1534090423/watcher-4306528-1534090423 -o /tmp/evaluation-result-4306528-1534090423/solver-4306528-1534090423 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580 HOME/xcsp3-exec -seed 753735679 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306528-1534090423.xml 

running on 4 cores: 0,2,4,6

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=28971, runsolver pid=28968

[startup+0.100061 s]*
/proc/loadavg: 2.36 2.18 2.11 3/219 28987
/proc/meminfo: memFree=10885652/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
[pid=28973] ppid=28971 vsize=14082940 memory=27780 CPUtime=0.12 cores=0,2,4,6
/proc/28973/stat : 28973 (java) S 28971 28971 25200 0 -1 1077944320 5342 0 0 0 11 1 0 0 20 0 15 0 226605517 14420930560 6945 33554432000 4194304 4196468 140730104235984 140730104218528 140323393605367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
/proc/28973/statm: 3520735 6945 3013 1 0 3483012 0
[pid=28973/tid=28974] ppid=28971 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/28973/task/28974/stat : 28974 (java) R 28971 28971 25200 0 -1 4202560 3322 0 0 0 8 0 0 0 20 0 15 0 226605517 14420930560 6945 33554432000 4194304 4196468 140730104235984 140323397838640 140323393627293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28975] ppid=28971 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28975/stat : 28975 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 6945 33554432000 4194304 4196468 140730104235984 140323361163792 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28976] ppid=28971 vsize=14082940 memory=140458263455360 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28976/stat : 28976 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322988292752 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28977] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28977/stat : 28977 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322987239696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28978] ppid=28971 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28978/stat : 28978 (java) S 28971 28971 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322986187152 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28979] ppid=28971 vsize=14082940 memory=140458263455360 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28979/stat : 28979 (java) S 28971 28971 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226605520 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322867714800 140323393616514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28980] ppid=28971 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28980/stat : 28980 (java) S 28971 28971 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226605520 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322866661024 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28981] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28981/stat : 28981 (java) S 28971 28971 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226605520 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322865607920 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28982] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28982/stat : 28982 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322864556496 140323393623963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28983] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28983/stat : 28983 (java) S 28971 28971 25200 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322863503600 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28984] ppid=28971 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28984/stat : 28984 (java) S 28971 28971 25200 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322862451056 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28985] ppid=28971 vsize=14082940 memory=140458263455360 CPUtime=0.01 cores=0,2,4,6
/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 226605523 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14082940 memory=140458263455360 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 6945 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29232 KiB

[startup+0.210956 s]*
/proc/loadavg: 2.36 2.18 2.11 4/219 28987
/proc/meminfo: memFree=10874524/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
[pid=28973] ppid=28971 vsize=14082940 memory=40164 CPUtime=0.34 cores=0,2,4,6
/proc/28973/stat : 28973 (java) S 28971 28971 25200 0 -1 1077944320 8065 0 0 0 32 2 0 0 20 0 15 0 226605517 14420930560 10041 33554432000 4194304 4196468 140730104235984 140730104218528 140323393605367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
/proc/28973/statm: 3520735 10041 3212 1 0 3483012 0
[pid=28973/tid=28974] ppid=28971 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28973/task/28974/stat : 28974 (java) S 28971 28971 25200 0 -1 1077944384 5006 0 0 0 19 1 0 0 20 0 15 0 226605517 14420930560 10041 33554432000 4194304 4196468 140730104235984 140323397840352 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28975] ppid=28971 vsize=14082940 memory=11498 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28975/stat : 28975 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 10041 33554432000 4194304 4196468 140730104235984 140323361163792 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28976] ppid=28971 vsize=14082940 memory=140458263481039 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28976/stat : 28976 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322988292752 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28977] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28977/stat : 28977 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322987239696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28978] ppid=28971 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28978/stat : 28978 (java) S 28971 28971 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226605518 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322986187152 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28979] ppid=28971 vsize=14082940 memory=140458263455360 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28979/stat : 28979 (java) S 28971 28971 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226605520 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322867714800 140323393616514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28980] ppid=28971 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28980/stat : 28980 (java) S 28971 28971 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226605520 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322866661024 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28981] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28981/stat : 28981 (java) S 28971 28971 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226605520 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322865607920 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28982] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28982/stat : 28982 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322864556496 140323393623963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28983] ppid=28971 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28973/task/28983/stat : 28983 (java) S 28971 28971 25200 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 15 0 226605523 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322863503600 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28984] ppid=28971 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28973/task/28984/stat : 28984 (java) S 28971 28971 25200 0 -1 1077944384 475 0 0 0 2 0 0 0 20 0 15 0 226605523 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322862451056 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28985] ppid=28971 vsize=14082940 memory=140458263455360 CPUtime=0.07 cores=0,2,4,6
/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 851 0 0 0 7 0 0 0 20 0 15 0 226605523 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605523 14420930560 10041 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41616 KiB

[startup+0.310861 s]*
/proc/loadavg: 2.36 2.18 2.11 4/219 28987
/proc/meminfo: memFree=10868072/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
[pid=28973] ppid=28971 vsize=14087196 memory=46876 CPUtime=0.53 cores=0,2,4,6
/proc/28973/stat : 28973 (java) S 28971 28971 25200 0 -1 1077944320 8953 0 0 0 50 3 0 0 20 0 15 0 226605517 14425288704 11719 33554432000 4194304 4196468 140730104235984 140730104218528 140323393605367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
/proc/28973/statm: 3521799 11719 3267 1 0 3483012 0
[pid=28973/tid=28974] ppid=28971 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28973/task/28974/stat : 28974 (java) R 28971 28971 25200 0 -1 4202560 5663 0 0 0 27 2 0 0 20 0 15 0 226605517 14425288704 11719 33554432000 4194304 4196468 140730104235984 140323397839760 140323377685854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28975] ppid=28971 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28975/stat : 28975 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14425288704 11719 33554432000 4194304 4196468 140730104235984 140323361163792 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28976] ppid=28971 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28976/stat : 28976 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322988292752 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28977] ppid=28971 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28977/stat : 28977 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605518 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322987239696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28978] ppid=28971 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28978/stat : 28978 (java) S 28971 28971 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226605518 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322986187152 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28979] ppid=28971 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28979/stat : 28979 (java) S 28971 28971 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226605520 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322867714800 140323393616514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28980] ppid=28971 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28980/stat : 28980 (java) S 28971 28971 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226605520 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322866661024 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28981] ppid=28971 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28981/stat : 28981 (java) S 28971 28971 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226605520 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322865607920 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28982] ppid=28971 vsize=14087196 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28982/stat : 28982 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322864556496 140323393623963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28983] ppid=28971 vsize=14087196 memory=4426078206164241782 CPUtime=0.05 cores=0,2,4,6
/proc/28973/task/28983/stat : 28983 (java) R 28971 28971 25200 0 -1 4202560 508 0 0 0 5 0 0 0 20 0 15 0 226605523 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322863493984 140323379629216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28984] ppid=28971 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28973/task/28984/stat : 28984 (java) S 28971 28971 25200 0 -1 1077944384 500 0 0 0 4 0 0 0 20 0 15 0 226605523 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322862451056 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28985] ppid=28971 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 975 0 0 0 12 0 0 0 20 0 15 0 226605523 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605523 14425288704 11719 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 48328 KiB

[startup+0.700957 s]
/proc/loadavg: 2.36 2.18 2.11 3/219 28987
/proc/meminfo: memFree=10756056/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
[pid=28973] ppid=28971 vsize=14089320 memory=286516 CPUtime=1.32 cores=0,2,4,6
/proc/28973/stat : 28973 (java) S 28971 28971 25200 0 -1 1077944320 10198 0 0 0 106 26 0 0 20 0 15 0 226605517 14427463680 71629 33554432000 4194304 4196468 140730104235984 140730104218528 140323393605367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
/proc/28973/statm: 3522330 71629 3340 1 0 3483524 0
[pid=28973/tid=28974] ppid=28971 vsize=14089320 memory=1752 CPUtime=0.59 cores=0,2,4,6
/proc/28973/task/28974/stat : 28974 (java) R 28971 28971 25200 0 -1 4202560 6195 0 0 0 52 7 0 0 20 0 15 0 226605517 14427463680 71629 33554432000 4194304 4196468 140730104235984 140323397844976 140323030119186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28975] ppid=28971 vsize=14089320 memory=5752 CPUtime=0.07 cores=0,2,4,6
/proc/28973/task/28975/stat : 28975 (java) S 28971 28971 25200 0 -1 1077944384 59 0 0 0 3 4 0 0 20 0 15 0 226605518 14427463680 71629 33554432000 4194304 4196468 140730104235984 140323361163792 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28976] ppid=28971 vsize=14089320 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/28973/task/28976/stat : 28976 (java) S 28971 28971 25200 0 -1 1077944384 63 0 0 0 3 4 0 0 20 0 15 0 226605518 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322988292752 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28977] ppid=28971 vsize=14089320 memory=1620 CPUtime=0.07 cores=0,2,4,6
/proc/28973/task/28977/stat : 28977 (java) S 28971 28971 25200 0 -1 1077944384 62 0 0 0 3 4 0 0 20 0 15 0 226605518 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322987239696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28978] ppid=28971 vsize=14089320 memory=1220 CPUtime=0.07 cores=0,2,4,6
/proc/28973/task/28978/stat : 28978 (java) S 28971 28971 25200 0 -1 1077944384 70 0 0 0 3 4 0 0 20 0 15 0 226605518 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322986187152 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28979] ppid=28971 vsize=14089320 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28979/stat : 28979 (java) S 28971 28971 25200 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322867714800 140323393616514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28980] ppid=28971 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28980/stat : 28980 (java) S 28971 28971 25200 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322866661024 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28981] ppid=28971 vsize=14089320 memory=6792 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28981/stat : 28981 (java) S 28971 28971 25200 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322865607920 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28982] ppid=28971 vsize=14089320 memory=11628 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28982/stat : 28982 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322864556496 140323393623963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28983] ppid=28971 vsize=14089320 memory=752 CPUtime=0.09 cores=0,2,4,6
/proc/28973/task/28983/stat : 28983 (java) S 28971 28971 25200 0 -1 1077944384 531 0 0 0 9 0 0 0 20 0 15 0 226605523 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322863503600 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28984] ppid=28971 vsize=14089320 memory=1276 CPUtime=0.09 cores=0,2,4,6
/proc/28973/task/28984/stat : 28984 (java) S 28971 28971 25200 0 -1 1077944384 663 0 0 0 9 0 0 0 20 0 15 0 226605523 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322862451056 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28985] ppid=28971 vsize=14089320 memory=1068 CPUtime=0.19 cores=0,2,4,6
/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 1172 0 0 0 19 0 0 0 20 0 15 0 226605523 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14089320 memory=15064 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14089320 memory=33980 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 71629 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 287968 KiB

[startup+1.50092 s]
/proc/loadavg: 2.36 2.18 2.11 3/219 28987
/proc/meminfo: memFree=10515704/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0

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

/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 3072 0 0 0 34 0 0 0 20 0 15 0 226605523 14427463680 2458679 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 2458679 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14089320 memory=9834716 CPUtime=0.19 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 579 0 0 0 9 10 0 0 20 0 15 0 226605523 14427463680 2458679 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 247.39 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 9836168 KiB

[startup+282.301 s]*
/proc/loadavg: 2.75 2.45 2.24 6/217 29223
/proc/meminfo: memFree=219272/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
[pid=28973] ppid=28971 vsize=14089320 memory=11667172 CPUtime=320.03 cores=0,2,4,6
/proc/28973/stat : 28973 (java) S 28971 28971 25200 0 -1 1077944320 1804863 0 0 0 29077 2926 0 0 20 0 15 0 226605517 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140730104218528 140323393605367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
/proc/28973/statm: 3522330 2916793 3400 1 0 3483524 0
[pid=28973/tid=28974] ppid=28971 vsize=14089320 memory=6791534058613427641 CPUtime=269.5 cores=0,2,4,6
/proc/28973/task/28974/stat : 28974 (java) S 28971 28971 25200 0 -1 1077944384 223582 0 0 0 26856 94 0 0 20 0 15 0 226605517 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140323397843376 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28975] ppid=28971 vsize=14089320 memory=4126316290023845779 CPUtime=12.11 cores=0,2,4,6
/proc/28973/task/28975/stat : 28975 (java) R 28971 28971 25200 0 -1 4202560 696697 0 0 0 560 651 0 0 20 0 15 0 226605518 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140323361163992 140323386708376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28976] ppid=28971 vsize=14089320 memory=1924 CPUtime=12.08 cores=0,2,4,6
/proc/28973/task/28976/stat : 28976 (java) R 28971 28971 25200 0 -1 4202560 309762 0 0 0 467 741 0 0 20 0 15 0 226605518 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322988292560 140323386233575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28977] ppid=28971 vsize=14089320 memory=9834772 CPUtime=11.9 cores=0,2,4,6
/proc/28973/task/28977/stat : 28977 (java) R 28971 28971 25200 0 -1 4202560 288689 0 0 0 483 707 0 0 20 0 15 0 226605518 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322987239504 140323386233575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28978] ppid=28971 vsize=14089320 memory=1452 CPUtime=12.15 cores=0,2,4,6
/proc/28973/task/28978/stat : 28978 (java) R 28971 28971 25200 0 -1 4202560 258877 0 0 0 516 699 0 0 20 0 15 0 226605518 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322986186960 140323386233575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28979] ppid=28971 vsize=14089320 memory=9834736 CPUtime=0.41 cores=0,2,4,6
/proc/28973/task/28979/stat : 28979 (java) S 28971 28971 25200 0 -1 1077944384 16391 0 0 0 36 5 0 0 20 0 15 0 226605520 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322867713344 140323393615573 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28980] ppid=28971 vsize=14089320 memory=9834736 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28980/stat : 28980 (java) S 28971 28971 25200 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322866661088 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28981] ppid=28971 vsize=14089320 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28981/stat : 28981 (java) S 28971 28971 25200 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322865607936 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28982] ppid=28971 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28982/stat : 28982 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322864556496 140323393623963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28983] ppid=28971 vsize=14089320 memory=9834736 CPUtime=0.61 cores=0,2,4,6
/proc/28973/task/28983/stat : 28983 (java) S 28971 28971 25200 0 -1 1077944384 2408 0 0 0 61 0 0 0 20 0 15 0 226605523 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322863503600 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28984] ppid=28971 vsize=14089320 memory=7532 CPUtime=0.59 cores=0,2,4,6
/proc/28973/task/28984/stat : 28984 (java) S 28971 28971 25200 0 -1 1077944384 2361 0 0 0 59 0 0 0 20 0 15 0 226605523 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322862451056 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28985] ppid=28971 vsize=14089320 memory=808 CPUtime=0.35 cores=0,2,4,6
/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 4094 0 0 0 35 0 0 0 20 0 15 0 226605523 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14089320 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14089320 memory=920 CPUtime=0.24 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 679 0 0 0 11 13 0 0 20 0 15 0 226605523 14427463680 2916793 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 320.03 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11668624 KiB

[startup+287.769 s]
# the end of solver process 28971 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=308.507 s, system=29.79 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+285.101 s]
/proc/loadavg: 2.93 2.49 2.25 6/217 29223
/proc/meminfo: memFree=231572/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
[pid=28973] ppid=28971 vsize=14089320 memory=11727124 CPUtime=329.53 cores=0,2,4,6
/proc/28973/stat : 28973 (java) S 28971 28971 25200 0 -1 1077944320 1842167 0 0 0 30019 2934 0 0 20 0 15 0 226605517 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140730104218528 140323393605367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
/proc/28973/statm: 3522330 2931781 3400 1 0 3483524 0
[pid=28973/tid=28974] ppid=28971 vsize=14089320 memory=6792 CPUtime=269.72 cores=0,2,4,6
/proc/28973/task/28974/stat : 28974 (java) S 28971 28971 25200 0 -1 1077944384 225264 0 0 0 26878 94 0 0 20 0 15 0 226605517 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140323397843376 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28975] ppid=28971 vsize=14089320 memory=11628 CPUtime=14.36 cores=0,2,4,6
/proc/28973/task/28975/stat : 28975 (java) R 28971 28971 25200 0 -1 4202560 698648 0 0 0 784 652 0 0 20 0 15 0 226605518 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140323361163600 140323386233575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28976] ppid=28971 vsize=14089320 memory=1452 CPUtime=14.3 cores=0,2,4,6
/proc/28973/task/28976/stat : 28976 (java) R 28971 28971 25200 0 -1 4202560 322040 0 0 0 684 746 0 0 20 0 15 0 226605518 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322988292872 140323386233575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28977] ppid=28971 vsize=14089320 memory=11667172 CPUtime=14.14 cores=0,2,4,6
/proc/28973/task/28977/stat : 28977 (java) R 28971 28971 25200 0 -1 4202560 289018 0 0 0 706 708 0 0 20 0 15 0 226605518 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322987239504 140323386233575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28978] ppid=28971 vsize=14089320 memory=1100 CPUtime=14.43 cores=0,2,4,6
/proc/28973/task/28978/stat : 28978 (java) R 28971 28971 25200 0 -1 4202560 278733 0 0 0 742 701 0 0 20 0 15 0 226605518 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322986187352 140323378305408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28979] ppid=28971 vsize=14089320 memory=11727124 CPUtime=0.67 cores=0,2,4,6
/proc/28973/task/28979/stat : 28979 (java) S 28971 28971 25200 0 -1 1077944384 17568 0 0 0 62 5 0 0 20 0 15 0 226605520 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322867713360 140323393615573 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28980] ppid=28971 vsize=14089320 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28980/stat : 28980 (java) S 28971 28971 25200 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322866661088 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28981] ppid=28971 vsize=14089320 memory=61700 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28981/stat : 28981 (java) S 28971 28971 25200 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322865607936 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28982] ppid=28971 vsize=14089320 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28982/stat : 28982 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322864556496 140323393623963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28983] ppid=28971 vsize=14089320 memory=61700 CPUtime=0.61 cores=0,2,4,6
/proc/28973/task/28983/stat : 28983 (java) S 28971 28971 25200 0 -1 1077944384 2408 0 0 0 61 0 0 0 20 0 15 0 226605523 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322863503600 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28984] ppid=28971 vsize=14089320 memory=1100 CPUtime=0.59 cores=0,2,4,6
/proc/28973/task/28984/stat : 28984 (java) S 28971 28971 25200 0 -1 1077944384 2362 0 0 0 59 0 0 0 20 0 15 0 226605523 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322862451056 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28985] ppid=28971 vsize=14089320 memory=1452 CPUtime=0.35 cores=0,2,4,6
/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 4095 0 0 0 35 0 0 0 20 0 15 0 226605523 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14089320 memory=9834736 CPUtime=0.24 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 694 0 0 0 11 13 0 0 20 0 15 0 226605523 14427463680 2931781 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 329.53 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728576 KiB

[startup+286.701 s]
/proc/loadavg: 2.93 2.49 2.25 6/217 29223
/proc/meminfo: memFree=230828/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
[pid=28973] ppid=28971 vsize=14089320 memory=11727424 CPUtime=335.23 cores=0,2,4,6
/proc/28973/stat : 28973 (java) S 28971 28971 25200 0 -1 1077944320 1933165 0 0 0 30582 2941 0 0 20 0 15 0 226605517 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140730104218528 140323393605367 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
/proc/28973/statm: 3522330 2931856 3401 1 0 3483524 0
[pid=28973/tid=28974] ppid=28971 vsize=14089320 memory=61700 CPUtime=269.73 cores=0,2,4,6
/proc/28973/task/28974/stat : 28974 (java) S 28971 28971 25200 0 -1 1077944384 225352 0 0 0 26879 94 0 0 20 0 15 0 226605517 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140323397844592 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28975] ppid=28971 vsize=14089320 memory=5752 CPUtime=15.74 cores=0,2,4,6
/proc/28973/task/28975/stat : 28975 (java) R 28971 28971 25200 0 -1 4202560 710408 0 0 0 920 654 0 0 20 0 15 0 226605518 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140323361163992 140323386708353 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28976] ppid=28971 vsize=14089320 memory=4580 CPUtime=15.66 cores=0,2,4,6
/proc/28973/task/28976/stat : 28976 (java) R 28971 28971 25200 0 -1 4202560 352213 0 0 0 818 748 0 0 20 0 15 0 226605518 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322988292952 140323386708353 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28977] ppid=28971 vsize=14089320 memory=1620 CPUtime=15.52 cores=0,2,4,6
/proc/28973/task/28977/stat : 28977 (java) R 28971 28971 25200 0 -1 4202560 298555 0 0 0 842 710 0 0 20 0 15 0 226605518 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322987239896 140323386708360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28978] ppid=28971 vsize=14089320 memory=6791534058613427641 CPUtime=15.81 cores=0,2,4,6
/proc/28973/task/28978/stat : 28978 (java) R 28971 28971 25200 0 -1 4202560 300123 0 0 0 878 703 0 0 20 0 15 0 226605518 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322986187152 140323386708367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28979] ppid=28971 vsize=14089320 memory=1800 CPUtime=0.88 cores=0,2,4,6
/proc/28973/task/28979/stat : 28979 (java) S 28971 28971 25200 0 -1 1077944384 35613 0 0 0 81 7 0 0 20 0 15 0 226605520 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322867713344 140323393615573 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28980] ppid=28971 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28980/stat : 28980 (java) S 28971 28971 25200 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322866661088 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28981] ppid=28971 vsize=14089320 memory=6792 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28981/stat : 28981 (java) S 28971 28971 25200 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 226605520 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322865607936 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28982] ppid=28971 vsize=14089320 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28982/stat : 28982 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322864556496 140323393623963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28983] ppid=28971 vsize=14089320 memory=928 CPUtime=0.61 cores=0,2,4,6
/proc/28973/task/28983/stat : 28983 (java) S 28971 28971 25200 0 -1 1077944384 2408 0 0 0 61 0 0 0 20 0 15 0 226605523 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322863503600 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28984] ppid=28971 vsize=14089320 memory=2196 CPUtime=0.59 cores=0,2,4,6
/proc/28973/task/28984/stat : 28984 (java) S 28971 28971 25200 0 -1 1077944384 2362 0 0 0 59 0 0 0 20 0 15 0 226605523 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322862451056 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28985] ppid=28971 vsize=14089320 memory=3988 CPUtime=0.35 cores=0,2,4,6
/proc/28973/task/28985/stat : 28985 (java) S 28971 28971 25200 0 -1 1077944384 4095 0 0 0 35 0 0 0 20 0 15 0 226605523 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322861398000 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28986] ppid=28971 vsize=14089320 memory=1924 CPUtime=0 cores=0,2,4,6
/proc/28973/task/28986/stat : 28986 (java) S 28971 28971 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226605523 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322860345696 140323393615573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
[pid=28973/tid=28987] ppid=28971 vsize=14089320 memory=488 CPUtime=0.24 cores=0,2,4,6
/proc/28973/task/28987/stat : 28987 (java) S 28971 28971 25200 0 -1 1077944384 694 0 0 0 11 13 0 0 20 0 15 0 226605523 14427463680 2931856 33554432000 4194304 4196468 140730104235984 140322859293744 140323393616514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29077504 140730104243334 140730104243505 140730104243505 140730104246223 0
Current children cumulated CPU time: 335.23 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 11728876 KiB

[startup+287.501 s]
/proc/loadavg: 2.93 2.49 2.25 6/217 29223
/proc/meminfo: memFree=230704/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+287.7 s]
/proc/loadavg: 2.93 2.49 2.25 6/217 29223
/proc/meminfo: memFree=230704/32770624 swapFree=67108372/67108860
[pid=28971] ppid=28968 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28971/stat : 28971 (xcsp3-exec) S 28968 28971 25200 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 226605517 115843072 363 33554432000 4194304 5098028 140723422932752 140723422930856 140110935650940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25313280 140723422934075 140723422934276 140723422934276 140723422937034 0
/proc/28971/statm: 28282 363 306 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): 287.769
CPU time (s): 338.297
CPU user time (s): 308.507
CPU system time (s): 29.79
CPU usage (%): 117.558
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 11728884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.507
system time used= 29.79
maximum resident set size= 11727820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2004499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28861
involuntary context switches= 948


# summary of solver processes directly reported to runsolver:
#   pid: 28971
#   total CPU time (s): 338.297
#   total CPU user time (s): 308.507
#   total CPU system time (s): 29.79

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.03791 second user time and 3.10328 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 18:13:43
IDJOB=4306528
IDBENCH=141307
IDSOLVER=2787
FILE ID=node137/4306528-1534090423
RUNJOBID= node137-1534062145-25231
PBS_JOBID= 21036980
Free space on /tmp= 26444 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-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-4306528-1534090423/watcher-4306528-1534090423 -o /tmp/evaluation-result-4306528-1534090423/solver-4306528-1534090423 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580  HOME/xcsp3-exec -seed 753735679 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306528-1534090423.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=753735679

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:        10901684 kB
MemAvailable:   20612956 kB
Buffers:           76032 kB
Cached:          9816768 kB
SwapCached:            8 kB
Active:         15182324 kB
Inactive:        6033608 kB
Active(anon):   10241248 kB
Inactive(anon):  1134260 kB
Active(file):    4941076 kB
Inactive(file):  4899348 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             84876 kB
Writeback:             0 kB
AnonPages:      11330640 kB
Mapped:            65588 kB
Shmem:             49624 kB
Slab:             327992 kB
SReclaimable:     299308 kB
SUnreclaim:        28684 kB
KernelStack:        3552 kB
PageTables:        27620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12101700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7499776 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= 26352 MiB
End job on node137 at 2018-08-12 18:18:31