Trace number 4403544

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20? (TO) 2528.92 832.256

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-02.xml
MD5SUMc67201b80d2f8cf37dc6fc32cd78d58c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark422.969
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains85
Minimum domain size1165
Maximum domain size1263
Distribution of domain sizes[{"size":1165,"count":2},{"size":1166,"count":8},{"size":1167,"count":2},{"size":1168,"count":4},{"size":1169,"count":2},{"size":1170,"count":6},{"size":1171,"count":10},{"size":1172,"count":4},{"size":1173,"count":10},{"size":1174,"count":8},{"size":1176,"count":6},{"size":1178,"count":4},{"size":1179,"count":6},{"size":1180,"count":2},{"size":1181,"count":6},{"size":1182,"count":4},{"size":1183,"count":4},{"size":1185,"count":2},{"size":1186,"count":4},{"size":1187,"count":2},{"size":1188,"count":4},{"size":1191,"count":10},{"size":1192,"count":6},{"size":1193,"count":4},{"size":1194,"count":6},"...",{"size":1236,"count":8}, {"size":1237,"count":4}, {"size":1239,"count":6}, {"size":1240,"count":8}, {"size":1241,"count":12}, {"size":1242,"count":2}, {"size":1243,"count":6}, {"size":1244,"count":8}, {"size":1245,"count":8}, {"size":1247,"count":2}, {"size":1248,"count":6}, {"size":1250,"count":4}, {"size":1251,"count":6}, {"size":1252,"count":2}, {"size":1253,"count":6}, {"size":1254,"count":6}, {"size":1255,"count":2}, {"size":1256,"count":10}, {"size":1257,"count":4}, {"size":1258,"count":2}, {"size":1259,"count":4}, {"size":1260,"count":2}, {"size":1261,"count":4}, {"size":1262,"count":2}, {"size":1263,"count":4}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403544-1568992918.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco 3fb4b153
0.12/0.19	c [HOME/instance-4403544-1568992918.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...

Verifier Data

One s line expected

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: 16375 MiB (3484 MiB free)
  memory of node 1: 16384 MiB (2920 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403544-1568992918/watcher-4403544-1568992918 -o /tmp/evaluation-result-4403544-1568992918/solver-4403544-1568992918 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324506066-20795 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1902580730 HOME/instance-4403544-1568992918.xml 

running on 4 cores: 4-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21281, runsolver pid=21278
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 8.55 8.48 6.61 6/230 21297
/proc/meminfo: memFree=6534144/32770688 swapFree=66927204/67108860
[pid=21281] ppid=21278 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/21281/stat : 21281 (xcsp3-exec) S 21278 21281 20763 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475297984 115843072 362 33554432000 4194304 5098028 140729550662576 140729550660680 140644040155772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28786688 140729550668666 140729550668909 140729550668909 140729550671818 0
/proc/21281/statm: 28282 362 304 221 0 87 0
[pid=21283] ppid=21281 vsize=15144776 memory=28960 CPUtime=0.12 cores=4-7
/proc/21283/stat : 21283 (java) S 21281 21281 20763 0 -1 1077944320 5637 0 0 0 11 1 0 0 20 0 15 0 475297984 15508250624 7240 33554432000 4194304 4196468 140737125094992 140737125077536 139849705852663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
/proc/21283/statm: 3786194 7240 3147 1 0 3748377 0
[pid=21283/tid=21284] ppid=21281 vsize=15144776 memory=8108032331684915787 CPUtime=0.09 cores=4-7
/proc/21283/task/21284/stat : 21284 (java) R 21281 21281 20763 0 -1 4202560 3556 0 0 0 8 1 0 0 20 0 15 0 475297984 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849710085936 139849705864598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21285] ppid=21281 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=4-7
/proc/21283/task/21285/stat : 21285 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849642089232 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21286] ppid=21281 vsize=15144776 memory=140019073726080 CPUtime=0 cores=4-7
/proc/21283/task/21286/stat : 21286 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849641036688 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21287] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21287/stat : 21287 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849639984144 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21281 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) S 21281 21281 20763 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849294732432 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21281 vsize=15144776 memory=140019073726080 CPUtime=0 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21281 21281 20763 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475297987 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849241618416 139849705863810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21281 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21281 21281 20763 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475297987 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849240564640 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21281 21281 20763 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475297987 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849239512048 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849238460624 139849705871259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) S 21281 21281 20763 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 475297990 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849237408240 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21281 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849034099312 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21281 vsize=15144776 memory=140019073726080 CPUtime=0.01 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) S 21281 21281 20763 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 15 0 475297990 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849033046768 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21281 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21281 vsize=15144776 memory=140019073726080 CPUtime=0 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297991 15508250624 7240 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30408 KiB

[startup+0.211805 s]*
/proc/loadavg: 8.55 8.48 6.61 5/230 21297
/proc/meminfo: memFree=6510060/32770688 swapFree=66927204/67108860
[pid=21281] ppid=21278 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/21281/stat : 21281 (xcsp3-exec) S 21278 21281 20763 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475297984 115843072 362 33554432000 4194304 5098028 140729550662576 140729550660680 140644040155772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28786688 140729550668666 140729550668909 140729550668909 140729550671818 0
/proc/21281/statm: 28282 362 304 221 0 87 0
[pid=21283] ppid=21281 vsize=15144776 memory=40420 CPUtime=0.34 cores=4-7
/proc/21283/stat : 21283 (java) S 21281 21281 20763 0 -1 1077944320 9286 0 0 0 31 3 0 0 20 0 15 0 475297984 15508250624 10105 33554432000 4194304 4196468 140737125094992 140737125077536 139849705852663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
/proc/21283/statm: 3786194 10105 3299 1 0 3748377 0
[pid=21283/tid=21284] ppid=21281 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=4-7
/proc/21283/task/21284/stat : 21284 (java) R 21281 21281 20763 0 -1 4202560 6542 0 0 0 18 2 0 0 20 0 15 0 475297984 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849710085712 139849705864598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21285] ppid=21281 vsize=15144776 memory=1915596 CPUtime=0 cores=4-7
/proc/21283/task/21285/stat : 21285 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849642089232 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21286] ppid=21281 vsize=15144776 memory=140019077251534 CPUtime=0 cores=4-7
/proc/21283/task/21286/stat : 21286 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849641036688 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21287] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21287/stat : 21287 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849639984144 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21281 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) S 21281 21281 20763 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475297985 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849294732432 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21281 vsize=15144776 memory=140019073726080 CPUtime=0 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21281 21281 20763 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475297987 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849241618416 139849705863810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21281 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21281 21281 20763 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475297987 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849240564640 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21281 21281 20763 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475297987 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849239512048 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849238460624 139849705871259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21281 vsize=15144776 memory=0 CPUtime=0.02 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) S 21281 21281 20763 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 475297990 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849237408240 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21281 vsize=15144776 memory=-1 CPUtime=0.02 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) S 21281 21281 20763 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 15 0 475297990 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849034099312 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21281 vsize=15144776 memory=140019073726080 CPUtime=0.07 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) R 21281 21281 20763 0 -1 4202560 803 0 0 0 7 0 0 0 20 0 15 0 475297990 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849033046768 139849705874010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21281 vsize=15144776 memory=-1 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21281 vsize=15144776 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297991 15508250624 10105 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41868 KiB

[startup+0.311663 s]*
/proc/loadavg: 8.55 8.48 6.61 5/230 21297
/proc/meminfo: memFree=6488268/32770688 swapFree=66927204/67108860
[pid=21281] ppid=21278 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/21281/stat : 21281 (xcsp3-exec) S 21278 21281 20763 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475297984 115843072 362 33554432000 4194304 5098028 140729550662576 140729550660680 140644040155772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28786688 140729550668666 140729550668909 140729550668909 140729550671818 0
/proc/21281/statm: 28282 362 304 221 0 87 0
[pid=21283] ppid=21281 vsize=15149032 memory=46760 CPUtime=0.52 cores=4-7
/proc/21283/stat : 21283 (java) S 21281 21281 20763 0 -1 1077944320 10484 0 0 0 48 4 0 0 20 0 15 0 475297984 15512608768 11690 33554432000 4194304 4196468 140737125094992 140737125077536 139849705852663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
/proc/21283/statm: 3787258 11690 3349 1 0 3748377 0
[pid=21283/tid=21284] ppid=21281 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=4-7
/proc/21283/task/21284/stat : 21284 (java) R 21281 21281 20763 0 -1 4202560 7568 0 0 0 28 2 0 0 20 0 15 0 475297984 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849710084352 139849692122832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21285] ppid=21281 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=4-7
/proc/21283/task/21285/stat : 21285 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849642089232 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21286] ppid=21281 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=4-7
/proc/21283/task/21286/stat : 21286 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849641036688 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21287] ppid=21281 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=4-7
/proc/21283/task/21287/stat : 21287 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849639984144 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21281 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) S 21281 21281 20763 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475297985 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849294732432 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21281 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21281 21281 20763 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475297987 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849241618416 139849705863810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21281 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21281 21281 20763 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475297987 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849240564640 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21281 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21281 21281 20763 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475297987 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849239512048 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21281 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849238460624 139849705871259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21281 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) S 21281 21281 20763 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 475297990 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849237408240 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21281 vsize=15149032 memory=0 CPUtime=0.04 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) S 21281 21281 20763 0 -1 1077944384 157 0 0 0 4 0 0 0 20 0 15 0 475297990 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849034099312 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21281 vsize=15149032 memory=0 CPUtime=0.12 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) R 21281 21281 20763 0 -1 4202560 942 0 0 0 12 0 0 0 20 0 15 0 475297990 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849033046768 139849684991472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21281 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21281 vsize=15149032 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297991 15512608768 11690 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48208 KiB

[startup+0.700981 s]
/proc/loadavg: 8.55 8.48 6.61 8/230 21298
/proc/meminfo: memFree=6425988/32770688 swapFree=66927204/67108860
[pid=21281] ppid=21278 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/21281/stat : 21281 (xcsp3-exec) S 21278 21281 20763 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475297984 115843072 362 33554432000 4194304 5098028 140729550662576 140729550660680 140644040155772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28786688 140729550668666 140729550668909 140729550668909 140729550671818 0
/proc/21281/statm: 28282 362 304 221 0 87 0
[pid=21283] ppid=21281 vsize=15151156 memory=99120 CPUtime=1.72 cores=4-7
/proc/21283/stat : 21283 (java) S 21281 21281 20763 0 -1 1077944320 14930 0 0 0 166 6 0 0 20 0 15 0 475297984 15514783744 24780 33554432000 4194304 4196468 140737125094992 140737125077536 139849705852663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
/proc/21283/statm: 3787789 24780 3442 1 0 3748889 0
[pid=21283/tid=21284] ppid=21281 vsize=15151156 memory=0 CPUtime=0.68 cores=4-7
/proc/21283/task/21284/stat : 21284 (java) R 21281 21281 20763 0 -1 4202560 8345 0 0 0 64 4 0 0 20 0 15 0 475297984 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849710091136 139849698530677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21285] ppid=21281 vsize=15151156 memory=33 CPUtime=0 cores=4-7
/proc/21283/task/21285/stat : 21285 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849642089232 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21286] ppid=21281 vsize=15151156 memory=-7604262568725289114 CPUtime=0 cores=4-7
/proc/21283/task/21286/stat : 21286 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849641036688 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21287] ppid=21281 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21287/stat : 21287 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297985 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849639984144 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21281 vsize=15151156 memory=0 CPUtime=0 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) S 21281 21281 20763 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475297985 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849294732432 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21281 vsize=15151156 memory=64096 CPUtime=0 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21281 21281 20763 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849241618416 139849705863810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21281 vsize=15151156 memory=984 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21281 21281 20763 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849240564640 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21281 vsize=15151156 memory=2020 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21281 21281 20763 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849239512048 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21281 vsize=15151156 memory=1420 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849238460624 139849705871259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21281 vsize=15151156 memory=776 CPUtime=0.33 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) R 21281 21281 20763 0 -1 4202560 1981 0 0 0 33 0 0 0 20 0 15 0 475297990 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849237394344 139849690969820 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21281 vsize=15151156 memory=660 CPUtime=0.34 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) R 21281 21281 20763 0 -1 4202560 1260 0 0 0 34 0 0 0 20 0 15 0 475297990 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849034085336 139849687396018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21281 vsize=15151156 memory=1556 CPUtime=0.34 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) S 21281 21281 20763 0 -1 1077944384 2037 0 0 0 33 1 0 0 20 0 15 0 475297990 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849033046768 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21281 vsize=15151156 memory=9588 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21281 vsize=15151156 memory=1712 CPUtime=0 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21281 21281 20763 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475297991 15514783744 24780 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 100568 KiB

[startup+1.50085 s]
/proc/loadavg: 8.35 8.44 6.61 3/230 21298
/proc/meminfo: memFree=6062844/32770688 swapFree=66927204/67108860
[pid=21281] ppid=21278 vsize=113128 memory=1448 CPUtime=0 cores=4-7
/proc/21281/stat : 21281 (xcsp3-exec) S 21278 21281 20763 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475297984 115843072 362 33554432000 4194304 5098028 140729550662576 140729550660680 140644040155772 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28786688 140729550668666 140729550668909 140729550668909 140729550671818 0
/proc/21281/statm: 28282 362 304 221 0 87 0

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

/proc/21283/task/21287/stat : 21287 (java) R 21281 21281 20763 0 -1 4202560 7077032 0 0 0 55141 1254 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849639984144 139849690803790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21281 vsize=15151156 memory=6028 CPUtime=564.09 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) R 21281 21281 20763 0 -1 4202560 5525258 0 0 0 55252 1157 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849294732632 139849690837959 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21281 vsize=15151156 memory=3668 CPUtime=87.13 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21281 21281 20763 0 -1 1077944384 505398 0 0 0 8660 53 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849241616736 139849705862869 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21281 vsize=15151156 memory=12028 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21281 21281 20763 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849240564704 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21281 vsize=15151156 memory=33280 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21281 21281 20763 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849239512064 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21281 vsize=15151156 memory=2120 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849238460624 139849705871259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21281 vsize=15151156 memory=496 CPUtime=1.1 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) S 21281 21281 20763 0 -1 1077944384 3510 0 0 0 110 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849237408240 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21281 vsize=15151156 memory=1560 CPUtime=1.19 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) S 21281 21281 20763 0 -1 1077944384 4443 0 0 0 118 1 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849034099312 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21281 vsize=15151156 memory=1056 CPUtime=0.63 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) S 21281 21281 20763 0 -1 1077944384 9495 0 0 0 61 2 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849033046768 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21281 vsize=15151156 memory=2820 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21281 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21281 vsize=15151156 memory=1176 CPUtime=0.45 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21281 21281 20763 0 -1 1077944384 796 0 0 0 20 25 0 0 20 0 15 0 475297991 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current children cumulated CPU time: 2520.27 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12488400 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+829.635 s]
# the end of solver process 21281 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002445 s, system=0 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+832.256 s]
# the end of solver process 21283 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2478.09 s, system=50.8355 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+830.402 s]
/proc/loadavg: 6.45 6.93 6.43 6/230 21462
/proc/meminfo: memFree=7451684/32770688 swapFree=66927216/67108860
[pid=21283] ppid=21278 vsize=15151156 memory=12486952 CPUtime=2523.44 cores=4-7
/proc/21283/stat : 21283 (java) S 21278 21281 20763 0 -1 1077944320 26870228 0 0 0 247326 5018 0 0 20 0 15 0 475297984 15514783744 3121738 33554432000 4194304 4196468 140737125094992 140737125077536 139849705852663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
/proc/21283/statm: 3787789 3121738 3497 1 0 3748889 0
[pid=21283/tid=21284] ppid=21278 vsize=15151156 memory=2020 CPUtime=174.2 cores=4-7
/proc/21283/task/21284/stat : 21284 (java) S 21278 21281 20763 0 -1 1077944384 563648 0 0 0 17263 157 0 0 20 0 15 0 475297984 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849710090784 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21285] ppid=21278 vsize=15151156 memory=6791534058613427641 CPUtime=564.75 cores=4-7
/proc/21283/task/21285/stat : 21285 (java) R 21278 21281 20763 0 -1 4202560 6647424 0 0 0 55241 1234 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849642089432 139849690803790 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21286] ppid=21278 vsize=15151156 memory=3668 CPUtime=564.25 cores=4-7
/proc/21283/task/21286/stat : 21286 (java) R 21278 21281 20763 0 -1 4202560 6531920 0 0 0 55277 1148 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849641036576 139849690550302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21287] ppid=21278 vsize=15151156 memory=1056 CPUtime=564.75 cores=4-7
/proc/21283/task/21287/stat : 21287 (java) R 21278 21281 20763 0 -1 4202560 7077032 0 0 0 55221 1254 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849639984344 139849690550438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21278 vsize=15151156 memory=2820 CPUtime=564.88 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) R 21278 21281 20763 0 -1 4202560 5525258 0 0 0 55331 1157 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849294732632 139849690550455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21278 vsize=15151156 memory=1176 CPUtime=87.13 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21278 21281 20763 0 -1 1077944384 505398 0 0 0 8660 53 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849241616736 139849705862869 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21278 vsize=15151156 memory=980 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21278 21281 20763 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849240564704 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21278 vsize=15151156 memory=64124 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21278 21281 20763 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849239512064 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21278 vsize=15151156 memory=1420 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21278 21281 20763 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849238460272 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21278 vsize=15151156 memory=776 CPUtime=1.1 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) S 21278 21281 20763 0 -1 1077944384 3510 0 0 0 110 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849237408240 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21278 vsize=15151156 memory=660 CPUtime=1.19 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) S 21278 21281 20763 0 -1 1077944384 4443 0 0 0 118 1 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849034099312 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21278 vsize=15151156 memory=1556 CPUtime=0.63 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) S 21278 21281 20763 0 -1 1077944384 9495 0 0 0 61 2 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849033046768 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21278 vsize=15151156 memory=9588 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21278 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21278 vsize=15151156 memory=1712 CPUtime=0.45 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21278 21281 20763 0 -1 1077944384 796 0 0 0 20 25 0 0 20 0 15 0 475297991 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current cumulated CPU time of completed processes: 0.002445 s
Current children cumulated CPU time: 2523.44 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12486952 KiB

[startup+831.202 s]
/proc/loadavg: 6.33 6.90 6.42 6/230 21462
/proc/meminfo: memFree=7451684/32770688 swapFree=66927216/67108860
[pid=21283] ppid=21278 vsize=15151156 memory=12486952 CPUtime=2526.63 cores=4-7
/proc/21283/stat : 21283 (java) S 21278 21281 20763 0 -1 1077944320 26884435 0 0 0 247644 5019 0 0 20 0 15 0 475297984 15514783744 3121738 33554432000 4194304 4196468 140737125094992 140737125077536 139849705852663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
/proc/21283/statm: 3787789 3121738 3497 1 0 3748889 0
[pid=21283/tid=21284] ppid=21278 vsize=15151156 memory=6791534058613427641 CPUtime=174.2 cores=4-7
/proc/21283/task/21284/stat : 21284 (java) S 21278 21281 20763 0 -1 1077944384 563648 0 0 0 17263 157 0 0 20 0 15 0 475297984 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849710090784 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21285] ppid=21278 vsize=15151156 memory=660 CPUtime=565.54 cores=4-7
/proc/21283/task/21285/stat : 21285 (java) R 21278 21281 20763 0 -1 4202560 6652112 0 0 0 55320 1234 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849642089432 139849690803790 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21286] ppid=21278 vsize=15151156 memory=1556 CPUtime=565.05 cores=4-7
/proc/21283/task/21286/stat : 21286 (java) R 21278 21281 20763 0 -1 4202560 6536125 0 0 0 55357 1148 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849641036576 139849690803268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21287] ppid=21278 vsize=15151156 memory=9588 CPUtime=565.55 cores=4-7
/proc/21283/task/21287/stat : 21287 (java) R 21278 21281 20763 0 -1 4202560 7077032 0 0 0 55301 1254 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849639984344 139849690550388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21278 vsize=15151156 memory=1712 CPUtime=565.69 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) R 21278 21281 20763 0 -1 4202560 5530572 0 0 0 55411 1158 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849294732632 139849690550460 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21278 vsize=15151156 memory=1444 CPUtime=87.13 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21278 21281 20763 0 -1 1077944384 505398 0 0 0 8660 53 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849241616736 139849705862869 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21278 vsize=15151156 memory=1764 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21278 21281 20763 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849240564704 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21278 vsize=15151156 memory=111632 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21278 21281 20763 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849239512064 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21278 vsize=15151156 memory=800 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21278 21281 20763 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849238460272 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21278 vsize=15151156 memory=1808 CPUtime=1.1 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) S 21278 21281 20763 0 -1 1077944384 3510 0 0 0 110 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849237408240 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21278 vsize=15151156 memory=6028 CPUtime=1.19 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) S 21278 21281 20763 0 -1 1077944384 4443 0 0 0 118 1 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849034099312 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21278 vsize=15151156 memory=3668 CPUtime=0.63 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) S 21278 21281 20763 0 -1 1077944384 9495 0 0 0 61 2 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849033046768 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21278 vsize=15151156 memory=1056 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21278 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21278 vsize=15151156 memory=2820 CPUtime=0.45 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21278 21281 20763 0 -1 1077944384 796 0 0 0 20 25 0 0 20 0 15 0 475297991 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current cumulated CPU time of completed processes: 0.002445 s
Current children cumulated CPU time: 2526.63 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12486952 KiB

[startup+831.602 s]
/proc/loadavg: 6.33 6.90 6.42 6/230 21462
/proc/meminfo: memFree=7451684/32770688 swapFree=66927216/67108860
[pid=21283] ppid=21278 vsize=15151156 memory=12486952 CPUtime=2528.23 cores=4-7
/proc/21283/stat : 21283 (java) S 21278 21281 20763 0 -1 1077944320 26884435 0 0 0 247804 5019 0 0 20 0 15 0 475297984 15514783744 3121738 33554432000 4194304 4196468 140737125094992 140737125077536 139849705852663 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
/proc/21283/statm: 3787789 3121738 3497 1 0 3748889 0
[pid=21283/tid=21284] ppid=21278 vsize=15151156 memory=1724 CPUtime=174.2 cores=4-7
/proc/21283/task/21284/stat : 21284 (java) S 21278 21281 20763 0 -1 1077944384 563648 0 0 0 17263 157 0 0 20 0 15 0 475297984 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849710090784 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21285] ppid=21278 vsize=15151156 memory=1964 CPUtime=565.93 cores=4-7
/proc/21283/task/21285/stat : 21285 (java) R 21278 21281 20763 0 -1 4202560 6652112 0 0 0 55359 1234 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849642089432 139849690550438 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21286] ppid=21278 vsize=15151156 memory=2776 CPUtime=565.45 cores=4-7
/proc/21283/task/21286/stat : 21286 (java) R 21278 21281 20763 0 -1 4202560 6536125 0 0 0 55397 1148 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849641036576 139849690550415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21287] ppid=21278 vsize=15151156 memory=924 CPUtime=565.95 cores=4-7
/proc/21283/task/21287/stat : 21287 (java) R 21278 21281 20763 0 -1 4202560 7077032 0 0 0 55341 1254 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849639984344 139849690803268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21288] ppid=21278 vsize=15151156 memory=1444 CPUtime=566.09 cores=4-7
/proc/21283/task/21288/stat : 21288 (java) R 21278 21281 20763 0 -1 4202560 5530572 0 0 0 55451 1158 0 0 20 0 15 0 475297985 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849294732632 139849690803850 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21289] ppid=21278 vsize=15151156 memory=1764 CPUtime=87.13 cores=4-7
/proc/21283/task/21289/stat : 21289 (java) S 21278 21281 20763 0 -1 1077944384 505398 0 0 0 8660 53 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849241616736 139849705862869 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21290] ppid=21278 vsize=15151156 memory=111632 CPUtime=0 cores=4-7
/proc/21283/task/21290/stat : 21290 (java) S 21278 21281 20763 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849240564704 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21291] ppid=21278 vsize=15151156 memory=800 CPUtime=0 cores=4-7
/proc/21283/task/21291/stat : 21291 (java) S 21278 21281 20763 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 475297987 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849239512064 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21292] ppid=21278 vsize=15151156 memory=1808 CPUtime=0 cores=4-7
/proc/21283/task/21292/stat : 21292 (java) S 21278 21281 20763 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849238460272 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21293] ppid=21278 vsize=15151156 memory=924 CPUtime=1.1 cores=4-7
/proc/21283/task/21293/stat : 21293 (java) S 21278 21281 20763 0 -1 1077944384 3510 0 0 0 110 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849237408240 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21294] ppid=21278 vsize=15151156 memory=3848 CPUtime=1.19 cores=4-7
/proc/21283/task/21294/stat : 21294 (java) S 21278 21281 20763 0 -1 1077944384 4443 0 0 0 118 1 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849034099312 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21295] ppid=21278 vsize=15151156 memory=2592 CPUtime=0.63 cores=4-7
/proc/21283/task/21295/stat : 21295 (java) S 21278 21281 20763 0 -1 1077944384 9495 0 0 0 61 2 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849033046768 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21296] ppid=21278 vsize=15151156 memory=2592 CPUtime=0 cores=4-7
/proc/21283/task/21296/stat : 21296 (java) S 21278 21281 20763 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475297990 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849031994464 139849705862869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
[pid=21283/tid=21297] ppid=21278 vsize=15151156 memory=4100 CPUtime=0.45 cores=4-7
/proc/21283/task/21297/stat : 21297 (java) S 21278 21281 20763 0 -1 1077944384 796 0 0 0 20 25 0 0 20 0 15 0 475297991 15514783744 3121738 33554432000 4194304 4196468 140737125094992 139849030940976 139849705863810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24731648 140737125102575 140737125102746 140737125102746 140737125105615 0
Current cumulated CPU time of completed processes: 0.002445 s
Current children cumulated CPU time: 2528.23 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12486952 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 832.256
CPU time (s): 2528.92
CPU user time (s): 2478.09
CPU system time (s): 50.8355
CPU usage (%): 303.864
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12488400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2478.09
system time used= 50.8355
maximum resident set size= 12487284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26884981
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32243
involuntary context switches= 47921


# summary of solver processes directly reported to runsolver:
#   pid: 21281,21283
#   total CPU time (s): 2528.92
#   total CPU user time (s): 2478.09
#   total CPU system time (s): 50.8355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2863 second user time and 9.81665 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 23:42:19
IDJOB=4403544
IDBENCH=138492
IDSOLVER=2863
FILE ID=node120/4403544-1568992918
RUNJOBID= node120-1324506066-20795
PBS_JOBID= 21704659
Free space on /tmp= 23264 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-02.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403544-1568992918/watcher-4403544-1568992918 -o /tmp/evaluation-result-4403544-1568992918/solver-4403544-1568992918 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324506066-20795 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1902580730 HOME/instance-4403544-1568992918.xml

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

MD5SUM BENCH= c67201b80d2f8cf37dc6fc32cd78d58c
RANDOM SEED=1902580730

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         6559504 kB
MemAvailable:   31749012 kB
Buffers:          122132 kB
Cached:         25042032 kB
SwapCached:        68652 kB
Active:         12591964 kB
Inactive:       12677592 kB
Active(anon):      37052 kB
Inactive(anon):   124152 kB
Active(file):   12554912 kB
Inactive(file): 12553440 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927204 kB
Dirty:             52888 kB
Writeback:             0 kB
AnonPages:        143024 kB
Mapped:            69572 kB
Shmem:             47328 kB
Slab:             538736 kB
SReclaimable:     509616 kB
SUnreclaim:        29120 kB
KernelStack:        3744 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1520252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23116 MiB
End job on node120 at 2011-12-21 23:56:11