Trace number 4393026

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-06-14? (TO) 2520.44 633.596

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K100.xml
MD5SUM26b9bfa7097c81a56529190245724c1c
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 benchmark49.6884
Satisfiable
(Un)Satisfiability was proved
Number of variables6800
Number of constraints7002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":177},{"degree":5,"count":1204},{"degree":6,"count":2663},{"degree":7,"count":1672},{"degree":8,"count":689},{"degree":9,"count":198},{"degree":10,"count":196}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1287},{"arity":3,"count":2673},{"arity":4,"count":1782},{"arity":5,"count":594},{"arity":6,"count":198},{"arity":7,"count":198},{"arity":68,"count":200},{"arity":100,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7002}]
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-4393026-1568344494.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4393026-1568344494.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
4.94/1.74	c solve instance...
2520.11/633.56	s UNKNOWN
2520.11/633.56	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 (9172 MiB free)
  memory of node 1: 16384 MiB (9557 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393026-1568344494/watcher-4393026-1568344494 -o /tmp/evaluation-result-4393026-1568344494/solver-4393026-1568344494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 225219741 HOME/instance-4393026-1568344494.xml 

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

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

solver pid=5150, runsolver pid=5147

[startup+0.102111 s]*
/proc/loadavg: 8.14 8.15 6.14 6/234 5166
/proc/meminfo: memFree=19165624/32770624 swapFree=66959216/67108860
[pid=5150] ppid=5147 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5150/stat : 5150 (xcsp3-exec) S 5147 5150 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410389548 115843072 362 33554432000 4194304 5098028 140726757249456 140726757247560 140452128383612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36167680 140726757254011 140726757254253 140726757254253 140726757257162 0
/proc/5150/statm: 28282 362 304 221 0 87 0
[pid=5152] ppid=5150 vsize=15144768 memory=27476 CPUtime=0.14 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5150 3331 0 -1 1077944320 5832 0 0 0 13 1 0 0 20 0 15 0 410389548 15508242432 6869 33554432000 4194304 4196468 140731543172928 140731543155472 140065555889911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
/proc/5152/statm: 3786192 6869 3150 1 0 3748377 0
[pid=5152/tid=5153] ppid=5150 vsize=15144768 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/5152/task/5153/stat : 5153 (java) R 5150 5150 3331 0 -1 4202560 3633 0 0 0 9 0 0 0 20 0 15 0 410389548 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065560112912 140065539933541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5154] ppid=5150 vsize=15144768 memory=3472468332619261136 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065148341392 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5155] ppid=5150 vsize=15144768 memory=140203724109440 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065147288592 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5156] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065146235792 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5157] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065145182992 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5158] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389550 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065024534896 140065555901058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5159] ppid=5150 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5150 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410389551 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065023480864 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5160] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5150 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410389551 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065022428016 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5161] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389553 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065021376336 140065555908507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5162] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) R 5150 5150 3331 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 410389553 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065020324720 140065555901058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5163] ppid=5150 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) R 5150 5150 3331 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 15 0 410389553 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065019271920 140065540286913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5164] ppid=5150 vsize=15144768 memory=140203724109440 CPUtime=0.02 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) R 5150 5150 3331 0 -1 4202560 426 0 0 0 2 0 0 0 20 0 15 0 410389553 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065018219120 140065534428721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5165] ppid=5150 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389554 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065017166560 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5166] ppid=5150 vsize=15144768 memory=140203724109440 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389554 15508242432 6869 33554432000 4194304 4196468 140731543172928 140065016113840 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 28924 KiB

[startup+0.210926 s]*
/proc/loadavg: 7.96 8.11 6.14 8/234 5166
/proc/meminfo: memFree=19151888/32770624 swapFree=66959216/67108860
[pid=5150] ppid=5147 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5150/stat : 5150 (xcsp3-exec) S 5147 5150 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410389548 115843072 362 33554432000 4194304 5098028 140726757249456 140726757247560 140452128383612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36167680 140726757254011 140726757254253 140726757254253 140726757257162 0
/proc/5150/statm: 28282 362 304 221 0 87 0
[pid=5152] ppid=5150 vsize=15144768 memory=39820 CPUtime=0.35 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5150 3331 0 -1 1077944320 9692 0 0 0 32 3 0 0 20 0 15 0 410389548 15508242432 9955 33554432000 4194304 4196468 140731543172928 140731543155472 140065555889911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
/proc/5152/statm: 3786192 9955 3311 1 0 3748377 0
[pid=5152/tid=5153] ppid=5150 vsize=15144768 memory=4500116723389865625 CPUtime=0.2 cores=1,3,5,7
/proc/5152/task/5153/stat : 5153 (java) R 5150 5150 3331 0 -1 4202560 6656 0 0 0 18 2 0 0 20 0 15 0 410389548 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065560126608 140065539970398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5154] ppid=5150 vsize=15144768 memory=3472468332619261136 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065148341392 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5155] ppid=5150 vsize=15144768 memory=140203724109440 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065147288592 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5156] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065146235792 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5157] ppid=5150 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065145182992 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5158] ppid=5150 vsize=15144768 memory=140203724109440 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5150 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410389550 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065024534896 140065555901058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5159] ppid=5150 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5150 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410389551 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065023480864 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5160] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5150 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410389551 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065022428016 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5161] ppid=5150 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389553 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065021376336 140065555908507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5162] ppid=5150 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5150 3331 0 -1 1077944384 667 0 0 0 2 0 0 0 20 0 15 0 410389553 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065020324720 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5163] ppid=5150 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5150 3331 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 15 0 410389553 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065019271920 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5164] ppid=5150 vsize=15144768 memory=140203724109440 CPUtime=0.08 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5150 3331 0 -1 1077944384 947 0 0 0 8 0 0 0 20 0 15 0 410389553 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065018219120 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5165] ppid=5150 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389554 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065017166560 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5166] ppid=5150 vsize=15144768 memory=140203724109440 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389554 15508242432 9955 33554432000 4194304 4196468 140731543172928 140065016113840 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41268 KiB

[startup+0.310717 s]*
/proc/loadavg: 7.96 8.11 6.14 8/234 5166
/proc/meminfo: memFree=19146944/32770624 swapFree=66959216/67108860
[pid=5150] ppid=5147 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5150/stat : 5150 (xcsp3-exec) S 5147 5150 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410389548 115843072 362 33554432000 4194304 5098028 140726757249456 140726757247560 140452128383612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36167680 140726757254011 140726757254253 140726757254253 140726757257162 0
/proc/5150/statm: 28282 362 304 221 0 87 0
[pid=5152] ppid=5150 vsize=15149024 memory=49252 CPUtime=0.54 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5150 3331 0 -1 1077944320 11169 0 0 0 50 4 0 0 20 0 15 0 410389548 15512600576 12313 33554432000 4194304 4196468 140731543172928 140731543155472 140065555889911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
/proc/5152/statm: 3787256 12313 3373 1 0 3748377 0
[pid=5152/tid=5153] ppid=5150 vsize=15149024 memory=-8976644418600983157 CPUtime=0.3 cores=1,3,5,7
/proc/5152/task/5153/stat : 5153 (java) R 5150 5150 3331 0 -1 4202560 7811 0 0 0 27 3 0 0 20 0 15 0 410389548 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065560121024 140065539970398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5154] ppid=5150 vsize=15149024 memory=3472468332619261136 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065148341392 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5155] ppid=5150 vsize=15149024 memory=140203724109440 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065147288592 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5156] ppid=5150 vsize=15149024 memory=4 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065146235792 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5157] ppid=5150 vsize=15149024 memory=140203570374687 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065145182992 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5158] ppid=5150 vsize=15149024 memory=280407140728608 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5150 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410389550 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065024534896 140065555901058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5159] ppid=5150 vsize=15149024 memory=140203570351631 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5150 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410389551 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065023480864 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5160] ppid=5150 vsize=15149024 memory=280407294470240 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5150 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410389551 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065022428016 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5161] ppid=5150 vsize=15149024 memory=140203570356239 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389553 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065021376336 140065555908507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5162] ppid=5150 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) R 5150 5150 3331 0 -1 4202560 790 0 0 0 4 0 0 0 20 0 15 0 410389553 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065020324816 140065540996940 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5163] ppid=5150 vsize=15149024 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5150 3331 0 -1 1077944384 138 0 0 0 4 0 0 0 20 0 15 0 410389553 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065019271920 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5164] ppid=5150 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5150 3331 0 -1 1077944384 1130 0 0 0 12 0 0 0 20 0 15 0 410389553 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065018219120 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5165] ppid=5150 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389554 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065017166560 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5166] ppid=5150 vsize=15149024 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389554 15512600576 12313 33554432000 4194304 4196468 140731543172928 140065016113840 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50700 KiB

[startup+0.701133 s]
/proc/loadavg: 7.96 8.11 6.14 9/234 5166
/proc/meminfo: memFree=19121944/32770624 swapFree=66959216/67108860
[pid=5150] ppid=5147 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5150/stat : 5150 (xcsp3-exec) S 5147 5150 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410389548 115843072 362 33554432000 4194304 5098028 140726757249456 140726757247560 140452128383612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36167680 140726757254011 140726757254253 140726757254253 140726757257162 0
/proc/5150/statm: 28282 362 304 221 0 87 0
[pid=5152] ppid=5150 vsize=15151148 memory=129416 CPUtime=1.76 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5150 3331 0 -1 1077944320 14269 0 0 0 170 6 0 0 20 0 15 0 410389548 15514775552 32354 33554432000 4194304 4196468 140731543172928 140731543155472 140065555889911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
/proc/5152/statm: 3787787 32354 3442 1 0 3748889 0
[pid=5152/tid=5153] ppid=5150 vsize=15151148 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/5152/task/5153/stat : 5153 (java) R 5150 5150 3331 0 -1 4202560 8392 0 0 0 63 4 0 0 20 0 15 0 410389548 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065560124712 140065193274094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5154] ppid=5150 vsize=15151148 memory=56 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065148341392 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5155] ppid=5150 vsize=15151148 memory=7238798801035015221 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389549 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065147288592 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5156] ppid=5150 vsize=15151148 memory=7012755875661107283 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065146235792 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5157] ppid=5150 vsize=15151148 memory=5859278125529317472 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5150 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410389549 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065145182992 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5158] ppid=5150 vsize=15151148 memory=2319389199337275488 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5150 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410389550 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065024534896 140065555901058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5159] ppid=5150 vsize=15151148 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5150 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410389551 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065023480864 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5160] ppid=5150 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5150 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410389551 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065022428016 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5161] ppid=5150 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389553 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065021376336 140065555908507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5162] ppid=5150 vsize=15151148 memory=5964 CPUtime=0.38 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) R 5150 5150 3331 0 -1 4202560 1642 0 0 0 38 0 0 0 20 0 15 0 410389553 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065020306288 140065539386699 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5163] ppid=5150 vsize=15151148 memory=1060 CPUtime=0.37 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) R 5150 5150 3331 0 -1 4202560 1083 0 0 0 37 0 0 0 20 0 15 0 410389553 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065019254080 140065541015810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5164] ppid=5150 vsize=15151148 memory=2828 CPUtime=0.3 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5150 3331 0 -1 1077944384 1845 0 0 0 30 0 0 0 20 0 15 0 410389553 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065018219120 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5165] ppid=5150 vsize=15151148 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410389554 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065017166560 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5166] ppid=5150 vsize=15151148 memory=984 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5150 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410389554 15514775552 32354 33554432000 4194304 4196468 140731543172928 140065016113840 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 130864 KiB

[startup+1.50088 s]
/proc/loadavg: 7.96 8.11 6.14 8/234 5166
/proc/meminfo: memFree=19017152/32770624 swapFree=66959216/67108860
[pid=5150] ppid=5147 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5150/stat : 5150 (xcsp3-exec) S 5147 5150 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410389548 115843072 362 33554432000 4194304 5098028 140726757249456 140726757247560 140452128383612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36167680 140726757254011 140726757254253 140726757254253 140726757257162 0
/proc/5150/statm: 28282 362 304 221 0 87 0

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

/proc/5152/stat : 5152 (java) S 5150 5150 3331 0 -1 1077944320 67683 0 0 0 231556 74 0 0 20 0 19 0 410389548 15787421696 568677 33554432000 4194304 4196468 140731543172928 140731543155472 140065555889911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
/proc/5152/statm: 3854351 568677 3520 1 0 3815453 0
[pid=5152/tid=5153] ppid=5150 vsize=15417404 memory=2274708 CPUtime=1.68 cores=1,3,5,7
/proc/5152/task/5153/stat : 5153 (java) S 5150 5150 3331 0 -1 1077944384 9266 0 0 0 162 6 0 0 20 0 19 0 410389548 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065560130688 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5154] ppid=5150 vsize=15417404 memory=2274708 CPUtime=0.27 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5150 3331 0 -1 1077944384 1026 0 0 0 21 6 0 0 20 0 19 0 410389549 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065148341392 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5155] ppid=5150 vsize=15417404 memory=2274708 CPUtime=0.25 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5150 3331 0 -1 1077944384 1424 0 0 0 19 6 0 0 20 0 19 0 410389549 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065147288592 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5156] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.26 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5150 3331 0 -1 1077944384 2102 0 0 0 20 6 0 0 20 0 19 0 410389549 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065146235792 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5157] ppid=5150 vsize=15417404 memory=2274708 CPUtime=0.26 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5150 3331 0 -1 1077944384 1694 0 0 0 20 6 0 0 20 0 19 0 410389549 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065145182992 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5158] ppid=5150 vsize=15417404 memory=3620 CPUtime=0.03 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5150 3331 0 -1 1077944384 2672 0 0 0 2 1 0 0 20 0 19 0 410389550 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065024534896 140065555901058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5159] ppid=5150 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5150 3331 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 410389551 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065023480928 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5160] ppid=5150 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5150 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 410389551 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065022428032 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5161] ppid=5150 vsize=15417404 memory=2274708 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410389553 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065021376336 140065555908507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5162] ppid=5150 vsize=15417404 memory=3620 CPUtime=2.5 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5150 3331 0 -1 1077944384 8326 0 0 0 249 1 0 0 20 0 19 0 410389553 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065020324720 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5163] ppid=5150 vsize=15417404 memory=1448 CPUtime=2.87 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5150 3331 0 -1 1077944384 9700 0 0 0 286 1 0 0 20 0 19 0 410389553 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065019271920 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5164] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.74 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5150 3331 0 -1 1077944384 5632 0 0 0 73 1 0 0 20 0 19 0 410389553 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065018219120 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5165] ppid=5150 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410389554 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065017166560 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5166] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.2 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5150 3331 0 -1 1077944384 672 0 0 0 20 0 0 0 20 0 19 0 410389554 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065016113840 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5167] ppid=5150 vsize=15417404 memory=10604 CPUtime=575.88 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) R 5150 5150 3331 0 -1 4202560 2039 0 0 0 57583 5 0 0 20 0 19 0 410389724 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065006902616 140065202089267 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5168] ppid=5150 vsize=15417404 memory=3360 CPUtime=578.17 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) R 5150 5150 3331 0 -1 4202560 11616 0 0 0 57800 17 0 0 20 0 19 0 410389724 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065005850112 140065202179948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5169] ppid=5150 vsize=15417404 memory=1448 CPUtime=576.36 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) R 5150 5150 3331 0 -1 4202560 1691 0 0 0 57635 1 0 0 20 0 19 0 410389724 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065004798136 140065201267791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5170] ppid=5150 vsize=15417404 memory=2274708 CPUtime=576.7 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) R 5150 5150 3331 0 -1 4202560 8522 0 0 0 57659 11 0 0 20 0 19 0 410389726 15787421696 568677 33554432000 4194304 4196468 140731543172928 140065003746360 140065202180345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
Current children cumulated CPU time: 2316.3 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 2276156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.501 s]
/proc/loadavg: 9.10 8.77 7.43 9/238 5306
/proc/meminfo: memFree=15323912/32770624 swapFree=66959216/67108860
[pid=5150] ppid=5147 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5150/stat : 5150 (xcsp3-exec) S 5147 5150 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410389548 115843072 362 33554432000 4194304 5098028 140726757249456 140726757247560 140452128383612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36167680 140726757254011 140726757254253 140726757254253 140726757257162 0
/proc/5150/statm: 28282 362 304 221 0 87 0
[pid=5152] ppid=5150 vsize=15417404 memory=2295668 CPUtime=2520.11 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5150 3331 0 -1 1077944320 70259 0 0 0 251934 77 0 0 20 0 19 0 410389548 15787421696 573917 33554432000 4194304 4196468 140731543172928 140731543155472 140065555889911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
/proc/5152/statm: 3854351 573917 3520 1 0 3815453 0
[pid=5152/tid=5153] ppid=5150 vsize=15417404 memory=2295668 CPUtime=1.68 cores=1,3,5,7
/proc/5152/task/5153/stat : 5153 (java) S 5150 5150 3331 0 -1 1077944384 9266 0 0 0 162 6 0 0 20 0 19 0 410389548 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065560130688 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5154] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.28 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5150 3331 0 -1 1077944384 1083 0 0 0 22 6 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065148341392 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5155] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.27 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5150 3331 0 -1 1077944384 1502 0 0 0 20 7 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065147288592 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5156] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.27 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5150 3331 0 -1 1077944384 2164 0 0 0 21 6 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065146235792 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5157] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.29 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5150 3331 0 -1 1077944384 2114 0 0 0 22 7 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065145182992 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5158] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.04 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5150 3331 0 -1 1077944384 2894 0 0 0 2 2 0 0 20 0 19 0 410389550 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065024534896 140065555901058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5159] ppid=5150 vsize=15417404 memory=2295668 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5150 3331 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 410389551 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065023480928 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5160] ppid=5150 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5150 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 410389551 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065022428032 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5161] ppid=5150 vsize=15417404 memory=2295668 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065021376336 140065555908507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5162] ppid=5150 vsize=15417404 memory=1448 CPUtime=2.5 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5150 3331 0 -1 1077944384 8333 0 0 0 249 1 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065020324720 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5163] ppid=5150 vsize=15417404 memory=2295668 CPUtime=2.87 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5150 3331 0 -1 1077944384 9703 0 0 0 286 1 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065019271920 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5164] ppid=5150 vsize=15417404 memory=8112282956445269571 CPUtime=0.74 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5150 3331 0 -1 1077944384 6110 0 0 0 73 1 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065018219120 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5165] ppid=5150 vsize=15417404 memory=2295668 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410389554 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065017166560 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5166] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.22 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5150 3331 0 -1 1077944384 711 0 0 0 22 0 0 0 20 0 19 0 410389554 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065016113840 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5167] ppid=5150 vsize=15417404 memory=3620 CPUtime=626.6 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) R 5150 5150 3331 0 -1 4202560 2199 0 0 0 62654 6 0 0 20 0 19 0 410389724 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065006902616 140065200725150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5168] ppid=5150 vsize=15417404 memory=2295668 CPUtime=628.86 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) R 5150 5150 3331 0 -1 4202560 12084 0 0 0 62869 17 0 0 20 0 19 0 410389724 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065005852392 140065202179946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5169] ppid=5150 vsize=15417404 memory=1216 CPUtime=627.51 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) R 5150 5150 3331 0 -1 4202560 1789 0 0 0 62750 1 0 0 20 0 19 0 410389724 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065004800496 140065202089034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5170] ppid=5150 vsize=15417404 memory=984 CPUtime=627.86 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) R 5150 5150 3331 0 -1 4202560 9006 0 0 0 62775 11 0 0 20 0 19 0 410389726 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065003745536 140065200286951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 2297116 KiB

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

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

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

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

[startup+633.501 s]
/proc/loadavg: 9.10 8.77 7.43 9/238 5306
/proc/meminfo: memFree=15323912/32770624 swapFree=66959216/67108860
[pid=5150] ppid=5147 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5150/stat : 5150 (xcsp3-exec) S 5147 5150 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410389548 115843072 362 33554432000 4194304 5098028 140726757249456 140726757247560 140452128383612 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36167680 140726757254011 140726757254253 140726757254253 140726757257162 0
/proc/5150/statm: 28282 362 304 221 0 87 0
[pid=5152] ppid=5150 vsize=15417404 memory=2295668 CPUtime=2520.11 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5150 3331 0 -1 1077944320 70259 0 0 0 251934 77 0 0 20 0 19 0 410389548 15787421696 573917 33554432000 4194304 4196468 140731543172928 140731543155472 140065555889911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
/proc/5152/statm: 3854351 573917 3520 1 0 3815453 0
[pid=5152/tid=5153] ppid=5150 vsize=15417404 memory=2295668 CPUtime=1.68 cores=1,3,5,7
/proc/5152/task/5153/stat : 5153 (java) S 5150 5150 3331 0 -1 1077944384 9266 0 0 0 162 6 0 0 20 0 19 0 410389548 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065560130688 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5154] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.28 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5150 3331 0 -1 1077944384 1083 0 0 0 22 6 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065148341392 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5155] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.27 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5150 3331 0 -1 1077944384 1502 0 0 0 20 7 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065147288592 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5156] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.27 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5150 3331 0 -1 1077944384 2164 0 0 0 21 6 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065146235792 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5157] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.29 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5150 3331 0 -1 1077944384 2114 0 0 0 22 7 0 0 20 0 19 0 410389549 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065145182992 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5158] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.04 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5150 3331 0 -1 1077944384 2894 0 0 0 2 2 0 0 20 0 19 0 410389550 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065024534896 140065555901058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5159] ppid=5150 vsize=15417404 memory=2295668 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5150 3331 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 410389551 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065023480928 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5160] ppid=5150 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5150 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 410389551 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065022428032 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5161] ppid=5150 vsize=15417404 memory=2295668 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065021376336 140065555908507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5162] ppid=5150 vsize=15417404 memory=1448 CPUtime=2.5 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5150 3331 0 -1 1077944384 8333 0 0 0 249 1 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065020324720 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5163] ppid=5150 vsize=15417404 memory=2295668 CPUtime=2.87 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5150 3331 0 -1 1077944384 9703 0 0 0 286 1 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065019271920 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5164] ppid=5150 vsize=15417404 memory=8112282956445269571 CPUtime=0.74 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5150 3331 0 -1 1077944384 6110 0 0 0 73 1 0 0 20 0 19 0 410389553 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065018219120 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5165] ppid=5150 vsize=15417404 memory=2295668 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5150 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 410389554 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065017166560 140065555900117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5166] ppid=5150 vsize=15417404 memory=1448 CPUtime=0.22 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5150 3331 0 -1 1077944384 711 0 0 0 22 0 0 0 20 0 19 0 410389554 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065016113840 140065555901058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5167] ppid=5150 vsize=15417404 memory=3620 CPUtime=626.6 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) R 5150 5150 3331 0 -1 4202560 2199 0 0 0 62654 6 0 0 20 0 19 0 410389724 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065006902616 140065200725150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5168] ppid=5150 vsize=15417404 memory=2295668 CPUtime=628.86 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) R 5150 5150 3331 0 -1 4202560 12084 0 0 0 62869 17 0 0 20 0 19 0 410389724 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065005852392 140065202179946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5169] ppid=5150 vsize=15417404 memory=1216 CPUtime=627.51 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) R 5150 5150 3331 0 -1 4202560 1789 0 0 0 62750 1 0 0 20 0 19 0 410389724 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065004800496 140065202089034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
[pid=5152/tid=5170] ppid=5150 vsize=15417404 memory=984 CPUtime=627.86 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) R 5150 5150 3331 0 -1 4202560 9006 0 0 0 62775 11 0 0 20 0 19 0 410389726 15787421696 573917 33554432000 4194304 4196468 140731543172928 140065003745536 140065200286951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29683712 140731543176175 140731543176346 140731543176346 140731543179215 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 2297116 KiB

Child status: 143
Real time (s): 633.596
CPU time (s): 2520.44
CPU user time (s): 2519.65
CPU system time (s): 0.793403
CPU usage (%): 397.799
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 2297116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.65
system time used= 0.793403
maximum resident set size= 2297236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71566
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16169
involuntary context switches= 49831


# summary of solver processes directly reported to runsolver:
#   pid: 5150,5152
#   total CPU time (s): 2520.44
#   total CPU user time (s): 2519.65
#   total CPU system time (s): 0.793403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.86853 second user time and 7.42562 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 05:14:14
IDJOB=4393026
IDBENCH=135033
IDSOLVER=2840
FILE ID=node124/4393026-1568344494
RUNJOBID= node124-1568343408-4479
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K100.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-4393026-1568344494/watcher-4393026-1568344494 -o /tmp/evaluation-result-4393026-1568344494/solver-4393026-1568344494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 225219741 HOME/instance-4393026-1568344494.xml

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

MD5SUM BENCH= 26b9bfa7097c81a56529190245724c1c
RANDOM SEED=225219741

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19180424 kB
MemAvailable:   31114768 kB
Buffers:          171384 kB
Cached:         11925636 kB
SwapCached:        45864 kB
Active:          1734708 kB
Inactive:       11114584 kB
Active(anon):     706808 kB
Inactive(anon):    86824 kB
Active(file):    1027900 kB
Inactive(file): 11027760 kB
Unevictable:      107892 kB
Mlocked:          107892 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             26536 kB
Writeback:             0 kB
AnonPages:        829800 kB
Mapped:            56316 kB
Shmem:             32744 kB
Slab:             335860 kB
SReclaimable:     307144 kB
SUnreclaim:        28716 kB
KernelStack:        4080 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1608368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 05:24:47