Trace number 4270084

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)276 251.77 240.034

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark248
Best CPU time to get the best result obtained on this benchmark248.728
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270084-1502621901.xml"  -tl '264s' -p 1 -x 0
0.13/0.24	c [HOME/instance-4270084-1502621901.xml, -tl, 264s, -p, 1, -x, 0]
0.13/0.31	c simple solver
0.33/0.37	c parse instance...
3.64/1.42	c solve instance...
86.70/75.24	o 289 
87.33/75.80	o 280 
92.83/81.32	o 277 
95.54/84.01	o 276 
251.73/240.01	s SATISFIABLE
251.73/240.01	v <instantiation>
251.73/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] </list>
251.73/240.01	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 193 221 254 276 </values>
251.73/240.01	v </instantiation>
251.73/240.01	c Unexpected resolution interruption!

Verifier Data

OK	276

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270084-1502621901/watcher-4270084-1502621901 -o /tmp/evaluation-result-4270084-1502621901/solver-4270084-1502621901 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28320 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 432892094 HOME/instance-4270084-1502621901.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=598, runsolver pid=595
Current StackSize limit: 8192 KiB


[startup+0.10019 s]*
/proc/loadavg: 1.84 2.00 1.90 3/206 614
/proc/meminfo: memFree=31377684/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13574484 memory=18452 CPUtime=0.04 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 3967 0 0 0 3 1 0 0 20 0 9 0 64383429 13900271616 4613 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3393621 4613 2138 1 0 3383118 0
[pid=600/tid=601] ppid=598 vsize=13575512 memory=7022364594140610616 CPUtime=0.03 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) S 598 598 17093 0 -1 1077944384 2695 0 0 0 3 0 0 0 20 0 10 0 64383429 13901324288 4613 18446744073709551615 4194304 4196468 140727994604528 140715158321632 140715154089685 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13575512 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/600/task/602/stat : 602 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 64383430 13901324288 4613 18446744073709551615 4194304 4196468 140727994604528 140715088514192 140715154089685 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=603] ppid=598 vsize=13575512 memory=139966686422419 CPUtime=0 cores=0,2,4,6
/proc/600/task/603/stat : 603 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 64383430 13901324288 4613 18446744073709551615 4194304 4196468 140727994604528 140715087461392 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=604] ppid=598 vsize=13641048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/604/stat : 604 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 64383430 13968433152 4679 18446744073709551615 4194304 4196468 140727994604528 140715086408592 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=605] ppid=598 vsize=13642076 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/605/stat : 605 (java) S 598 598 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 64383430 13969485824 4682 18446744073709551615 4194304 4196468 140727994604528 140715085355792 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=606] ppid=598 vsize=13642076 memory=139966686398080 CPUtime=0 cores=0,2,4,6
/proc/600/task/606/stat : 606 (java) S 598 598 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 11 0 64383431 13969485824 4682 18446744073709551615 4194304 4196468 140727994604528 140714632132976 140715154090626 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=607] ppid=598 vsize=13707612 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/607/stat : 607 (java) S 598 598 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 11 0 64383431 14036594688 4682 18446744073709551615 4194304 4196468 140727994604528 140714631078944 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=614] ppid=598 vsize=13707612 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 11 0 64383432 14036594688 4682 18446744073709551615 4194304 4196468 140727994604528 140714630026096 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13708640 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 11 0 64383434 14037647360 4682 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13708640 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) R 598 598 17093 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 12 0 64383434 14037647360 4682 18446744073709551615 4194304 4196468 140727994604528 140714627923528 140715133401344 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13708640 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) R 598 598 17093 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 64383434 14037647360 4682 18446744073709551615 4194304 4196468 140727994604528 140715158320968 140715146819329 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19832 KiB

[startup+0.210226 s]*
/proc/loadavg: 1.84 2.00 1.90 5/212 627
/proc/meminfo: memFree=31370252/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13974352 memory=27740 CPUtime=0.13 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 5401 0 0 0 11 2 0 0 20 0 15 0 64383429 14309736448 6935 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3493588 6935 2842 1 0 3482964 0
[pid=600/tid=601] ppid=598 vsize=13974352 memory=7022364594140610616 CPUtime=0.1 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) R 598 598 17093 0 -1 4202560 3401 0 0 0 9 1 0 0 20 0 15 0 64383429 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140715158306896 140715138123109 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13974352 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/600/task/602/stat : 602 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140715088514192 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=603] ppid=598 vsize=13974352 memory=139966686422419 CPUtime=0 cores=0,2,4,6
/proc/600/task/603/stat : 603 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140715087461392 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=604] ppid=598 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/604/stat : 604 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140715086408592 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=605] ppid=598 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/605/stat : 605 (java) S 598 598 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64383430 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140715085355792 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=606] ppid=598 vsize=13974352 memory=139966686398080 CPUtime=0 cores=0,2,4,6
/proc/600/task/606/stat : 606 (java) S 598 598 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64383431 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714632132976 140715154090626 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=607] ppid=598 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/607/stat : 607 (java) S 598 598 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64383431 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714631078944 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=614] ppid=598 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64383432 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714630026096 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) R 598 598 17093 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 64383434 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714627922896 140715154089685 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) R 598 598 17093 0 -1 4202560 164 0 0 0 0 0 0 0 20 0 15 0 64383434 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714626861648 140715132101762 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=625] ppid=598 vsize=13974352 memory=139966686398080 CPUtime=0.02 cores=0,2,4,6
/proc/600/task/625/stat : 625 (java) R 598 598 17093 0 -1 4202560 314 0 0 0 2 0 0 0 20 0 15 0 64383434 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714625813208 140715138609742 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=626] ppid=598 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/626/stat : 626 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714624764640 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=627] ppid=598 vsize=13974352 memory=139966686398080 CPUtime=0 cores=0,2,4,6
/proc/600/task/627/stat : 627 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383439 14309736448 7001 18446744073709551615 4194304 4196468 140727994604528 140714623711920 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29120 KiB

[startup+0.310275 s]*
/proc/loadavg: 1.84 2.00 1.90 4/212 627
/proc/meminfo: memFree=31357832/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13978608 memory=40284 CPUtime=0.33 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 9323 0 0 0 30 3 0 0 20 0 15 0 64383429 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3494652 10071 3007 1 0 3482964 0
[pid=600/tid=601] ppid=598 vsize=13978608 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) R 598 598 17093 0 -1 4202560 6405 0 0 0 18 2 0 0 20 0 15 0 64383429 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140715158300472 140715146757493 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13978608 memory=4294981025 CPUtime=0 cores=0,2,4,6
/proc/600/task/602/stat : 602 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140715088514192 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=603] ppid=598 vsize=13978608 memory=139966686422419 CPUtime=0 cores=0,2,4,6
/proc/600/task/603/stat : 603 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140715087461392 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=604] ppid=598 vsize=13978608 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/600/task/604/stat : 604 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140715086408592 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=605] ppid=598 vsize=13978608 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/600/task/605/stat : 605 (java) S 598 598 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64383430 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140715085355792 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=606] ppid=598 vsize=13978608 memory=8031868377014845361 CPUtime=0 cores=0,2,4,6
/proc/600/task/606/stat : 606 (java) S 598 598 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64383431 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714632132976 140715154090626 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=607] ppid=598 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/607/stat : 607 (java) S 598 598 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64383431 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714631078944 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=614] ppid=598 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64383432 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714630026096 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) S 598 598 17093 0 -1 1077944384 439 0 0 0 2 0 0 0 20 0 15 0 64383434 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714627922800 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13978608 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) S 598 598 17093 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 15 0 64383434 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714626870000 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=625] ppid=598 vsize=13978608 memory=139966686398080 CPUtime=0.07 cores=0,2,4,6
/proc/600/task/625/stat : 625 (java) S 598 598 17093 0 -1 1077944384 736 0 0 0 7 0 0 0 20 0 15 0 64383434 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714625817200 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=626] ppid=598 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/600/task/626/stat : 626 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714624764640 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=627] ppid=598 vsize=13978608 memory=139966686398080 CPUtime=0 cores=0,2,4,6
/proc/600/task/627/stat : 627 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383439 14314094592 10071 18446744073709551615 4194304 4196468 140727994604528 140714623711920 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41664 KiB

[startup+0.701192 s]
/proc/loadavg: 1.84 2.00 1.90 6/212 627
/proc/meminfo: memFree=31338552/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13978684 memory=99016 CPUtime=1.38 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 13321 0 0 0 132 6 0 0 20 0 15 0 64383429 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3494671 24754 3169 1 0 3482964 0
[pid=600/tid=601] ppid=598 vsize=13978684 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) R 598 598 17093 0 -1 4202560 7865 0 0 0 53 4 0 0 20 0 15 0 64383429 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140715158313880 140714758173342 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13978684 memory=-8311738553153378854 CPUtime=0 cores=0,2,4,6
/proc/600/task/602/stat : 602 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140715088514192 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=603] ppid=598 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/603/stat : 603 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140715087461392 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=604] ppid=598 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/604/stat : 604 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383430 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140715086408592 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=605] ppid=598 vsize=13978684 memory=6947476810001639275 CPUtime=0 cores=0,2,4,6
/proc/600/task/605/stat : 605 (java) S 598 598 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64383430 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140715085355792 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=606] ppid=598 vsize=13978684 memory=7525627404737928833 CPUtime=0 cores=0,2,4,6
/proc/600/task/606/stat : 606 (java) S 598 598 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64383431 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714632132976 140715154090626 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=607] ppid=598 vsize=13978684 memory=14378555847 CPUtime=0 cores=0,2,4,6
/proc/600/task/607/stat : 607 (java) S 598 598 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64383431 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714631078944 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=614] ppid=598 vsize=13978684 memory=139966541839967 CPUtime=0 cores=0,2,4,6
/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64383432 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714630026096 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13978684 memory=279933083683152 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13978684 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) R 598 598 17093 0 -1 4202560 1396 0 0 0 27 0 0 0 20 0 15 0 64383434 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714627909552 140715132097792 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13978684 memory=6944656592455360604 CPUtime=0.25 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) R 598 598 17093 0 -1 4202560 1295 0 0 0 25 0 0 0 20 0 15 0 64383434 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714626856296 140715139194525 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=625] ppid=598 vsize=13978684 memory=6944656592455097440 CPUtime=0.26 cores=0,2,4,6
/proc/600/task/625/stat : 625 (java) S 598 598 17093 0 -1 1077944384 1458 0 0 0 26 0 0 0 20 0 15 0 64383434 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714625817200 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=626] ppid=598 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/626/stat : 626 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714624764640 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=627] ppid=598 vsize=13978684 memory=-6277222441392758912 CPUtime=0 cores=0,2,4,6
/proc/600/task/627/stat : 627 (java) S 598 598 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64383439 14314172416 24754 18446744073709551615 4194304 4196468 140727994604528 140714623711920 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 100396 KiB

[startup+1.5008 s]
/proc/loadavg: 1.84 2.00 1.90 5/212 627
/proc/meminfo: memFree=31249440/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13980732 memory=205948 CPUtime=3.92 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 15549 0 0 0 382 10 0 0 20 0 15 0 64383429 14316269568 51487 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3495183 51487 3219 1 0 3483476 0
[pid=600/tid=601] ppid=598 vsize=13980732 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) R 598 598 17093 0 -1 4202560 8658 0 0 0 128 5 0 0 20 0 15 0 64383429 14316269568 51487 18446744073709551615 4194304 4196468 140727994604528 140715158318408 140714761422936 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13980732 memory=-8311738553153378854 CPUtime=0.01 cores=0,2,4,6

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

/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 64383432 14316269568 749365 18446744073709551615 4194304 4196468 140727994604528 140714630026112 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13980732 memory=2997460 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749365 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13980732 memory=4612 CPUtime=2.11 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) S 598 598 17093 0 -1 1077944384 6359 0 0 0 210 1 0 0 20 0 15 0 64383434 14316269568 749365 18446744073709551615 4194304 4196468 140727994604528 140714627922800 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13980732 memory=2997324 CPUtime=1.94 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) S 598 598 17093 0 -1 1077944384 6040 0 0 0 192 2 0 0 20 0 15 0 64383434 14316269568 749365 18446744073709551615 4194304 4196468 140727994604528 140714626870000 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=625] ppid=598 vsize=13980732 memory=2997324 CPUtime=0.68 cores=0,2,4,6
/proc/600/task/625/stat : 625 (java) S 598 598 17093 0 -1 1077944384 4069 0 0 0 67 1 0 0 20 0 15 0 64383434 14316269568 749365 18446744073709551615 4194304 4196468 140727994604528 140714625817200 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=626] ppid=598 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/600/task/626/stat : 626 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749365 18446744073709551615 4194304 4196468 140727994604528 140714624764640 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=627] ppid=598 vsize=13980732 memory=279933084743520 CPUtime=0.05 cores=0,2,4,6
/proc/600/task/627/stat : 627 (java) S 598 598 17093 0 -1 1077944384 978 0 0 0 3 2 0 0 20 0 15 0 64383439 14316269568 749365 18446744073709551615 4194304 4196468 140727994604528 140714623711920 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 113.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2998840 KiB

[startup+162.301 s]
/proc/loadavg: 1.95 1.97 1.90 3/211 712
/proc/meminfo: memFree=28283000/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13980732 memory=2997608 CPUtime=173.92 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 48733 0 0 0 17303 89 0 0 20 0 15 0 64383429 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3495183 749402 3251 1 0 3483476 0
[pid=600/tid=601] ppid=598 vsize=13980732 memory=2997608 CPUtime=156.92 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) R 598 598 17093 0 -1 4202560 12048 0 0 0 15681 11 0 0 20 0 15 0 64383429 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140715158315200 140714761926312 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13980732 memory=2997608 CPUtime=2.29 cores=0,2,4,6
/proc/600/task/602/stat : 602 (java) S 598 598 17093 0 -1 1077944384 1457 0 0 0 212 17 0 0 20 0 15 0 64383430 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140715088514192 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=603] ppid=598 vsize=13980732 memory=1380 CPUtime=2.29 cores=0,2,4,6
/proc/600/task/603/stat : 603 (java) S 598 598 17093 0 -1 1077944384 1053 0 0 0 216 13 0 0 20 0 15 0 64383430 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140715087461392 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=604] ppid=598 vsize=13980732 memory=1380 CPUtime=2.32 cores=0,2,4,6
/proc/600/task/604/stat : 604 (java) S 598 598 17093 0 -1 1077944384 1099 0 0 0 215 17 0 0 20 0 15 0 64383430 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140715086408592 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=605] ppid=598 vsize=13980732 memory=2997608 CPUtime=2.32 cores=0,2,4,6
/proc/600/task/605/stat : 605 (java) S 598 598 17093 0 -1 1077944384 2242 0 0 0 212 20 0 0 20 0 15 0 64383430 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140715085355792 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=606] ppid=598 vsize=13980732 memory=2804 CPUtime=2.85 cores=0,2,4,6
/proc/600/task/606/stat : 606 (java) S 598 598 17093 0 -1 1077944384 10972 0 0 0 284 1 0 0 20 0 15 0 64383431 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714632132976 140715154090626 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=607] ppid=598 vsize=13980732 memory=2997608 CPUtime=0 cores=0,2,4,6
/proc/600/task/607/stat : 607 (java) S 598 598 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 64383431 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714631079008 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=614] ppid=598 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 64383432 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714630026112 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13980732 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13980732 memory=3904 CPUtime=2.12 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) S 598 598 17093 0 -1 1077944384 6966 0 0 0 211 1 0 0 20 0 15 0 64383434 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714627922800 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13980732 memory=2997544 CPUtime=1.94 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) S 598 598 17093 0 -1 1077944384 6048 0 0 0 192 2 0 0 20 0 15 0 64383434 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714626870000 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=625] ppid=598 vsize=13980732 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/600/task/625/stat : 625 (java) S 598 598 17093 0 -1 1077944384 4465 0 0 0 68 1 0 0 20 0 15 0 64383434 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714625817200 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=626] ppid=598 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/600/task/626/stat : 626 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714624764640 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=627] ppid=598 vsize=13980732 memory=2997608 CPUtime=0.09 cores=0,2,4,6
/proc/600/task/627/stat : 627 (java) S 598 598 17093 0 -1 1077944384 1060 0 0 0 5 4 0 0 20 0 15 0 64383439 14316269568 749402 18446744073709551615 4194304 4196468 140727994604528 140714623711920 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 173.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2998988 KiB

[startup+222.301 s]
/proc/loadavg: 1.98 1.98 1.91 3/211 714
/proc/meminfo: memFree=28281976/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13980732 memory=2997720 CPUtime=234.02 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 52788 0 0 0 23311 91 0 0 20 0 15 0 64383429 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3495183 749430 3251 1 0 3483476 0
[pid=600/tid=601] ppid=598 vsize=13980732 memory=1380 CPUtime=216.92 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) R 598 598 17093 0 -1 4202560 12933 0 0 0 21681 11 0 0 20 0 15 0 64383429 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140715158315152 140714762643714 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13980732 memory=1380 CPUtime=2.29 cores=0,2,4,6
/proc/600/task/602/stat : 602 (java) S 598 598 17093 0 -1 1077944384 1457 0 0 0 212 17 0 0 20 0 15 0 64383430 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140715088514192 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=603] ppid=598 vsize=13980732 memory=4028 CPUtime=2.29 cores=0,2,4,6
/proc/600/task/603/stat : 603 (java) S 598 598 17093 0 -1 1077944384 1053 0 0 0 216 13 0 0 20 0 15 0 64383430 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140715087461392 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=604] ppid=598 vsize=13980732 memory=36372 CPUtime=2.32 cores=0,2,4,6
/proc/600/task/604/stat : 604 (java) S 598 598 17093 0 -1 1077944384 1099 0 0 0 215 17 0 0 20 0 15 0 64383430 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140715086408592 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=605] ppid=598 vsize=13980732 memory=1380 CPUtime=2.32 cores=0,2,4,6
/proc/600/task/605/stat : 605 (java) S 598 598 17093 0 -1 1077944384 2242 0 0 0 212 20 0 0 20 0 15 0 64383430 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140715085355792 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=606] ppid=598 vsize=13980732 memory=1380 CPUtime=2.86 cores=0,2,4,6
/proc/600/task/606/stat : 606 (java) S 598 598 17093 0 -1 1077944384 11060 0 0 0 285 1 0 0 20 0 15 0 64383431 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714632132976 140715154090626 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=607] ppid=598 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/600/task/607/stat : 607 (java) S 598 598 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 64383431 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714631079008 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=614] ppid=598 vsize=13980732 memory=2997720 CPUtime=0 cores=0,2,4,6
/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 64383432 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714630026112 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13980732 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13980732 memory=36372 CPUtime=2.17 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) S 598 598 17093 0 -1 1077944384 8817 0 0 0 216 1 0 0 20 0 15 0 64383434 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714627922800 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13980732 memory=2997684 CPUtime=1.95 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) S 598 598 17093 0 -1 1077944384 6851 0 0 0 193 2 0 0 20 0 15 0 64383434 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714626870000 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=625] ppid=598 vsize=13980732 memory=2997684 CPUtime=0.69 cores=0,2,4,6
/proc/600/task/625/stat : 625 (java) S 598 598 17093 0 -1 1077944384 4787 0 0 0 68 1 0 0 20 0 15 0 64383434 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714625817200 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=626] ppid=598 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/600/task/626/stat : 626 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714624764640 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=627] ppid=598 vsize=13980732 memory=2997720 CPUtime=0.12 cores=0,2,4,6
/proc/600/task/627/stat : 627 (java) S 598 598 17093 0 -1 1077944384 1166 0 0 0 7 5 0 0 20 0 15 0 64383439 14316269568 749430 18446744073709551615 4194304 4196468 140727994604528 140714623711920 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 234.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2999100 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.99 1.98 1.91 3/211 715
/proc/meminfo: memFree=28281472/32770624 swapFree=67108860/67108860
[pid=598] ppid=595 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/598/stat : 598 (xcsp3-exec) S 595 598 17093 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64383423 9740288 345 18446744073709551615 4194304 5098028 140736902969840 140736902967944 140073827316348 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 37707776 140736902971775 140736902971978 140736902971978 140736902975467 0
/proc/598/statm: 2378 345 289 221 0 87 0
[pid=600] ppid=598 vsize=13980732 memory=2997724 CPUtime=251.73 cores=0,2,4,6
/proc/600/stat : 600 (java) S 598 598 17093 0 -1 1077944320 52892 0 0 0 25082 91 0 0 20 0 15 0 64383429 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140727994587072 140715154079479 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
/proc/600/statm: 3495183 749431 3251 1 0 3483476 0
[pid=600/tid=601] ppid=598 vsize=13980732 memory=4048 CPUtime=234.62 cores=0,2,4,6
/proc/600/task/601/stat : 601 (java) R 598 598 17093 0 -1 4202560 13002 0 0 0 23451 11 0 0 20 0 15 0 64383429 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140715158315800 140714761675007 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=602] ppid=598 vsize=13980732 memory=20516 CPUtime=2.29 cores=0,2,4,6
/proc/600/task/602/stat : 602 (java) S 598 598 17093 0 -1 1077944384 1457 0 0 0 212 17 0 0 20 0 15 0 64383430 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140715088514192 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=603] ppid=598 vsize=13980732 memory=1788 CPUtime=2.29 cores=0,2,4,6
/proc/600/task/603/stat : 603 (java) S 598 598 17093 0 -1 1077944384 1053 0 0 0 216 13 0 0 20 0 15 0 64383430 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140715087461392 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=604] ppid=598 vsize=13980732 memory=4126316290023845779 CPUtime=2.32 cores=0,2,4,6
/proc/600/task/604/stat : 604 (java) S 598 598 17093 0 -1 1077944384 1099 0 0 0 215 17 0 0 20 0 15 0 64383430 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140715086408592 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=605] ppid=598 vsize=13980732 memory=4028 CPUtime=2.32 cores=0,2,4,6
/proc/600/task/605/stat : 605 (java) S 598 598 17093 0 -1 1077944384 2242 0 0 0 212 20 0 0 20 0 15 0 64383430 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140715085355792 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=606] ppid=598 vsize=13980732 memory=36372 CPUtime=2.86 cores=0,2,4,6
/proc/600/task/606/stat : 606 (java) S 598 598 17093 0 -1 1077944384 11060 0 0 0 285 1 0 0 20 0 15 0 64383431 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714632132976 140715154090626 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=607] ppid=598 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/600/task/607/stat : 607 (java) S 598 598 17093 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 64383431 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714631079008 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=614] ppid=598 vsize=13980732 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/600/task/614/stat : 614 (java) S 598 598 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 64383432 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714630026112 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=615] ppid=598 vsize=13980732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/600/task/615/stat : 615 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714628974416 140715154098075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=620] ppid=598 vsize=13980732 memory=960 CPUtime=2.17 cores=0,2,4,6
/proc/600/task/620/stat : 620 (java) S 598 598 17093 0 -1 1077944384 8817 0 0 0 216 1 0 0 20 0 15 0 64383434 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714627922800 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=624] ppid=598 vsize=13980732 memory=1232 CPUtime=1.95 cores=0,2,4,6
/proc/600/task/624/stat : 624 (java) S 598 598 17093 0 -1 1077944384 6886 0 0 0 193 2 0 0 20 0 15 0 64383434 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714626870000 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=625] ppid=598 vsize=13980732 memory=4134931637327791675 CPUtime=0.69 cores=0,2,4,6
/proc/600/task/625/stat : 625 (java) S 598 598 17093 0 -1 1077944384 4787 0 0 0 68 1 0 0 20 0 15 0 64383434 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714625817200 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=626] ppid=598 vsize=13980732 memory=2997720 CPUtime=0 cores=0,2,4,6
/proc/600/task/626/stat : 626 (java) S 598 598 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64383434 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714624764640 140715154089685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
[pid=600/tid=627] ppid=598 vsize=13980732 memory=960 CPUtime=0.13 cores=0,2,4,6
/proc/600/task/627/stat : 627 (java) S 598 598 17093 0 -1 1077944384 1166 0 0 0 7 6 0 0 20 0 15 0 64383439 14316269568 749431 18446744073709551615 4194304 4196468 140727994604528 140714623711920 140715154090626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29089792 140727994610103 140727994610278 140727994610278 140727994613711 0
Current children cumulated CPU time: 251.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2999104 KiB

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

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

[startup+240.034 s]
# the end of solver process 600 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.839 s, system=0.931368 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

Child status: 143
Real time (s): 240.034
CPU time (s): 251.77
CPU user time (s): 250.839
CPU system time (s): 0.931368
CPU usage (%): 104.89
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2999104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.839
system time used= 0.931368
maximum resident set size= 2998464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7943
involuntary context switches= 465


# summary of solver processes directly reported to runsolver:
#   pid: 598,600
#   total CPU time (s): 251.77
#   total CPU user time (s): 250.839
#   total CPU system time (s): 0.931368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43991 second user time and 2.43313 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 12:44:13
IDJOB=4270084
IDBENCH=126240
IDSOLVER=2661
FILE ID=node127/4270084-1502621901
RUNJOBID= node127-1502615937-28320
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-17-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270084-1502621901/watcher-4270084-1502621901 -o /tmp/evaluation-result-4270084-1502621901/solver-4270084-1502621901 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28320 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 432892094 HOME/instance-4270084-1502621901.xml

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=432892094

node127.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.92
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.92
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.92
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.92
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:        31386488 kB
MemAvailable:   31809476 kB
Buffers:          190500 kB
Cached:           528692 kB
SwapCached:            0 kB
Active:           766084 kB
Inactive:         192192 kB
Active(anon):     188476 kB
Inactive(anon):    83888 kB
Active(file):     577608 kB
Inactive(file):   108304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8136 kB
Writeback:             8 kB
AnonPages:        238388 kB
Mapped:            58772 kB
Shmem:             33444 kB
Slab:             131212 kB
SReclaimable:     105824 kB
SUnreclaim:        25388 kB
KernelStack:        3456 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1229960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-13 12:48:13